Skip to content

Commit 9eb828c

Browse files
authored
PNPM config migration (#2553)
1 parent dc2ef6f commit 9eb828c

4 files changed

Lines changed: 20 additions & 21 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Install pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 9
28+
version: 10.30.3
2929

3030
- name: Set up Node.js
3131
uses: actions/setup-node@v6

functions/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"sanitize-html": "catalog:"
9999
},
100100
"engines": {
101-
"node": "22"
101+
"node": "22",
102+
"pnpm": "10.30.3"
102103
},
103104
"private": true,
104105
"devDependencies": {

package.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -149,25 +149,6 @@
149149
"engines": {
150150
"node": "22"
151151
},
152-
"pnpm": {
153-
"onlyBuiltDependencies": [
154-
"@bufbuild/buf",
155-
"@firebase/util",
156-
"@parcel/watcher",
157-
"core-js",
158-
"esbuild",
159-
"farmhash",
160-
"fsevents",
161-
"less",
162-
"lmdb",
163-
"msgpackr-extract",
164-
"nx",
165-
"protobufjs",
166-
"puppeteer",
167-
"re2",
168-
"unrs-resolver"
169-
]
170-
},
171152
"optionalDependencies": {
172153
"@nx/nx-linux-x64-gnu": "^19.3.2"
173154
}

pnpm-workspace.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ packages:
55
- proto
66
- web
77

8+
onlyBuiltDependencies:
9+
- '@bufbuild/buf'
10+
- '@firebase/util'
11+
- '@parcel/watcher'
12+
- core-js
13+
- esbuild
14+
- farmhash
15+
- fsevents
16+
- less
17+
- lmdb
18+
- msgpackr-extract
19+
- nx
20+
- protobufjs
21+
- puppeteer
22+
- re2
23+
- unrs-resolver
24+
825
catalogs:
926
default:
1027
'@angular/animations': ^20.3.15

0 commit comments

Comments
 (0)