chore(deps): update devdependency non-major updates by renovate-mike[bot] · Pull Request #1563 · mikepenz/release-changelog-builder-action (original) (raw)

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 25.5.2 → 25.6.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.58.0 → 8.58.1 age confidence
@typescript-eslint/parser (source) 8.58.0 → 8.58.1 age confidence
globals 17.4.0 → 17.5.0 age confidence
prettier (source) 3.8.1 → 3.8.2 age confidence
vitest (source) 4.1.2 → 4.1.4 age confidence

Release Notes

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

v8.58.1

Compare Source

🩹 Fixes
❤️ Thank You

See GitHub Releases for more information.

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

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

v8.58.1

Compare Source

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

See GitHub Releases for more information.

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

sindresorhus/globals (globals)

v17.5.0

Compare Source


prettier/prettier (prettier)

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

@​switch (foo) { @​case (1) {} @​default never; }

SyntaxError: Incomplete block "default never". If you meant to write the @​ character, you should use the "&#​64;" HTML entity instead. (3:3)

@​switch (foo) { @​case (1) {} @​default never; }

arrow function and instanceof expressions.

@​let fn = (a) => a? 1:2;

{{ fn ( a instanceof b)}}

@​let fn = (a) => a? 1:2;

{{ fn ( a instanceof b)}}

@​let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}

vitest-dev/vitest (vitest)

v4.1.4

Compare Source

🚀 Experimental Features
🐞 Bug Fixes
View changes on GitHub

v4.1.3

Compare Source

🚀 Experimental Features
🐞 Bug Fixes
View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.