build: update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| aspect_bazel_lib | http_archive | patch | v2.9.1 -> v2.9.2 |
| tslib (source) | dependencies | minor | 2.7.0 -> 2.8.0 |
| tslib (source) | devDependencies | minor | 2.7.0 -> 2.8.0 |
Release Notes
aspect-build/bazel-lib (aspect_bazel_lib)
v2.9.2
Using Bzlmod with Bazel 6:
- Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "aspect_bazel_lib", version = "2.9.2")
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 = "0e31778f1fd574d2c05d238bfc4c785fa4b7e50a5ef38b506e01cfd8ec2fccb3",
strip_prefix = "bazel-lib-2.9.2",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.2/bazel-lib-v2.9.2.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()
What's Changed
- fix: update metadata.template.json for LF donation by @alexeagle in https://github.com/bazel-contrib/bazel-lib/pull/950
- feat: support bzlmod runfiles lookups by @plobsing in https://github.com/bazel-contrib/bazel-lib/pull/953
- chore(deps): update dependency bazel to v7.3.2 by @renovate in https://github.com/bazel-contrib/bazel-lib/pull/955
- feat(presets): java bazelrc options by @alexeagle in https://github.com/bazel-contrib/bazel-lib/pull/947
- fix: unknown repo error with mtree_mutate and Bzlmod by @mering in https://github.com/bazel-contrib/bazel-lib/pull/948
- fix(bazelrc): move flag to bazel6.bazelrc by @ajwerner in https://github.com/bazel-contrib/bazel-lib/pull/959
- chore(docs): add tar to API listing by @alexeagle in https://github.com/bazel-contrib/bazel-lib/pull/960
- chore: update old reference to aspect-build/bazel-lib by @gregmagolan in https://github.com/bazel-contrib/bazel-lib/pull/962
- perf: report unused inputs for the tar rule by @plobsing in https://github.com/bazel-contrib/bazel-lib/pull/951
- fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 by @renovate in https://github.com/bazel-contrib/bazel-lib/pull/961
- fix: Use transitioned target platform for
platform_transition_testby @fmeum in https://github.com/bazel-contrib/bazel-lib/pull/965 - fix: Make build pass with --incompatible_auto_exec_groups by @dzbarsky in https://github.com/bazel-contrib/bazel-lib/pull/963
New Contributors
- @mering made their first contribution in https://github.com/bazel-contrib/bazel-lib/pull/948
- @ajwerner made their first contribution in https://github.com/bazel-contrib/bazel-lib/pull/959
Full Changelog: https://github.com/bazel-contrib/bazel-lib/compare/v2.9.1...v2.9.2
Microsoft/tslib (tslib)
v2.8.0
What's Changed
- Validate export structure of every entrypoint by @andrewbranch in https://github.com/microsoft/tslib/pull/269
- Add rewriteRelativeImportExtension helper by @andrewbranch in https://github.com/microsoft/tslib/pull/270
Full Changelog: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0
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.