Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

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-relative false negatives for @import (#8576) (@​pamelalozano16).
  • Fixed: shorthand-property-no-redundant-values false negatives for additional radius (#8539) (@​ryo-manba).

16.19.1

It fixes 1 bug with the no-empty-source rule.

16.19.0

It adds 2 options to 2 rules and fixes 3 bugs.

  • Added: exceptWithoutPropertyFallback: [] to function-allowed-list (#8488) (@​ryo-manba).
  • Added: ignore: ["four-into-three-edge-values"] to shorthand-property-no-redundant-values (#8527) (@​ryo-manba).
  • Fixed: compact formatter with pnpm to newline the exit code (#8534) (@​konomae).
  • Fixed: declaration-property-value-no-unknown range and message for invalid syntax within known functions (#8528) (@​ryo-manba).
  • Fixed: no-empty-source false 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-invalid and layer-name-pattern ones from recent releases, in our standard config.

16.17.0

It adds 1 new rule, support for languageOptions to 2 rules, 1 option to a rule, the --compute-edit-info CLI flag (along with support for EditInfo in 3 rules), and fixes 1 bug. EditInfo is useful for automated fixing tools and editor integrations.

16.16.0

It adds support for computing EditInfo to 22 more rules and reverts a change that added context.lexer to our public API in the previous release.

... (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-relative false negatives for @import (#8576) (@​pamelalozano16).
  • Fixed: shorthand-property-no-redundant-values false negatives for additional radius (#8539) (@​ryo-manba).

16.19.1 - 2025-04-25

It fixes 1 bug with the no-empty-source rule.

16.19.0 - 2025-04-23

It adds 2 options to 2 rules and fixes 3 bugs.

  • Added: exceptWithoutPropertyFallback: [] to function-allowed-list (#8488) (@​ryo-manba).
  • Added: ignore: ["four-into-three-edge-values"] to shorthand-property-no-redundant-values (#8527) (@​ryo-manba).
  • Fixed: compact formatter with pnpm to newline the exit code (#8534) (@​konomae).
  • Fixed: declaration-property-value-no-unknown range and message for invalid syntax within known functions (#8528) (@​ryo-manba).
  • Fixed: no-empty-source false 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-invalid and layer-name-pattern ones from recent releases, in our standard config.

16.17.0 - 2025-03-26

It adds 1 new rule, support for languageOptions to 2 rules, 1 option to a rule, the --compute-edit-info CLI flag (along with support for EditInfo in 3 rules), and fixes 1 bug. EditInfo is useful for automated fixing tools and editor integrations.

16.16.0 - 2025-03-14

It adds support for computing EditInfo to 22 more rules and reverts a change that added context.lexer to our public API in the previous release.

... (truncated)

Commits

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: stylelint less than 16.18.0 from 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: stylelint less than 16.13.0 from peer dependencies.
  • Changed: updated to [email protected].

36.0.1

  • Fixed: missing funding field in package.json.

36.0.0

  • Removed: stylelint less than 16.1.0 from peer dependencies.
  • Added: lightness-notation: "percentage" rule.

35.0.0

  • Removed: stylelint less than 16.0.0 from peer dependencies.
  • Removed: Node.js less than 18.12.0 support.
  • Changed: updated to [email protected].
Changelog

Sourced from stylelint-config-standard's changelog.

38.0.0

  • Removed: stylelint less than 16.18.0 from 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: stylelint less than 16.13.0 from peer dependencies.
  • Changed: updated to [email protected].

36.0.1

  • Fixed: missing funding field in package.json.

36.0.0

  • Removed: stylelint less than 16.1.0 from peer dependencies.
  • Added: lightness-notation: "percentage" rule.

35.0.0

  • Removed: stylelint less than 16.0.0 from peer dependencies.
  • Removed: Node.js less than 18.12.0 support.
  • Changed: updated to [email protected].
Commits

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

Upgrades stylelint and stylelint-config-standard, refreshing the stylelint ecosystem and transitive deps with newer Node >=18 requirements.

  • Tooling (Stylelint):
    • Bump stylelint to ^16.25.0 and stylelint-config-standard to ^39.0.1 in package.json.
    • Corresponding package-lock.json refresh updates the stylelint stack (e.g., [email protected], postcss-safe-parser@7, postcss-selector-parser@7, css-tree@3, [email protected], [email protected], meow@13, ignore@7, [email protected]).
    • Adds/updates related deps (e.g., @dual-bundle/import-meta-resolve, cache layers like cacheable, @cacheable/*, hookified, qified) via updated caches.
    • Tightens engines/peers across deps (many now require Node >=18 / >=18.12).

Written by Cursor Bugbot for commit 94dbe2e. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Update one or more dependencies version major Increment the major version when merged labels Jun 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 2, 2025 10:55
@dependabot dependabot bot added dependencies Update one or more dependencies version major Increment the major version when merged labels Jun 2, 2025
Copy link

netlify bot commented Jun 2, 2025

Deploy Preview for content-scope-scripts canceled.

Name Link
🔨 Latest commit 94dbe2e
🔍 Latest deploy log https://app.netlify.com/projects/content-scope-scripts/deploys/68ecef73c8ad910008cb2b32

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 4 times, most recently from 816f7c5 to 2e07ca1 Compare June 9, 2025 10:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 8 times, most recently from b4ad8fc to 94ef57d Compare June 19, 2025 13:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 3 times, most recently from b81c4e6 to b323fcc Compare June 26, 2025 21:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 2 times, most recently from e254229 to adc5b41 Compare July 7, 2025 12:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 3 times, most recently from b5a823b to 57fc482 Compare July 14, 2025 15:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch from 57fc482 to 09f7fa1 Compare July 21, 2025 11:48
@jonathanKingston
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2025

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.

@jonathanKingston
Copy link
Contributor

@dependabot recreate

@jonathanKingston
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch from 484b3bd to 80ce5e3 Compare July 25, 2025 14:30
@jonathanKingston
Copy link
Contributor

@mgurgel looks like this is blocked on csstree/stylelint-validator#59 should we switch to the fork mentioned there?

@shakyShane
Copy link
Contributor

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.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 2 times, most recently from 8d3a75b to 0867368 Compare August 4, 2025 16:19
cursor[bot]

This comment was marked as outdated.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 3 times, most recently from f3a6459 to a89948e Compare August 12, 2025 05:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 3 times, most recently from f20cd0c to f40f80d Compare August 21, 2025 09:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 2 times, most recently from 38c9b5b to 9044a7d Compare August 28, 2025 19:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch from 9044a7d to bf5cdd6 Compare September 8, 2025 10:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 2 times, most recently from c36ed9c to 8d3cbea Compare September 22, 2025 10:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 3 times, most recently from 03515db to 0faaa1e Compare October 6, 2025 10:41
cursor[bot]

This comment was marked as outdated.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch 2 times, most recently from ef0ae69 to 01a1870 Compare October 13, 2025 11:50
Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard).


Updates `stylelint` from 15.11.0 to 16.20.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.11.0...16.20.0)

Updates `stylelint-config-standard` from 34.0.0 to 38.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@34.0.0...38.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.20.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard
  dependency-version: 38.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/stylelint-6979e71028 branch from 01a1870 to 94dbe2e Compare October 13, 2025 12:24
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint": "^16.25.0",
"stylelint-config-standard": "^39.0.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Stylelint Update Breaks CSS Tree Validator Compatibility

The stylelint update to 16.25.0 creates a peer dependency conflict with [email protected]. Its peer dependency constraint ("stylelint": ">=7.0.0 <16.0.0") excludes stylelint 16.x, which may cause the plugin to fail.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update one or more dependencies version major Increment the major version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants