Skip to content

Commit 85e0e0e

Browse files
authored
ci: bump pnpm to v10 (#12840)
Bump pnpm to v10
1 parent 25e3902 commit 85e0e0e

File tree

10 files changed

+25
-14
lines changed

10 files changed

+25
-14
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
pnpm-version:
1111
description: Pnpm version
1212
required: true
13-
default: 9.7.1
13+
default: 10.12.1
1414
pnpm-run-install:
1515
description: Whether to run pnpm install
1616
required: false

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
env:
2020
NODE_VERSION: 23.11.0
21-
PNPM_VERSION: 9.7.1
21+
PNPM_VERSION: 10.12.1
2222
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
2323
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry
2424

.github/workflows/post-release-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
NODE_VERSION: 23.11.0
11-
PNPM_VERSION: 9.7.1
11+
PNPM_VERSION: 10.12.1
1212
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
1313
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry
1414

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
NODE_VERSION: 23.11.0
16-
PNPM_VERSION: 9.7.1
16+
PNPM_VERSION: 10.12.1
1717
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
1818
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry
1919

.github/workflows/publish-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
NODE_VERSION: 23.11.0
11-
PNPM_VERSION: 9.7.1
11+
PNPM_VERSION: 10.12.1
1212
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
1313
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry
1414

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pnpm 9.7.1
1+
pnpm 10.12.1
22
nodejs 23.11.0

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"drizzle-kit": "0.31.0",
155155
"drizzle-orm": "0.43.1",
156156
"escape-html": "^1.0.3",
157+
"eslint": "9.22.0",
157158
"execa": "5.1.1",
158159
"form-data": "3.0.1",
159160
"fs-extra": "10.1.0",
@@ -184,10 +185,10 @@
184185
"turbo": "^2.3.3",
185186
"typescript": "5.7.3"
186187
},
187-
"packageManager": "pnpm@9.7.1",
188+
"packageManager": "pnpm@10.12.1",
188189
"engines": {
189190
"node": "^18.20.2 || >=20.9.0",
190-
"pnpm": "^9.7.0"
191+
"pnpm": "^10.12.1"
191192
},
192193
"pnpm": {
193194
"overrides": {

pnpm-lock.yaml

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ packages:
55
- 'test'
66
# exclude packages that are inside test directories
77
# - '!**/test/**'
8+
9+
# Allow all build scripts
10+
neverBuiltDependencies: []

test/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,8 @@
9696
"ts-essentials": "10.0.3",
9797
"typescript": "5.7.3",
9898
"uuid": "10.0.0"
99+
},
100+
"pnpm": {
101+
"neverBuiltDependencies": []
99102
}
100103
}

0 commit comments

Comments
 (0)