chore(deps): update all non-major dependencies #18230
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:
^1.18.0
->^1.21.0
^20.16.7
->^20.16.10
^18.3.9
->^18.3.10
^18.3.9
->^18.3.10
^4.3.1
->^4.3.2
^3.5.8
->^3.5.10
^4.3.0
->^4.3.1
^7.36.1
->^7.37.0
^3.20240909.5
->^3.20240925.0
^1.79.3
->^1.79.4
^1.79.3
->^1.79.4
^4.0.2
->^4.0.4
^5.33.0
->^5.34.1
^3.5.8
->^3.5.10
^3.5.8
->^3.5.10
Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.2
Compare Source
Ignore directive sourcemap error #369
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.3.1
Compare Source
Patch Changes
38d0081
Thanks @AaronMoat! - Fix issue whereno-duplicates
rule withprefer-inline
incorrectly marks default type and named type imports as duplicatesjsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.0
Compare Source
Added
no-unescaped-entities
]: add suggestions (#3831 @StyleShit)forbid-component-props
]: addallowedForPatterns
/disallowedForPatterns
options (#3805 @Efimenko)no-unstable-nested-components
]: addpropNamePattern
to support custom render prop naming conventions (#3826 @danreeves)Changed
sveltejs/language-tools (svelte-check)
v4.0.4
Compare Source
v4.0.3
Compare Source
Component
in type positions. Instead you need to prepend it withtypeof
. Here's how you do it:let x: Component
. After:let x: ReturnType<typeof Component>
let x: typeof Component
. Afterlet x: typeof Component
(no change)vuejs/core (vue)
v3.5.10
Compare Source
Bug Fixes
v3.5.9
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.