Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Dec 10, 2024

This PR contains the following updates:

Package Type Update Change
@bazel/bazelisk devDependencies minor 1.24.1 -> 1.25.0
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.17.0 -> 8.18.0
@typescript-eslint/parser (source) devDependencies minor 8.17.0 -> 8.18.0
aspect_bazel_lib http_archive minor v2.9.4 -> v2.10.0
magic-string dependencies patch 0.30.14 -> 0.30.15
magic-string devDependencies patch 0.30.14 -> 0.30.15
npm-package-arg dependencies patch 12.0.0 -> 12.0.1
npm-package-arg devDependencies patch 12.0.0 -> 12.0.1
webpack-dev-server dependencies minor 5.1.0 -> 5.2.0
webpack-dev-server devDependencies minor 5.1.0 -> 5.2.0

Release Notes

bazelbuild/bazelisk (@​bazel/bazelisk)

v1.25.0

Compare Source

Bazelisk v1.25.0 comes with several improvements:

New Features (Python)

Bug Fixes & Improvements (Go)

We’d like to thank our amazing contributors @​hauserx, @​jwnimmer-tri and @​shs96c!

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.18.0

Compare Source

🩹 Fixes
❤️ Thank You
  • rtritto

You can read about our versioning strategy and releases on our website.

aspect-build/bazel-lib (aspect_bazel_lib)

v2.10.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.10.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 = "7b39d9f38b82260a8151b18dd4a6219d2d7fc4a0ac313d4f5a630ae6907d205d",
    strip_prefix = "bazel-lib-2.10.0",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.10.0/bazel-lib-v2.10.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.9.4...v2.10.0

rich-harris/magic-string (magic-string)

v0.30.15

Compare Source

Features
npm/npm-package-arg (npm-package-arg)

v12.0.1

Compare Source

Bug Fixes
Chores
webpack/webpack-dev-server (webpack-dev-server)

v5.2.0

Compare Source

Features
  • added getClientEntry and getClientHotEntry methods to get clients entries (dc642a8)
Bug Fixes
  • speed up initial client bundling (145b5d0)

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 Dec 10, 2024
@ngbot

This comment was marked as resolved.

@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Dec 10, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 2fc67d8 to 17513a1 Compare December 10, 2024 07:16
@jkrems
Copy link
Contributor

jkrems commented Dec 10, 2024

alan-agius4 submitted a fix for the license issue in typescript-eslint/typescript-eslint#10481. Once that's released, we should be able to pull in the new version.

@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 17513a1 to ef7fd73 Compare December 10, 2024 17:20
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from ef7fd73 to 61d835e Compare December 11, 2024 04:17
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 61d835e to 30d7bfc Compare December 11, 2024 14:22
@jkrems jkrems merged commit 12f2026 into angular:main Dec 11, 2024
30 checks passed
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch December 11, 2024 16:20
@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 Jan 11, 2025
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