build: update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/checkout | action | patch | v4.1.4 -> v4.1.5 |
| aspect_bazel_lib | http_archive | patch | v2.7.2 -> v2.7.3 |
| semver | dependencies | patch | 7.6.1 -> 7.6.2 |
| semver | devDependencies | patch | 7.6.1 -> 7.6.2 |
Release Notes
actions/checkout (actions/checkout)
v4.1.5
What's Changed
- Update NPM dependencies by @cory-miller in https://github.com/actions/checkout/pull/1703
- Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/actions/checkout/pull/1694
- Bump actions/setup-node from 1 to 4 by @dependabot in https://github.com/actions/checkout/pull/1696
- Bump actions/upload-artifact from 2 to 4 by @dependabot in https://github.com/actions/checkout/pull/1695
- README: Suggest
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in https://github.com/actions/checkout/pull/1707
Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5
aspect-build/bazel-lib (aspect_bazel_lib)
v2.7.3
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.3")
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 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
strip_prefix = "bazel-lib-2.7.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.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: register @zstd_toolchains//:all by @thesayyn in https://github.com/aspect-build/bazel-lib/pull/832
- fix: only check for blank space between status entries in expand_template by @com6056 in https://github.com/aspect-build/bazel-lib/pull/834
- fix(tar): handle spaces in input filenames by @alexeagle in https://github.com/aspect-build/bazel-lib/pull/835
- fix: coreutils toolchain: Use statically linked linux amd64 variant by @malt3 in https://github.com/aspect-build/bazel-lib/pull/706
Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v2.7.2...v2.7.3
npm/node-semver (semver)
v7.6.2
Bug Fixes
-
6466ba9#713 lru: use map.delete() directly (#713) (@negezor, @lukekarrys)
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.