Skip to content

chore(deps): bump npm-dependencies group (minors only)#51

Merged
ouun merged 1 commit into
mainfrom
chore/deps-npm-minor-bumps
Jun 9, 2026
Merged

chore(deps): bump npm-dependencies group (minors only)#51
ouun merged 1 commit into
mainfrom
chore/deps-npm-minor-bumps

Conversation

@ouun

@ouun ouun commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Replacement for #50, which Dependabot grouped with two majors that break installation.

What changed

Bumps the safe minor/patch releases only:

Package From To
@wordpress/api-fetch ^7.45.0 ^7.47.0
@wordpress/dom-ready ^4.41.0 ^4.47.0
@wordpress/i18n ^6.11.0 ^6.20.0
@wordpress/icons ^13.0.0 ^13.2.0
@wordpress/scripts (dev) ^32.0.0 ^32.3.0

Why not the majors

#50 also bumped @wordpress/components 33→34 and @wordpress/element 6→7. Those are the React 19 line: @wordpress/components@34 declares peer react@^19.2.4, but the tree (and WordPress core's externalized runtime) is on React 18 — so npm ci fails with ERESOLVE, and even forced it would run React-19-built components against core's React 18.

Added a Dependabot ignore for those two majors until WordPress core ships React 19.

Verification

  • npm install — clean, no peer conflicts
  • npm run build — compiles
  • npm run lint:js — clean
  • npm run test:js — 18/18 pass

Closes #50.

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.
@ouun ouun force-pushed the chore/deps-npm-minor-bumps branch from 7e66b1c to 702bd48 Compare June 9, 2026 08:54
@ouun ouun merged commit 1c232c4 into main Jun 9, 2026
5 checks passed
@ouun ouun deleted the chore/deps-npm-minor-bumps branch June 9, 2026 08:59
@ouun ouun mentioned this pull request Jun 9, 2026
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.

1 participant