-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore(deps-dev): bump stylelint from 15.11.0 to 16.22.0 #2162
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
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.
|
885fd89
to
698db41
Compare
698db41
to
11d8d1a
Compare
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 Upgrade Causes Peer Dependency Conflict
Upgrading stylelint
to v16.22.0
creates a peer dependency mismatch with [email protected]
, which requires stylelint v15.x
(^15.10.0
). This conflict will cause peer dependency warnings and potential compatibility issues, as the configuration package is not designed for stylelint v16
.
package.json#L88-L90
Lines 88 to 90 in 11d8d1a
"eslint-plugin-react": "^7.37.4", | |
"stylelint": "^16.22.0", | |
"stylelint-config-standard": "^34.0.0", |
package-lock.json#L25542-L25567
metamask-docs/package-lock.json
Lines 25542 to 25567 in 11d8d1a
"node_modules/stylelint-config-standard": { | |
"version": "34.0.0", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"stylelint-config-recommended": "^13.0.0" | |
}, | |
"engines": { | |
"node": "^14.13.1 || >=16.0.0" | |
}, | |
"peerDependencies": { | |
"stylelint": "^15.10.0" | |
} | |
}, | |
"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==", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": "^14.13.1 || >=16.0.0" | |
}, | |
"peerDependencies": { | |
"stylelint": "^15.10.0" | |
} |
Was this report helpful? Give feedback by reacting with 👍 or 👎
11d8d1a
to
b96022c
Compare
b96022c
to
d7bc664
Compare
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.11.0 to 16.22.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.22.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.22.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
d7bc664
to
51cd1b3
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 Upgrade Causes Peer Dependency Conflicts
The upgrade of stylelint
to 16.22.0
introduces a peer dependency mismatch with [email protected]
, which requires stylelint: ^15.10.0
. This incompatibility will cause unmet peer dependency warnings, potential installation failures, and runtime issues or unexpected linting behavior.
Locations (2)
Superseded by #2194. |
Bumps stylelint from 15.11.0 to 16.22.0.
Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
9a4e2b2
16.22.0ad2630d
Prepare 16.22.0 (#8662)d9fd12c
Document conventions for writing tests (#8672)6e5918e
Addno-descending-specificity
line number to the referenced selector in mes...8e7ca69
Bump eslint from 9.30.1 to 9.31.0 in the eslint group (#8671)4fbbe12
Bump rollup from 4.44.2 to 4.45.0 (#8670)7cfc5e5
Fixlightness-notation
crash with"number"
option and single-digit percen...4a7c5e5
AddmessageArgs
tocolor-named
(#8663)79d7b49
RefactorresolveFilePath()
internal utility (#8660)0a5f75b
Fixat-rule-no-deprecated
false positives for@apply
(#8630)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)