build: update all non-major dependencies
This PR contains the following updates:
Release Notes
babel/babel (@babel/core)
v7.24.6
:bug: Bug Fix
-
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties- #16514 Fix source maps for private member expressions (@nicolo-ribaudo)
-
babel-core,babel-generator,babel-plugin-transform-modules-commonjs- #16515 Fix source maps for template literals (@nicolo-ribaudo)
-
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-
#16476 fix: Correctly parse
cls.fn<C> = x(@liuxingbaoyu)
-
#16476 fix: Correctly parse
:house: Internal
-
babel-core,babel-helpers,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #16501 Generate helper metadata at build time (@nicolo-ribaudo)
-
babel-helpers-
#16499 Add
tsconfig.jsonfor@babel/helpers/src/helpers(@nicolo-ribaudo)
-
#16499 Add
-
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- #16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
-
babel-parser,babel-traverse- #16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
- Other
bazelbuild/buildtools (@bazel/buildifier)
v7.1.2: Release 7.1.2 (2024-05-23)
What's Changed
- Add missing repo boundary files by @fmeum in https://github.com/bazelbuild/buildtools/pull/1222
- Fix README copy&paste error by @fmeum in https://github.com/bazelbuild/buildtools/pull/1267
- Add support for
*.MODULE.bazelfiles by @fmeum in https://github.com/bazelbuild/buildtools/pull/1266
Full Changelog: https://github.com/bazelbuild/buildtools/compare/v7.1.1...v7.1.2
aspect-build/bazel-lib (aspect_bazel_lib)
v2.7.6
Using Bzlmod with Bazel 6:
- Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
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
- chore: run buildifier to green up main by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/841
- chore: bump to Bazel 7.1.2 by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/842
- ci: green up main by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/844
- chore: bump buildifier, go and gazelle deps by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/845
- chore: align ci patterns by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/843
- chore: tidy in MODULE.bazel file by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/846
- ci: green up rbe on main by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/847
- fix: coreutils download path for darwin_amd64 by @mrmeku in https://github.com/aspect-build/bazel-lib/pull/853
- refactor(release): switch release integrity to be dynamic by @alexeagle in https://github.com/aspect-build/bazel-lib/pull/854
- fix: integrity hashes are now sha256 since #854 by @alexeagle in https://github.com/aspect-build/bazel-lib/pull/855
New Contributors
- @mrmeku made their first contribution in https://github.com/aspect-build/bazel-lib/pull/853
Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v2.7.3...v2.7.6
v2.7.5
Broken, do not use. Release integrity shas are expected in the wrong format.
v2.7.4
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.