File tree Expand file tree Collapse file tree 6 files changed +143
-248
lines changed
angular_devkit/build_angular Expand file tree Collapse file tree 6 files changed +143
-248
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
./scripts/saucelabs/wait-for-tunnel.sh
171
171
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
172
172
./scripts/saucelabs/stop-tunnel.sh
173
- - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
173
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
174
174
if : ${{ failure() }}
175
175
with :
176
176
name : sauce-connect-log
Original file line number Diff line number Diff line change 80
80
- name : Build release targets
81
81
run : yarn ng-dev release build
82
82
- name : Store PR release packages
83
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
83
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
84
84
with :
85
85
name : packages
86
86
path : dist/releases/*.tgz
Original file line number Diff line number Diff line change 69
69
"@angular/platform-server" : " 19.0.0-next.8" ,
70
70
"@angular/router" : " 19.0.0-next.8" ,
71
71
"@angular/service-worker" : " 19.0.0-next.8" ,
72
- "@babel/core" : " 7.25.7 " ,
72
+ "@babel/core" : " 7.25.8 " ,
73
73
"@babel/generator" : " 7.25.7" ,
74
74
"@babel/helper-annotate-as-pure" : " 7.25.7" ,
75
75
"@babel/helper-split-export-declaration" : " 7.24.7" ,
76
76
"@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 " ,
78
78
"@babel/plugin-transform-async-to-generator" : " 7.25.7" ,
79
79
"@babel/plugin-transform-runtime" : " 7.25.7" ,
80
- "@babel/preset-env" : " 7.25.7 " ,
80
+ "@babel/preset-env" : " 7.25.8 " ,
81
81
"@babel/runtime" : " 7.25.7" ,
82
82
"@bazel/bazelisk" : " 1.22.0" ,
83
83
"@bazel/buildifier" : " 7.3.1" ,
Original file line number Diff line number Diff line change 20
20
"dependencies" : {
21
21
"@ampproject/remapping" : " 2.3.0" ,
22
22
"@angular-devkit/architect" : " 0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
23
- "@babel/core" : " 7.25.7 " ,
23
+ "@babel/core" : " 7.25.8 " ,
24
24
"@babel/helper-annotate-as-pure" : " 7.25.7" ,
25
25
"@babel/helper-split-export-declaration" : " 7.24.7" ,
26
26
"@babel/plugin-syntax-import-attributes" : " 7.25.7" ,
Original file line number Diff line number Diff line change 11
11
"@angular-devkit/build-webpack" : " 0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
12
12
"@angular-devkit/core" : " 0.0.0-PLACEHOLDER" ,
13
13
"@angular/build" : " 0.0.0-PLACEHOLDER" ,
14
- "@babel/core" : " 7.25.7 " ,
14
+ "@babel/core" : " 7.25.8 " ,
15
15
"@babel/generator" : " 7.25.7" ,
16
16
"@babel/helper-annotate-as-pure" : " 7.25.7" ,
17
17
"@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 " ,
19
19
"@babel/plugin-transform-async-to-generator" : " 7.25.7" ,
20
20
"@babel/plugin-transform-runtime" : " 7.25.7" ,
21
- "@babel/preset-env" : " 7.25.7 " ,
21
+ "@babel/preset-env" : " 7.25.8 " ,
22
22
"@babel/runtime" : " 7.25.7" ,
23
23
"@discoveryjs/json-ext" : " 0.6.1" ,
24
24
"@ngtools/webpack" : " 0.0.0-PLACEHOLDER" ,
You can’t perform that action at this time.
0 commit comments