File tree Expand file tree Collapse file tree 5 files changed +257
-211
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 5 files changed +257
-211
lines changed 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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
26
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
32
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ build_bazel_rules_nodejs_dependencies()
31
31
32
32
http_archive (
33
33
name = "aspect_rules_js" ,
34
- sha256 = "7ee67690ed4d6b5c8cbf6d47bb68b639192a29397a9fe3d513981fecc25a5653 " ,
35
- strip_prefix = "rules_js-2.3.2 " ,
36
- url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.2 /rules_js-v2.3.2 .tar.gz" ,
34
+ sha256 = "05576ae674015b112b7c40c165735386eb9917affe8013e310d5602a093f2382 " ,
35
+ strip_prefix = "rules_js-2.3.3 " ,
36
+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.3 /rules_js-v2.3.3 .tar.gz" ,
37
37
)
38
38
39
39
load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
Original file line number Diff line number Diff line change 94
94
"@types/yargs" : " ^17.0.20" ,
95
95
"@types/yargs-parser" : " ^21.0.0" ,
96
96
"@types/yarnpkg__lockfile" : " ^1.1.5" ,
97
- "@typescript-eslint/eslint-plugin" : " 8.27 .0" ,
98
- "@typescript-eslint/parser" : " 8.27 .0" ,
97
+ "@typescript-eslint/eslint-plugin" : " 8.28 .0" ,
98
+ "@typescript-eslint/parser" : " 8.28 .0" ,
99
99
"ajv" : " 8.17.1" ,
100
100
"ansi-colors" : " 4.1.3" ,
101
101
"beasties" : " 0.2.0" ,
142
142
"typescript" : " 5.8.2" ,
143
143
"undici" : " 7.5.0" ,
144
144
"unenv" : " ^1.10.0" ,
145
- "verdaccio" : " 6.0.5 " ,
145
+ "verdaccio" : " 6.1.0 " ,
146
146
"verdaccio-auth-memory" : " ^10.0.0" ,
147
147
"yargs-parser" : " 21.1.1" ,
148
148
"zone.js" : " ^0.15.0"
Original file line number Diff line number Diff line change 12
12
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
13
13
"@angular/build" : " workspace:0.0.0-PLACEHOLDER" ,
14
14
"@babel/core" : " 7.26.10" ,
15
- "@babel/generator" : " 7.26.10 " ,
15
+ "@babel/generator" : " 7.27.0 " ,
16
16
"@babel/helper-annotate-as-pure" : " 7.25.9" ,
17
17
"@babel/helper-split-export-declaration" : " 7.24.7" ,
18
18
"@babel/plugin-transform-async-generator-functions" : " 7.26.8" ,
19
19
"@babel/plugin-transform-async-to-generator" : " 7.25.9" ,
20
20
"@babel/plugin-transform-runtime" : " 7.26.10" ,
21
21
"@babel/preset-env" : " 7.26.9" ,
22
- "@babel/runtime" : " 7.26.10 " ,
22
+ "@babel/runtime" : " 7.27.0 " ,
23
23
"@discoveryjs/json-ext" : " 0.6.3" ,
24
24
"@ngtools/webpack" : " workspace:0.0.0-PLACEHOLDER" ,
25
25
"@vitejs/plugin-basic-ssl" : " 2.0.0" ,
You can’t perform that action at this time.
0 commit comments