Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
The following dependencies have been updated:
babel-loader
in/packages/generator/app/templates
from "7.1.3" to "7.1.4"electron
in/packages/generator/app/templates
from "1.8.2" to "1.8.3"mocha
in/packages/generator/app/templates
from "5.0.1" to "5.0.2"Details
Dependencies.io has updated
babel-loader
(a npm dependency in/packages/generator/app/templates
) from "7.1.3" to "7.1.4".7.1.4
🐛 Bug Fix
Dependencies.io has updated
electron
(a npm dependency in/packages/generator/app/templates
) from "1.8.2" to "1.8.3".1.8.3
Bug Fixes
net::ERR_INSECURE_RESPONSE
on https error. #12117Linux
Windows
Dependencies.io has updated
mocha
(a npm dependency in/packages/generator/app/templates
) from "5.0.1" to "5.0.2".5.0.2
This release fixes a class of tests which report as false positives. Certain tests will now break, though they would have previously been reported as passing. Details below. Sorry for the inconvenience!
🐛 Fixes
#3226: Do not swallow errors that are thrown asynchronously from passing tests (boneskull). Example:
Previously to this version, Mocha would have silently swallowed the
chaos!
exception, and you wouldn't know. Well, now you know. Mocha cannot recover from this gracefully, so it will exit with a nonzero code.Maintainers of external reporters: If a test of this class is encountered, the
Runner
instance will emit theend
event twice; you may need to change your reporter to userunner.once('end')
intead ofrunner.on('end')
.#3093: Fix stack trace reformatting problem (outsideris)
:nut_and_bolt Other
browser-stdout
to v1.3.1 (honzajavorek)