]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(deps): update pnpm to v11 (#1850)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mon, 11 May 2026 13:14:03 +0000 (15:14 +0200)
committerGitHub <noreply@github.com>
Mon, 11 May 2026 13:14:03 +0000 (15:14 +0200)
* chore(deps): update pnpm to v11

* fix: migrate pnpm settings from package.json to pnpm-workspace.yaml

pnpm 11 no longer reads the 'pnpm' field from package.json.
Move patchedDependencies and allowBuilds to pnpm-workspace.yaml.
Remove dead pnpm field from package.json.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
ui/cli/package.json
ui/common/package.json
ui/web/package.json

index ac5718a1252ec886f66c2a55eab75bec193a96d6..4720b3ecfe43fef7baf322127279963ce1456998 100644 (file)
@@ -8,9 +8,9 @@
   },
   "volta": {
     "node": "24.15.0",
-    "pnpm": "10.33.4"
+    "pnpm": "11.0.9"
   },
-  "packageManager": "pnpm@10.33.4",
+  "packageManager": "pnpm@11.0.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
     "tsx": "^4.21.0",
     "typescript": "~6.0.3",
     "vue-eslint-parser": "^10.4.0"
-  },
-  "pnpm": {
-    "onlyBuiltDependencies": [
-      "better-sqlite3"
-    ],
-    "patchedDependencies": {
-      "@ai-hero/sandcastle": "patches/@ai-hero__sandcastle.patch"
-    }
   }
 }
index 0a8de268767ff4b2e440df5feb0739a00416dc22..ba99b423d697bbef94652df861dc9b733a6a2683 100644 (file)
@@ -26,9 +26,7 @@ overrides:
   uuid@<7: '>=7.0.0'
 
 patchedDependencies:
-  '@ai-hero/sandcastle':
-    hash: 98ac71a9a8d3bc7df881ffb9c3a698ac315e90f9c507c5d8c356868e3e35a4d5
-    path: patches/@ai-hero__sandcastle.patch
+  '@ai-hero/sandcastle': 98ac71a9a8d3bc7df881ffb9c3a698ac315e90f9c507c5d8c356868e3e35a4d5
 
 importers:
 
index 49db3db26966fbbe9f98ce768373fd34d9416ddc..03562e3b5968e8045b1948fa79460597d4d98159 100644 (file)
@@ -4,6 +4,15 @@ packages:
   - ./ui/cli
   - ./ui/web
 
+allowBuilds:
+  '@parcel/watcher': set this to true or false
+  better-sqlite3: true
+  bufferutil: set this to true or false
+  es5-ext: set this to true or false
+  esbuild: set this to true or false
+  msgpackr-extract: set this to true or false
+  utf-8-validate: set this to true or false
+
 overrides:
   bn.js@<5.2.3: '>=5.2.3'
   brace-expansion@<1.1.13: '>=1.1.13'
@@ -24,3 +33,6 @@ overrides:
   tmp@<=0.2.3: '>=0.2.4'
   tough-cookie@<4.1.3: '>=4.1.3'
   uuid@<7: '>=7.0.0'
+
+patchedDependencies:
+  '@ai-hero/sandcastle': patches/@ai-hero__sandcastle.patch
index e0883a02bc5a73e40bcb8d2e53fc316299768663..eddbc580bc21767d1f96595d2370ceb41309f9bb 100644 (file)
@@ -8,9 +8,9 @@
   },
   "volta": {
     "node": "24.15.0",
-    "pnpm": "10.33.4"
+    "pnpm": "11.0.9"
   },
-  "packageManager": "pnpm@10.33.4",
+  "packageManager": "pnpm@11.0.9",
   "type": "module",
   "bin": {
     "evse-cli": "./dist/cli.js"
index 4bb7473dead41a16e2ffd9c3f06410d9c2916293..9d6f8d9a7f4993d6c7c3a2e770ddbd1d116780f6 100644 (file)
@@ -8,9 +8,9 @@
   },
   "volta": {
     "node": "24.15.0",
-    "pnpm": "10.33.4"
+    "pnpm": "11.0.9"
   },
-  "packageManager": "pnpm@10.33.4",
+  "packageManager": "pnpm@11.0.9",
   "type": "module",
   "exports": "./src/index.ts",
   "scripts": {
index 90d33151b8a57b63039a2b5bdc8f520cf448bf31..e8f1e1c0682b59d22b2a4f057ee6562e47b3be23 100644 (file)
@@ -9,9 +9,9 @@
   },
   "volta": {
     "node": "24.15.0",
-    "pnpm": "10.33.4"
+    "pnpm": "11.0.9"
   },
-  "packageManager": "pnpm@10.33.4",
+  "packageManager": "pnpm@11.0.9",
   "type": "module",
   "scripts": {
     "build": "vite build",