chore(deps): bump npm-dependencies group (minors only)#51
Merged
Conversation
Bumps api-fetch, dom-ready, i18n, icons, and scripts to their latest minor/patch releases. Holds @wordpress/components 34 and @wordpress/element 7 back: they require React 19, while WordPress core (and our externalized runtime) is still on React 18. Adds a Dependabot ignore for those majors until core ships React 19. Replaces #50.
7e66b1c to
702bd48
Compare
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.
Replacement for #50, which Dependabot grouped with two majors that break installation.
What changed
Bumps the safe minor/patch releases only:
@wordpress/api-fetch@wordpress/dom-ready@wordpress/i18n@wordpress/icons@wordpress/scripts(dev)Why not the majors
#50 also bumped
@wordpress/components 33→34and@wordpress/element 6→7. Those are the React 19 line:@wordpress/components@34declarespeer react@^19.2.4, but the tree (and WordPress core's externalized runtime) is on React 18 — sonpm cifails withERESOLVE, and even forced it would run React-19-built components against core's React 18.Added a Dependabot
ignorefor those two majors until WordPress core ships React 19.Verification
npm install— clean, no peer conflictsnpm run build— compilesnpm run lint:js— cleannpm run test:js— 18/18 passCloses #50.