Skip to content

Commit 54cc8d4

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
1 parent beb12c5 commit 54cc8d4

File tree

5 files changed

+347
-84
lines changed

5 files changed

+347
-84
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
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 = "d2a71e1e39961535db2f9164c7a588cff1a86938564634532062ed3a3cf307b3",
93-
strip_prefix = "bazel-lib-1.25.0",
94-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.25.0.tar.gz",
92+
sha256 = "dce068f085e9eabfec6d795caaabdbbe4a73550810f3cae3035aff7162e42b3c",
93+
strip_prefix = "bazel-lib-1.26.2",
94+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.26.2.tar.gz",
9595
)
9696

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@
8080
"@angular/platform-server": "15.2.0-rc.0",
8181
"@angular/router": "15.2.0-rc.0",
8282
"@angular/service-worker": "15.2.0-rc.0",
83-
"@babel/core": "7.20.12",
84-
"@babel/generator": "7.20.14",
83+
"@babel/core": "7.21.0",
84+
"@babel/generator": "7.21.1",
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.19.6",
89+
"@babel/plugin-transform-runtime": "7.21.0",
9090
"@babel/preset-env": "7.20.2",
91-
"@babel/runtime": "7.20.13",
91+
"@babel/runtime": "7.21.0",
9292
"@babel/template": "7.20.7",
9393
"@bazel/bazelisk": "1.12.1",
9494
"@bazel/buildifier": "6.0.1",
@@ -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.52.0",
127-
"@typescript-eslint/parser": "5.52.0",
126+
"@typescript-eslint/eslint-plugin": "5.53.0",
127+
"@typescript-eslint/parser": "5.53.0",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.12.0",
130130
"ajv-formats": "2.1.1",
@@ -142,8 +142,8 @@
142142
"cross-env": "^7.0.3",
143143
"css-loader": "6.7.3",
144144
"debug": "^4.1.1",
145-
"esbuild": "0.17.8",
146-
"esbuild-wasm": "0.17.8",
145+
"esbuild": "0.17.10",
146+
"esbuild-wasm": "0.17.10",
147147
"eslint": "8.34.0",
148148
"eslint-config-prettier": "8.6.0",
149149
"eslint-plugin-header": "3.1.1",
@@ -178,7 +178,7 @@
178178
"node-fetch": "^2.2.0",
179179
"npm": "^8.11.0",
180180
"npm-package-arg": "10.1.0",
181-
"open": "8.4.1",
181+
"open": "8.4.2",
182182
"ora": "5.4.1",
183183
"pacote": "15.1.0",
184184
"parse5-html-rewriting-stream": "7.0.0",
@@ -191,10 +191,10 @@
191191
"prettier": "^2.0.0",
192192
"protractor": "~7.0.0",
193193
"puppeteer": "18.2.1",
194-
"quicktype-core": "23.0.1",
194+
"quicktype-core": "23.0.5",
195195
"resolve-url-loader": "5.0.0",
196196
"rxjs": "7.8.0",
197-
"sass": "1.58.2",
197+
"sass": "1.58.3",
198198
"sass-loader": "13.2.0",
199199
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
200200
"semver": "7.3.8",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"jsonc-parser": "3.2.0",
3434
"npm-package-arg": "10.1.0",
3535
"npm-pick-manifest": "8.0.1",
36-
"open": "8.4.1",
36+
"open": "8.4.2",
3737
"ora": "5.4.1",
3838
"pacote": "15.1.0",
3939
"resolve": "1.22.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
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.20.12",
14-
"@babel/generator": "7.20.14",
13+
"@babel/core": "7.21.0",
14+
"@babel/generator": "7.21.1",
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.19.6",
19+
"@babel/plugin-transform-runtime": "7.21.0",
2020
"@babel/preset-env": "7.20.2",
21-
"@babel/runtime": "7.20.13",
21+
"@babel/runtime": "7.21.0",
2222
"@babel/template": "7.20.7",
2323
"@discoveryjs/json-ext": "0.5.7",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
@@ -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.8",
35+
"esbuild-wasm": "0.17.10",
3636
"glob": "8.1.0",
3737
"https-proxy-agent": "5.0.1",
3838
"inquirer": "8.2.4",
@@ -44,15 +44,15 @@
4444
"loader-utils": "3.2.1",
4545
"magic-string": "0.29.0",
4646
"mini-css-extract-plugin": "2.7.2",
47-
"open": "8.4.1",
47+
"open": "8.4.2",
4848
"ora": "5.4.1",
4949
"parse5-html-rewriting-stream": "7.0.0",
5050
"piscina": "3.2.0",
5151
"postcss": "8.4.21",
5252
"postcss-loader": "7.0.2",
5353
"resolve-url-loader": "5.0.0",
5454
"rxjs": "7.8.0",
55-
"sass": "1.58.2",
55+
"sass": "1.58.3",
5656
"sass-loader": "13.2.0",
5757
"semver": "7.3.8",
5858
"source-map-loader": "4.0.1",
@@ -68,7 +68,7 @@
6868
"webpack-subresource-integrity": "5.1.0"
6969
},
7070
"optionalDependencies": {
71-
"esbuild": "0.17.8"
71+
"esbuild": "0.17.10"
7272
},
7373
"peerDependencies": {
7474
"@angular/compiler-cli": "^15.0.0 || ^15.2.0-next",

0 commit comments

Comments
 (0)