Upgrade repository to pnpm 11#15202
Conversation
Assisted-By: devx/988c1e2f-7688-4786-a6e7-89ad2f4a9d6e
|
Preview Build AvailablePreview builds have been created for this PR. You can install pnpm install "remix-run/react-router#preview/pr-15202&path:packages/react-router"And/or install other packages via: pnpm install "remix-run/react-router#preview/pr-15202&path:packages/react-router-dev"
pnpm install "remix-run/react-router#preview/pr-15202&path:packages/react-router-express"
pnpm install "remix-run/react-router#preview/pr-15202&path:packages/react-router-node"
pnpm install "remix-run/react-router#preview/pr-15202&path:packages/react-router-serve"These preview builds will be updated automatically as you push new commits. |
| git push --force --set-upstream origin preview/pr-${{ github.event.pull_request.number }} | ||
| echo "pushed installable branch: https://github.com/$GITHUB_REPOSITORY/commit/$(git rev-parse HEAD)" | ||
| pnpm run previews:pr comment ${{ github.event.pull_request.number }} preview/pr-${{ github.event.pull_request.number }} | ||
| node ./scripts/previews/pr.ts comment ${{ github.event.pull_request.number }} preview/pr-${{ github.event.pull_request.number }} |
There was a problem hiding this comment.
Switched to raw node executions here because pnpm run seems to catch the now-out of date lockfile because we just manually overrode package.json files with new preview versions
| "react-is": "19.1.0", | ||
| "unified": "11.0.5" |
There was a problem hiding this comment.
These move to the workspace in pnpm 11 but I don't think these are needed anymore. unified is now at 11.0.5 without this. react-is seems to only be used by lint/test stuff and that's all passing without the override
| allowBuilds: | ||
| esbuild: false | ||
| msw: false | ||
| sharp: false | ||
| unrs-resolver: false | ||
| workerd: false |
There was a problem hiding this comment.
AFAICT we don't actually need any of these to build - so leaving them as false until we figure out if we need them to
|
The preview branch |
Summary
Verification