build: update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @babel/core (source) | dependencies | patch | 7.19.0 -> 7.19.1 |
| @babel/core (source) | devDependencies | patch | 7.19.0 -> 7.19.1 |
| @babel/plugin-proposal-async-generator-functions (source) | dependencies | patch | 7.19.0 -> 7.19.1 |
| @babel/plugin-proposal-async-generator-functions (source) | devDependencies | patch | 7.19.0 -> 7.19.1 |
| @babel/plugin-transform-runtime (source) | dependencies | minor | 7.18.10 -> 7.19.1 |
| @babel/plugin-transform-runtime (source) | devDependencies | minor | 7.18.10 -> 7.19.1 |
| @babel/preset-env (source) | dependencies | patch | 7.19.0 -> 7.19.1 |
| @babel/preset-env (source) | devDependencies | patch | 7.19.0 -> 7.19.1 |
| aspect_bazel_lib | http_archive | patch | v1.11.6 -> v1.11.8 |
| autoprefixer | dependencies | patch | 10.4.10 -> 10.4.11 |
| autoprefixer | devDependencies | patch | 10.4.10 -> 10.4.11 |
Release Notes
babel/babel
v7.19.1
:bug: Bug Fix
-
babel-core- #14930 Avoid fancy stack traces size computation (@nicolo-ribaudo)
-
babel-traverse - Other
-
babel-parser- #14920 [estree] attach comments after directives at the end of file (@hegemonic)
- #14900 [ts] allow redeclaring a var/type with the same name as import (@liuxingbaoyu)
-
babel-plugin-transform-typescript
aspect-build/bazel-lib
v1.11.8
Using Bzlmod:
- Enable with
--experimental_enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "aspect_bazel_lib", version = "1.11.8")
Read more about bzlmod: https://blog.aspect.dev/bzlmod
Using WORKSPACE
Paste this snippet into your file:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "a12740bcc1a1f47de850ff84f10d9eb4c930792f69309feb986fdbeb69f83cfe",
strip_prefix = "bazel-lib-1.11.8",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.11.8.tar.gz",
)
load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
aspect_bazel_lib_dependencies()
Optional toolchains:
### Register the following toolchain to use jq
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")
register_jq_toolchains()
### Register the following toolchain to use yq
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_yq_toolchains")
register_yq_toolchains()
What's Changed
- fix: fix bzl_library breakage created with load from @local_config_platform in copy rules by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/242
- fix: don't generate @aspect_bazel_lib_local_config_platform repository as it is a leaky abstraction for rule consumers and not just rule authors by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/243
Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v1.11.7...v1.11.8
v1.11.7
Using Bzlmod:
- Enable with
--experimental_enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "aspect_bazel_lib", version = "1.11.7")
Read more about bzlmod: https://blog.aspect.dev/bzlmod
Using WORKSPACE
Paste this snippet into your file:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "3a4745bb5a649612148ab9fdb4bdfcf0fa4120b469fabdb007acb50f85670139",
strip_prefix = "bazel-lib-1.11.7",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.11.7.tar.gz",
)
load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
aspect_bazel_lib_dependencies()
Optional toolchains:
### Register the following toolchain to use jq
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")
register_jq_toolchains()
### Register the following toolchain to use yq
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_yq_toolchains")
register_yq_toolchains()
What's Changed
- Add
shlib/lib/assertions.shand related tests by @cgrindel in https://github.com/aspect-build/bazel-lib/pull/237
New Contributors
- @cgrindel made their first contribution in https://github.com/aspect-build/bazel-lib/pull/237
Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v1.11.6...v1.11.7
postcss/autoprefixer
v10.4.11
- Fixed
text-decorationprefixes by moving to MDN data (by Romain Menke).
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, click this checkbox.
This PR has been generated by Renovate Bot.