Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit 5036827)
  • Loading branch information
angular-robot authored and dgp1130 committed Oct 27, 2022
1 parent 35e5f42 commit 9988019
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 24 deletions.
10 changes: 5 additions & 5 deletions WORKSPACE
Expand Up @@ -22,8 +22,8 @@ http_archive(

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "c29944ba9b0b430aadcaf3bf2570fece6fc5ebfb76df145c6cdad40d65c20811",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-5.7.0.tar.gz"],
sha256 = "5aae76dced38f784b58d9776e4ab12278bc156a9ed2b1d9fcd3e39921dc88fda",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.1/rules_nodejs-5.7.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down Expand Up @@ -78,9 +78,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "c15e3bdb626973728c375ef78c58fdee27c9b9affea5c9db57c78eafda8395bf",
strip_prefix = "bazel-lib-1.13.1",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.13.1.tar.gz",
sha256 = "9305799c6d9e425e6b73270a0f9eb0aa1082050823a7eefad95edcece545e77b",
strip_prefix = "bazel-lib-1.14.0",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.14.0.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -82,18 +82,18 @@
"@angular/router": "15.0.0-rc.0",
"@angular/service-worker": "15.0.0-rc.0",
"@babel/core": "7.19.6",
"@babel/generator": "7.19.6",
"@babel/generator": "7.20.0",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
"@babel/plugin-transform-async-to-generator": "7.18.6",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/runtime": "7.19.4",
"@babel/runtime": "7.20.0",
"@babel/template": "7.18.10",
"@bazel/bazelisk": "1.12.1",
"@bazel/buildifier": "5.1.0",
"@bazel/concatjs": "5.7.0",
"@bazel/jasmine": "5.7.0",
"@bazel/concatjs": "5.7.1",
"@bazel/jasmine": "5.7.1",
"@discoveryjs/json-ext": "0.5.7",
"@types/babel__core": "7.1.19",
"@types/babel__template": "7.4.1",
Expand Down Expand Up @@ -178,7 +178,7 @@
"npm-package-arg": "9.1.2",
"open": "8.4.0",
"ora": "5.4.1",
"pacote": "15.0.3",
"pacote": "15.0.4",
"parse5-html-rewriting-stream": "6.0.1",
"pidtree": "^0.6.0",
"pidusage": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Expand Up @@ -35,7 +35,7 @@
"npm-pick-manifest": "8.0.1",
"open": "8.4.0",
"ora": "5.4.1",
"pacote": "15.0.3",
"pacote": "15.0.4",
"resolve": "1.22.1",
"semver": "7.3.8",
"symbol-observable": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -11,13 +11,13 @@
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@babel/core": "7.19.6",
"@babel/generator": "7.19.6",
"@babel/generator": "7.20.0",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
"@babel/plugin-transform-async-to-generator": "7.18.6",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/runtime": "7.19.4",
"@babel/runtime": "7.20.0",
"@babel/template": "7.18.10",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
Expand Down
61 changes: 50 additions & 11 deletions yarn.lock
Expand Up @@ -368,7 +368,16 @@
"@jridgewell/gen-mapping" "^0.3.2"
jsesc "^2.5.1"

"@babel/generator@7.19.6", "@babel/generator@^7.18.9", "@babel/generator@^7.19.3", "@babel/generator@^7.19.6":
"@babel/generator@7.20.0":
version "7.20.0"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.0.tgz#0bfc5379e0efb05ca6092091261fcdf7ec36249d"
integrity sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==
dependencies:
"@babel/types" "^7.20.0"
"@jridgewell/gen-mapping" "^0.3.2"
jsesc "^2.5.1"

"@babel/generator@^7.18.9", "@babel/generator@^7.19.3", "@babel/generator@^7.19.6":
version "7.19.6"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
Expand Down Expand Up @@ -1215,6 +1224,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@7.20.0":
version "7.20.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.0.tgz#824a9ef325ffde6f78056059db3168c08785e24a"
integrity sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q==
dependencies:
regenerator-runtime "^0.13.10"

"@babel/template@7.18.10", "@babel/template@^7.18.10", "@babel/template@^7.18.6":
version "7.18.10"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
Expand Down Expand Up @@ -1249,6 +1265,15 @@
"@babel/helper-validator-identifier" "^7.19.1"
to-fast-properties "^2.0.0"

"@babel/types@^7.20.0":
version "7.20.0"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479"
integrity sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==
dependencies:
"@babel/helper-string-parser" "^7.19.4"
"@babel/helper-validator-identifier" "^7.19.1"
to-fast-properties "^2.0.0"

"@bazel/bazelisk@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.12.1.tgz#346531286564aa29eee03a62362d210f3433e7bf"
Expand All @@ -1268,15 +1293,24 @@
source-map-support "0.5.9"
tsutils "3.21.0"

"@bazel/concatjs@5.7.1":
version "5.7.1"
resolved "https://registry.yarnpkg.com/@bazel/concatjs/-/concatjs-5.7.1.tgz#fe76bf0064382d7640651b210a97d5af35e50e39"
integrity sha512-h6PHntgP8PY5DOjl73zt4zeXcbRYX1Zk3vwpP/QYUk0APlwCHE3ZU+u7whrsV3LPAhlPg1c+t9cmHBxfmb2q7w==
dependencies:
protobufjs "6.8.8"
source-map-support "0.5.9"
tsutils "3.21.0"

"@bazel/esbuild@5.7.0":
version "5.7.0"
resolved "https://registry.yarnpkg.com/@bazel/esbuild/-/esbuild-5.7.0.tgz#8eb01e18994553f24e08df175fd43d0298bfc51d"
integrity sha512-5QQVa9gZ7sOVA7b9HdSXLvDuZ8crqubGJkEsNUjSh1pSzHuyMIqKYbYaEhCFrhfk4M/XoTy/BkIER0bJSZYjMw==

"@bazel/jasmine@5.7.0":
version "5.7.0"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-5.7.0.tgz#85b136f0e671e17d7907ab7bc725648c3267dc1d"
integrity sha512-ZUFyNk1PxMtbeQkF3JshuOpdEpNczKLP2es70Kp7oLZfPQ5DySpGX07utuM/o3gkawdZGVtRMFF+UbQa/wG5mA==
"@bazel/jasmine@5.7.1":
version "5.7.1"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-5.7.1.tgz#114797c8c2871255d32e2c154f7e354028efbdcc"
integrity sha512-OZ3u8CuC1HBv7Ph3Io46A1sRA9pSGHrbrFE/VbZGzPPLd2epyi4EvKnhrrRXpw1/jZ+0z5DXeLbnk6uJOvIuRw==
dependencies:
c8 "~7.5.0"
jasmine-reporters "~2.5.0"
Expand Down Expand Up @@ -1758,6 +1792,11 @@
dependencies:
infer-owner "^1.0.4"

"@npmcli/promise-spawn@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-5.0.0.tgz#8cd47aa85ad206ac0e2ae6005cbfbe5340bd0134"
integrity sha512-q+Le2urM3NdxSFHj+VZXLTHKgmWxqHXUSqM5m9bjnV3EtThtJor64f5inmBkO9uEGZnhpjW0wL67Qf5qcgZkxw==

"@npmcli/query@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@npmcli/query/-/query-1.2.0.tgz#46468d583cf013aa92102970700f9555314aabe4"
Expand Down Expand Up @@ -8396,14 +8435,14 @@ p-try@^2.0.0:
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==

pacote@15.0.3:
version "15.0.3"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.0.3.tgz#fbd32b0af56e716b5e14203a7f8eb81860d522b5"
integrity sha512-lKUWO5xpSBH6gPBQEJZwn7RBWMRA5VDbRUurxqjs0/5Zp8PWbxga1yIVAmM0ILMamwDQOVhdBp+ZQDVErXQb4g==
pacote@15.0.4:
version "15.0.4"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.0.4.tgz#cd95d89523f3233ab32360ee15f909186fecb7b1"
integrity sha512-6lSP0ly54fKrPIvXmVcmslqrcF8DL3y/RlNLwBWG1A3wd8sWcPF8hikTJDWqXUPMw6L04p6gqsJ/iLgRjth+6A==
dependencies:
"@npmcli/git" "^4.0.0"
"@npmcli/installed-package-contents" "^2.0.1"
"@npmcli/promise-spawn" "^4.0.0"
"@npmcli/promise-spawn" "^5.0.0"
"@npmcli/run-script" "^5.0.0"
cacache "^17.0.0"
fs-minipass "^2.1.0"
Expand Down Expand Up @@ -9220,7 +9259,7 @@ regenerate@^1.4.2:
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==

regenerator-runtime@0.13.10, regenerator-runtime@^0.13.4:
regenerator-runtime@0.13.10, regenerator-runtime@^0.13.10, regenerator-runtime@^0.13.4:
version "0.13.10"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz#ed07b19616bcbec5da6274ebc75ae95634bfc2ee"
integrity sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==
Expand Down

0 comments on commit 9988019

Please sign in to comment.