Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Nov 12, 2024

This PR contains the following updates:

Package Type Update Change
@inquirer/confirm (source) dependencies patch 5.0.1 -> 5.0.2
@inquirer/confirm (source) devDependencies patch 5.0.1 -> 5.0.2
@inquirer/prompts (source) dependencies minor 7.0.1 -> 7.1.0
@inquirer/prompts (source) devDependencies minor 7.0.1 -> 7.1.0
aspect_bazel_lib http_archive patch v2.9.3 -> v2.9.4
lmdb optionalDependencies patch 3.1.4 -> 3.1.5
lmdb devDependencies patch 3.1.4 -> 3.1.5
postcss (source) dependencies patch 8.4.48 -> 8.4.49
postcss (source) devDependencies patch 8.4.48 -> 8.4.49

Release Notes

SBoudrias/Inquirer.js (@​inquirer/confirm)

v5.0.2

Compare Source

aspect-build/bazel-lib (aspect_bazel_lib)

v2.9.4

Compare Source

Using Bzlmod with Bazel 6:

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "aspect_bazel_lib", version = "2.9.4")

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 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
    strip_prefix = "bazel-lib-2.9.4",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.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

Full Changelog: bazel-contrib/bazel-lib@v2.9.3...v2.9.4

kriszyp/lmdb-js (lmdb)

v3.1.5

Compare Source

postcss/postcss (postcss)

v8.4.49

Compare Source


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.

@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 Nov 12, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Nov 12, 2024
@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 Nov 12, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from bfe2aa1 to d59dd56 Compare November 12, 2024 20:17
@jkrems jkrems merged commit 14bc784 into angular:main Nov 12, 2024
30 checks passed
@jkrems
Copy link
Contributor

jkrems commented Nov 12, 2024

The changes were merged into the following branches: main, 19.0.x

@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch November 12, 2024 22:11
@angular-automatic-lock-bot
Copy link

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 13, 2024
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 area: build & ci Related the build and CI infrastructure of the project 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