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).
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 development-dependencies group with 5 updates in the /sass-js-esm directory:
10.4.19
10.4.20
8.4.39
8.4.42
1.77.6
1.77.8
16.6.1
16.9.0
14.1.0
14.2.0
Updates
autoprefixer
from 10.4.19 to 10.4.20Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
dae6eb4
Release 10.4.20 versionee43652
Fix fit-content for Firefoxcf80824
Update dependencies49d5ec6
Move to pnpm 9Updates
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
stylelint-config-twbs-bootstrap
from 14.1.0 to 14.2.0Release notes
Sourced from stylelint-config-twbs-bootstrap's releases.
Commits
cf7718c
14.2.0391d1b0
Bump stylelint-scss from 6.3.0 to 6.3.2 (#258)02959d9
Bump stylelint-config-standard from 36.0.0 to 36.0.1 (#257)609c52b
CI: Add Node.js 223589e62
Bump stylelint-scss from 6.2.1 to 6.3.0 (#255)0e3f17c
Bump stylelint from 16.4.0 to 16.6.1 (#256)4c38ab5
Bump stylelint-config-standard-scss from 13.0.0 to 13.1.0 (#251)10b225b
Bump stylelint-config-recess-order from 5.0.0 to 5.0.1 (#250)cb1c522
Bump stylelint from 16.3.1 to 16.4.0 (#252)2b62619
Bump@stylistic/stylelint-plugin
from 2.1.1 to 2.1.2 (#253)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