Bump stylelint-config-standard from 37.0.0 to 38.0.0#294
Bump stylelint-config-standard from 37.0.0 to 38.0.0#294dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
There was a problem hiding this comment.
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-standardfrom 37.0.0 to 38.0.0 - Increases minimum required
stylelintpeer dependency from ^16.13.0 to ^16.18.0 - Updates transitive dependency
stylelint-config-recommendedfrom 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.
| @@ -28,7 +28,7 @@ | |||
| "prettier": "3.4.2", | |||
| "stylelint": "^16.13.2", | |||
There was a problem hiding this comment.
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",| "stylelint": "^16.13.2", | |
| "stylelint": "^16.18.0", |
|
Superseded by #311. |
Bumps stylelint-config-standard from 37.0.0 to 38.0.0.
Release notes
Sourced from stylelint-config-standard's releases.
Changelog
Sourced from stylelint-config-standard's changelog.
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)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 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)