Packages: Update memize to 2.1.1 - #80764
Merged
Merged
Conversation
ciampo
marked this pull request as ready for review
July 27, 2026 20:36
ciampo
requested review from
a team,
adamsilverstein,
ajitbohra,
ellatrix,
fabiankaegy,
nerrad and
swissspidy
as code owners
July 27, 2026 20:36
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: 0 B Total Size: 7.75 MB |
mirka
approved these changes
Jul 28, 2026
mirka
left a comment
Member
There was a problem hiding this comment.
Looks good, but I noticed some of the packages don't even use memize anymore. Perhaps we can remove.
@wordpress/block-editor(changelog already includes an entry for its removal)@wordpress/edit-post@wordpress/edit-site@wordpress/editor@wordpress/i18n(only used in a stale test mock, which can probably be removed)@wordpress/rich-text
ciampo
force-pushed
the
codex/deps-memize-2.1.1
branch
from
July 28, 2026 14:44
313cd93 to
33006b6
Compare
Contributor
Author
|
Well spotted, I cleaned that up 🧹 |
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.
Release span: memize 2.1.1
What?
Updates every direct
memizeproduction dependency from 2.1.0 to 2.1.1 across 14 Gutenberg packages.Why?
The release fixes TypeScript declaration resolution for CommonJS projects using Node16 module resolution.
Notable upstream changes
memizecorrectly.How?
Updates all matching manifests and changelogs to the same range and refreshes the shared lockfile. The runtime implementation is unchanged; the package adds the missing CommonJS declaration file.
Testing Instructions
No UI change is expected. For a lightweight smoke test:
Automated verification
Dependency and lockfile validation passed. All 35 focused suites passed, covering 518 tests and 6 snapshots across every direct runtime consumer.
Testing Instructions for Keyboard
Not applicable; the release changes TypeScript package metadata, not interaction behavior.
Screenshots or screencast
Not applicable; no visual change is intended.
Use of AI Tools
Codex selected and implemented the dependency update, reviewed the upstream package delta and direct consumers, ran the verification above, and updated this description.