Skip to content

Commit 295b848

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit 497da48)
1 parent 4822b3b commit 295b848

File tree

8 files changed

+606
-261
lines changed

8 files changed

+606
-261
lines changed

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

+1-1
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
16+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41

.github/workflows/dev-infra.yml

+2-2
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
15+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
22+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ yarn_install(
8989

9090
http_archive(
9191
name = "aspect_bazel_lib",
92-
sha256 = "ee95bbc80f9ca219b93a8cc49fa19a2d4aa8649ddc9024f46abcdd33935753ca",
93-
strip_prefix = "bazel-lib-1.29.2",
94-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.29.2.tar.gz",
92+
sha256 = "97fa63d95cc9af006c4c7b2123ddd2a91fb8d273012f17648e6423bae2c69470",
93+
strip_prefix = "bazel-lib-1.30.2",
94+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.30.2.tar.gz",
9595
)
9696

9797
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@
8080
"@angular/platform-server": "16.0.0-next.5",
8181
"@angular/router": "16.0.0-next.5",
8282
"@angular/service-worker": "16.0.0-next.5",
83-
"@babel/core": "7.21.3",
84-
"@babel/generator": "7.21.3",
83+
"@babel/core": "7.21.4",
84+
"@babel/generator": "7.21.4",
8585
"@babel/helper-annotate-as-pure": "7.18.6",
8686
"@babel/helper-split-export-declaration": "7.18.6",
8787
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
8888
"@babel/plugin-transform-async-to-generator": "7.20.7",
89-
"@babel/plugin-transform-runtime": "7.21.0",
90-
"@babel/preset-env": "7.20.2",
89+
"@babel/plugin-transform-runtime": "7.21.4",
90+
"@babel/preset-env": "7.21.4",
9191
"@babel/runtime": "7.21.0",
9292
"@babel/template": "7.20.7",
9393
"@bazel/bazelisk": "1.12.1",
94-
"@bazel/buildifier": "6.0.1",
94+
"@bazel/buildifier": "6.1.0",
9595
"@bazel/concatjs": "5.8.1",
9696
"@bazel/jasmine": "5.8.1",
9797
"@discoveryjs/json-ext": "0.5.7",
@@ -123,8 +123,8 @@
123123
"@types/yargs": "^17.0.20",
124124
"@types/yargs-parser": "^21.0.0",
125125
"@types/yarnpkg__lockfile": "^1.1.5",
126-
"@typescript-eslint/eslint-plugin": "5.56.0",
127-
"@typescript-eslint/parser": "5.56.0",
126+
"@typescript-eslint/eslint-plugin": "5.57.1",
127+
"@typescript-eslint/parser": "5.57.1",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.12.0",
130130
"ajv-formats": "2.1.1",
@@ -141,9 +141,9 @@
141141
"critters": "0.0.16",
142142
"css-loader": "6.7.3",
143143
"debug": "^4.1.1",
144-
"esbuild": "0.17.12",
145-
"esbuild-wasm": "0.17.12",
146-
"eslint": "8.36.0",
144+
"esbuild": "0.17.15",
145+
"esbuild-wasm": "0.17.15",
146+
"eslint": "8.37.0",
147147
"eslint-config-prettier": "8.8.0",
148148
"eslint-plugin-header": "3.1.1",
149149
"eslint-plugin-import": "2.27.5",
@@ -186,15 +186,15 @@
186186
"piscina": "3.2.0",
187187
"popper.js": "^1.14.1",
188188
"postcss": "8.4.21",
189-
"postcss-loader": "7.1.0",
189+
"postcss-loader": "7.2.3",
190190
"prettier": "^2.0.0",
191191
"protractor": "~7.0.0",
192192
"puppeteer": "18.2.1",
193-
"quicktype-core": "23.0.17",
193+
"quicktype-core": "23.0.19",
194194
"resolve-url-loader": "5.0.0",
195195
"rxjs": "7.8.0",
196-
"sass": "1.59.3",
197-
"sass-loader": "13.2.1",
196+
"sass": "1.60.0",
197+
"sass-loader": "13.2.2",
198198
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
199199
"semver": "7.3.8",
200200
"shelljs": "^0.8.5",
@@ -204,18 +204,18 @@
204204
"spdx-satisfies": "^5.0.0",
205205
"symbol-observable": "4.0.0",
206206
"tar": "^6.1.6",
207-
"terser": "5.16.6",
207+
"terser": "5.16.8",
208208
"text-table": "0.2.0",
209209
"tree-kill": "1.2.2",
210210
"ts-node": "^10.9.1",
211211
"tslib": "2.5.0",
212212
"typescript": "~5.0.2",
213-
"verdaccio": "5.22.1",
213+
"verdaccio": "5.23.2",
214214
"verdaccio-auth-memory": "^10.0.0",
215215
"vite": "4.2.1",
216-
"webpack": "5.76.2",
216+
"webpack": "5.77.0",
217217
"webpack-dev-middleware": "6.0.2",
218-
"webpack-dev-server": "4.13.1",
218+
"webpack-dev-server": "4.13.2",
219219
"webpack-merge": "5.8.0",
220220
"webpack-subresource-integrity": "5.1.0",
221221
"yargs": "17.7.1",

packages/angular_devkit/build_angular/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.21.3",
14-
"@babel/generator": "7.21.3",
13+
"@babel/core": "7.21.4",
14+
"@babel/generator": "7.21.4",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
1616
"@babel/helper-split-export-declaration": "7.18.6",
1717
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
1818
"@babel/plugin-transform-async-to-generator": "7.20.7",
19-
"@babel/plugin-transform-runtime": "7.21.0",
20-
"@babel/preset-env": "7.20.2",
19+
"@babel/plugin-transform-runtime": "7.21.4",
20+
"@babel/preset-env": "7.21.4",
2121
"@babel/runtime": "7.21.0",
2222
"@babel/template": "7.20.7",
2323
"@discoveryjs/json-ext": "0.5.7",
@@ -32,7 +32,7 @@
3232
"copy-webpack-plugin": "11.0.0",
3333
"critters": "0.0.16",
3434
"css-loader": "6.7.3",
35-
"esbuild-wasm": "0.17.12",
35+
"esbuild-wasm": "0.17.15",
3636
"glob": "8.1.0",
3737
"https-proxy-agent": "5.0.1",
3838
"inquirer": "8.2.4",
@@ -49,27 +49,27 @@
4949
"parse5-html-rewriting-stream": "7.0.0",
5050
"piscina": "3.2.0",
5151
"postcss": "8.4.21",
52-
"postcss-loader": "7.1.0",
52+
"postcss-loader": "7.2.3",
5353
"resolve-url-loader": "5.0.0",
5454
"rxjs": "7.8.0",
55-
"sass": "1.59.3",
56-
"sass-loader": "13.2.1",
55+
"sass": "1.60.0",
56+
"sass-loader": "13.2.2",
5757
"semver": "7.3.8",
5858
"source-map-loader": "4.0.1",
5959
"source-map-support": "0.5.21",
60-
"terser": "5.16.6",
60+
"terser": "5.16.8",
6161
"text-table": "0.2.0",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.5.0",
6464
"vite": "4.2.1",
65-
"webpack": "5.76.2",
65+
"webpack": "5.77.0",
6666
"webpack-dev-middleware": "6.0.2",
67-
"webpack-dev-server": "4.13.1",
67+
"webpack-dev-server": "4.13.2",
6868
"webpack-merge": "5.8.0",
6969
"webpack-subresource-integrity": "5.1.0"
7070
},
7171
"optionalDependencies": {
72-
"esbuild": "0.17.12"
72+
"esbuild": "0.17.15"
7373
},
7474
"peerDependencies": {
7575
"@angular/compiler-cli": "^16.0.0-next.0",

packages/angular_devkit/build_webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1515
"node-fetch": "2.6.7",
16-
"webpack": "5.76.2"
16+
"webpack": "5.77.0"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@angular/compiler": "16.0.0-next.5",
3232
"@angular/compiler-cli": "16.0.0-next.5",
3333
"typescript": "~5.0.2",
34-
"webpack": "5.76.2"
34+
"webpack": "5.77.0"
3535
}
3636
}

0 commit comments

Comments
 (0)