Skip to content

Commit a7bcd34

Browse files
authored
chore: update pnpm to 11.9.0 (#815)
1 parent 4188693 commit a7bcd34

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks for contributing! This guide covers everything you need to get from a fre
44

55
## Prerequisites
66

7-
- **pnpm**: 10.17.0 or newer. Use the version pinned in `packageManager` (`pnpm@11.1.1`).
7+
- **pnpm**: 11.9.0 or newer. Use the version pinned in `packageManager` (`pnpm@11.9.0`).
88
- Recommended: install via [Corepack](https://nodejs.org/api/corepack.html). Run `corepack enable` once and pnpm is managed automatically.
99
- **Git**.
1010

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"url": "git+https://github.com/TanStack/ai.git"
77
},
8-
"packageManager": "pnpm@11.1.1",
8+
"packageManager": "pnpm@11.9.0",
99
"type": "module",
1010
"engines": {
11-
"pnpm": ">=11.0.0"
11+
"pnpm": ">=11.9.0"
1212
},
1313
"scripts": {
1414
"clean": "pnpm --filter \"./packages/**\" run clean",

pnpm-workspace.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ linkWorkspacePackages: true
33
preferWorkspacePackages: true
44
blockExoticSubdeps: true
55
trustPolicy: 'no-downgrade'
6+
minimumReleaseAge: 1
7+
8+
trustPolicyExclude:
9+
- 'chokidar@4.0.3' # existing transitive from sass/nitro; latest v4 with v5 available
10+
- 'semver@5.7.2' # existing Babel/jscodeshift transitive; latest v5, released years ago
11+
- 'semver@6.3.1' # existing Babel transitive; latest v6, released years ago
12+
- 'undici-types@6.21.0' # existing @types/node transitive via happy-dom/vitest, types-only
613

714
# pnpm v11 dropped support for these fields in package.json — they must live
815
# here. See https://github.com/pnpm/pnpm/releases/tag/v11.0.0.

0 commit comments

Comments
 (0)