Skip to content

Commit 2ee9042

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent d6ea6b0 commit 2ee9042

File tree

9 files changed

+64
-280
lines changed

9 files changed

+64
-280
lines changed

.github/workflows/codeql.yml

+2-2
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
26+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
32+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
3333
with:
3434
category: '/language:javascript-typescript'

.github/workflows/perf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# identity federation. This allows us to request short lived credentials on demand, rather than storing
4848
# credentials in secrets long term. More information can be found at:
4949
# https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform
50-
- uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
50+
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
5151
with:
5252
project_id: 'internal-200822'
5353
workload_identity_provider: 'projects/823469418460/locations/global/workloadIdentityPools/measurables-tracking/providers/angular'

WORKSPACE

+9-9
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 = "080aad0a6e6532a9825be54155e4f148e7e472219cd0dc9869a10563eddaf332",
35-
strip_prefix = "rules_js-2.3.6",
36-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.6/rules_js-v2.3.6.tar.gz",
34+
sha256 = "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501",
35+
strip_prefix = "rules_js-2.3.7",
36+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.7/rules_js-v2.3.7.tar.gz",
3737
)
3838

3939
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -184,9 +184,9 @@ npm_repositories()
184184

185185
http_archive(
186186
name = "aspect_rules_ts",
187-
sha256 = "fa5659a511f236b1ae6112258bff602fa20a40324b282734c841bc1e857797f3",
188-
strip_prefix = "rules_ts-3.5.2",
189-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.2/rules_ts-v3.5.2.tar.gz",
187+
sha256 = "56858e1e4380948e2d5aca5ab2e96fc5ed788652a4a3b7036e8e4b6f019e63bd",
188+
strip_prefix = "rules_ts-3.5.3",
189+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.3/rules_ts-v3.5.3.tar.gz",
190190
)
191191

192192
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
@@ -244,9 +244,9 @@ register_toolchains(
244244

245245
http_archive(
246246
name = "aspect_rules_esbuild",
247-
sha256 = "550e33ddeb86a564b22b2c5d3f84748c6639b1b2b71fae66bf362c33392cbed8",
248-
strip_prefix = "rules_esbuild-0.21.0",
249-
url = "https://github.com/aspect-build/rules_esbuild/releases/download/v0.21.0/rules_esbuild-v0.21.0.tar.gz",
247+
sha256 = "530adfeae30bbbd097e8af845a44a04b641b680c5703b3bf885cbd384ffec779",
248+
strip_prefix = "rules_esbuild-0.22.1",
249+
url = "https://github.com/aspect-build/rules_esbuild/releases/download/v0.22.1/rules_esbuild-v0.22.1.tar.gz",
250250
)
251251

252252
load("@aspect_rules_esbuild//esbuild:dependencies.bzl", "rules_esbuild_dependencies")

modules/testing/builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"@angular/ssr": "workspace:*",
66
"@angular-devkit/build-angular": "workspace:*",
77
"rxjs": "7.8.2",
8-
"vitest": "3.1.1"
8+
"vitest": "3.1.2"
99
}
1010
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@
127127
"npm": "^11.0.0",
128128
"magic-string": "0.30.17",
129129
"rollup-plugin-dts": "6.2.1",
130-
"rollup-plugin-sourcemaps2": "0.5.0",
130+
"rollup-plugin-sourcemaps2": "0.5.1",
131131
"prettier": "^3.0.0",
132132
"protractor": "~7.0.0",
133133
"puppeteer": "18.2.1",
134-
"quicktype-core": "23.0.171",
134+
"quicktype-core": "23.0.175",
135135
"rollup": "4.40.0",
136136
"rollup-license-plugin": "~3.0.1",
137137
"semver": "7.7.1",

packages/angular/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"semver": "7.7.1",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.13",
45-
"vite": "6.3.2",
45+
"vite": "6.3.3",
4646
"watchpack": "2.4.2"
4747
},
4848
"optionalDependencies": {

packages/angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.4.1",
28+
"@inquirer/prompts": "7.5.0",
2929
"@listr2/prompt-adapter-inquirer": "2.0.21",
3030
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/schematics_cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.4.1",
21+
"@inquirer/prompts": "7.5.0",
2222
"ansi-colors": "4.1.3",
2323
"yargs-parser": "21.1.1"
2424
}

0 commit comments

Comments
 (0)