Bump @wordpress/stylelint-config from 23.42.0 to 24.0.0#266
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump @wordpress/stylelint-config from 23.42.0 to 24.0.0#266dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 23.42.0 to 24.0.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/stylelint-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/stylelint-config@24.0.0/packages/stylelint-config) --- updated-dependencies: - dependency-name: "@wordpress/stylelint-config" dependency-version: 24.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/wordpress/stylelint-config-24.0.0
branch
from
July 19, 2026 11:08
9504136 to
cd6667b
Compare
Member
|
Superseded by the branch that also raises the published |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/wordpress/stylelint-config-24.0.0
branch
July 19, 2026 11:12
ocean90
added a commit
that referenced
this pull request
Jul 19, 2026
Dependabot #266 bumped the root devDependency to 24.0.0, but the published stylelint-config still declared a `^23` peer, so `npm ci` failed with ERESOLVE. 24.0.0 is a drop-in for our config: identical `stylelint` (^16.8.2) and `stylelint-scss` (^6.4.0) peers and the same exports (`.`, `/scss`, `/stylistic`, `/scss-stylistic`). Verified — the stylelint smoke tests (including the `@stylistic/max-line-length` and BEM `selector-class-pattern` overrides) pass against 24. - Raise the `@wordpress/stylelint-config` peer from `^23` to `^24`. - Bump the root devDependency to `^24` and refresh the lockfile. - Add a changeset (major, dedicated: the migration changeset is already consumed by 7.0.0-alpha.0, so editing it would not trigger a release).
ocean90
added a commit
that referenced
this pull request
Jul 19, 2026
* Group Dependabot updates and guard against missing changesets Two low-risk improvements instead of an auto-changeset writer — that writer would be dormant here, since the published packages have no runtime dependencies and Dependabot only touches root dev tooling + composer. - dependabot.yml: group the npm lint toolchain (@wordpress/*, eslint*, stylelint*, prettier, typescript) into one weekly PR, and batch all github-actions bumps. Composer stays ungrouped on purpose — the PHP stack is exact-pinned and each bump is a deliberate review against the PHP_CodeSniffer 3 ceiling. - ci.yml: add a "Changeset guard" job that fails a PR when a published package's package.json changes without a changeset — the peer/dependency class we handled by hand during the v7 alphas (#264/#266/#267). Skips pushes and the changesets "Version Packages" PR. * Changeset guard: only count newly added changesets Address Copilot review on #272: `changeset_added` came from `git diff --name-only`, so a merely *modified* (or moved) existing changeset would satisfy the guard despite the name/message meaning a new one. Editing an existing changeset does not version a new change (and in pre mode does not trigger a release), so switch to `git diff --name-status` and require an added (`A`) file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @wordpress/stylelint-config from 23.42.0 to 24.0.0.
Changelog
Sourced from @wordpress/stylelint-config's changelog.
Commits
e9a74f9chore(release): publish2a0c375Update changelog filese61c854Merge changes published in the Gutenberg plugin "release/23.6" branch1055a35Update changelog files8ca3e8eMerge changes published in the Gutenberg plugin "release/23.6" branch