Skip to content

Commit 5b62fd1

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
1 parent 72c2e64 commit 5b62fd1

File tree

6 files changed

+114
-110
lines changed

6 files changed

+114
-110
lines changed

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

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

package.json

+6-6
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.1",
127-
"@typescript-eslint/parser": "5.54.1",
126+
"@typescript-eslint/eslint-plugin": "5.55.0",
127+
"@typescript-eslint/parser": "5.55.0",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.12.0",
130130
"ajv-formats": "2.1.1",
@@ -143,7 +143,7 @@
143143
"debug": "^4.1.1",
144144
"esbuild": "0.17.11",
145145
"esbuild-wasm": "0.17.11",
146-
"eslint": "8.35.0",
146+
"eslint": "8.36.0",
147147
"eslint-config-prettier": "8.7.0",
148148
"eslint-plugin-header": "3.1.1",
149149
"eslint-plugin-import": "2.27.5",
@@ -190,10 +190,10 @@
190190
"prettier": "^2.0.0",
191191
"protractor": "~7.0.0",
192192
"puppeteer": "18.2.1",
193-
"quicktype-core": "23.0.12",
193+
"quicktype-core": "23.0.17",
194194
"resolve-url-loader": "5.0.0",
195195
"rxjs": "7.8.0",
196-
"sass": "1.58.3",
196+
"sass": "1.59.2",
197197
"sass-loader": "13.2.0",
198198
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
199199
"semver": "7.3.8",
@@ -212,7 +212,7 @@
212212
"typescript": "5.0.0-beta",
213213
"verdaccio": "5.22.1",
214214
"verdaccio-auth-memory": "^10.0.0",
215-
"webpack": "5.76.0",
215+
"webpack": "5.76.1",
216216
"webpack-dev-middleware": "6.0.1",
217217
"webpack-dev-server": "4.11.1",
218218
"webpack-merge": "5.8.0",

packages/angular_devkit/build_angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"postcss-loader": "7.0.2",
5353
"resolve-url-loader": "5.0.0",
5454
"rxjs": "7.8.0",
55-
"sass": "1.58.3",
55+
"sass": "1.59.2",
5656
"sass-loader": "13.2.0",
5757
"semver": "7.3.8",
5858
"source-map-loader": "4.0.1",
@@ -61,7 +61,7 @@
6161
"text-table": "0.2.0",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.5.0",
64-
"webpack": "5.76.0",
64+
"webpack": "5.76.1",
6565
"webpack-dev-middleware": "6.0.1",
6666
"webpack-dev-server": "4.11.1",
6767
"webpack-merge": "5.8.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.0"
16+
"webpack": "5.76.1"
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": "15.2.2",
3232
"@angular/compiler-cli": "15.2.2",
3333
"typescript": "5.0.0-beta",
34-
"webpack": "5.76.0"
34+
"webpack": "5.76.1"
3535
}
3636
}

0 commit comments

Comments
 (0)