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 3 years ago • 0 comments

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

Compare Source

:bug: Bug Fix
aspect-build/bazel-lib

v1.11.8

Compare Source

Using Bzlmod:

  1. Enable with --experimental_enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
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

Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v1.11.7...v1.11.8

v1.11.7

Compare Source

Using Bzlmod:

  1. Enable with --experimental_enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
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

New Contributors

Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v1.11.6...v1.11.7

postcss/autoprefixer

v10.4.11

Compare Source

  • Fixed text-decoration prefixes 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.

angular-robot avatar Sep 14 '22 05:09 angular-robot