diff --git a/.circleci/config.yml b/.circleci/config.yml index c400369..7874de5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/package.json b/package.json index 0df583b..0634ef0 100644 --- a/package.json +++ b/package.json @@ -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/)", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a12244a..17ea4cf 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,9 +2,10 @@ packages: - . - '!tests/fixtures/**' -onlyBuiltDependencies: - - esbuild - - lightningcss +allowBuilds: + 'esbuild': true + 'lightningcss': true + 'snyk': true overrides: 'diff@^7': '^8.0.3' @@ -20,3 +21,4 @@ minimumReleaseAgeExclude: shellEmulator: true shamefullyHoist: true preferFrozenLockfile: true +verifyDepsBeforeRun: false