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 #27499

Merged
merged 1 commit into from Apr 23, 2024

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Apr 19, 2024

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies patch 7.7.0 -> 7.7.1
@typescript-eslint/parser (source) devDependencies patch 7.7.0 -> 7.7.1
actions/checkout action patch v4.1.1 -> v4.1.3
actions/upload-artifact action patch v4.3.1 -> v4.3.3
aspect_bazel_lib http_archive patch v2.7.0 -> v2.7.1
quicktype-core devDependencies patch 23.0.146 -> 23.0.151
rollup (source) devDependencies minor ~4.14.0 -> ~4.16.0
terser (source) dependencies patch 5.30.3 -> 5.30.4
terser (source) devDependencies patch 5.30.3 -> 5.30.4
undici (source) dependencies minor 6.13.0 -> 6.14.1
undici (source) devDependencies minor 6.13.0 -> 6.14.1
vite (source) dependencies patch 5.2.9 -> 5.2.10
vite (source) devDependencies patch 5.2.9 -> 5.2.10

Release Notes

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

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

v7.7.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

actions/checkout (actions/checkout)

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

aspect-build/bazel-lib (aspect_bazel_lib)

v2.7.1

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

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 = "b554eb7942a5ab44c90077df6a0c76fc67c5874c9446a007e9ba68be82bd4796",
    strip_prefix = "bazel-lib-2.7.1",
    url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.1/bazel-lib-v2.7.1.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: aspect-build/bazel-lib@v2.7.0...v2.7.1

quicktype/quicktype (quicktype-core)

v23.0.151

Compare Source

v23.0.150

Compare Source

v23.0.149

Compare Source

v23.0.148

Compare Source

v23.0.147

Compare Source

rollup/rollup (rollup)

v4.16.4

Compare Source

2024-04-23

Bug Fixes
  • Revert function parameter tracking logic introduced in 4.16.0 to work on some remaining issues (#​5487)
Pull Requests

v4.16.3

Compare Source

2024-04-23

Bug Fixes
  • Do not optimize IIFEs that have a name and are again referenced inside their definition (#​5486)
Pull Requests

v4.16.2

Compare Source

2024-04-22

Bug Fixes
  • Resolve a situation condition where reassignments of function parameters were not tracked properly (#​5482)
  • Make sure that for armv7 packages, only one package is downloaded for the user (musl or gnu) (#​5479)
Pull Requests

v4.16.1

Compare Source

2024-04-21

Bug Fixes
  • Fix crash when rendering logical or conditional expressions (#​5481)
Pull Requests

v4.16.0

Compare Source

2024-04-21

Features
  • Track function call arguments to optimize functions only called once or with the same literal values (#​5443)
Pull Requests

v4.15.0

Compare Source

2024-04-20

Features
  • Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes (#​5474)
Pull Requests
terser/terser (terser)

v5.30.4

Compare Source

  • Fix parsing #private in ... when next to other operators
nodejs/undici (undici)

v6.14.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.14.0...v6.14.1

v6.14.0

Compare Source

What's Changed
New Contributors

Full Changelog: nodejs/undici@v6.13.0...v6.14.0

vitejs/vite (vite)

v5.2.10

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 Apr 19, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 19, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 10 times, most recently from d40e3bc to 9259df8 Compare April 22, 2024 17:14
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 4 times, most recently from 0aff717 to 377ccc9 Compare April 23, 2024 12:13
@alan-agius4 alan-agius4 merged commit 7cedcc8 into angular:main Apr 23, 2024
32 checks passed
@alan-agius4 alan-agius4 deleted the ng-renovate/all-minor-patch branch April 23, 2024 17:32
@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 May 24, 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: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants