Declarations that appear after nested rules are deprecated, because the
semantics Sass has historically used are different from the semantics
specified by CSS. In the future, Sass will adopt the standard CSS semantics.
Potentially breaking bug fix:// in certain places such as unknown
at-rule values was being preserved in the CSS output, leading to potentially
invalid CSS. It's now properly parsed as a silent comment and omitted from the
CSS output.
1.77.6
Fix a few cases where comments and occasionally even whitespace wasn't allowed
between the end of Sass statements and the following semicolon.
1.77.5
Fully trim redundant selectors generated by @extend.
1.77.4
Embedded Sass
Support passing Version input for fatalDeprecations as string over
embedded protocol.
Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
as input for silenceDeprecations and futureDeprecations in pure JS.
1.77.3
Dart API
Deprecation.duplicateVariableFlags has been deprecated and replaced with
Deprecation.duplicateVarFlags to make it consistent with the
duplicate-var-flags name used on the command line and in the JS API.
Commits
be9c3ac Run Windows ARM64 releases on windows-latest instead (#2275)
Fixed: no-duplicate-selectors false negatives for three or more duplicates (#7867) (@romainmenke).
Fixed: selector-max-compound-selectors error for @nest (#7875) (@romainmenke).
Fixed: selector-pseudo-class-no-unknown false positives for :active-view-transition and :active-view-transition-type() (#7868) (@Mouvedia).
Fixed: selector-type-*, selector-max-type and selector-class-pattern false positives for <timeline-range-name> in keyframe selectors (#7856) (@romainmenke).
Fixed: stylelint.utils.checkAgainstRule() regression when reportNeedlessDisables and quiet are both enabled (#7879) (@ybiquitous).
Fixed: configuration comments within selector and value lists being ignored (#7839) (@romainmenke).
16.7.0
Changed: tap formatter to support TAP14 (#7759) (@Mouvedia).
Fixed: declaration-block-no-redundant-longhand-properties/declaration-block-no-shorthand-property-overrides false negatives for font-variant (#7734) (@Bilie).
Fixed: font-family-name-quotes false negatives for -moz-*/-webkit-* keywords (#7777) (@Mouvedia).
Fixed: font-family-no-missing-generic-family-keyword false negatives for font families which names match a CSS3 font-variant keyword (#7823) (@Mouvedia).
Fixed: function-name-case end positions (#7747) (@Mouvedia).
Fixed: function-no-unknown performance by reducing file read count (#7801) (@ybiquitous).
Fixed: no-duplicate-selectors false negatives for three or more duplicates (#7867) (@romainmenke).
Fixed: selector-max-compound-selectors error for @nest (#7875) (@romainmenke).
Fixed: selector-pseudo-class-no-unknown false positives for :active-view-transition and :active-view-transition-type() (#7868) (@Mouvedia).
Fixed: selector-type-*, selector-max-type and selector-class-pattern false positives for <timeline-range-name> in keyframe selectors (#7856) (@romainmenke).
Fixed: stylelint.utils.checkAgainstRule() regression when reportNeedlessDisables and quiet are both enabled (#7879) (@ybiquitous).
Fixed: configuration comments within selector and value lists being ignored (#7839) (@romainmenke).
16.7.0
Changed: tap formatter to support TAP14 (#7759) (@Mouvedia).
Fixed: declaration-block-no-redundant-longhand-properties/declaration-block-no-shorthand-property-overrides false negatives for font-variant (#7734) (@Bilie).
Fixed: font-family-name-quotes false negatives for -moz-*/-webkit-* keywords (#7777) (@Mouvedia).
Fixed: font-family-no-missing-generic-family-keyword false negatives for font families which names match a CSS3 font-variant keyword (#7823) (@Mouvedia).
Fixed: function-name-case end positions (#7747) (@Mouvedia).
Fixed: function-no-unknown performance by reducing file read count (#7801) (@ybiquitous).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dev-dependencies group with 5 updates in the / directory:
5.0.18
5.0.19
1.77.2
1.77.8
15.11.0
16.8.0
11.1.0
13.1.0
6.0.3
6.0.4
Updates
@fontsource-variable/inter
from 5.0.18 to 5.0.19Commits
Updates
sass
from 1.77.2 to 1.77.8Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
Commits
be9c3ac
Run Windows ARM64 releases on windows-latest instead (#2275)d4b1939
Run pub in verbose mode on windows-arm64c96b5e2
Fix windows-arm64 release (#2274)7203d65
Deprecated mixed declarations (#2267)1edc247
Avoid[this]
in Dartdoc comments (#2273)a164889
Enable AOT build for windows-arm64 (#2270)04b6251
Parse silent comments in_interpolatedDeclarationValue()
(#2266)860eb5a
Fix linux-ia32, linux-arm-musl, and windows-arm64 releases (#2265)7aae1e6
Fix a bug where comments were incorrectly forbidden in some cases (#2264)cf6f9d0
Build AOT releases with native arm64 runners (#2262)Updates
stylelint
from 15.11.0 to 16.8.0Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
19365ca
16.8.050478e6
Prepare 16.8.0 (#7870)8e5c8a3
Fixfunction-url-quotes
false positives for SCSS variables and#
/?
char...2d04511
Bump husky from 9.1.2 to 9.1.3 (#7886)118fe2b
Bump debug from 4.3.5 to 4.3.6 (#7885)1905e41
Bump rollup from 4.19.0 to 4.19.1 (#7884)ac73451
Document to add ecosystem test check in releasing task list (#7883)8fefd14
Refactor to use severity constants (#7882)cfe2bcf
Fixstylelint.utils.checkAgainstRule()
regression when both `reportNeedless...3024d75
Fix configuration comments within selector and value lists being ignored (#7839)Updates
stylelint-config-standard-scss
from 11.1.0 to 13.1.0Release notes
Sourced from stylelint-config-standard-scss's releases.
Changelog
Sourced from stylelint-config-standard-scss's changelog.
Commits
c2e1f8c
13.1.0a85f693
Prepare 13.1.0cca58f0
Bump np from 10.0.0 to 10.0.2 (#167)d083319
Bump stylelint from 16.2.1 to 16.3.1 (#166)c318a27
set dollar-variable-colon-space-after to always-single-line (#156)57418df
Bump eslint from 8.56.0 to 8.57.0 (#164)c30a0ff
Bump np from 9.2.0 to 10.0.0 (#163)91854e3
Bump prettier from 3.2.4 to 3.2.5 (#162)0b553f9
Migratejest
tonode:test
/node:assert
(#161)32a40e8
Bump eslint-plugin-jest from 27.6.1 to 27.6.3 (#157)Updates
stylelint-order
from 6.0.3 to 6.0.4Release notes
Sourced from stylelint-order's releases.
Changelog
Sourced from stylelint-order's changelog.
Commits
0e3325b
6.0.4e00347f
Fix segmentation fault issue with Jest on Node.js 18a2724fc
Remove Node.js 16 from CI1cc4616
Prepare 6.0.46c97de5
Add support for Stylelint v169a7b562
Update dependenciesa2f5c46
Update dependenciesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show