From 0ca06c604661b4969fd9f645bcdc24f95a79999f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 7 Feb 2025 08:56:25 +0100 Subject: [PATCH] chore: use pnpm v10 --- netlify.toml | 2 ++ package.json | 5 +++-- pnpm-lock.yaml | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 7abef49db..4c2dd14f9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,3 +7,5 @@ command = "pnpm docs:build" [build.environment] NODE_VERSION = "18" + # Useful until https://github.com/nodejs/corepack/issues/612 is fixed + COREPACK_INTEGRITY_KEYS = "0" diff --git a/package.json b/package.json index 031e5d05a..479166338 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "vue-component-type-helpers": "^2.0.0" }, "devDependencies": { + "@eslint/js": "9.19.0", "@rollup/plugin-commonjs": "28.0.2", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "16.0.0", @@ -115,7 +116,7 @@ "url": "git+https://github.com/vuejs/test-utils.git" }, "homepage": "https://github.com/vuejs/test-utils", - "packageManager": "pnpm@9.15.4", + "packageManager": "pnpm@10.2.0", "pnpm": { "peerDependencyRules": { "ignoreMissing": [ @@ -126,4 +127,4 @@ ] } } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 778738b2c..064ea7787 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,6 +15,9 @@ importers: specifier: ^2.0.0 version: 2.0.1 devDependencies: + '@eslint/js': + specifier: 9.19.0 + version: 9.19.0 '@rollup/plugin-commonjs': specifier: 28.0.2 version: 28.0.2(rollup@4.32.1)