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:
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.58.1
🩹 Fixes
- eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)
❤️ Thank You
- MinJae @Ju-MINJAE
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
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
prettier/prettier (prettier)
v3.8.2
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 "@" 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
🚀 Experimental Features
- coverage:
- Default to text reporter
skipFullif agent detected - by @hi-ogawa in #10018 (53757)
- Default to text reporter
- experimental:
- Expose
assertionas a public field - by @sheremet-va in #10095 (a120e) - Support aria snapshot - by @hi-ogawa, Claude Opus 4.6 (1M context), @AriPerkkio, Codex and @sheremet-va in #9668 (d4fbb)
- Expose
- reporter:
- Add filterMeta option to json reporter - by @nami8824 and @sheremet-va in #10078 (b77de)
🐞 Bug Fixes
- Use "black" foreground for labeled terminal message to ensure contrast - by @hi-ogawa in #10076 (203f0)
- Make
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f) - Do not hoist imports whose names match class properties . - by @SunsetFi in #10093 and #10094 (0fc4b)
- browser: Spread user server options into browser Vite server in project - by @GoldStrikeArch in #10049 (65c9d)
View changes on GitHub
v4.1.3
🚀 Experimental Features
- Add
experimental.preParseflag - by @sheremet-va in #10070 (78273) - Support
browser.locators.exactoption - by @sheremet-va in #10013 (48799) - Add
TestAttachment.bodyEncoding- by @hi-ogawa in #9969 (89ca0) - Support custom snapshot matcher - by @hi-ogawa, Claude Sonnet 4.6 and Codex in #9973 (59b0e)
🐞 Bug Fixes
- Advance fake timers with
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in #10022 (3f5bf) - Add
@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in #10025 (146d4) - Fix
defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in #10036 (5a5fa) - Fix suite hook throwing errors for unused auto test-scoped fixture - by @hi-ogawa and Claude Sonnet 4.6 in #10035 (39865)
- expect:
- Remove
JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in #9983 (66751) - Don't leak "runner" types - by @sheremet-va in #10004 (ec204)
- Remove
- snapshot:
- Fix flagging obsolete snapshots for snapshot properties mismatch - by @hi-ogawa and Claude Sonnet 4.6 in #9986 (6b869)
- Export custom snapshot matcher helper from
vitest- by @hi-ogawa and Codex in #10042 (691d3)
- ui:
- Don't leak vite types - by @sheremet-va in #10005 (fdff1)
- vm:
- Fix external module resolve error with deps optimizer query - by @hi-ogawa and Claude Sonnet 4.6 in #10024 (9dbf4)
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.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.