-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore(deps-dev): bump stylelint from 15.11.0 to 16.23.1 #2221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.11.0 to 16.23.1. - [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.23.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.23.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
76952fa
to
c1048d2
Compare
"node_modules/stylelint-config-standard/node_modules/stylelint-config-recommended": { | ||
"version": "13.0.0", | ||
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", | ||
"integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Stylelint v16 Compatibility Issue
The upgrade of stylelint
to v16.23.1 introduces a peer dependency conflict with [email protected]
, which explicitly requires stylelint: ^15.10.0
. This major version mismatch will cause installation warnings/errors and potential runtime issues, as stylelint-config-standard
v34.0.0 is designed for stylelint
v15 and may rely on incompatible APIs in v16. stylelint-config-standard
must be updated to a version compatible with stylelint
v16.x.
Bumps stylelint from 15.11.0 to 16.23.1.
Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
a282f6c
16.23.193e33f0
Prepare 16.23.1 (#8706)2811636
Fixno-invalid-position-declaration
false positives for embedded styles (#8...6006370
Fixselector-type-no-unknown
false positives forselectedcontent
(#8716)5e7c4f0
Fixselector-pseudo-*-no-unknown
false positives for some meter pseudo clas...5ef3ad8
Improvepostcss-naive-css-in-js
test fixture (#8715)5c66db7
Fixselector-pseudo-element-no-unknown
false positives for::search-text
...b17f5a4
Bump typescript from 5.8.3 to 5.9.2 in the typescript group (#8711)ce1283b
Fixproperty-no-deprecated
false positive for `-webkit-box-orient: vertical...94b6d69
Bump rollup from 4.46.0 to 4.46.2 (#8709)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)