Skip to content

build: update all non-major dependencies#24155

Merged
dgp1130 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-minor-patch
Oct 31, 2022
Merged

build: update all non-major dependencies#24155
dgp1130 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-minor-patch

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

@angular-robot angular-robot commented Oct 28, 2022

This PR contains the following updates:

Package Type Update Change
aspect_bazel_lib http_archive minor v1.14.0 -> v1.15.0
autoprefixer dependencies patch 10.4.12 -> 10.4.13
autoprefixer devDependencies patch 10.4.12 -> 10.4.13
jasmine (source) devDependencies minor ~4.4.0 -> ~4.5.0
jasmine-core (source) dependencies minor ~4.4.0 -> ~4.5.0
jasmine-core (source) devDependencies minor ~4.4.0 -> ~4.5.0

Release Notes

aspect-build/bazel-lib

v1.15.0

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.15.0")

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 = "eae670935704ce5f9d050b2c23d426b4ae453458830eebdaac1f11a6a9da150b",
    strip_prefix = "bazel-lib-1.15.0",
    url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.15.0.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: bazel-contrib/bazel-lib@v1.14.0...v1.15.0

postcss/autoprefixer

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
jasmine/jasmine-npm

v4.5.0

Compare Source

Please see the release notes.

jasmine/jasmine

v4.5.0

Compare Source

Please see the release notes.


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 angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Oct 28, 2022
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate and removed target: minor This PR is targeted for the next minor release labels Oct 28, 2022
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 2 times, most recently from 99628b0 to 7b33371 Compare October 29, 2022 22:08
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 7b33371 to 2959753 Compare October 29, 2022 22:40
@dgp1130 dgp1130 merged commit 469ad87 into angular:main Oct 31, 2022
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch October 31, 2022 17:14
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants