Skip to content

chore(deps): update dependency stylelint-config-standard to v40#9902

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/stylelint-config-standard-40.x
Open

chore(deps): update dependency stylelint-config-standard to v40#9902
renovate[bot] wants to merge 1 commit intomainfrom
renovate/stylelint-config-standard-40.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2026

This PR contains the following updates:

Package Change Age Confidence
stylelint-config-standard ~39.0.0~40.0.0 age confidence

Release Notes

stylelint/stylelint-config-standard (stylelint-config-standard)

v40.0.0

Compare Source

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Removed: support for Node.js less than 20.19.0.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: module type to ESM.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 15, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: ui/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @antora/ui-default@undefined
npm error Found: stylelint@16.26.1
npm error node_modules/stylelint
npm error   dev stylelint@"~16.26.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer stylelint@"^17.0.0" from stylelint-config-standard@40.0.0
npm error node_modules/stylelint-config-standard
npm error   dev stylelint-config-standard@"~40.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-02-13T10_27_50_555Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-02-13T10_27_50_555Z-debug-0.log

@renovate renovate bot requested review from a team as code owners January 15, 2026 23:15
@renovate renovate bot force-pushed the renovate/stylelint-config-standard-40.x branch 3 times, most recently from 21ef7e6 to 1bfd525 Compare January 19, 2026 10:46
@renovate renovate bot force-pushed the renovate/stylelint-config-standard-40.x branch 7 times, most recently from 3f03825 to 892e22c Compare January 20, 2026 20:53
@renovate renovate bot changed the title Update dependency stylelint-config-standard to v40 chore(deps): update dependency stylelint-config-standard to v40 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/stylelint-config-standard-40.x branch 13 times, most recently from fe426db to 3fa2733 Compare January 27, 2026 11:16
@renovate renovate bot force-pushed the renovate/stylelint-config-standard-40.x branch 3 times, most recently from 8d7fdac to 2779b4e Compare February 4, 2026 14:46
@renovate renovate bot changed the title Update dependency stylelint-config-standard to v40 chore(deps): update dependency stylelint-config-standard to v40 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/stylelint-config-standard-40.x branch 11 times, most recently from f3d739b to 74c84c3 Compare February 10, 2026 06:29
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

"require-from-string": "~2.0",
"stylelint": "~16.26.0",
"stylelint-config-standard": "~39.0.0",
"stylelint-config-standard": "~40.0.0",
Copy link

Choose a reason for hiding this comment

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

Peer dependency mismatch: stylelint 16.x with config requiring 17.x

High Severity

stylelint-config-standard@40.0.0 dropped support for stylelint versions below 17.0.0 (per the release notes), but the project still pins stylelint at ~16.26.0. This peer dependency mismatch will cause install warnings and may lead to runtime failures if the config references rules or features only available in stylelint 17. The gulp-stylelint override also pins stylelint to ~16.26.0, compounding the issue. Additionally, v40 changed to ESM, which may break CJS-based tooling like gulp-stylelint.

Additional Locations (1)

Fix in Cursor Fix in Web

@renovate renovate bot force-pushed the renovate/stylelint-config-standard-40.x branch 12 times, most recently from 32786d6 to 636703a Compare February 13, 2026 10:23
@renovate renovate bot force-pushed the renovate/stylelint-config-standard-40.x branch from 636703a to e19e54f Compare February 13, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant