Skip to content

Commit 8dd7d2c

Browse files
committed
docs(rfcs): mark pnpm@11.x as supported (drop WIP)
pnpm v11 has shipped stable (11.0.6) and the snap-test coverage for it has landed, so it is no longer work-in-progress in the package-manager support matrix.
1 parent c130058 commit 8dd7d2c

7 files changed

Lines changed: 7 additions & 7 deletions

rfcs/add-remove-package-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ $ vp add
866866
867867
- pnpm@9.x [WIP]
868868
- pnpm@10.x
869-
- pnpm@11.x [WIP]
869+
- pnpm@11.x
870870
- yarn@1.x [WIP]
871871
- yarn@4.x
872872
- npm@10.x

rfcs/dedupe-package-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ vp dedupe:run
559559
560560
- pnpm@9.x (WIP)
561561
- pnpm@10.x
562-
- pnpm@11.x (WIP)
562+
- pnpm@11.x
563563
- yarn@4.x (yarn@2+)
564564
- npm@10.x
565565
- npm@11.x (WIP)

rfcs/install-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ VITE_PM=pnpm vp install
800800

801801
- pnpm@9.x
802802
- pnpm@10.x
803-
- pnpm@11.x [WIP]
803+
- pnpm@11.x
804804
- yarn@1.x
805805
- yarn@4.x
806806
- npm@10.x

rfcs/link-unlink-package-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ $ vp link
753753

754754
- pnpm@9.x
755755
- pnpm@10.x
756-
- pnpm@11.x [WIP] (pass `-- --no-frozen-lockfile` to `vp unlink` under CI=true; see snap-tests `command-unlink-pnpm11`)
756+
- pnpm@11.x (pass `-- --no-frozen-lockfile` to `vp unlink` under CI=true; see snap-tests `command-unlink-pnpm11`)
757757
- yarn@1.x
758758
- yarn@4.x
759759
- npm@10.x

rfcs/outdated-package-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ vp outdated --update
10051005

10061006
- pnpm@9.x
10071007
- pnpm@10.x
1008-
- pnpm@11.x [WIP]
1008+
- pnpm@11.x
10091009
- yarn@1.x
10101010
- yarn@4.x
10111011
- npm@10.x

rfcs/update-package-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ vp update react --range # Updates within semver range
646646

647647
- pnpm@9.x [WIP]
648648
- pnpm@10.x
649-
- pnpm@11.x [WIP]
649+
- pnpm@11.x
650650
- yarn@1.x [WIP]
651651
- yarn@4.x
652652
- npm@10.x

rfcs/why-package-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ vp why react --json # On yarn
986986

987987
- pnpm@9.x
988988
- pnpm@10.x
989-
- pnpm@11.x [WIP]
989+
- pnpm@11.x
990990
- yarn@1.x
991991
- yarn@4.x
992992
- npm@10.x

0 commit comments

Comments
 (0)