File tree 11 files changed +313
-454
lines changed
.aspect/rules/external_repository_action_cache
11 files changed +313
-454
lines changed Original file line number Diff line number Diff line change 2
2
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
3
3
# This file should be checked into version control along with the pnpm-lock.yaml file.
4
4
.npmrc=-2023857461
5
- package.json=1634106874
6
- pnpm-lock.yaml=2053402545
5
+ package.json=-544766499
6
+ pnpm-lock.yaml=-1149172843
7
7
pnpm-workspace.yaml=1711114604
8
- yarn.lock=-62288348
8
+ yarn.lock=-1368079789
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
173
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
83
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
84
84
with :
85
85
name : packages
86
86
path : dist/releases/*.tgz
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ build_bazel_rules_nodejs_dependencies()
37
37
38
38
http_archive (
39
39
name = "aspect_rules_js" ,
40
- sha256 = "3388abe9b9728ef68ea8d8301f932b11b2c9a271d74741ddd5f3b34d1db843ac " ,
41
- strip_prefix = "rules_js-2.1.1 " ,
42
- url = "https://github.com/aspect-build/rules_js/releases/download/v2.1.1 /rules_js-v2.1.1 .tar.gz" ,
40
+ sha256 = "fbc34d815a0cc52183a1a26732fc0329e26774a51abbe0f26fc9fd2dab6133b4 " ,
41
+ strip_prefix = "rules_js-2.1.2 " ,
42
+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.1.2 /rules_js-v2.1.2 .tar.gz" ,
43
43
)
44
44
45
45
load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
Original file line number Diff line number Diff line change 105
105
"@types/yargs" : " ^17.0.20" ,
106
106
"@types/yargs-parser" : " ^21.0.0" ,
107
107
"@types/yarnpkg__lockfile" : " ^1.1.5" ,
108
- "@typescript-eslint/eslint-plugin" : " 8.18.0 " ,
109
- "@typescript-eslint/parser" : " 8.18.0 " ,
108
+ "@typescript-eslint/eslint-plugin" : " 8.18.1 " ,
109
+ "@typescript-eslint/parser" : " 8.18.1 " ,
110
110
"@vitejs/plugin-basic-ssl" : " 1.2.0" ,
111
111
"@web/test-runner" : " ^0.19.0" ,
112
112
"@yarnpkg/lockfile" : " 1.1.0" ,
119
119
"browser-sync" : " 3.0.3" ,
120
120
"browserslist" : " ^4.21.5" ,
121
121
"buffer" : " 6.0.3" ,
122
- "chokidar" : " 4.0.1 " ,
122
+ "chokidar" : " 4.0.3 " ,
123
123
"copy-webpack-plugin" : " 12.0.2" ,
124
124
"css-loader" : " 7.1.2" ,
125
125
"debug" : " ^4.1.1" ,
154
154
"lmdb" : " 3.2.0" ,
155
155
"loader-utils" : " 3.3.1" ,
156
156
"lodash" : " ^4.17.21" ,
157
- "magic-string" : " 0.30.15 " ,
157
+ "magic-string" : " 0.30.17 " ,
158
158
"mini-css-extract-plugin" : " 2.9.2" ,
159
159
"mrmime" : " 2.0.0" ,
160
160
"ng-packagr" : " 19.1.0-next.2" ,
193
193
"ts-node" : " ^10.9.1" ,
194
194
"tslib" : " 2.8.1" ,
195
195
"typescript" : " 5.7.2" ,
196
- "undici" : " 7.1 .0" ,
196
+ "undici" : " 7.2 .0" ,
197
197
"unenv" : " ^1.10.0" ,
198
- "verdaccio" : " 6.0.2 " ,
198
+ "verdaccio" : " 6.0.4 " ,
199
199
"verdaccio-auth-memory" : " ^10.0.0" ,
200
200
"vite" : " 6.0.3" ,
201
201
"watchpack" : " 2.4.2" ,
Original file line number Diff line number Diff line change 33
33
"https-proxy-agent" : " 7.0.6" ,
34
34
"istanbul-lib-instrument" : " 6.0.3" ,
35
35
"listr2" : " 8.2.5" ,
36
- "magic-string" : " 0.30.15 " ,
36
+ "magic-string" : " 0.30.17 " ,
37
37
"mrmime" : " 2.0.0" ,
38
38
"parse5-html-rewriting-stream" : " 7.0.0" ,
39
39
"picomatch" : " 4.0.2" ,
Original file line number Diff line number Diff line change 35
35
"npm-package-arg" : " 12.0.1" ,
36
36
"npm-pick-manifest" : " 10.0.0" ,
37
37
"pacote" : " 20.0.0" ,
38
- "resolve" : " 1.22.8 " ,
38
+ "resolve" : " 1.22.9 " ,
39
39
"semver" : " 7.6.3" ,
40
40
"symbol-observable" : " 4.0.0" ,
41
41
"yargs" : " 17.7.2"
Original file line number Diff line number Diff line change 66
66
"esbuild" : " 0.24.0"
67
67
},
68
68
"devDependencies" : {
69
- "undici" : " 7.1 .0"
69
+ "undici" : " 7.2 .0"
70
70
},
71
71
"peerDependencies" : {
72
72
"@angular/compiler-cli" : " ^19.0.0 || ^19.1.0-next.0" ,
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@angular-devkit/core" : " 0.0.0-PLACEHOLDER" ,
17
17
"jsonc-parser" : " 3.3.1" ,
18
- "magic-string" : " 0.30.15 " ,
18
+ "magic-string" : " 0.30.17 " ,
19
19
"ora" : " 5.4.1" ,
20
20
"rxjs" : " 7.8.1"
21
21
}
You can’t perform that action at this time.
0 commit comments