Skip to content

Commit b0a08ea

Browse files
renovate[bot]clydin
authored andcommitted
build: update all non-major dependencies
1 parent 39cc99c commit b0a08ea

File tree

4 files changed

+866
-89
lines changed

4 files changed

+866
-89
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "4ef2f746bae7bd7f1ec39dc9b53a9d7e8002f18233ea2c2ee4702bbb5283c7ca",
82-
strip_prefix = "bazel-lib-1.3.1",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.3.1.tar.gz",
81+
sha256 = "8cf53f6c33bce4550cbd1ad41796f044fbaaa422b96218bcc71b69e6595205bf",
82+
strip_prefix = "bazel-lib-1.4.0",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.4.0.tar.gz",
8484
)
8585

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

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
"@angular/platform-server": "14.0.3",
8080
"@angular/router": "14.0.3",
8181
"@angular/service-worker": "14.0.3",
82-
"@babel/core": "7.18.5",
83-
"@babel/generator": "7.18.2",
84-
"@babel/helper-annotate-as-pure": "7.16.7",
85-
"@babel/plugin-proposal-async-generator-functions": "7.17.12",
86-
"@babel/plugin-transform-async-to-generator": "7.17.12",
87-
"@babel/plugin-transform-runtime": "7.18.5",
88-
"@babel/preset-env": "7.18.2",
89-
"@babel/runtime": "7.18.3",
90-
"@babel/template": "7.16.7",
82+
"@babel/core": "7.18.6",
83+
"@babel/generator": "7.18.6",
84+
"@babel/helper-annotate-as-pure": "7.18.6",
85+
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
86+
"@babel/plugin-transform-async-to-generator": "7.18.6",
87+
"@babel/plugin-transform-runtime": "7.18.6",
88+
"@babel/preset-env": "7.18.6",
89+
"@babel/runtime": "7.18.6",
90+
"@babel/template": "7.18.6",
9191
"@bazel/bazelisk": "1.12.0",
9292
"@bazel/buildifier": "5.1.0",
9393
"@bazel/concatjs": "5.5.1",
@@ -122,8 +122,8 @@
122122
"@types/yargs": "^17.0.8",
123123
"@types/yargs-parser": "^21.0.0",
124124
"@types/yarnpkg__lockfile": "^1.1.5",
125-
"@typescript-eslint/eslint-plugin": "5.29.0",
126-
"@typescript-eslint/parser": "5.29.0",
125+
"@typescript-eslint/eslint-plugin": "5.30.0",
126+
"@typescript-eslint/parser": "5.30.0",
127127
"@yarnpkg/lockfile": "1.1.0",
128128
"ajv": "8.11.0",
129129
"ajv-formats": "2.1.1",
@@ -196,7 +196,7 @@
196196
"resolve-url-loader": "5.0.0",
197197
"rxjs": "6.6.7",
198198
"sass": "1.53.0",
199-
"sass-loader": "13.0.1",
199+
"sass-loader": "13.0.2",
200200
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.7.1-linux.tar.gz",
201201
"semver": "7.3.7",
202202
"shelljs": "^0.8.5",

packages/angular_devkit/build_angular/package.json

+10-10
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.18.5",
14-
"@babel/generator": "7.18.2",
15-
"@babel/helper-annotate-as-pure": "7.16.7",
16-
"@babel/plugin-proposal-async-generator-functions": "7.17.12",
17-
"@babel/plugin-transform-async-to-generator": "7.17.12",
18-
"@babel/plugin-transform-runtime": "7.18.5",
19-
"@babel/preset-env": "7.18.2",
20-
"@babel/runtime": "7.18.3",
21-
"@babel/template": "7.16.7",
13+
"@babel/core": "7.18.6",
14+
"@babel/generator": "7.18.6",
15+
"@babel/helper-annotate-as-pure": "7.18.6",
16+
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
17+
"@babel/plugin-transform-async-to-generator": "7.18.6",
18+
"@babel/plugin-transform-runtime": "7.18.6",
19+
"@babel/preset-env": "7.18.6",
20+
"@babel/runtime": "7.18.6",
21+
"@babel/template": "7.18.6",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"ansi-colors": "4.1.3",
@@ -53,7 +53,7 @@
5353
"resolve-url-loader": "5.0.0",
5454
"rxjs": "6.6.7",
5555
"sass": "1.53.0",
56-
"sass-loader": "13.0.1",
56+
"sass-loader": "13.0.2",
5757
"semver": "7.3.7",
5858
"source-map-loader": "4.0.0",
5959
"source-map-support": "0.5.21",

0 commit comments

Comments
 (0)