Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c237b16 to
9ad6752
Compare
Migrate the project's package manager from Yarn Classic (1.22.22) to pnpm (10.30.0). Key changes: - Replace yarn.lock with pnpm-lock.yaml and add .npmrc config - Use Volta + packageManager field for pnpm version management - Use pnpm's strict hoisting (default) instead of yarn's flat hoisting - Declare 14 phantom dependencies that were silently hoisted by yarn: @radix-ui/react-popover, @radix-ui/react-select, @sentry/browser, classnames, hast-util-heading-rank, hast-util-to-string, mdast-util-from-markdown, mdast-util-to-markdown, mdast-util-to-string, refractor, remark-rehype, unist-util-visit, postcss-import, and type packages @types/hast, @types/mdast, @types/unist - Convert yarn resolutions to pnpm.overrides - Add pnpm.onlyBuiltDependencies for native packages - Add type declaration for remark-mdx-images (ships .ts sources) - Update all 4 GitHub Actions workflows for pnpm - Update Makefile, CONTRIBUTING.md, AGENTS.md, and develop-docs Co-Authored-By: Claude <noreply@anthropic.com>
77703d9 to
0c10494
Compare
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.
Summary
Migrate the project's package manager from Yarn Classic (1.22.22) to pnpm (10.30.0) with strict hoisting.
What changed
yarn.lock+.yarnrc.ymlwithpnpm-lock.yaml+.npmrcvolta.pnpm) +packageManagerfield (both)node_moduleslayout — noshamefully-hoistpackage.json:@radix-ui/react-popover,@radix-ui/react-select,@sentry/browser,classnames,hast-util-heading-rank,hast-util-to-string,mdast-util-from-markdown,mdast-util-to-markdown,mdast-util-to-string,refractor,remark-rehype,unist-util-visit@types/hast,@types/mdast,@types/unistpostcss-importresolutions→pnpm.overrides, addedpnpm.onlyBuiltDependenciesfor native build scriptssrc/@types/remark-mdx-images.d.ts+tsconfig.jsonpaths override forremark-mdx-images(ships.tssource files that conflict under strict isolation)pnpm/action-setup@v4,cache: 'pnpm', command changes)Makefile,CONTRIBUTING.md,AGENTS.md,develop-docs/,.gitignore,_typos.toml,.claude/settings.jsonVerification
pnpm install— clean install, no warningspnpm test:ci— 9 test suites, 100 tests passpnpm lint:ts— clean (no type errors)Not changed
docs/andplatform-includes/MDX files — these containyarn add @sentry/*as end-user SDK install instructions, not project toolingpublic/_platforms/JSON files — generated build artifacts