angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

build: update all non-major dependencies

Open angular-robot opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Type Update Change
@babel/core (source) dependencies patch 7.24.5 -> 7.24.6
@babel/core (source) devDependencies patch 7.24.5 -> 7.24.6
@babel/generator (source) dependencies patch 7.24.5 -> 7.24.6
@babel/generator (source) devDependencies patch 7.24.5 -> 7.24.6
@babel/helper-annotate-as-pure (source) dependencies minor 7.22.5 -> 7.24.6
@babel/helper-annotate-as-pure (source) devDependencies minor 7.22.5 -> 7.24.6
@babel/helper-split-export-declaration (source) dependencies patch 7.24.5 -> 7.24.6
@babel/helper-split-export-declaration (source) devDependencies patch 7.24.5 -> 7.24.6
@babel/plugin-transform-async-generator-functions (source) dependencies patch 7.24.3 -> 7.24.6
@babel/plugin-transform-async-generator-functions (source) devDependencies patch 7.24.3 -> 7.24.6
@babel/plugin-transform-async-to-generator (source) dependencies patch 7.24.1 -> 7.24.6
@babel/plugin-transform-async-to-generator (source) devDependencies patch 7.24.1 -> 7.24.6
@babel/plugin-transform-runtime (source) dependencies patch 7.24.3 -> 7.24.6
@babel/plugin-transform-runtime (source) devDependencies patch 7.24.3 -> 7.24.6
@babel/preset-env (source) dependencies patch 7.24.5 -> 7.24.6
@babel/preset-env (source) devDependencies patch 7.24.5 -> 7.24.6
@babel/runtime (source) dependencies patch 7.24.5 -> 7.24.6
@babel/runtime (source) devDependencies patch 7.24.5 -> 7.24.6
@bazel/buildifier devDependencies patch 7.1.1 -> 7.1.2
aspect_bazel_lib http_archive patch v2.7.3 -> v2.7.6

Release Notes

babel/babel (@​babel/core)

v7.24.6

Compare Source

:bug: Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
:house: Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other
bazelbuild/buildtools (@​bazel/buildifier)

v7.1.2: Release 7.1.2 (2024-05-23)

Compare Source

What's Changed

Full Changelog: https://github.com/bazelbuild/buildtools/compare/v7.1.1...v7.1.2

aspect-build/bazel-lib (aspect_bazel_lib)

v2.7.6

Compare Source

Using Bzlmod with Bazel 6:

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "aspect_bazel_lib", version = "2.7.6")

Read more about bzlmod: https://blog.aspect.dev/bzlmod

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "b59781939f40c8bf148f4a71bd06e3027e15e40e98143ea5688b83531ec8528f",
    strip_prefix = "bazel-lib-2.7.6",
    url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.6/bazel-lib-v2.7.6.tar.gz",
)

load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

### Required bazel-lib dependencies

aspect_bazel_lib_dependencies()

### Register bazel-lib toolchains

aspect_bazel_lib_register_toolchains()

Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v2.7.3...v2.7.6

What's Changed

New Contributors

Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v2.7.3...v2.7.6

v2.7.5

Compare Source

Broken, do not use. Release integrity shas are expected in the wrong format.

v2.7.4

Compare Source

Broken, do not use. The integrity hashes for release binaries in the artifact don't match the ones fetched from GitHub.


Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

angular-robot avatar May 24 '24 05:05 angular-robot