Skip to content

Commit 38ef5d7

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 2083c3d commit 38ef5d7

File tree

7 files changed

+327
-122
lines changed

7 files changed

+327
-122
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
6-
package.json=-31518441
7-
packages/angular/build/package.json=-1114621695
6+
package.json=-1092551787
7+
packages/angular/build/package.json=-42220606
88
packages/angular/cli/package.json=-1917515334
99
packages/angular/pwa/package.json=1108903917
1010
packages/angular/ssr/package.json=-2027233365
1111
packages/angular_devkit/architect/package.json=-363443363
1212
packages/angular_devkit/architect_cli/package.json=1551210941
13-
packages/angular_devkit/build_angular/package.json=830318166
13+
packages/angular_devkit/build_angular/package.json=595549079
1414
packages/angular_devkit/build_webpack/package.json=-511874814
1515
packages/angular_devkit/core/package.json=-411613325
1616
packages/angular_devkit/schematics/package.json=-1133510866
1717
packages/angular_devkit/schematics_cli/package.json=-2026655035
1818
packages/ngtools/webpack/package.json=-538346154
1919
packages/schematics/angular/package.json=251715148
20-
pnpm-lock.yaml=-1296799772
20+
pnpm-lock.yaml=-2045697917
2121
pnpm-workspace.yaml=-1264044456
2222
tests/package.json=700948366
23-
yarn.lock=1830514190
23+
yarn.lock=167523655

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Initialize environment
3737
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
3838
- name: Setup ESLint Caching
39-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
39+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4040
with:
4141
path: .eslintcache
4242
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"puppeteer": "18.2.1",
181181
"quicktype-core": "23.0.171",
182182
"resolve-url-loader": "5.0.0",
183-
"rollup": "4.34.8",
183+
"rollup": "4.34.9",
184184
"rollup-license-plugin": "~3.0.1",
185185
"rollup-plugin-sourcemaps": "^0.6.0",
186186
"rxjs": "7.8.2",
@@ -198,7 +198,7 @@
198198
"ts-node": "^10.9.1",
199199
"tslib": "2.8.1",
200200
"typescript": "5.8.1-rc",
201-
"undici": "7.3.0",
201+
"undici": "7.4.0",
202202
"unenv": "^1.10.0",
203203
"verdaccio": "6.0.5",
204204
"verdaccio-auth-memory": "^10.0.0",

packages/angular/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
4040
"piscina": "4.8.0",
41-
"rollup": "4.34.8",
41+
"rollup": "4.34.9",
4242
"sass": "1.85.1",
4343
"semver": "7.7.1",
4444
"source-map-support": "0.5.21",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"esbuild": "0.25.0"
6767
},
6868
"devDependencies": {
69-
"undici": "7.3.0",
69+
"undici": "7.4.0",
7070
"@angular/ssr": "workspace:*"
7171
},
7272
"peerDependencies": {

0 commit comments

Comments
 (0)