Draft
Conversation
fd98b0b to
b596879
Compare
Contributor
Coverage report
Test suite run success3785 tests passing in 1448 suites. Report generated by 🧪jest coverage report action from 29e8fd1 |
5727e04 to
0803bf2
Compare
0803bf2 to
29e8fd1
Compare
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Mar 2, 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.

WHY are these changes introduced?
pnpm installshows a bunch of peer dependencies issues:WHAT is this pull request doing?
Cleans all the issues:
Changes:
React 17 → 18 migration (UI packages)
Upgraded
ui-extensions-dev-console,ui-extensions-server-kit, andui-extensions-test-utilsfrom React 17 to 18. This includes bumpingreact,react-dom,@types/react,@shopify/react-testing, and@shopify/react-i18n, switchingReactDOM.renderto thecreateRootAPI, and updatingqrcode.reactto v4 (namedQRCodeCanvasexport).Vite plugin and config updates
Replaced the deprecated
@vitejs/plugin-react-refreshwith@vitejs/plugin-reactv5. Vite config files were renamed from.config.tsto.config.mtsso they are explicitly treated as ES modules — these packages don't set"type": "module"in theirpackage.json, so without the.mtsextension Node.js would treat the config as CommonJS, which conflicts with theimport/exportsyntax used in the file.Dependency bumps
typedoc^0.27.6→^0.28.17(adds TypeScript 5.9.x peer support)prettier2.8.8→3.8.1(removed@types/prettier)rimraf^3.0.2→^6.1.3(updated import torimrafSync, removed@types/rimraf)zodpinned to3.24.4Removed
vi-fetchDropped the unmaintained
vi-fetchlibrary fromui-extensions-server-kit; test setup now usesvi.restoreAllMocks().pnpm configuration
Added
pnpm.peerDependencyRules(to allow a specific@graphql-codegen/cliversion) andpnpm.onlyBuiltDependencies(explicit allowlist for packages with build scripts) to the rootpackage.json.How to test your changes?
pnpm iMeasuring impact
How do we know this change was effective? Please choose one:
Checklist