Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update all non-major dependencies #29541

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Jan 30, 2025

This PR contains the following updates:

Package Type Update Change
@bazel/buildifier devDependencies patch 8.0.1 -> 8.0.2
aspect_bazel_lib http_archive minor v2.11.0 -> v2.13.0
ng-packagr devDependencies patch 19.1.1 -> 19.1.2
semver dependencies minor 7.6.3 -> 7.7.0
semver devDependencies minor 7.6.3 -> 7.7.0

Release Notes

bazelbuild/buildtools (@​bazel/buildifier)

v8.0.2: Release 8.0.2 (2025-01-30)

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/buildtools@v8.0.1...v8.0.2

aspect-build/bazel-lib (aspect_bazel_lib)

v2.13.0

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

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 = "57a777c5d4d0b79ad675995ee20fc1d6d2514a1ef3000d98f5c70cf0c09458a3",
    strip_prefix = "bazel-lib-2.13.0",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.13.0/bazel-lib-v2.13.0.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

New Contributors

Full Changelog: bazel-contrib/bazel-lib@v2.12.0...v2.13.0

v2.12.0

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

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 = "73bbffa96b4470692e74800c1c8b09d2ed2a9015fe78246efab8f7614c933250",
    strip_prefix = "bazel-lib-2.12.0",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.12.0/bazel-lib-v2.12.0.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.11.0...v2.12.0

ng-packagr/ng-packagr (ng-packagr)

v19.1.2

Compare Source

  • add tailwindcss version 4 as a valid peer dependency (719577c)
npm/node-semver (semver)

v7.7.0

Compare Source

Features
Bug Fixes
Documentation
Chores

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 Jan 30, 2025
@angular-robot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
/bin/sh: 1: pnpm: not found

@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Jan 30, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 2 times, most recently from 4a31d0e to 6910073 Compare January 30, 2025 14:05
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 6910073 to 9bf2374 Compare January 30, 2025 18:06
@alan-agius4 alan-agius4 merged commit 02d87bc into angular:main Jan 31, 2025
30 checks passed
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch January 31, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants