File tree Expand file tree Collapse file tree 9 files changed +132
-132
lines changed
.aspect/rules/external_repository_action_cache Expand file tree Collapse file tree 9 files changed +132
-132
lines changed Original file line number Diff line number Diff line change 33# This file should be checked into version control along with the pnpm-lock.yaml file.
44.npmrc=-1406867100
55modules/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
88packages/angular/cli/package.json=-1917515334
99packages/angular/pwa/package.json=1108903917
1010packages/angular/ssr/package.json=708248541
@@ -17,7 +17,7 @@ packages/angular_devkit/schematics/package.json=-1133510866
1717packages/angular_devkit/schematics_cli/package.json=-2026655035
1818packages/ngtools/webpack/package.json=605871936
1919packages/schematics/angular/package.json=251715148
20- pnpm-lock.yaml=-1124349163
20+ pnpm-lock.yaml=-1491300520
2121pnpm-workspace.yaml=-1264044456
2222tests/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:
172172 ./scripts/saucelabs/wait-for-tunnel.sh
173173 yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
174174 ./scripts/saucelabs/stop-tunnel.sh
175- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
175+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
176176 if : ${{ failure() }}
177177 with :
178178 name : sauce-connect-log
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 with :
2424 persist-credentials : false
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
26+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
2727 with :
2828 languages : javascript-typescript
2929 build-mode : none
3030 config-file : .github/codeql/config.yml
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
32+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
3333 with :
3434 category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 3636 - name : Initialize environment
3737 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
3838 - name : Setup ESLint Caching
39- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
39+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
4040 with :
4141 path : .eslintcache
4242 key : ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
8080 - name : Build release targets
8181 run : yarn ng-dev release build
8282 - name : Store PR release packages
83- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
83+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8484 with :
8585 name : packages
8686 path : dist/releases/*.tgz
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ build_bazel_rules_nodejs_dependencies()
3737
3838http_archive (
3939 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" ,
4343)
4444
4545load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
Original file line number Diff line number Diff line change 105105 "@types/yargs" : " ^17.0.20" ,
106106 "@types/yargs-parser" : " ^21.0.0" ,
107107 "@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 " ,
110110 "@vitejs/plugin-basic-ssl" : " 1.2.0" ,
111111 "@web/test-runner" : " ^0.20.0" ,
112112 "@yarnpkg/lockfile" : " 1.1.0" ,
198198 "unenv" : " ^1.10.0" ,
199199 "verdaccio" : " 6.0.5" ,
200200 "verdaccio-auth-memory" : " ^10.0.0" ,
201- "vite" : " 6.1.0 " ,
201+ "vite" : " 6.1.1 " ,
202202 "watchpack" : " 2.4.2" ,
203203 "webpack" : " 5.98.0" ,
204204 "webpack-dev-middleware" : " 7.4.2" ,
Original file line number Diff line number Diff line change 4242 "sass" : " 1.85.0" ,
4343 "semver" : " 7.7.1" ,
4444 "source-map-support" : " 0.5.21" ,
45- "vite" : " 6.1.0 " ,
45+ "vite" : " 6.1.1 " ,
4646 "watchpack" : " 2.4.2"
4747 },
4848 "optionalDependencies" : {
You can’t perform that action at this time.
0 commit comments