chore(deps-dev): bump stylelint from 15.11.0 to 17.1.0#2672
chore(deps-dev): bump stylelint from 15.11.0 to 17.1.0#2672dependabot[bot] wants to merge 1 commit intomainfrom
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 GitHub.
|
package.json
Outdated
| "eslint": "^9.35.0", | ||
| "eslint-plugin-react": "^7.37.5", | ||
| "stylelint": "^15.0.0 ", | ||
| "stylelint": "^17.1.0", |
There was a problem hiding this comment.
Incompatible peer dependency version for stylelint-config-standard
High Severity
The stylelint dependency is being upgraded from 15.x to 17.1.0, but stylelint-config-standard remains at version ^34.0.0, which has a peer dependency requirement of stylelint: "^15.10.0". This creates a peer dependency conflict since stylelint 17.x is not compatible with stylelint-config-standard 34.x. The release notes mention compatible shared configs were released alongside stylelint 17, indicating stylelint-config-standard needs to be upgraded (likely to version 37.x or higher) to work with stylelint 17.
Additional Locations (1)
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution MetaMask internal reviewing guidelines:
|
cba4890 to
d4e7620
Compare
d4e7620 to
be8a248
Compare
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.11.0 to 17.1.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...17.1.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
be8a248 to
faa1fbc
Compare


Bumps stylelint from 15.11.0 to 17.1.0.
Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
48f6372Release 17.1.0 (#9007)5bed108Fixselector-type-no-unknownfalse positives forgeolocationand `usermed...7b0b6f7Revert "Fix resolution of configs, plugins, processors, and custom syntaxes i...9b30fbdRemovedisplay-notationsecondary options while the specification is in flu...17ebd25Fix resolution of configs, plugins, processors, and custom syntaxes in Yarn P...590df52Bump prettier from 3.8.0 to 3.8.1 (#9002)d101b15Remove ignoring ESLint major updates in Dependabot config (#9000)0d9df2fAdddisplay-notationrule (#8981)5721667Turn offskipLibCheckTypeScript configuration option (#8999)79cf2cfFixGlobbyOptionsTypeScript errors (#8992)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint since your current version.
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)Note
Medium Risk
Primarily a dev-only dependency update, but it’s a major stylelint upgrade with many transitive changes that may affect
lint:stylebehavior and Node version compatibility.Overview
Updates dev tooling by bumping
stylelintfrom v15 to v17 (and fixing the stray trailing space in the version), refreshingpackage-lock.jsonto the new dependency tree.The lockfile reflects major transitive dependency churn (notably updates to PostCSS/CSS parsing utilities,
globby,meow,flat-cache, etc.) and drops some older CLI helper deps that are no longer needed by stylelint v17.Written by Cursor Bugbot for commit faa1fbc. This will update automatically on new commits. Configure here.