Skip to content

Commit 196560d

Browse files
committed
chore: upgrade pnpm version to 11.6.0 + automation script
Upgrade pnpm, added automation script to update all the places Manually added xlsx tarball integrity sha since pnpm has issues with non github setups
1 parent db6b536 commit 196560d

11 files changed

Lines changed: 278 additions & 52 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- uses: pnpm/action-setup@v6
8787
with:
88-
version: 11.1.3
88+
version: 11.6.0
8989

9090
- uses: actions/setup-node@v6
9191
with:
@@ -166,7 +166,7 @@ jobs:
166166

167167
- uses: pnpm/action-setup@v6
168168
with:
169-
version: 11.1.3
169+
version: 11.6.0
170170

171171
- uses: actions/setup-node@v6
172172
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: pnpm/action-setup@v6
2828
with:
29-
version: 11.1.3
29+
version: 11.6.0
3030

3131
- uses: actions/setup-node@v6
3232
with:

.github/workflows/publish-desktop-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: pnpm/action-setup@v6
5656
with:
57-
version: 11.1.3
57+
version: 11.6.0
5858

5959
- uses: actions/setup-node@v6
6060
with:

.github/workflows/publish-desktop-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: pnpm/action-setup@v6
5353
with:
54-
version: 11.1.3
54+
version: 11.6.0
5555

5656
- uses: actions/setup-node@v6
5757
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- uses: pnpm/action-setup@v6
117117
with:
118-
version: 11.1.3
118+
version: 11.6.0
119119

120120
- uses: actions/setup-node@v6
121121
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /app
1010

1111
# Set production environment.
1212
ENV NODE_ENV=production
13-
ARG PNPM_VERSION=11.1.3
13+
ARG PNPM_VERSION=11.6.0
1414
RUN corepack enable && corepack prepare pnpm@${PNPM_VERSION} --activate
1515

1616
# Throw-away build stage to reduce size of final image

Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/playwright:v1.60.0-noble
22

33
WORKDIR /usr/src/app
44

5-
ARG PNPM_VERSION=11.1.3
5+
ARG PNPM_VERSION=11.6.0
66
ARG NODE_VERSION=24.15.0
77

88
RUN apt-get update && apt-get install -y curl ca-certificates \

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"engines": {
66
"node": ">=24 <25",
7-
"pnpm": "~11.1.3"
7+
"pnpm": "~11.6.0"
88
},
99
"devEngines": {
1010
"packageManager": {
1111
"name": "pnpm",
12-
"version": "11.1.3",
12+
"version": "11.6.0",
1313
"onFail": "download"
1414
}
1515
},

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@
1010
"license": "SEE LICENSE IN LICENSE.md",
1111
"engines": {
1212
"node": ">=24 <25",
13-
"pnpm": "11.1.3"
13+
"pnpm": "11.6.0"
1414
},
1515
"devEngines": {
1616
"packageManager": {
1717
"name": "pnpm",
18-
"version": "11.1.3",
18+
"version": "11.6.0",
1919
"onFail": "download"
2020
}
2121
},
22-
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d",
22+
"packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f",
2323
"scripts": {
2424
"preinstall": "node scripts/check-package-manager.mjs",
2525
"init:project": "zx ./scripts/init-project.mjs",
26+
"update:pnpm": "node scripts/update-pnpm.mjs",
2627
"nx": "nx",
2728
"start": "nx serve",
2829
"start:api": "nx serve api",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)