Skip to content

Commit ff88c3f

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent cc345b0 commit ff88c3f

File tree

5 files changed

+747
-485
lines changed

5 files changed

+747
-485
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
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@a3d0749c4d64959e85843fbeb54507e830be0f44
3838
- name: Setup ESLint Caching
39-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
39+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4040
with:
4141
path: .eslintcache
4242
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@
6969
"@angular/platform-server": "19.0.0-next.10",
7070
"@angular/router": "19.0.0-next.10",
7171
"@angular/service-worker": "19.0.0-next.10",
72-
"@babel/core": "7.25.8",
73-
"@babel/generator": "7.25.7",
74-
"@babel/helper-annotate-as-pure": "7.25.7",
72+
"@babel/core": "7.25.9",
73+
"@babel/generator": "7.25.9",
74+
"@babel/helper-annotate-as-pure": "7.25.9",
7575
"@babel/helper-split-export-declaration": "7.24.7",
76-
"@babel/plugin-syntax-import-attributes": "7.25.7",
77-
"@babel/plugin-transform-async-generator-functions": "7.25.8",
78-
"@babel/plugin-transform-async-to-generator": "7.25.7",
79-
"@babel/plugin-transform-runtime": "7.25.7",
80-
"@babel/preset-env": "7.25.8",
81-
"@babel/runtime": "7.25.7",
76+
"@babel/plugin-syntax-import-attributes": "7.25.9",
77+
"@babel/plugin-transform-async-generator-functions": "7.25.9",
78+
"@babel/plugin-transform-async-to-generator": "7.25.9",
79+
"@babel/plugin-transform-runtime": "7.25.9",
80+
"@babel/preset-env": "7.25.9",
81+
"@babel/runtime": "7.25.9",
8282
"@bazel/bazelisk": "1.22.1",
8383
"@bazel/buildifier": "7.3.1",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
@@ -204,7 +204,7 @@
204204
"unenv": "^1.10.0",
205205
"verdaccio": "6.0.1",
206206
"verdaccio-auth-memory": "^10.0.0",
207-
"vite": "5.4.9",
207+
"vite": "5.4.10",
208208
"watchpack": "2.4.2",
209209
"webpack": "5.95.0",
210210
"webpack-dev-middleware": "7.4.2",

packages/angular/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.25.8",
24-
"@babel/helper-annotate-as-pure": "7.25.7",
23+
"@babel/core": "7.25.9",
24+
"@babel/helper-annotate-as-pure": "7.25.9",
2525
"@babel/helper-split-export-declaration": "7.24.7",
26-
"@babel/plugin-syntax-import-attributes": "7.25.7",
26+
"@babel/plugin-syntax-import-attributes": "7.25.9",
2727
"@inquirer/confirm": "5.0.0",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
@@ -41,7 +41,7 @@
4141
"rollup": "4.24.0",
4242
"sass": "1.80.3",
4343
"semver": "7.6.3",
44-
"vite": "5.4.9",
44+
"vite": "5.4.10",
4545
"watchpack": "2.4.2"
4646
},
4747
"optionalDependencies": {

packages/angular_devkit/build_angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.25.8",
15-
"@babel/generator": "7.25.7",
16-
"@babel/helper-annotate-as-pure": "7.25.7",
14+
"@babel/core": "7.25.9",
15+
"@babel/generator": "7.25.9",
16+
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.25.8",
19-
"@babel/plugin-transform-async-to-generator": "7.25.7",
20-
"@babel/plugin-transform-runtime": "7.25.7",
21-
"@babel/preset-env": "7.25.8",
22-
"@babel/runtime": "7.25.7",
18+
"@babel/plugin-transform-async-generator-functions": "7.25.9",
19+
"@babel/plugin-transform-async-to-generator": "7.25.9",
20+
"@babel/plugin-transform-runtime": "7.25.9",
21+
"@babel/preset-env": "7.25.9",
22+
"@babel/runtime": "7.25.9",
2323
"@discoveryjs/json-ext": "0.6.2",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",

0 commit comments

Comments
 (0)