Skip to content

Commit 0154af9

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent d92b43d commit 0154af9

File tree

10 files changed

+423
-325
lines changed

10 files changed

+423
-325
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
assistant_to_the_branch_manager:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
outputs:
2929
snapshots: ${{ steps.filter.outputs.snapshots }}
3030
steps:
31-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
31+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3232
with:
3333
persist-credentials: false
3434
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
15+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ yarn_install(
130130

131131
http_archive(
132132
name = "aspect_bazel_lib",
133-
sha256 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce",
134-
strip_prefix = "bazel-lib-2.7.2",
135-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz",
133+
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
134+
strip_prefix = "bazel-lib-2.7.3",
135+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
136136
)
137137

138138
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"@types/yargs": "^17.0.20",
113113
"@types/yargs-parser": "^21.0.0",
114114
"@types/yarnpkg__lockfile": "^1.1.5",
115-
"@typescript-eslint/eslint-plugin": "7.8.0",
116-
"@typescript-eslint/parser": "7.8.0",
115+
"@typescript-eslint/eslint-plugin": "7.9.0",
116+
"@typescript-eslint/parser": "7.9.0",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -131,8 +131,8 @@
131131
"critters": "0.0.22",
132132
"css-loader": "7.1.1",
133133
"debug": "^4.1.1",
134-
"esbuild": "0.21.1",
135-
"esbuild-wasm": "0.21.1",
134+
"esbuild": "0.21.2",
135+
"esbuild-wasm": "0.21.2",
136136
"eslint": "8.57.0",
137137
"eslint-config-prettier": "9.1.0",
138138
"eslint-plugin-header": "3.1.1",
@@ -144,7 +144,7 @@
144144
"https-proxy-agent": "7.0.4",
145145
"husky": "9.0.11",
146146
"ini": "4.1.2",
147-
"inquirer": "9.2.20",
147+
"inquirer": "9.2.21",
148148
"jasmine": "^5.0.0",
149149
"jasmine-core": "~5.1.0",
150150
"jasmine-spec-reporter": "~7.0.0",
@@ -180,15 +180,15 @@
180180
"prettier": "^3.0.0",
181181
"protractor": "~7.0.0",
182182
"puppeteer": "18.2.1",
183-
"quicktype-core": "23.0.158",
183+
"quicktype-core": "23.0.162",
184184
"resolve-url-loader": "5.0.0",
185185
"rollup": "~4.17.0",
186186
"rollup-plugin-sourcemaps": "^0.6.0",
187187
"rxjs": "7.8.1",
188-
"sass": "1.77.0",
188+
"sass": "1.77.1",
189189
"sass-loader": "14.2.1",
190190
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz",
191-
"semver": "7.6.1",
191+
"semver": "7.6.2",
192192
"shelljs": "^0.8.5",
193193
"source-map": "0.7.4",
194194
"source-map-loader": "5.0.0",
@@ -201,8 +201,8 @@
201201
"ts-node": "^10.9.1",
202202
"tslib": "2.6.2",
203203
"typescript": "5.4.5",
204-
"undici": "6.16.0",
205-
"verdaccio": "5.30.3",
204+
"undici": "6.16.1",
205+
"verdaccio": "5.31.0",
206206
"verdaccio-auth-memory": "^10.0.0",
207207
"vite": "5.2.11",
208208
"watchpack": "2.4.1",

packages/angular/build/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"ansi-colors": "4.1.3",
2828
"browserslist": "^4.23.0",
2929
"critters": "0.0.22",
30-
"esbuild": "0.21.1",
30+
"esbuild": "0.21.2",
3131
"fast-glob": "3.3.2",
3232
"https-proxy-agent": "7.0.4",
33-
"inquirer": "9.2.20",
33+
"inquirer": "9.2.21",
3434
"lmdb": "3.0.8",
3535
"magic-string": "0.30.10",
3636
"mrmime": "2.0.0",
@@ -39,9 +39,9 @@
3939
"piscina": "4.4.0",
4040
"parse5-html-rewriting-stream": "7.0.0",
4141
"postcss": "8.4.38",
42-
"sass": "1.77.0",
43-
"semver": "7.6.1",
44-
"undici": "6.16.0",
42+
"sass": "1.77.1",
43+
"semver": "7.6.2",
44+
"undici": "6.16.1",
4545
"vite": "5.2.11",
4646
"watchpack": "2.4.1"
4747
},

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"@yarnpkg/lockfile": "1.1.0",
3030
"ansi-colors": "4.1.3",
3131
"ini": "4.1.2",
32-
"inquirer": "9.2.20",
32+
"inquirer": "9.2.21",
3333
"jsonc-parser": "3.2.1",
3434
"npm-package-arg": "11.0.2",
3535
"npm-pick-manifest": "9.0.1",
3636
"ora": "5.4.1",
3737
"pacote": "18.0.6",
3838
"resolve": "1.22.8",
39-
"semver": "7.6.1",
39+
"semver": "7.6.2",
4040
"symbol-observable": "4.0.0",
4141
"yargs": "17.7.2"
4242
},

packages/angular_devkit/build_angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.22",
3333
"css-loader": "7.1.1",
34-
"esbuild-wasm": "0.21.1",
34+
"esbuild-wasm": "0.21.2",
3535
"fast-glob": "3.3.2",
3636
"https-proxy-agent": "7.0.4",
3737
"http-proxy-middleware": "3.0.0",
38-
"inquirer": "9.2.20",
38+
"inquirer": "9.2.21",
3939
"jsonc-parser": "3.2.1",
4040
"karma-source-map-support": "1.4.0",
4141
"less": "4.2.0",
@@ -54,15 +54,15 @@
5454
"postcss-loader": "8.1.1",
5555
"resolve-url-loader": "5.0.0",
5656
"rxjs": "7.8.1",
57-
"sass": "1.77.0",
57+
"sass": "1.77.1",
5858
"sass-loader": "14.2.1",
59-
"semver": "7.6.1",
59+
"semver": "7.6.2",
6060
"source-map-loader": "5.0.0",
6161
"source-map-support": "0.5.21",
6262
"terser": "5.31.0",
6363
"tree-kill": "1.2.2",
6464
"tslib": "2.6.2",
65-
"undici": "6.16.0",
65+
"undici": "6.16.1",
6666
"vite": "5.2.11",
6767
"watchpack": "2.4.1",
6868
"webpack": "5.91.0",
@@ -72,7 +72,7 @@
7272
"webpack-subresource-integrity": "5.1.0"
7373
},
7474
"optionalDependencies": {
75-
"esbuild": "0.21.1"
75+
"esbuild": "0.21.2"
7676
},
7777
"peerDependencies": {
7878
"@angular/compiler-cli": "^18.0.0-next.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
2121
"ansi-colors": "4.1.3",
22-
"inquirer": "9.2.20",
22+
"inquirer": "9.2.21",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"
2525
}

0 commit comments

Comments
 (0)