Skip to content

Bump stylelint-config-standard from 37.0.0 to 38.0.0#294

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/stylelint-config-standard-38.0.0
Closed

Bump stylelint-config-standard from 37.0.0 to 38.0.0#294
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/stylelint-config-standard-38.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2025

Bumps stylelint-config-standard from 37.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 stylelint-config-recommended@16.0.0.
  • 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.
Changelog

Sourced from stylelint-config-standard's changelog.

38.0.0

  • Removed: stylelint less than 16.18.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@16.0.0.
  • 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.
Commits

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 37.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@37.0.0...38.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2025
@hkirsman hkirsman requested a review from Copilot December 2, 2025 06:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps stylelint-config-standard from version 37.0.0 to 38.0.0, which introduces new CSS linting rules and updates the required peer dependency for stylelint. The new version adds rules for color function alias notation, container name patterns, and layer name patterns, while also updating its dependency on stylelint-config-recommended from v15 to v16.

Key changes:

  • Updates stylelint-config-standard from 37.0.0 to 38.0.0
  • Increases minimum required stylelint peer dependency from ^16.13.0 to ^16.18.0
  • Updates transitive dependency stylelint-config-recommended from 15.0.0 to 16.0.0

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates the stylelint-config-standard version to 38.0.0 in devDependencies
package-lock.json Updates dependency tree with new versions and integrity hashes for stylelint-config-standard and its nested dependency stylelint-config-recommended

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

Comment thread package.json
@@ -28,7 +28,7 @@
"prettier": "3.4.2",
"stylelint": "^16.13.2",
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

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

The upgraded stylelint-config-standard@38.0.0 requires stylelint@^16.18.0 as a peer dependency, but the current stylelint version is ^16.13.2 (actual installed version 16.13.2 as shown in package-lock.json). This creates an incompatibility that will cause peer dependency warnings or errors during installation.

To resolve this, update the stylelint version to at least 16.18.0:

"stylelint": "^16.18.0",
Suggested change
"stylelint": "^16.13.2",
"stylelint": "^16.18.0",

Copilot uses AI. Check for mistakes.
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 3, 2025

Superseded by #311.

@dependabot dependabot Bot closed this Dec 3, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/stylelint-config-standard-38.0.0 branch December 3, 2025 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant