Commit 92aa9e0 1 parent 5130afe commit 92aa9e0 Copy full SHA for 92aa9e0
File tree 9 files changed +132
-132
lines changed
.aspect/rules/external_repository_action_cache
9 files changed +132
-132
lines changed Original file line number Diff line number Diff line change 3
3
# This file should be checked into version control along with the pnpm-lock.yaml file.
4
4
.npmrc=-1406867100
5
5
modules/testing/builder/package.json=973445093
6
- package.json=1340667509
7
- packages/angular/build/package.json=1250379839
6
+ package.json=1246067894
7
+ packages/angular/build/package.json=1733362624
8
8
packages/angular/cli/package.json=-1917515334
9
9
packages/angular/pwa/package.json=1108903917
10
10
packages/angular/ssr/package.json=708248541
@@ -17,7 +17,7 @@ packages/angular_devkit/schematics/package.json=-1133510866
17
17
packages/angular_devkit/schematics_cli/package.json=-2026655035
18
18
packages/ngtools/webpack/package.json=605871936
19
19
packages/schematics/angular/package.json=251715148
20
- pnpm-lock.yaml=-1124349163
20
+ pnpm-lock.yaml=-1491300520
21
21
pnpm-workspace.yaml=-1264044456
22
22
tests/package.json=700948366
23
- yarn.lock=1356429964
23
+ yarn.lock=330464892
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
175
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
176
176
if : ${{ failure() }}
177
177
with :
178
178
name : sauce-connect-log
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
with :
24
24
persist-credentials : false
25
25
- name : Initialize CodeQL
26
- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
26
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
27
27
with :
28
28
languages : javascript-typescript
29
29
build-mode : none
30
30
config-file : .github/codeql/config.yml
31
31
- name : Perform CodeQL Analysis
32
- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
32
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 36
36
- name : Initialize environment
37
37
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
38
38
- name : Setup ESLint Caching
39
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
39
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
40
40
with :
41
41
path : .eslintcache
42
42
key : ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
83
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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 = "875b8d01af629dbf626eddc5cf239c9f0da20330f4d99ad956afc961096448dd " ,
41
- strip_prefix = "rules_js-2.1.3 " ,
42
- url = "https://github.com/aspect-build/rules_js/releases/download/v2.1.3 /rules_js-v2.1.3 .tar.gz" ,
40
+ sha256 = "d66f8abf914a0454a69181b7b17acaae56d7b0e2784cb26b40cb3273c4d836d1 " ,
41
+ strip_prefix = "rules_js-2.2.0 " ,
42
+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.2.0 /rules_js-v2.2.0 .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.24.1 " ,
109
- "@typescript-eslint/parser" : " 8.24.1 " ,
108
+ "@typescript-eslint/eslint-plugin" : " 8.25.0 " ,
109
+ "@typescript-eslint/parser" : " 8.25.0 " ,
110
110
"@vitejs/plugin-basic-ssl" : " 1.2.0" ,
111
111
"@web/test-runner" : " ^0.20.0" ,
112
112
"@yarnpkg/lockfile" : " 1.1.0" ,
198
198
"unenv" : " ^1.10.0" ,
199
199
"verdaccio" : " 6.0.5" ,
200
200
"verdaccio-auth-memory" : " ^10.0.0" ,
201
- "vite" : " 6.1.0 " ,
201
+ "vite" : " 6.1.1 " ,
202
202
"watchpack" : " 2.4.2" ,
203
203
"webpack" : " 5.98.0" ,
204
204
"webpack-dev-middleware" : " 7.4.2" ,
Original file line number Diff line number Diff line change 42
42
"sass" : " 1.85.0" ,
43
43
"semver" : " 7.7.1" ,
44
44
"source-map-support" : " 0.5.21" ,
45
- "vite" : " 6.1.0 " ,
45
+ "vite" : " 6.1.1 " ,
46
46
"watchpack" : " 2.4.2"
47
47
},
48
48
"optionalDependencies" : {
You can’t perform that action at this time.
0 commit comments