chore: Move to PNPM v11#602
Merged
Merged
Conversation
Copilot started reviewing on behalf of
Patrick Lafrance (patricklafrance)
May 12, 2026 20:16
View session
@squide/core
@squide/env-vars
@squide/fakes
@squide/firefly
@squide/firefly-module-federation
@squide/firefly-rsbuild-configs
@squide/firefly-storybook
@squide/firefly-webpack-configs
@squide/i18next
@squide/launch-darkly
@squide/msw
@squide/react-router
commit: |
There was a problem hiding this comment.
Pull request overview
Updates the repo and templates to align with pnpm v11, including workspace configuration changes and CI cache key separation to avoid cross-version cache collisions.
Changes:
- Bump pnpm requirement to v11 and update the pinned
packageManagerversion. - Migrate workspace build allowlisting from
onlyBuiltDependenciestoallowBuilds(root + templates) and add release-age exclusion patterns. - Refresh CI Turbo cache keys and make minor doc/tooling updates (Retype + LaunchDarkly setup docs).
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| templates/getting-started/pnpm-workspace.yaml | Switch template workspace config from onlyBuiltDependencies to allowBuilds. |
| templates/getting-started-remote/pnpm-workspace.yaml | Same allowBuilds migration for the remote template (including @swc/core). |
| retype.yml | Reformat lastUpdated block indentation. |
| pnpm-workspace.yaml | Add minimumReleaseAgeExclude and migrate build allowlisting to allowBuilds. |
| package.json | Update retypeapp, require pnpm >=11, and pin packageManager to pnpm 11.0.8. |
| docs/integrations/setup-launch-darkly.md | Add explicit install step for LaunchDarkly SDK and adjust initialization section text. |
| .github/workflows/pr-pkg.yml | Add -v11- to Turbo cache keys/restore keys. |
| .github/workflows/claude.yml | Add -v11- to Turbo cache keys/restore keys. |
| .github/workflows/ci.yml | Add -v11- to Turbo cache keys/restore keys. |
| .github/workflows/changeset.yml | Add -v11- to Turbo cache keys/restore keys. |
| ## Initialize the client | ||
|
|
||
| To setup LaunchDarkly, first refer to the [create an host application](../introduction/create-host.md) guide as a starting point and update the host application bootstrapping code to create and initialize a LaunchDarkly SDK [client](https://launchdarkly.com/docs/sdk/client-side/javascript) instance: | ||
| Then, to setup LaunchDarkly, first refer to the [create an host application](../introduction/create-host.md) guide as a starting point and update the host application bootstrapping code to create and initialize a LaunchDarkly SDK [client](https://launchdarkly.com/docs/sdk/client-side/javascript) instance: |
…swc-minify options
5ecd7b3
into
main
7 of 8 checks passed
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.
No description provided.