content-scope-scripts
content-scope-scripts copied to clipboard
build(deps-dev): bump the stylelint group with 2 updates
Bumps the stylelint group with 2 updates: stylelint and stylelint-config-standard.
Updates stylelint from 15.11.0 to 16.20.0
Release notes
Sourced from stylelint's releases.
16.20.0
It fixes 2 bugs with the built-in rules.
- Fixed:
function-url-no-scheme-relativefalse negatives for@import(#8576) (@pamelalozano16).- Fixed:
shorthand-property-no-redundant-valuesfalse negatives for additional radius (#8539) (@ryo-manba).16.19.1
It fixes 1 bug with the
no-empty-sourcerule.
- Fixed:
no-empty-sourcefalse positives for non-standard syntaxes (#8548) (@ybiquitous).16.19.0
It adds 2 options to 2 rules and fixes 3 bugs.
- Added:
exceptWithoutPropertyFallback: []tofunction-allowed-list(#8488) (@ryo-manba).- Added:
ignore: ["four-into-three-edge-values"]toshorthand-property-no-redundant-values(#8527) (@ryo-manba).- Fixed:
compactformatter with pnpm to newline the exit code (#8534) (@konomae).- Fixed:
declaration-property-value-no-unknownrange and message for invalid syntax within known functions (#8528) (@ryo-manba).- Fixed:
no-empty-sourcefalse positives for--report-needless-disables(#8536) (@romainmenke).16.18.0
It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the
syntax-string-no-invalidandlayer-name-patternones from recent releases, in our standard config.
- Added:
color-function-alias-notationrule (#8499) (@EduardAkhmetshin).- Added:
container-name-patternrule (#8498) (@nate10j).- Fixed:
declaration-property-value-no-unknownfalse positives formathoffont-size(#8495) (@otomad).- Fixed:
font-family-no-missing-generic-family-keywordfalse positives formath(#8489) (@otomad).16.17.0
It adds 1 new rule, support for
languageOptionsto 2 rules, 1 option to a rule, the--compute-edit-infoCLI flag (along with support forEditInfoin 3 rules), and fixes 1 bug.EditInfois useful for automated fixing tools and editor integrations.
- Added:
layer-name-patternrule (#8474) (@ryo-manba).- Added:
--compute-edit-infoCLI flag (#8473) (@ryo-manba).- Added:
ignorePreludeOfAtRules: []tolength-zero-no-unit(#8472) (@ryo-manba).- Added:
at-rule-no-unknownsupport forlanguageOptions(#8475) (@ryo-manba).- Added:
property-no-unknownsupport forlanguageOptions(#8476) (@ryo-manba).- Added:
declaration-block-no-redundant-longhand-propertiessupport for computingEditInfo(#8482) (@pamelalozano16).- Added:
function-url-quotessupport for computingEditInfo(#8483) (@pamelalozano16).- Added:
selector-attribute-quotessupport for computingEditInfo(#8484) (@pamelalozano16).- Fixed:
custom-property-patternfalse negatives for@propertypreludes (#8468) (@rohitgs28).16.16.0
It adds support for computing
EditInfoto 22 more rules and reverts a change that addedcontext.lexerto our public API in the previous release.
- Added:
at-rule-empty-line-beforesupport for computingEditInfo(#8425) (@pamelalozano16).- Added:
at-rule-no-deprecatedsupport for computingEditInfo(#8426) (@pamelalozano16).- Added:
at-rule-no-vendor-prefixsupport for computingEditInfo(#8427) (@pamelalozano16).- Added:
color-function-notationsupport for computingEditInfo(#8437) (@pamelalozano16).- Added:
declaration-empty-line-beforesupport for computingEditInfo(#8443) (@pamelalozano16).- Added:
declaration-property-value-keyword-no-deprecatedsupport for computingEditInfo. (#8439) (@pamelalozano16).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.20.0 - 2025-05-29
It fixes 2 bugs with the built-in rules.
- Fixed:
function-url-no-scheme-relativefalse negatives for@import(#8576) (@pamelalozano16).- Fixed:
shorthand-property-no-redundant-valuesfalse negatives for additional radius (#8539) (@ryo-manba).16.19.1 - 2025-04-25
It fixes 1 bug with the
no-empty-sourcerule.
- Fixed:
no-empty-sourcefalse positives for non-standard syntaxes (#8548) (@ybiquitous).16.19.0 - 2025-04-23
It adds 2 options to 2 rules and fixes 3 bugs.
- Added:
exceptWithoutPropertyFallback: []tofunction-allowed-list(#8488) (@ryo-manba).- Added:
ignore: ["four-into-three-edge-values"]toshorthand-property-no-redundant-values(#8527) (@ryo-manba).- Fixed:
compactformatter with pnpm to newline the exit code (#8534) (@konomae).- Fixed:
declaration-property-value-no-unknownrange and message for invalid syntax within known functions (#8528) (@ryo-manba).- Fixed:
no-empty-sourcefalse positives for--report-needless-disables(#8536) (@romainmenke).16.18.0 - 2025-04-06
It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the
syntax-string-no-invalidandlayer-name-patternones from recent releases, in our standard config.
- Added:
color-function-alias-notationrule (#8499) (@EduardAkhmetshin).- Added:
container-name-patternrule (#8498) (@nate10j).- Fixed:
declaration-property-value-no-unknownfalse positives formathoffont-size(#8495) (@otomad).- Fixed:
font-family-no-missing-generic-family-keywordfalse positives formath(#8489) (@otomad).16.17.0 - 2025-03-26
It adds 1 new rule, support for
languageOptionsto 2 rules, 1 option to a rule, the--compute-edit-infoCLI flag (along with support forEditInfoin 3 rules), and fixes 1 bug.EditInfois useful for automated fixing tools and editor integrations.
- Added:
layer-name-patternrule (#8474) (@ryo-manba).- Added:
--compute-edit-infoCLI flag (#8473) (@ryo-manba).- Added:
ignorePreludeOfAtRules: []tolength-zero-no-unit(#8472) (@ryo-manba).- Added:
at-rule-no-unknownsupport forlanguageOptions(#8475) (@ryo-manba).- Added:
property-no-unknownsupport forlanguageOptions(#8476) (@ryo-manba).- Added:
declaration-block-no-redundant-longhand-propertiessupport for computingEditInfo(#8482) (@pamelalozano16).- Added:
function-url-quotessupport for computingEditInfo(#8483) (@pamelalozano16).- Added:
selector-attribute-quotessupport for computingEditInfo(#8484) (@pamelalozano16).- Fixed:
custom-property-patternfalse negatives for@propertypreludes (#8468) (@rohitgs28).16.16.0 - 2025-03-14
It adds support for computing
EditInfoto 22 more rules and reverts a change that addedcontext.lexerto our public API in the previous release.
... (truncated)
Commits
a1a3b2a16.20.03f426b9Prepare 16.20.0 (#8556)33bc18bRefactor to improve error classes (#8593)e6af3ecRefactor to use example.org in tests and docs (#8592)ea80c3aFixfunction-url-no-scheme-relativefalse negatives for@import(#8576)59f3d38Bump rollup from 4.40.2 to 4.41.1 (#8590)475c54aDocumentexample.orgin rule README conventions (#8587)0dccdb8Document to removenpxfrom command examples (#8578)1c17fb8Bump eslint from 9.26.0 to 9.27.0 in the eslint group (#8584)8ce90eaBump codecov/codecov-action from 5.4.2 to 5.4.3 (#8580)- Additional commits viewable in compare view
Updates stylelint-config-standard from 34.0.0 to 38.0.0
Release notes
Sourced from stylelint-config-standard's releases.
38.0.0
- Removed:
stylelintless than16.18.0from peer dependencies.- Changed: updated to
[email protected].- Added:
color-function-alias-notation: "without-alpha"rule.- Added:
container-name-pattern(kebab-case with optional--prefix) rule.- Added:
layer-name-pattern(kebab-case) rule.37.0.0
- Removed:
stylelintless than16.13.0from peer dependencies.- Changed: updated to
[email protected].36.0.1
- Fixed: missing
fundingfield inpackage.json.36.0.0
- Removed:
stylelintless than16.1.0from peer dependencies.- Added:
lightness-notation: "percentage"rule.35.0.0
- Removed:
stylelintless than16.0.0from peer dependencies.- Removed: Node.js less than
18.12.0support.- Changed: updated to
[email protected].
Changelog
Sourced from stylelint-config-standard's changelog.
38.0.0
- Removed:
stylelintless than16.18.0from peer dependencies.- Changed: updated to
[email protected].- Added:
color-function-alias-notation: "without-alpha"rule.- Added:
container-name-pattern(kebab-case with optional--prefix) rule.- Added:
layer-name-pattern(kebab-case) rule.37.0.0
- Removed:
stylelintless than16.13.0from peer dependencies.- Changed: updated to
[email protected].36.0.1
- Fixed: missing
fundingfield inpackage.json.36.0.0
- Removed:
stylelintless than16.1.0from peer dependencies.- Added:
lightness-notation: "percentage"rule.35.0.0
- Removed:
stylelintless than16.0.0from peer dependencies.- Removed: Node.js less than
18.12.0support.- Changed: updated to
[email protected].
Commits
ea2997638.0.072c019aPrepare 38.0.0 (#352)4ef026eBump the development-dependencies group with 4 updates (#351)79d6fd6Bump the development-dependencies group with 2 updates (#349)8362129Bump the development-dependencies group with 3 updates (#347)aca7a9f37.0.0ff3d6b9Prepare 37.0.0 (#346)f8e1d22Document browser support policy based on Baseline Widely Available (#345)72ae9dcBump the development-dependencies group with 3 updates (#344)c98f4c3Bump nanoid from 3.3.7 to 3.3.8 (#343)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
[!NOTE] Upgrade Stylelint and its standard config, updating the lockfile and transitive dependencies accordingly.
- Dev tooling:
- Upgrade
stylelintto^16.26.0.- Upgrade
stylelint-config-standardto^39.0.1.- Refresh lockfile with related transitive updates (e.g.,
postcss,cosmiconfig,meow,@csstools/*) reflecting newer Node >=18 engines.Written by Cursor Bugbot for commit 72967c376f89d7f33992900e78781f6fd74285cd. This will update automatically on new commits. Configure here.
Deploy Preview for content-scope-scripts canceled.
| Name | Link |
|---|---|
| Latest commit | 72967c376f89d7f33992900e78781f6fd74285cd |
| Latest deploy log | https://app.netlify.com/projects/content-scope-scripts/deploys/6924392039f3b40008c49139 |
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
@dependabot recreate
@mgurgel looks like this is blocked on https://github.com/csstree/stylelint-validator/pull/59 should we switch to the fork mentioned there?
I've been closing these out - the tool still works and might be better to stick where are instead of adopting a fork? FWIW we did discuss dropping this tool in place of screenshot tests and prettier.