Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and clydin committed Jun 28, 2022
1 parent 39cc99c commit b0a08ea
Show file tree
Hide file tree
Showing 4 changed files with 866 additions and 89 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ yarn_install(

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

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@
"@angular/platform-server": "14.0.3",
"@angular/router": "14.0.3",
"@angular/service-worker": "14.0.3",
"@babel/core": "7.18.5",
"@babel/generator": "7.18.2",
"@babel/helper-annotate-as-pure": "7.16.7",
"@babel/plugin-proposal-async-generator-functions": "7.17.12",
"@babel/plugin-transform-async-to-generator": "7.17.12",
"@babel/plugin-transform-runtime": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/runtime": "7.18.3",
"@babel/template": "7.16.7",
"@babel/core": "7.18.6",
"@babel/generator": "7.18.6",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
"@babel/plugin-transform-async-to-generator": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/template": "7.18.6",
"@bazel/bazelisk": "1.12.0",
"@bazel/buildifier": "5.1.0",
"@bazel/concatjs": "5.5.1",
Expand Down Expand Up @@ -122,8 +122,8 @@
"@types/yargs": "^17.0.8",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.11.0",
"ajv-formats": "2.1.1",
Expand Down Expand Up @@ -196,7 +196,7 @@
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.53.0",
"sass-loader": "13.0.1",
"sass-loader": "13.0.2",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.7.1-linux.tar.gz",
"semver": "7.3.7",
"shelljs": "^0.8.5",
Expand Down
20 changes: 10 additions & 10 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@babel/core": "7.18.5",
"@babel/generator": "7.18.2",
"@babel/helper-annotate-as-pure": "7.16.7",
"@babel/plugin-proposal-async-generator-functions": "7.17.12",
"@babel/plugin-transform-async-to-generator": "7.17.12",
"@babel/plugin-transform-runtime": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/runtime": "7.18.3",
"@babel/template": "7.16.7",
"@babel/core": "7.18.6",
"@babel/generator": "7.18.6",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
"@babel/plugin-transform-async-to-generator": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/template": "7.18.6",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
Expand Down Expand Up @@ -53,7 +53,7 @@
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.53.0",
"sass-loader": "13.0.1",
"sass-loader": "13.0.2",
"semver": "7.3.7",
"source-map-loader": "4.0.0",
"source-map-support": "0.5.21",
Expand Down
Loading

0 comments on commit b0a08ea

Please sign in to comment.