Conversation
Bumps [stylelint-gamut](https://github.com/fpetrakov/stylelint-gamut) from 1.3.4 to 2.0.0. - [Release notes](https://github.com/fpetrakov/stylelint-gamut/releases) - [Commits](fpetrakov/stylelint-gamut@1.3.4...v2.0.0) --- updated-dependencies: - dependency-name: stylelint-gamut dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](hudochenkov/stylelint-order@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: stylelint-order dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…t-gamut-2.0.0' into kael/major-dep-bumps
1d716b8 to
9fc7f62
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates two Stylelint-related dependencies to newer major versions and records the change as a minor release for @benhigham/stylelint-config.
Changes:
- Bump
stylelint-orderfrom v7 to v8. - Bump
stylelint-gamutfrom v1 to v2 (ESM, Node >=20.19.0). - Add a Changeset for a minor release of
@benhigham/stylelint-config.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Updates dependency ranges for stylelint-order and stylelint-gamut. |
pnpm-lock.yaml |
Updates resolved versions and transitive deps (e.g., postcss-sorting) for the bumped packages. |
.changeset/major-dep-bumps.md |
Declares a minor release documenting the two dependency bumps. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
package.json
Outdated
| "stylelint-no-unresolved-module": "^2.4.0", | ||
| "stylelint-no-unsupported-browser-features": "^8.0.4", | ||
| "stylelint-order": "^7.0.0", | ||
| "stylelint-order": "^8.0.0", |
There was a problem hiding this comment.
Upgrading stylelint-order to ^8.0.0 appears to conflict with stylelint-config-recess-order@7.6.1, which declares a peer dependency of stylelint-order: ^7.0.0 (see pnpm-lock.yaml package metadata). This will likely produce unmet peer warnings for consumers of this config package and could indicate unverified compatibility. Consider bumping stylelint-config-recess-order to a version that supports stylelint-order v8 (or otherwise resolving the peer range), or keep stylelint-order on v7 until that dependency supports v8.
| "stylelint-order": "^8.0.0", | |
| "stylelint-order": "^7.0.0", |
Summary
Major dependency bump, reviewed and safe.
stylelint-gamut 1.3.4 → 2.0.0
"type": "module"✅Changeset
Minor version bump for
@benhigham/stylelint-config— the dep change doesn't affect consumers' config.Note
stylelint-order v8 was removed from this PR —
stylelint-config-recess-orderstill peersstylelint-order: ^7.0.0. Upstream PR pending: stormwarning/stylelint-config-recess-order#463. Dependabot will raise a fresh PR once that lands.Supersedes
Raised by Kael 🔗