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.
Commits
be9c3ac Run Windows ARM64 releases on windows-latest instead (#2275)
Fixed: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#7953) (@Mouvedia).
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: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#7953) (@Mouvedia).
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).
Bumps the dependencies group with 6 updates in the / directory:
9.7.0
9.9.1
28.5.0
28.8.1
8.4.39
8.4.42
1.77.6
1.77.8
16.6.1
16.9.0
3.18.0
3.19.3
Updates
eslint
from 9.7.0 to 9.9.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
Commits
8781e6f
9.9.11503d03
Build: changelog update for 9.9.1b0c34d0
chore: upgrade to@eslint/js
@9
.9.1 (#18809)cd5a0da
chore: package.json update for@eslint/js
release4840930
docs: Update README with version support and clean up content (#18804)f61f40d
docs: Update globals examples (#18805)e112642
refactor: Extract parsing logic from Linter (#18790)241fcea
docs: Use and define languages (#18795)0f68a85
chore: use eslint-plugin-yml on yaml files only (#18801)5dbdd63
docs: eslint-plugin-markdown ->@eslint/markdown
(#18797)Updates
eslint-plugin-jest
from 28.5.0 to 28.8.1Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
1df45e9
chore(release): 28.8.1 [skip ci]307f6a7
fix(prefer-importing-jest-globals): support typescript-eslint parser (#1639)267702d
chore(deps): lock file maintenancef969f92
chore(deps): lock file maintenancef5f3e99
chore(deps): lock file maintenancee1410ae
chore(release): 28.8.0 [skip ci]74078ee
feat: import formatting rules fromeslint-plugin-jest-formatting
(#1563)11ef4fc
chore(deps): update yarn to v3.8.4 (#1638)c88f741
chore(deps): lock file maintenance1cd8c74
chore(release): 28.7.0 [skip ci]Updates
postcss
from 8.4.39 to 8.4.42Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
0fda48a
Release 8.4.42 versioncd5b08c
Add ESLint to CI0975cc2
Sort source code and fix ESLint36950b4
Try to fix old Node.js testsfbb6d60
Update dependencies118ebc9
Clean up code9e7bdca
Pretty CssSyntaxError from onelined (minified) css (#1965)45a2425
Merge pull request #1961 from nex3/readonly-array0cb325a
UseReadonlyArray
for argument types that aren't modifieda886628
Merge pull request #1957 from nex3/protected-normalizeUpdates
sass
from 1.77.6 to 1.77.8Release notes
Sourced from sass's releases.
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)Updates
stylelint
from 16.6.1 to 16.9.0Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
94c3d93
16.9.0549a1a8
Prepare 16.9.0 (#7946)baadc25
Refactor to fixCoreRules
type inconsistencies (#7967)78b1e83
ImprovePublicApi['rules']
type and removeBuiltInRules
,Formatters
and...5cf18b1
Refactor to addCoreRules
type (#7954)ce0b1af
Bump supports-hyperlinks from 3.0.0 to 3.1.0 (#7962)ab47e73
ChangesecondaryOptions
argument type of theRule
function (#7950)d53ce33
Fixdeclaration-property-value-no-unknown
false negatives (#7957)83e2851
Fixkeyframe-block-no-duplicate-selectors
/`keyframe-declaration-no-importan...9744c18
Fixselector-class-pattern
reported ranges (#7959)Updates
uglify-js
from 3.18.0 to 3.19.3Release notes
Sourced from uglify-js's releases.
... (truncated)
Commits
3ea33af
v3.19.3cf87290
fix corner case incollapse_vars
(#5928)4a92cdc
fix corner case incollapse_vars
(Superseded by #218.