chore(deps): update all non-major dependencies #948
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.7.3
->^1.8.0
^1.13.1
->^1.14.1
^2.11.2
->^2.12.0
^5.55.4
->^5.56.2
^1.56.5
->^1.57.15
^1.56.5
->^1.57.15
^2.0.5
->^2.1.1
^5.30.0
->^5.30.2
^19.6.5
->^19.7.3
9.9.0
->9.10.0
8.4.45
->8.4.47
^0.41.0
->^0.42.0
^0.4.2
->^0.4.3
^5.4.3
->^5.4.5
^2.0.5
->^2.1.1
Release Notes
analogjs/analog (@analogjs/vite-plugin-angular)
v1.8.0
Compare Source
Bug Fixes
Features
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.14.1
Compare Source
🐞 Fixes
web-api/no-leaked-resize-observer
.v1.14.0
Compare Source
🐞 Fixes
🪄 Improvements
@typescript-eslint
's packages to^8.5.0
.remix-run/remix (@remix-run/node)
v2.12.0
Compare Source
Patch Changes
Single Fetch: Improved typesafety (#9893)
If you were already using previously released unstable single-fetch types:
"@​remix-run/react/future/single-fetch.d.ts"
override fromtsconfig.json
>compilerOptions
>types
defineLoader
,defineAction
,defineClientLoader
,defineClientAction
helpers from your route modulesUIMatch_SingleFetch
type helper withUIMatch
MetaArgs_SingleFetch
type helper withMetaArgs
Then you are ready for the new typesafety setup:
For more information, see Guides > Single Fetch in our docs.
Updated dependencies:
@remix-run/server-runtime@2.12.0
TanStack/query (@tanstack/react-query)
v5.56.2
Compare Source
Version 5.56.2 - 9/12/24, 6:05 PM
Changes
Fix
7624785
) by Dominik DorfmeisterPackages
v5.56.1
Compare Source
Version 5.56.1 - 9/12/24, 2:38 PM
Changes
Fix
a106d63
) by EL AYADI MohamedChore
6a17069
) by Dominik DorfmeisterPackages
v5.56.0
Compare Source
Version 5.56.0 - 9/12/24, 9:56 AM
Changes
Feat
edec4a6
) by Dominik DorfmeisterDocs
select
(#8041) (9608f80
) by @DogPawHatPackages
TanStack/router (@tanstack/react-router)
v1.57.15
Compare Source
Version 1.57.15 - 9/15/24, 1:27 AM
Changes
Fix
routeFileIgnorePrefix
(#2339) (7783678
) by Sean CassiereDocs
02f4e9a
) by Sean CassierePackages
v1.57.14
Compare Source
Version 1.57.14 - 9/14/24, 10:04 PM
Changes
Fix
bca9137
) by Manuel SchillerChore
1519f29
) by Manuel Schiller943547c
) by renovate[bot]Docs
8fde2ef
) by Naresh KhatriExamples
fc987c4
) by Manuel SchillerPackages
v1.57.13
Compare Source
Version 1.57.13 - 9/12/24, 11:16 PM
Changes
Fix
616946f
) by Manuel SchillerChore
7c1ff9b
) by Manuel SchillerPackages
v1.57.12
Compare Source
Version 1.57.12 - 9/12/24, 10:04 PM
Changes
Fix
cef3604
) by Manuel SchillerPackages
v1.57.10
Compare Source
Version 1.57.10 - 9/11/24, 11:23 PM
Changes
Perf
430742a
) by Christopher HorobinPackages
v1.57.9
Compare Source
Version 1.57.9 - 9/10/24, 5:33 PM
Changes
Fix
04a6124
) by Manuel SchillerPackages
v1.57.8
Compare Source
Version 1.57.8 - 9/10/24, 12:55 PM
Changes
Fix
rootRouteChildren
is correctly generated when usingdisableTypes
(#2313) (f462448
) by Sean CassierePackages
v1.57.7
Compare Source
Version 1.57.7 - 9/10/24, 12:33 PM
Changes
Fix
disableTypes
option not being enforced (#2312) (8e3509a
) by Sean CassierePackages
v1.57.6
Compare Source
Version 1.57.6 - 9/10/24, 5:44 AM
Changes
Fix
b23c547
) by Sean CassiereChore
0890710
) by Christopher HorobinPackages
vitest-dev/vitest (@vitest/coverage-istanbul)
v2.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.0
Compare Source
This release makes another big change to the Browser Mode by introducing locators API:
You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the
page
object from@vitest/browser/context
.Potential Breaking Change
vitest.config.ts
orvite.config.ts
inside the folder)projects/*
will match anything inside theprojects
folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config.projects/**/*
previously would assume that you only wanted to have folders as projects, but now it will match every single file insideprojects
.🚀 Features
userEvent.upload
in playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6442 (cf148)--inspect
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6433 (0499a)--inspect-brk
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6434 (7ab0f)--exclude-after-remap
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6309 (5932a){ spy: true }
instead of a factory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6289 (95f02)vi.advanceTimersToNextFrame
- by @bnjm and @sheremet-va in https://github.com/vitest-dev/vitest/issues/6347 (8ff63)🐞 Bug Fixes
index
file - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6266Configuration
📅 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 was generated by Mend Renovate. View the repository job log.