Skip to content

build(deps): bump stylelint-gamut v2#73

Merged
benhigham merged 6 commits intomainfrom
kael/major-dep-bumps
Mar 11, 2026
Merged

build(deps): bump stylelint-gamut v2#73
benhigham merged 6 commits intomainfrom
kael/major-dep-bumps

Conversation

@benhigham
Copy link
Owner

@benhigham benhigham commented Mar 11, 2026

Summary

Major dependency bump, reviewed and safe.

stylelint-gamut 1.3.4 → 2.0.0

  • Migrated to ESM — our repo is already "type": "module"
  • Minimum Node.js 20.19.0 — we require >=22.15.0 ✅
  • Added Stylelint v17 support — no config changes needed

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-order still peers stylelint-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 🔗

dependabot bot and others added 4 commits March 11, 2026 03:00
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>
Copilot AI review requested due to automatic review settings March 11, 2026 03:32
@benhigham benhigham force-pushed the kael/major-dep-bumps branch from 1d716b8 to 9fc7f62 Compare March 11, 2026 03:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-order from v7 to v8.
  • Bump stylelint-gamut from 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",
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"stylelint-order": "^8.0.0",
"stylelint-order": "^7.0.0",

Copilot uses AI. Check for mistakes.
@benhigham benhigham changed the title build(deps): bump stylelint-order v8 + stylelint-gamut v2 build(deps): bump stylelint-gamut v2 Mar 11, 2026
@benhigham benhigham merged commit 977f977 into main Mar 11, 2026
5 checks passed
@benhigham benhigham deleted the kael/major-dep-bumps branch March 11, 2026 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants