[@wordpress/block-editor] Dependency versions bump#74306
Conversation
|
@Toberumono Thank you for submitting this PR! This is a live comment that I will keep updated. 1 package in this PR
Code ReviewsBecause you edited one package and there were no type definition changes, I can help you merge this PR once someone else signs off on it. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 74306,
"author": "Toberumono",
"headCommitOid": "15a708ebfa9731d1696d0ba2b056d204a8d98e99",
"mergeBaseOid": "49ad91c8730348f7ef1c199b472bd5da00426962",
"lastPushDate": "2026-01-06T17:02:42.000Z",
"lastActivityDate": "2026-01-06T21:46:16.000Z",
"mergeOfferDate": "2026-01-06T21:42:35.000Z",
"mergeRequestDate": "2026-01-06T21:46:16.000Z",
"mergeRequestUser": "Toberumono",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "wordpress__block-editor",
"kind": "edit",
"files": [
{
"path": "types/wordpress__block-editor/package.json",
"kind": "package-meta-ok"
}
],
"owners": [
"dsifford",
"sirreal",
"dmsnell",
"joshualip-plaudit"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "joshualip-plaudit",
"date": "2026-01-06T21:41:55.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 3715520892,
"ciResult": "pass"
} |
|
🔔 @dsifford @sirreal @dmsnell @joshualip-plaudit — please review this PR in the next few days. Be sure to explicitly select |
|
@Toberumono: Everything looks good here. I am ready to merge this PR (at 15a708e) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@dsifford, @sirreal, @dmsnell, @joshualip-plaudit: you can do this too.) |
|
Ready to merge |
… versions bump by @Toberumono
Use a meaningful title for the pull request. Include the name of the package modified.
Test the change in your own code. (Compile and run.)
Add or edit tests to reflect the change.
Follow the advice from the readme.
Avoid common mistakes.
Run
pnpm test <package to test>.Provide a URL to documentation or source code which provides context for the suggested changes: Block-Editor's package.json file
If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the
package.json.This bumps the dependency versions to allow for Redux 5 uses to percolate through. It is, unfortunately, a major version bump for backwards-compatibility protection.
It doesn't include any code changes due to time constraints on my end, so test updates aren't necessary.