Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands:
command: sudo corepack disable
- run:
name: Install pnpm
command: sudo npm i -g pnpm@^10
command: sudo npm i -g pnpm@^11
- run:
name: Install dependencies
command: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"engines": {
"node": ">=24.11.0",
"pnpm": ">=10.14.0",
"pnpm": "^11.9.0",
"yarn": "\n\n┌─────────────────────────┐\n│ Hey, we use pnpm now! │\n└─────────────────────────┘\n\n"
},
"author": "CKSource (http://cksource.com/)",
Expand Down
8 changes: 5 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ packages:
- .
- '!tests/fixtures/**'

onlyBuiltDependencies:
- esbuild
- lightningcss
allowBuilds:
'esbuild': true
'lightningcss': true
'snyk': true

overrides:
'diff@^7': '^8.0.3'
Expand All @@ -20,3 +21,4 @@ minimumReleaseAgeExclude:
shellEmulator: true
shamefullyHoist: true
preferFrozenLockfile: true
verifyDepsBeforeRun: false