File tree 8 files changed +122
-90
lines changed
8 files changed +122
-90
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172
172
./scripts/saucelabs/wait-for-tunnel.sh
173
173
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
174
174
./scripts/saucelabs/stop-tunnel.sh
175
- - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
175
+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
176
176
if : ${{ failure() }}
177
177
with :
178
178
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
83
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
84
84
with :
85
85
name : packages
86
86
path : dist/releases/*.tgz
Original file line number Diff line number Diff line change 83
83
"@bazel/buildifier" : " 7.1.2" ,
84
84
"@bazel/concatjs" : " patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch" ,
85
85
"@bazel/jasmine" : " patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch" ,
86
- "@discoveryjs/json-ext" : " 0.6.0 " ,
87
- "@inquirer/confirm" : " 3.1.21 " ,
88
- "@inquirer/prompts" : " 5.3.7 " ,
86
+ "@discoveryjs/json-ext" : " 0.6.1 " ,
87
+ "@inquirer/confirm" : " 3.1.22 " ,
88
+ "@inquirer/prompts" : " 5.3.8 " ,
89
89
"@listr2/prompt-adapter-inquirer" : " 2.0.15" ,
90
90
"@rollup/plugin-commonjs" : " ^26.0.0" ,
91
91
"@rollup/plugin-node-resolve" : " ^13.0.5" ,
173
173
"parse5-html-rewriting-stream" : " 7.0.0" ,
174
174
"picomatch" : " 4.0.2" ,
175
175
"piscina" : " 4.6.1" ,
176
- "postcss" : " 8.4.40 " ,
176
+ "postcss" : " 8.4.41 " ,
177
177
"postcss-loader" : " 8.1.1" ,
178
178
"prettier" : " ^3.0.0" ,
179
179
"protractor" : " ~7.0.0" ,
Original file line number Diff line number Diff line change 24
24
"@babel/helper-annotate-as-pure" : " 7.24.7" ,
25
25
"@babel/helper-split-export-declaration" : " 7.24.7" ,
26
26
"@babel/plugin-syntax-import-attributes" : " 7.24.7" ,
27
- "@inquirer/confirm" : " 3.1.21 " ,
27
+ "@inquirer/confirm" : " 3.1.22 " ,
28
28
"@vitejs/plugin-basic-ssl" : " 1.1.0" ,
29
29
"browserslist" : " ^4.23.0" ,
30
30
"critters" : " 0.0.24" ,
Original file line number Diff line number Diff line change 25
25
"@angular-devkit/architect" : " 0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
26
26
"@angular-devkit/core" : " 0.0.0-PLACEHOLDER" ,
27
27
"@angular-devkit/schematics" : " 0.0.0-PLACEHOLDER" ,
28
- "@inquirer/prompts" : " 5.3.7 " ,
28
+ "@inquirer/prompts" : " 5.3.8 " ,
29
29
"@listr2/prompt-adapter-inquirer" : " 2.0.15" ,
30
30
"@schematics/angular" : " 0.0.0-PLACEHOLDER" ,
31
31
"@yarnpkg/lockfile" : " 1.1.0" ,
Original file line number Diff line number Diff line change 20
20
"@babel/plugin-transform-runtime" : " 7.24.7" ,
21
21
"@babel/preset-env" : " 7.25.3" ,
22
22
"@babel/runtime" : " 7.25.0" ,
23
- "@discoveryjs/json-ext" : " 0.6.0 " ,
23
+ "@discoveryjs/json-ext" : " 0.6.1 " ,
24
24
"@ngtools/webpack" : " 0.0.0-PLACEHOLDER" ,
25
25
"@vitejs/plugin-basic-ssl" : " 1.1.0" ,
26
26
"ansi-colors" : " 4.1.3" ,
49
49
"parse5-html-rewriting-stream" : " 7.0.0" ,
50
50
"picomatch" : " 4.0.2" ,
51
51
"piscina" : " 4.6.1" ,
52
- "postcss" : " 8.4.40 " ,
52
+ "postcss" : " 8.4.41 " ,
53
53
"postcss-loader" : " 8.1.1" ,
54
54
"resolve-url-loader" : " 5.0.0" ,
55
55
"rxjs" : " 7.8.1" ,
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"@angular-devkit/core" : " 0.0.0-PLACEHOLDER" ,
20
20
"@angular-devkit/schematics" : " 0.0.0-PLACEHOLDER" ,
21
- "@inquirer/prompts" : " 5.3.7 " ,
21
+ "@inquirer/prompts" : " 5.3.8 " ,
22
22
"ansi-colors" : " 4.1.3" ,
23
23
"symbol-observable" : " 4.0.0" ,
24
24
"yargs-parser" : " 21.1.1"
You can’t perform that action at this time.
0 commit comments