Skip to content

build: update all non-major dependencies#25184

Merged
clydin merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-minor-patch
May 12, 2023
Merged

build: update all non-major dependencies#25184
clydin 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 May 11, 2023

This PR contains the following updates:

Package Type Update Change
aspect_bazel_lib http_archive patch v1.31.1 -> v1.31.2
semver dependencies patch 7.5.0 -> 7.5.1
semver devDependencies patch 7.5.0 -> 7.5.1
webpack devDependencies patch 5.82.0 -> 5.82.1
webpack dependencies patch 5.82.0 -> 5.82.1

Release Notes

aspect-build/bazel-lib

v1.31.2

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 = "1.31.2")

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 = "0da75299c5a52737b2ac39458398b3f256e41a1a6748e5457ceb3a6225269485",
    strip_prefix = "bazel-lib-1.31.2",
    url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.31.2/bazel-lib-v1.31.2.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: bazel-contrib/bazel-lib@v1.31.1...v1.31.2

npm/node-semver

v7.5.1

Compare Source

Bug Fixes
webpack/webpack

v5.82.1

Compare Source

Bug Fixes
Developer Experience
Dependencies & Maintenance
New Contributors

Full Changelog: webpack/webpack@v5.82.0...v5.82.1


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 11, 2023
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label May 11, 2023
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 5991b6a to bcca434 Compare May 11, 2023 22:19
@angular-robot angular-robot changed the title build: update dependency webpack to v5.82.1 build: update all non-major dependencies May 11, 2023
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from bcca434 to 18fb140 Compare May 12, 2023 17:17
@clydin clydin merged commit 419cc82 into angular:main May 12, 2023
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch May 12, 2023 20:16
@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 Jun 12, 2023
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: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants