Skip to content

Commit 73b567a

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent ac8f81e commit 73b567a

File tree

6 files changed

+143
-248
lines changed

6 files changed

+143
-248
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
./scripts/saucelabs/wait-for-tunnel.sh
171171
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
172172
./scripts/saucelabs/stop-tunnel.sh
173-
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
173+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
174174
if: ${{ failure() }}
175175
with:
176176
name: sauce-connect-log

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build release targets
8181
run: yarn ng-dev release build
8282
- name: Store PR release packages
83-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
83+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
8484
with:
8585
name: packages
8686
path: dist/releases/*.tgz

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969
"@angular/platform-server": "19.0.0-next.8",
7070
"@angular/router": "19.0.0-next.8",
7171
"@angular/service-worker": "19.0.0-next.8",
72-
"@babel/core": "7.25.7",
72+
"@babel/core": "7.25.8",
7373
"@babel/generator": "7.25.7",
7474
"@babel/helper-annotate-as-pure": "7.25.7",
7575
"@babel/helper-split-export-declaration": "7.24.7",
7676
"@babel/plugin-syntax-import-attributes": "7.25.7",
77-
"@babel/plugin-transform-async-generator-functions": "7.25.7",
77+
"@babel/plugin-transform-async-generator-functions": "7.25.8",
7878
"@babel/plugin-transform-async-to-generator": "7.25.7",
7979
"@babel/plugin-transform-runtime": "7.25.7",
80-
"@babel/preset-env": "7.25.7",
80+
"@babel/preset-env": "7.25.8",
8181
"@babel/runtime": "7.25.7",
8282
"@bazel/bazelisk": "1.22.0",
8383
"@bazel/buildifier": "7.3.1",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.25.7",
23+
"@babel/core": "7.25.8",
2424
"@babel/helper-annotate-as-pure": "7.25.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.25.7",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
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.7",
14+
"@babel/core": "7.25.8",
1515
"@babel/generator": "7.25.7",
1616
"@babel/helper-annotate-as-pure": "7.25.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.25.7",
18+
"@babel/plugin-transform-async-generator-functions": "7.25.8",
1919
"@babel/plugin-transform-async-to-generator": "7.25.7",
2020
"@babel/plugin-transform-runtime": "7.25.7",
21-
"@babel/preset-env": "7.25.7",
21+
"@babel/preset-env": "7.25.8",
2222
"@babel/runtime": "7.25.7",
2323
"@discoveryjs/json-ext": "0.6.1",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",

0 commit comments

Comments
 (0)