Skip to content

Commit 41131b6

Browse files
committed
chore: migrate pnpm version 11
1 parent 3c125f9 commit 41131b6

3 files changed

Lines changed: 268 additions & 626 deletions

File tree

package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "info@siemens.com"
1414
},
1515
"type": "module",
16-
"packageManager": "pnpm@10.6.3",
16+
"packageManager": "pnpm@11.0.0",
1717
"engines": {
1818
"node": "^24.0.0"
1919
},
@@ -108,10 +108,8 @@
108108
},
109109
"devDependencies": {
110110
"@angular-builders/custom-esbuild": "21.0.3",
111-
"@angular-devkit/build-angular": "21.0.5",
112111
"@angular-devkit/core": "21.0.5",
113112
"@angular-devkit/schematics": "21.0.5",
114-
"@schematics/angular": "21.0.5",
115113
"@angular/build": "21.1.1",
116114
"@angular/cli": "21.0.5",
117115
"@angular/compiler": "21.0.8",
@@ -125,6 +123,7 @@
125123
"@eslint/js": "10.0.1",
126124
"@microsoft/api-extractor": "7.58.5",
127125
"@playwright/test": "1.59.1",
126+
"@schematics/angular": "21.0.5",
128127
"@semantic-release/changelog": "6.0.3",
129128
"@semantic-release/git": "10.0.1",
130129
"@siemens/commitlint-config": "4.2.1",
@@ -170,16 +169,5 @@
170169
"@siemens-ux/design-tokens": "^0.3.1",
171170
"@simpl/brand": "3.1.0",
172171
"@simpl/docs-composer": "11.16.8"
173-
},
174-
"pnpm": {
175-
"onlyBuiltDependencies": [
176-
"@parcel/watcher",
177-
"esbuild",
178-
"lmdb",
179-
"msgpackr-extract"
180-
],
181-
"overrides": {
182-
"@microsoft/api-extractor>typescript": "$typescript"
183-
}
184172
}
185173
}

0 commit comments

Comments
 (0)