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:
postcss
in/
from "7.0.3" to "7.0.4"sass
in/
from "1.14.0" to "1.14.1"babel-eslint
in/
from "10.0.0" to "10.0.1"electron
in/
from "3.0.0" to "3.0.1"husky
in/
from "1.0.0" to "1.0.1"stylelint
in/
from "9.5.0" to "9.6.0"Details
Dependencies.io has updated
postcss
(a npm dependency in/
) from "7.0.3" to "7.0.4".7.0.4
Dependencies.io has updated
sass
(a npm dependency in/
) from "1.14.0" to "1.14.1".1.14.1
To install Dart Sass 1.14.1, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Canonicalize escaped digits at the beginning of identifiers as hex escapes.
Properly parse property declarations that are both in content blocks and written after content blocks.
Command-Line Interface
--watch
mode.See the full changelog for changes in earlier releases.
Dependencies.io has updated
babel-eslint
(a npm dependency in/
) from "10.0.0" to "10.0.1".10.0.1
The
TypeAlias
"conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change.Dependencies.io has updated
electron
(a npm dependency in/
) from "3.0.0" to "3.0.1".3.0.1
Bug Fixes/Changes
chore: fix await in cleanup script (backport: 3-0-x). #14696
docs: specify BrowserWindow features passable to window.open. #14702
Fix second-instance handler signature. #14748
fix: do not set layer explicitly for frameless window. #14736
fix: actually return appmetrics. #14750
fix: initialize tracing controller before starting platform (3-0-x). #14503
docs: clarify allowable background colors for BrowserWindow transparency (backport: 3-0-x). #14781
fix: inconsistent titleBarStyle on transparent fullscreen. #14790
chore: bump libcc (3-0-x). #14809
fix: get background color from GtkMenuBar#menubar. #14812
Dependencies.io has updated
husky
(a npm dependency in/
) from "1.0.0" to "1.0.1".1.0.1
husky-upgrade
changes (#362, #360, #359)Dependencies.io has updated
stylelint
(a npm dependency in/
) from "9.5.0" to "9.6.0".9.6.0
no-empty-first-line
rule (#3650).at-rule-name-space-after
autofix (#3653).block-closing-brace-empty-line-before
autofix (#3598).block-closing-brace-space-before
autofix (#3673).comment-whitespace-inside
autofix (#3619).declaration-bang-space-after
autofix (#3598).declaration-bang-space-before
autofix (#3592).declaration-colon-newline-after
autofix (#3588).function-comma-space-after
autofix (#3555).function-comma-space-before
autofix (#3596).function-name-case
autofix (#3674).function-max-empty-lines
autofix (#3645).function-parentheses-newline-inside
autofix (#3601).function-whitespace-after
autofix (#3648).media-feature-colon-space-after
autofix (#3623).media-feature-colon-space-before
autofix (#3637).media-feature-name-case
autofix (#3685).media-feature-range-operator-space-after
autofix (#3639).media-feature-range-operator-space-before
autofix (#3618).media-query-list-comma-newline-after
autofix (#3643).media-query-list-comma-space-after
autofix (#3607).media-query-list-comma-space-before
autofix (#3640).function-parentheses-space-inside
autofix (#3563).selector-attribute-brackets-space-inside
autofix (#3605).selector-attribute-operator-space-after
autofix (#3641).selector-attribute-operator-space-before
autofix (#3603).selector-pseudo-class-case
autofix (#3671).selector-pseudo-class-parentheses-space-inside
autofix (#3646).selector-type-case
autofix (#3668).no-eol-whitespace
autofix (#3615).no-extra-semicolons
autofix (#3574).value-list-comma-newline-after
autofix (#3616).value-list-comma-space-after
autofix (#3558).value-list-comma-space-before
autofix (#3597).baseIndentLevel
toindentation
(#3557).linebreaks
TypeError (#3636).max-empty-lines
incorrect line reporting (#3530).media-query-list-comma-newline-after
false positives for trailing comment (#3657).no-descending-specificity
false positives for CSS Modules functional pseudo-classes (#3623).