Skip to content

Commit 922f176

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent bd917d9 commit 922f176

File tree

5 files changed

+257
-211
lines changed

5 files changed

+257
-211
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
26+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
32+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
3333
with:
3434
category: '/language:javascript-typescript'

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ build_bazel_rules_nodejs_dependencies()
3131

3232
http_archive(
3333
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",
3737
)
3838

3939
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"@types/yargs": "^17.0.20",
9595
"@types/yargs-parser": "^21.0.0",
9696
"@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",
9999
"ajv": "8.17.1",
100100
"ansi-colors": "4.1.3",
101101
"beasties": "0.2.0",
@@ -142,7 +142,7 @@
142142
"typescript": "5.8.2",
143143
"undici": "7.5.0",
144144
"unenv": "^1.10.0",
145-
"verdaccio": "6.0.5",
145+
"verdaccio": "6.1.0",
146146
"verdaccio-auth-memory": "^10.0.0",
147147
"yargs-parser": "21.1.1",
148148
"zone.js": "^0.15.0"

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.26.10",
15-
"@babel/generator": "7.26.10",
15+
"@babel/generator": "7.27.0",
1616
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.26.8",
1919
"@babel/plugin-transform-async-to-generator": "7.25.9",
2020
"@babel/plugin-transform-runtime": "7.26.10",
2121
"@babel/preset-env": "7.26.9",
22-
"@babel/runtime": "7.26.10",
22+
"@babel/runtime": "7.27.0",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "2.0.0",

0 commit comments

Comments
 (0)