Skip to content

Commit 31d35b4

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
1 parent 693d78b commit 31d35b4

File tree

5 files changed

+295
-187
lines changed

5 files changed

+295
-187
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 = "b4cd1114874ab15f794134eefbc254eb89d3e1de640bf4a11f2f402e886ad29e",
93-
strip_prefix = "bazel-lib-1.27.2",
94-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.27.2.tar.gz",
92+
sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2",
93+
strip_prefix = "bazel-lib-1.28.0",
94+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.28.0.tar.gz",
9595
)
9696

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.54.0",
127-
"@typescript-eslint/parser": "5.54.0",
126+
"@typescript-eslint/eslint-plugin": "5.54.1",
127+
"@typescript-eslint/parser": "5.54.1",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.12.0",
130130
"ajv-formats": "2.1.1",
@@ -142,10 +142,10 @@
142142
"cross-env": "^7.0.3",
143143
"css-loader": "6.7.3",
144144
"debug": "^4.1.1",
145-
"esbuild": "0.17.10",
146-
"esbuild-wasm": "0.17.10",
145+
"esbuild": "0.17.11",
146+
"esbuild-wasm": "0.17.11",
147147
"eslint": "8.35.0",
148-
"eslint-config-prettier": "8.6.0",
148+
"eslint-config-prettier": "8.7.0",
149149
"eslint-plugin-header": "3.1.1",
150150
"eslint-plugin-import": "2.27.5",
151151
"express": "4.18.2",
@@ -191,7 +191,7 @@
191191
"prettier": "^2.0.0",
192192
"protractor": "~7.0.0",
193193
"puppeteer": "18.2.1",
194-
"quicktype-core": "23.0.10",
194+
"quicktype-core": "23.0.12",
195195
"resolve-url-loader": "5.0.0",
196196
"rxjs": "7.8.0",
197197
"sass": "1.58.3",
@@ -211,7 +211,7 @@
211211
"ts-node": "^10.0.0",
212212
"tslib": "2.5.0",
213213
"typescript": "5.0.0-beta",
214-
"verdaccio": "5.21.2",
214+
"verdaccio": "5.22.0",
215215
"verdaccio-auth-memory": "^10.0.0",
216216
"webpack": "5.75.0",
217217
"webpack-dev-middleware": "6.0.1",
@@ -220,6 +220,6 @@
220220
"webpack-subresource-integrity": "5.1.0",
221221
"yargs": "17.7.1",
222222
"yargs-parser": "21.1.1",
223-
"zone.js": "^0.12.0"
223+
"zone.js": "^0.13.0"
224224
}
225225
}

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.10",
35+
"esbuild-wasm": "0.17.11",
3636
"glob": "8.1.0",
3737
"https-proxy-agent": "5.0.1",
3838
"inquirer": "8.2.4",
@@ -68,7 +68,7 @@
6868
"webpack-subresource-integrity": "5.1.0"
6969
},
7070
"optionalDependencies": {
71-
"esbuild": "0.17.10"
71+
"esbuild": "0.17.11"
7272
},
7373
"peerDependencies": {
7474
"@angular/compiler-cli": "^16.0.0-next.0",

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"tslib": "^2.3.0",
1919
"ts-node": "~10.9.0",
2020
"typescript": "~4.9.4",
21-
"zone.js": "~0.12.0"
21+
"zone.js": "~0.13.0"
2222
}
2323
}

0 commit comments

Comments
 (0)