chore(deps-dev): bump stylelint from 15.11.0 to 17.3.0#2710
chore(deps-dev): bump stylelint from 15.11.0 to 17.3.0#2710dependabot[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.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution MetaMask internal reviewing guidelines:
|
package.json
Outdated
| "eslint": "^9.35.0", | ||
| "eslint-plugin-react": "^7.37.5", | ||
| "stylelint": "^15.0.0 ", | ||
| "stylelint": "^17.3.0", |
There was a problem hiding this comment.
Stylelint config peer version mismatch
Medium Severity
stylelint was upgraded to ^17.3.0, but stylelint-config-standard is still ^34.0.0, whose peer range in package-lock.json is stylelint: ^15.10.0. This creates an unsupported pairing that can break lint:style behavior or produce dependency resolution conflicts in installs.
Additional Locations (1)
| }, | ||
| "engines": { | ||
| "node": ">=20.19.0" | ||
| } |
There was a problem hiding this comment.
Node patch requirement now too strict
Medium Severity
The updated stylelint@17.3.0 now declares node >=20.19.0, while the project still advertises engines.node as 20.x. Environments on earlier Node 20 patch versions can now fail during install or when running lint:style.
Additional Locations (1)
f2ffe65 to
8cbea31
Compare
8cbea31 to
88e873a
Compare
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.11.0 to 17.3.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.3.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
88e873a to
1cc7110
Compare


Bumps stylelint from 15.11.0 to 17.3.0.
Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
6f1b667Release 17.3.0 (#9078)10ea226Refactor to consolidatewalk*filter regexes (#9074)a7b7cf9Bump@csstools/css-calc(#9076)a604c39Document usinglanguageOptionsover secondary in `declaration-property-valu...ff24683Document extending syntax in applicable*-no-unknownrules (#9072)801f1f9Document relationship between overlapping*-no-unknownrules (#9071)bd952e7Fixnamed-grid-areas-no-invalidfalse positives for mix of tabs and spaces ...239297dFixdeclaration-property-value-no-unknownfalse negatives/positives for ma...fcd18a5Refactor CSSTree lexer creation (#9067)e65319dRefactor typing vianoUnusedLocalsintsconfig.json(#9069)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.
Install script changes
This version adds
postpreparescript and modifiespreparescript that run during installation. Review the package contents before updating.You can trigger a rebase of this PR 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 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
Dev-tooling only, but this is a major
stylelintupgrade with significant transitive dependency and Node engine requirement changes that could break CI or local linting.Overview
Upgrades dev dependency
stylelintfrom v15 to v17 (now^17.4.0) and updatespackage-lock.jsonaccordingly.This pulls in a new set of
stylelinttransitive dependencies (notably newerpostcss/cosmiconfig/globbystacks) and updates engine constraints for some of them (several now require newer Node versions), which may change lint behavior and compatibility.Written by Cursor Bugbot for commit 88e873a. This will update automatically on new commits. Configure here.