Skip to content

Commit e22f2e1

Browse files
authored
Merge pull request #275 from oasisprotocol/ml/pnpm
Update pnpm to v10
2 parents ee0ae67 + 37bfab4 commit e22f2e1

File tree

18 files changed

+6719
-5336
lines changed

18 files changed

+6719
-5336
lines changed

.changelog/275.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update pnpm to v10

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: '20.x'
28-
- uses: pnpm/action-setup@v3
28+
- uses: pnpm/action-setup@v4
2929
name: Install pnpm
3030
with:
31-
version: 8
31+
version: 10
3232
run_install: false
3333
- name: Set workflow variables
3434
# Id is needed to access output in a next step.

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
uses: actions/setup-node@v4
3434
with:
3535
node-version: '20.x'
36-
- uses: pnpm/action-setup@v3
36+
- uses: pnpm/action-setup@v4
3737
name: Install pnpm
3838
with:
39-
version: 8
39+
version: 10
4040
run_install: false
4141
- name: Set workflow variables
4242
# Id is needed to access output in a next step.

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: '20.x'
28-
- uses: pnpm/action-setup@v3
28+
- uses: pnpm/action-setup@v4
2929
name: Install pnpm
3030
with:
31-
version: 8
31+
version: 10
3232
run_install: false
3333
- name: Set workflow variables
3434
# Id is needed to access output in a next step.

.github/workflows/cloudflare-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
uses: actions/setup-node@v4
5050
with:
5151
node-version: '20.x'
52-
- uses: pnpm/action-setup@v3
52+
- uses: pnpm/action-setup@v4
5353
name: Install pnpm
5454
with:
55-
version: 8
55+
version: 10
5656
run_install: false
5757
- name: Set workflow variables
5858
# Id is needed to access output in a next step.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: '20.x'
29-
- uses: pnpm/action-setup@v3
29+
- uses: pnpm/action-setup@v4
3030
name: Install pnpm
3131
with:
32-
version: 8
32+
version: 10
3333
run_install: false
3434
- name: Set workflow variables
3535
# Id is needed to access output in a next step.

discover/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"preview": "vite preview",
1313
"test": "vitest"
1414
},
15-
"packageManager": "pnpm@8.15.4",
1615
"engines": {
17-
"node": ">=20"
16+
"node": ">=20",
17+
"pnpm": ">=10.0.0"
1818
},
1919
"dependencies": {
2020
"@oasisprotocol/rose-app-ui": "workspace:*",

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"install:deps": "pnpm exec playwright install --with-deps chromium",
88
"test": "pnpm exec playwright test"
99
},
10-
"packageManager": "pnpm@8.15.4",
1110
"engines": {
12-
"node": ">=20"
11+
"node": ">=20",
12+
"pnpm": ">=10.0.0"
1313
},
1414
"devDependencies": {
1515
"@playwright/test": "^1.50.1",

home/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "0.1.0",
55
"type": "module",
66
"license": "See License in ./LICENSE",
7-
"packageManager": "pnpm@8.15.4",
87
"engines": {
9-
"node": ">=20"
8+
"node": ">=20",
9+
"pnpm": ">=10.0.0"
1010
},
1111
"scripts": {
1212
"preinstall": "npx only-allow pnpm",

move/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"preview": "vite preview",
1313
"test": "vitest"
1414
},
15-
"packageManager": "pnpm@8.15.4",
1615
"engines": {
17-
"node": ">=20"
16+
"node": ">=20",
17+
"pnpm": ">=10.0.0"
1818
},
1919
"dependencies": {
2020
"@material-design-icons/svg": "^0.14.13",

0 commit comments

Comments
 (0)