Skip to content

Commit fa498fc

Browse files
chore(deps): update pnpm to v11 (#251)
* chore(deps): update pnpm to v11 * fix overrides * Update .mise.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: EugeniyKiyashko <EugeniyKiyashko@users.noreply.github.com>
1 parent b944ef3 commit fa498fc

4 files changed

Lines changed: 53 additions & 17 deletions

File tree

.mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tools]
22
node = "24.15.0"
3+
pnpm = "11.5.1"
34

45
[hooks]
56
enter = "mise install"

package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devextreme-angular-template",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@9.15.9",
4+
"packageManager": "pnpm@11.5.1",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
@@ -36,18 +36,6 @@
3636
"sass-embedded": "1.66.0",
3737
"typescript": "~5.9.2"
3838
},
39-
"pnpm": {
40-
"overrides": {
41-
"picomatch": "^4.0.4",
42-
"vite@<7.3.2": "7.3.2",
43-
"fast-uri@<=3.1.0": ">=3.1.1",
44-
"fast-uri@<=3.1.1": ">=3.1.2",
45-
"hono@<4.12.18": ">=4.12.18",
46-
"ip-address@<=10.1.0": ">=10.1.1",
47-
"hono@<4.12.16": ">=4.12.16",
48-
"brace-expansion@>=5.0.0 <5.0.6": ">=5.0.6"
49-
}
50-
},
5139
"engines": {
5240
"node": "^24.15.0"
5341
}

pnpm-lock.yaml

Lines changed: 34 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
overrides:
2+
picomatch: ^4.0.4
3+
vite@<7.3.2: 7.3.2
4+
fast-uri@<=3.1.0: '>=3.1.1'
5+
fast-uri@<=3.1.1: '>=3.1.2'
6+
hono@<4.12.18: '>=4.12.18'
7+
ip-address@<=10.1.0: '>=10.1.1'
8+
hono@<4.12.16: '>=4.12.16'
9+
brace-expansion@>=5.0.0 <5.0.6: '>=5.0.6'
10+
11+
allowBuilds:
12+
'@parcel/watcher': true
13+
core-js: true
14+
esbuild: true
15+
inferno: true
16+
lmdb: true
17+
msgpackr-extract: true

0 commit comments

Comments
 (0)