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:
react-markdown
in/
from "4.0.2" to "4.0.3"sass
in/
from "1.14.1" to "1.14.2"electron
in/
from "3.0.3" to "3.0.4"husky
in/
from "1.1.1" to "1.1.2"Details
Dependencies.io has updated
react-markdown
(a npm dependency in/
) from "4.0.2" to "4.0.3".4.0.3
Fixes
Dependencies.io has updated
sass
(a npm dependency in/
) from "1.14.1" to "1.14.2".1.14.2
To install Dart Sass 1.14.2, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug where loading the same stylesheet from two different import paths could cause its imports to fail to resolve.
Properly escape U+001F INFORMATION SEPARATOR ONE in unquoted strings.
Command-Line Interface
@debug
in a stylesheet passed on standard input.Dart API
AsyncImporter.canonicalize()
andImporter.canonicalize()
must now return absolute URLs. Relative URLs are still supported, but are deprecated and will be removed in a future release.See the full changelog for changes in earlier releases.
Dependencies.io has updated
electron
(a npm dependency in/
) from "3.0.3" to "3.0.4".3.0.4
Bug Fixes/Changes
fix: setMaximizable to be true if window is resizable & maximizable. #15032
fix: Check minSize constraints before resizing (backport: 3-0-x). #15038
fix: Lifetime of auth_info_ in login handler. #15044
fix: handle shortcuts by default if no WebPreferences object exists. #15066
fix: update accelerator patch to handle recent chromium fixes. #15072
Dependencies.io has updated
husky
(a npm dependency in/
) from "1.1.1" to "1.1.2".1.1.2