chore: bump Prettier to ^3.3.3 + interop deps#594
Merged
Conversation
Aligns Prettier-related dev tooling with the versions used by the MetaMask/core monorepo, in preparation for migration. Bumps: - prettier ^2.8.8 -> ^3.3.3 - eslint-plugin-prettier ^4.2.1 -> ^5.2.1 - eslint-config-prettier ^8.8.0 -> ^9.1.0 No source-code reformat was needed — Prettier 3 produces identical output for this codebase. Lint and full test suite remain green.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Mrtenz
approved these changes
Jun 12, 2026
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.
Explanation
Aligns Prettier-related dev tooling with the versions used by
MetaMask/core, in preparation for migration. Unblocks subsequent bumps of@metamask/messenger-cli,@metamask/auto-changelog, and@metamask/eslint-config*which all peer-require Prettier 3.Bumps
prettier^2.8.8→^3.3.3eslint-plugin-prettier^4.2.1→^5.2.1eslint-config-prettier^8.8.0→^9.1.0Notes
prettier --write .on the codebase produced no diffs. Existing files were already Prettier-3-compatible.References
Note
Low Risk
Dev-only dependency and lockfile updates; no runtime or published package API changes.
Overview
Bumps Prettier 3 and matching ESLint integration packages in devDependencies only (
package.json+yarn.lock):prettier^2.8.8 → ^3.3.3,eslint-plugin-prettier^4.2.1 → ^5.2.1, andeslint-config-prettier^8.8.0 → ^9.1.0. The lockfile picks up related transitive updates (e.g.eslint-plugin-prettiernow depends onsynckit^0.11.13 and@pkgr/core).This aligns formatting/lint tooling with MetaMask/core and clears peer dependency requirements for a later Phase A bump of
@metamask/messenger-cli,@metamask/auto-changelog, and@metamask/eslint-config*. No application or library source files change in this diff.Reviewed by Cursor Bugbot for commit bd3730a. Bugbot is set up for automated code reviews on this repo. Configure here.