build: update all non-major dependencies #24810
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.54.0->5.54.15.54.0->5.54.1v1.27.2->v1.28.00.17.10->0.17.110.17.10->0.17.110.17.10->0.17.110.17.10->0.17.118.6.0->8.7.023.0.10->23.0.125.21.2->5.22.0~0.12.0->~0.13.0^0.12.0->^0.13.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.54.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.54.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
aspect-build/bazel-lib
v1.28.0Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
Optional toolchains:
What's Changed
Full Changelog: bazel-contrib/bazel-lib@v1.27.2...v1.28.0
evanw/esbuild
v0.17.11Compare Source
Fix the
aliasfeature to always prefer the longest match (#2963)It's possible to configure conflicting aliases such as
--alias:a=band--alias:a/c=d, which is ambiguous for the import patha/c/x(since it could map to eitherb/c/xord/x). Previously esbuild would pick the first matchingalias, which would non-deterministically pick between one of the possible matches. This release fixes esbuild to always deterministically pick the longest possible match.Minify calls to some global primitive constructors (#2962)
With this release, esbuild's minifier now replaces calls to
Boolean/Number/String/BigIntwith equivalent shorter code when relevant:Adjust some feature compatibility tables for node (#2940)
This release makes the following adjustments to esbuild's internal feature compatibility tables for node, which tell esbuild which versions of node are known to support all aspects of that feature:
class-private-brand-checks: node v16.9+ => node v16.4+ (a decrease)hashbang: node v12.0+ => node v12.5+ (an increase)optional-chain: node v16.9+ => node v16.1+ (a decrease)template-literal: node v4+ => node v10+ (an increase)Each of these adjustments was identified by comparing against data from the
node-compat-tablepackage and was manually verified using old node executables downloaded from https://nodejs.org/download/release/.prettier/eslint-config-prettier
v8.7.0Compare Source
quicktype/quicktype
v23.0.12Compare Source
v23.0.11Compare Source
verdaccio/verdaccio
v5.22.0Compare Source
Refactor
This release only refactor internal code, reuse configuration parsing and token signature from v6.
Bugs
v5.20.0angular/angular
v0.13.0Compare 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.
This PR has been generated by Renovate Bot.