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:
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments