Skip to content

build: update all non-major dependencies #30260

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

Closed

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented May 7, 2025

This PR contains the following updates:

Package Type Update Change
@babel/preset-env (source) dependencies patch 7.27.1 -> 7.27.2
aspect_bazel_lib http_archive minor v2.15.3 -> v2.16.0
eslint-config-prettier devDependencies patch 10.1.2 -> 10.1.3
globals devDependencies minor 16.0.0 -> 16.1.0
webpack devDependencies patch 5.99.7 -> 5.99.8
webpack dependencies patch 5.99.7 -> 5.99.8

Release Notes

babel/babel (@​babel/preset-env)

v7.27.2

Compare Source

🐛 Bug Fix
🏃‍♀️ Performance
aspect-build/bazel-lib (aspect_bazel_lib)

v2.16.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.16.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 = "fc8fe1be58ae39f84a8613d554534760c7f0819d407afcc98bbcbd990523bfed",
    strip_prefix = "bazel-lib-2.16.0",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.16.0/bazel-lib-v2.16.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.15.3...v2.16.0

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.3

Compare Source

Patch Changes
sindresorhus/globals (globals)

v16.1.0

Compare Source


webpack/webpack (webpack)

v5.99.8

Compare Source

Fixes
  • Fixed type error with latest @types/node
  • Fixed typescript types

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 May 7, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label May 7, 2025
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request May 7, 2025
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request May 7, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 48a1b7b to 2b9916d Compare May 7, 2025 07:03
alan-agius4 added a commit that referenced this pull request May 7, 2025
Closes #30260 as a pr takeover

(cherry picked from commit d354381)
@alan-agius4 alan-agius4 deleted the ng-renovate/all-minor-patch branch May 7, 2025 11:36
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.

1 participant