chore(deps): update all minor dependencies (minor) #5433
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:
3.42.3
->3.43.1
8.6.1
->8.7.0
3.19.16
->3.21.0
20.11.30
->20.12.7
7.3.1
->7.6.0
7.3.1
->7.6.0
^0.58.6
->^0.59.0
1.4.0
->1.5.0
1.4.0
->1.5.0
1.4.0
->1.5.0
3.19.3
->3.21.2
8.6.1
->8.7.0
3.0.11
->3.1.0
8.0.0
->8.1.0
v20.11.1
->20.12.2
20.11.1-alpine3.19
->20.12.2-alpine3.19
4.14.0
->4.15.0
^0.58.6
->^0.59.0
1.0.2
->1.1.0
1.4.0
->1.5.0
Release Notes
streetsidesoftware/cspell (@cspell/eslint-plugin)
v8.7.0
Compare Source
Note: Version bump only for package @cspell/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.6.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.5.0
Compare Source
🩹 Fixes
eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression
eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.4.0
Compare Source
🚀 Features
eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates
eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error
🩹 Fixes
eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive
eslint-plugin: [prefer-optional-chain] properly disambiguate between
boolean
andfalse
eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.6.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.5.0
Compare Source
🩹 Fixes
errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.4.0
Compare Source
unocss/unocss (@unocss/reset)
v0.59.2
Compare Source
🐞 Bug Fixes
@unocss/webpack
to ESM First - by @userquin in https://github.com/unocss/unocss/issues/3708 (25e97)View changes on GitHub
v0.59.1
Compare Source
🐞 Bug Fixes
marker
pesudo element - by @Simon-He95 in https://github.com/unocss/unocss/issues/3702 (0b4a9)View changes on GitHub
v0.59.0
Compare Source
vitest-dev/vitest (@vitest/coverage-v8)
v1.5.0
Compare Source
vitest-dev/vitest (@vitest/spy)
v1.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
describe
calls not taking generic type parameters - by @aryaemami59 in https://github.com/vitest-dev/vitest/issues/5415 (16bac)process
is mocked - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5430 (0ec4d)toHaveBeenNthCalledWith
error message when not called - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5420 (e5253)isValidNodeImport
to check"type": "module"
first - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5416 (6fb15)View changes on GitHub
mermaid-js/zenuml-core (@zenuml/core)
v3.21.2
Compare Source
v3.21.1
Compare Source
v3.21.0
Compare Source
v3.20.1
Compare Source
v3.20.0
Compare Source
streetsidesoftware/cspell (cspell)
v8.7.0
Compare Source
Note: Version bump only for package cspell
cure53/DOMPurify (dompurify)
v3.1.0
: DOMPurify 3.1.0Compare Source
SAFE_FOR_XML
to enable better control over comment scrubbingBenoitZugmeyer/eslint-plugin-html (eslint-plugin-html)
v8.1.0
Compare Source
nodejs/node (node)
v20.12.2
: 2024-04-10, Version 20.12.2 'Iron' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
child_process.spawn
without shell option enabled on WindowsCommits
69ffc6d50d
] - src: disallow direct .bat and .cmd file spawning (Ben Noordhuis) nodejs-private/node-private#563v20.12.1
Compare Source
v20.12.0
Compare Source
sindresorhus/type-fest (type-fest)
v4.15.0
Compare Source
New types
SingleKeyObject
(#849)fa1c3f3
IfEmptyObject
(#849)fa1c3f3
Fixes
ConditionalKeys
: Fix TypeScript 5.4 compatibility (#852)0fb2d62
WritableDeep
: Fix TypeScript 5.4 compatibility (#839)2878773
ReadonlyDeep
: Fix TypeScript 5.4 compatibility (#839)2878773
vuejs/vitepress (vitepress)
v1.1.0
Compare Source
Bug Fixes
Event
instance in hashchange eventOn this page
button (#3767) (5f28e74)Features
hash
property touseData()
1.0.2 (2024-04-01)
Bug Fixes
1.0.1 (2024-03-22)
Bug Fixes
vitest-dev/vitest (vitest)
v1.5.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 Mend Renovate. View repository job log here.