chore(deps): bump the dependencies group with 20 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
dependencies javascript
Bumps the dependencies group with 20 updates:
Package | From | To |
---|---|---|
@tanstack/react-query | 5.81.5 |
5.84.1 |
@tanstack/react-query-devtools | 5.81.5 |
5.84.1 |
@tanstack/react-router | 1.123.2 |
1.130.10 |
@tanstack/router-plugin | 1.123.2 |
1.130.10 |
axios | 1.10.0 |
1.11.0 |
react | 19.1.0 |
19.1.1 |
@types/react | 19.1.8 |
19.1.9 |
react-dom | 19.1.0 |
19.1.1 |
@types/react-dom | 19.1.6 |
19.1.7 |
@epic-web/config | 1.21.0 |
1.21.1 |
@playwright/test | 1.53.2 |
1.54.2 |
@tanstack/eslint-plugin-query | 5.81.2 |
5.83.1 |
@tanstack/react-router-devtools | 1.123.2 |
1.130.10 |
@testing-library/dom | 10.4.0 |
10.4.1 |
@testing-library/jest-dom | 6.6.3 |
6.6.4 |
@vitejs/plugin-react | 4.6.0 |
4.7.0 |
eslint | 9.30.0 |
9.32.0 |
eslint-config-prettier | 10.1.5 |
10.1.8 |
typescript | 5.8.3 |
5.9.2 |
web-vitals | 5.0.3 |
5.1.0 |
Updates @tanstack/react-query
from 5.81.5 to 5.84.1
Release notes
Sourced from @tanstack/react-query
's releases.
v5.84.1
Version 5.84.1 - 8/1/25, 12:14 PM
Changes
Refactor
- angular-query: restructure package type declaration path (#9519) (025f080) by Arnoud
Test
- react-query/QueryResetErrorBoundary: add "sleep" and simplify "queryFn", add multiple "expect" cases (#9523) (711010c) by
@sukvvon
Packages
@tanstack/react-query
@5
.84.1@tanstack/angular-query-experimental
@5
.84.1@tanstack/react-query-devtools
@5
.84.1@tanstack/react-query-persist-client
@5
.84.1@tanstack/react-query-next-experimental
@5
.84.1@tanstack/angular-query-devtools-experimental
@5
.84.1v5.84.0
Version 5.84.0 - 7/31/25, 7:52 PM
Changes
Feat
- devtools: add setting to hide disabled queries (#9500) (7b19d49) by JonLuca De Caro
Fix
- react-query: HydrationBoundary has strictly typed
state
(#9520) (e07812b) by clover carusoChore
- angular-query: run publint and attw on tarball (#9518) (250dbd9) by Arnoud
Docs
- add missing period (#9509) (c8322d9) by Sajad Torkamani
Packages
... (truncated)
Commits
0db1056
release: v5.84.1711010c
test(react-query/QueryResetErrorBoundary): add 'sleep' and simplify 'queryFn'...6a85584
release: v5.84.0e07812b
fix(react-query): HydrationBoundary has strictly typedstate
(#9520)8f474ad
release: v5.83.16bc45b8
test(react-query/useSuspenseQueries): simplify 'queryFn' and add 'expect' for...9041b41
test(react-query/useIsFetching): simplify 'queryFn' and add 'expect' using 't...9376835
test(react-query/HydrationBoundary): use precise time in 'advanceTimersByTime...cb9ab1e
test(react-query/suspense): add 'sleep' in 'queryFn', and add 'expect' for 'l...72c2a4c
test(react-query/ssr): simplify 'queryFn' and add 'sleep' for accurate testin...- Additional commits viewable in compare view
Updates @tanstack/react-query-devtools
from 5.81.5 to 5.84.1
Release notes
Sourced from @tanstack/react-query-devtools
's releases.
v5.84.1
Version 5.84.1 - 8/1/25, 12:14 PM
Changes
Refactor
- angular-query: restructure package type declaration path (#9519) (025f080) by Arnoud
Test
- react-query/QueryResetErrorBoundary: add "sleep" and simplify "queryFn", add multiple "expect" cases (#9523) (711010c) by
@sukvvon
Packages
@tanstack/react-query
@5
.84.1@tanstack/angular-query-experimental
@5
.84.1@tanstack/react-query-devtools
@5
.84.1@tanstack/react-query-persist-client
@5
.84.1@tanstack/react-query-next-experimental
@5
.84.1@tanstack/angular-query-devtools-experimental
@5
.84.1v5.84.0
Version 5.84.0 - 7/31/25, 7:52 PM
Changes
Feat
- devtools: add setting to hide disabled queries (#9500) (7b19d49) by JonLuca De Caro
Fix
- react-query: HydrationBoundary has strictly typed
state
(#9520) (e07812b) by clover carusoChore
- angular-query: run publint and attw on tarball (#9518) (250dbd9) by Arnoud
Docs
- add missing period (#9509) (c8322d9) by Sajad Torkamani
Packages
... (truncated)
Commits
0db1056
release: v5.84.16a85584
release: v5.84.07b19d49
feat(devtools): add setting to hide disabled queries (#9500)8f474ad
release: v5.83.1390424b
release: v5.83.04287e68
release: v5.82.04425423
chore(*): migrate tsup configuration files to TypeScript format (#9330)- See full diff in compare view
Updates @tanstack/react-router
from 1.123.2 to 1.130.10
Release notes
Sourced from @tanstack/react-router
's releases.
v1.130.10
Version 1.130.10 - 8/1/25, 8:18 AM
Changes
Refactor
- router-core,start-server-core: improve JSDocs for
redirect
(#4848) (7c6b575) by@Christopher96u
Docs
- router: update URL for Query (#4849) (d5fd30f) by
@Christopher96u
- router: usage of "." and ".." for relative navigation (#4846) (cb0478a) by Nico Lynzaad
- router: usage of
routeFilePrefix
for file-based routing (#4845) (3ca2a29) by Lee- router: list
preload
as navigationcause
value (#4825) (f3a5947) by Dimitris Karagiannis- start: incorrect usage of
scripts
in the "document head management" guide (#4801) (87d4ccb) by Matthew HartPackages
@tanstack/router-core
@1
.130.10@tanstack/start-server-core
@1
.130.10@tanstack/solid-router
@1
.130.10@tanstack/react-router
@1
.130.10@tanstack/react-router-with-query
@1
.130.10@tanstack/zod-adapter
@1
.130.10@tanstack/valibot-adapter
@1
.130.10@tanstack/arktype-adapter
@1
.130.10@tanstack/router-devtools
@1
.130.10@tanstack/solid-router-devtools
@1
.130.10@tanstack/react-router-devtools
@1
.130.10@tanstack/router-devtools-core
@1
.130.10@tanstack/router-generator
@1
.130.10@tanstack/router-cli
@1
.130.10@tanstack/router-plugin
@1
.130.10@tanstack/router-vite-plugin
@1
.130.10@tanstack/solid-start-client
@1
.130.10@tanstack/solid-start-server
@1
.130.10@tanstack/start-client-core
@1
.130.10@tanstack/start-storage-context
@1
.130.10@tanstack/react-start-client
@1
.130.10@tanstack/react-start-server
@1
.130.10@tanstack/start-server-functions-fetcher
@1
.130.10@tanstack/start-server-functions-client
@1
.130.10@tanstack/start-plugin-core
@1
.130.10@tanstack/solid-start
@1
.130.10@tanstack/solid-start-plugin
@1
.130.10@tanstack/react-start
@1
.130.10@tanstack/react-start-plugin
@1
.130.10v1.130.9
... (truncated)
Commits
9061654
release: v1.130.1091e404b
release: v1.130.9ce9e373
fix: correctly match routes with optional path params followed by req… (#4838)d6a3881
release: v1.130.84bb5674
release: v1.130.7106e030
release: v1.130.640e4657
release: v1.130.50513f5e
release: v1.130.29dec9b7
release: v1.130.1ec80698
fix: scroll to top with hash history (#4795)- Additional commits viewable in compare view
Updates @tanstack/router-plugin
from 1.123.2 to 1.130.10
Release notes
Sourced from @tanstack/router-plugin
's releases.
v1.130.10
Version 1.130.10 - 8/1/25, 8:18 AM
Changes
Refactor
- router-core,start-server-core: improve JSDocs for
redirect
(#4848) (7c6b575) by@Christopher96u
Docs
- router: update URL for Query (#4849) (d5fd30f) by
@Christopher96u
- router: usage of "." and ".." for relative navigation (#4846) (cb0478a) by Nico Lynzaad
- router: usage of
routeFilePrefix
for file-based routing (#4845) (3ca2a29) by Lee- router: list
preload
as navigationcause
value (#4825) (f3a5947) by Dimitris Karagiannis- start: incorrect usage of
scripts
in the "document head management" guide (#4801) (87d4ccb) by Matthew HartPackages
@tanstack/router-core
@1
.130.10@tanstack/start-server-core
@1
.130.10@tanstack/solid-router
@1
.130.10@tanstack/react-router
@1
.130.10@tanstack/react-router-with-query
@1
.130.10@tanstack/zod-adapter
@1
.130.10@tanstack/valibot-adapter
@1
.130.10@tanstack/arktype-adapter
@1
.130.10@tanstack/router-devtools
@1
.130.10@tanstack/solid-router-devtools
@1
.130.10@tanstack/react-router-devtools
@1
.130.10@tanstack/router-devtools-core
@1
.130.10@tanstack/router-generator
@1
.130.10@tanstack/router-cli
@1
.130.10@tanstack/router-plugin
@1
.130.10@tanstack/router-vite-plugin
@1
.130.10@tanstack/solid-start-client
@1
.130.10@tanstack/solid-start-server
@1
.130.10@tanstack/start-client-core
@1
.130.10@tanstack/start-storage-context
@1
.130.10@tanstack/react-start-client
@1
.130.10@tanstack/react-start-server
@1
.130.10@tanstack/start-server-functions-fetcher
@1
.130.10@tanstack/start-server-functions-client
@1
.130.10@tanstack/start-plugin-core
@1
.130.10@tanstack/solid-start
@1
.130.10@tanstack/solid-start-plugin
@1
.130.10@tanstack/react-start
@1
.130.10@tanstack/react-start-plugin
@1
.130.10v1.130.9
... (truncated)
Commits
9061654
release: v1.130.1091e404b
release: v1.130.9d6a3881
release: v1.130.84bb5674
release: v1.130.7106e030
release: v1.130.640e4657
release: v1.130.50513f5e
release: v1.130.29dec9b7
release: v1.130.177fa17b
release: v1.130.0b39b891
fix: pin all workspace dependencies and devDependencies (#4771)- Additional commits viewable in compare view
Updates axios
from 1.10.0 to 1.11.0
Release notes
Sourced from axios's releases.
Release v1.11.0
Release notes:
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Changelog
Sourced from axios's changelog.
1.11.0 (2025-07-22)
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Commits
b76c4ac
chore(release): v1.11.0 (#6974)e72c193
fix: form-data npm pakcage (#6970)8517aa1
fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...a2214ca
fix: prevent RangeError when using large Buffers (#6961)6161947
refactor: use spread operator instead of '.apply()' (#6938)a1d16dd
refactor: use an object spread instead of Object.assign (#6939)07183cd
chore(sponsor): update sponsor block (#6952)ef36347
docs(CONTRIBUTING): update docs link for accuracy (#6894)b29bd6a
chore(sponsor): update sponsor block (#6948)a406a93
chore(sponsor): update sponsor block (#6937)- See full diff in compare view
Updates react
from 19.1.0 to 19.1.1
Commits
87e33ca
Set release versions to 19.1.15a1eb6f
fix: rename bottom stack frame (#33680)- See full diff in compare view
Updates @types/react
from 19.1.8 to 19.1.9
Commits
- See full diff in compare view
Updates react-dom
from 19.1.0 to 19.1.1
Commits
87e33ca
Set release versions to 19.1.1b793948
Bump next prerelease version numbers (#32782)- See full diff in compare view
Updates @types/react-dom
from 19.1.6 to 19.1.7
Commits
- See full diff in compare view
Updates @epic-web/config
from 1.21.0 to 1.21.1
Commits
a9e385c
fix(prettier): conditionally enable tailwind prettier plugin (#42)02d3c3b
fix: update all deps- See full diff in compare view
Updates @playwright/test
from 1.53.2 to 1.54.2
Release notes
Sourced from @playwright/test
's releases.
v1.54.2
Highlights
microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
v1.54.1
Highlights
microsoft/playwright#36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
v1.54.0
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.import { defineConfig } from '@playwright/test';
export default defineConfig({ reporter: [['html', { noSnippets: true }]] });
New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
- New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.
... (truncated)
Commits
00ce6a8
chore: mark v1.54.2 (#36884)e5b2fbd
cherry-pick(#36767): test: speculative fix for flaky role selectors test63c168f
cherry-pick(#36881): chore: throw pretty error if launchApp is launched using...ce9e3d0
cherry-pick(#36879): fix(chromium): launch UI Mode / Trace Viewer under Admin...b91e339
fix-merge(#36863): adapt to the old source base3f4df2c
cherry-pick(#36864): fix: initial target in codegenb847f5e
cherry-pick((#36863): chore: do not perform option selection while recording97aab60
cherry-pick(#36734): test: fix client-certificate tests97b6b88
chore: mark 1.54.1 (#36655)0071756
cherry-pick(#36654): Revert "fix: get rid of url.parse in network code" (#36654)- Additional commits viewable in compare view
Updates @tanstack/eslint-plugin-query
from 5.81.2 to 5.83.1
Release notes
Sourced from @tanstack/eslint-plugin-query
's releases.
v5.83.1
Version 5.83.1 - 7/31/25, 12:42 PM
Changes
Refactor
- angular-query: build package using vite (#9517) (422f2ec) by Arnoud
Chore
- angular-query: move test-setup.ts (#9516) (74d8ce6) by Arnoud
- deps: update marocchino/sticky-pull-request-comment digest to 28d58c4 (#9013) (53a2eae) by renovate[bot]
- manually update dependencies (#9464) (9133c10) by Lachlan Collins
Test
- query-core/mutationCache: add "sleep" to callbacks and remove "await" from "executeMutation" using "advanceTimersByTimeAsync" (#9506) (cc45977) by
@sukvvon
- svelte-query/createQueries: simplify "queryFn" and add test for success when queries reslove at different times (#9494) (e9d9080) by
@sukvvon
- svelte-query/{QueryClientProvider,useIsFetching,useIsMutating}: simplify "queryFn" (#9495) (52fdff2) by
@sukvvon
- svelte-query/createQuery: simplify "queryFn" and replace "queryByText" with "getByText" (#9490) (234f2f4) by
@sukvvon
- svelte-query/createMutation: add "sleep" in "mutationFn" and replace "queryByText" with "getByText" (#9491) (80242d6) by
@sukvvon
- svelte-query/createInfiniteQuery: add "sleep", remove "Number" in "queryFn", and replace "queryByText" with "getByText" (#9492) (c273ba4) by
@sukvvon
- svelte-query/useMutationState: simplify "queryFn" and replace "queryByText" with "getByText" (#9489) (880d183) by
@sukvvon
- solid-query/useIsMutating: simplify "mutationFn" and add "expect" for "isMutating" state transitions (#9486) (552fe4b) by
@sukvvon
- react-query/useSuspenseQueries: simplify "queryFn" and add "expect" for "loading" text (#9477) (6bc45b8) by
@sukvvon
- solid-query/suspense: simplify "queryFn" and add "expect" for "loading" text (#9479) (039d214) by
@sukvvon
- solid-query/useInfiniteQuery: add "sleep", remove "Number" in "queryFn", and simplify it (#9484) (bf9f9dc) by
@sukvvon
- react-query/useIsFetching: simplify "queryFn" and add "expect" using "toBeInTheDocument (#9478) (9041b41) by
@sukvvon
- solid-query/useIsFetching: simplify "queryFn" and add "expect" for "isFetching" state transitions (#9480) (c2e8330) by
@sukvvon
- react-query/HydrationBoundary: use precise time in "advanceTimersByTimeAsync", add "expect" using "toBeInTheDocument", and simplify "queryFn" (#9472) (9376835) by
@sukvvon
- react-query/suspense: add "sleep" in "queryFn", and add "expect" for "loading" text (#9468) (cb9ab1e) by
@sukvvon
- react-query/ssr: simplify "queryFn" and add "sleep" for accurate testing (#9471) (72c2a4c) by
@sukvvon
- react-query/useSuspenseQuery: add "sleep" in "queryFn", simplify it, and add "expect" for "loading" text (#9469) (db6281e) by
@sukvvon
- react-query/useInfiniteQuery: remove "Number" in "queryFn", and simplify it (#9470) (d7af654) by
@sukvvon
- react-query/useSuspenseQueries: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9450) (ac5d858) by
@sukvvon
- react-query/usePrefetchInfiniteQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9447) (ff13c2e) by
@sukvvon
- react-query/useInfiniteQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9446) (efb14d6) by
@sukvvon
- react-query/useSuspenseQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9455) (05c62a0) by
@sukvvon
- react-query/QueryResetErrorBoundary: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9456) (e349d85) by
@sukvvon
- react-query/usePrefetchQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9448) (63bc828) by
@sukvvon
- react-query/useMutation: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9458) (e2ce12c) by
@sukvvon
- react-query/useQueries: replace inline "Promise" delays with "sleep", and add "expect" using "toBeInTheDocument" (#9466) (ed90d1a) by
@sukvvon
- angular-query-experimental/providers: replace "runAllTimersAsync" with "advanceTimersByTimeAsync" (#9436) (bf77ab7) by
@sukvvon
- angular-query-experimental/inject-mutation-state: replace "runAllTimersAsync", "advanceTimersByTime" with "advanceTimersByTimeAsync" (#9438) (2d71a22) by
@sukvvon
- react-query/fine-grained-persister: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9441) (7c58392) by
@sukvvon
- react-query/QueryClientProvider: add "expect" using "toBeInTheDocument" (#9442) (958b0f0) by
@sukvvon
- react-query/ssr: replace "advanceTimersByTimeAsync" with "sleep" in "queryFn", remove "await" from "fetchQuery" and related methods (#9443) (bfcff0b) by
@sukvvon
- react-query/suspense: change "queryFn" to return a "Promise", replace "advanceTimersByTime" with "advanceTimersByTimeAsync", and add "expect" (#9444) (4daf694) by
@sukvvon
- query-core/queryCache: remove redundant "advanceTimersByTimeAsync" (#9433) (4d8bbbf) by Wonsuk Choi
... (truncated)
Commits
Updates @tanstack/react-router-devtools
from 1.123.2 to 1.130.10
Release notes
Sourced from @tanstack/react-router-devtools
's releases.
v1.130.10
Version 1.130.10 - 8/1/25, 8:18 AM
Changes
Refactor
- router-core,start-server-core: improve JSDocs for
redirect
(#4848) (7c6b575) by@Christopher96u
Docs
- router: update URL for Query (#4849) (d5fd30f) by
@Christopher96u
- router: usage of "." and ".." for relative navigation (#4846) (cb0478a) by Nico Lynzaad
- router: usage of
routeFilePrefix
for file-based routing (#4845) (3ca2a29) by Lee- router: list
preload
as navigationcause
value (#4825) (f3a5947) by Dimitris Karagiannis- start: incorrect usage of
scripts
in the "document head management" guide (#4801) (87d4ccb) by Matthew HartPackages
@tanstack/router-core
@1
.130.10@tanstack/start-server-core
@1
.130.10@tanstack/solid-router
@1
.130.10@tanstack/react-router
@1
.130.10@tanstack/react-router-with-query
@1
.130.10@tanstack/zod-adapter
@1
.130.10@tanstack/valibot-adapter
@1
.130.10@tanstack/arktype-adapter
@1
.130.10@tanstack/router-devtools
@1
.130.10@tanstack/solid-router-devtools
@1
.130.10@tanstack/react-router-devtools
@1
.130.10@tanstack/router-devtools-core
@1
.130.10@tanstack/router-generator
@1
.130.10@tanstack/router-cli
@1
.130.10@tanstack/router-plugin
@1
.130.10@tanstack/router-vite-plugin
@1
.130.10@tanstack/solid-start-client
@1
.130.10@tanstack/solid-start-server
@1
.130.10@tanstack/start-client-core
@1
.130.10@tanstack/start-storage-context
@1
.130.10@tanstack/react-start-client
@1
.130.10@tanstack/react-start-server
@1
.130.10@tanstack/start-server-functions-fetcher
@1
.130.10@tanstack/start-server-functions-client
@1
.130.10@tanstack/start-plugin-core
@1
.130.10@tanstack/solid-start
@1
.130.10@tanstack/solid-start-plugin
@1
.130.10@tanstack/react-start
@1
.130.10@tanstack/react-start-plugin
@1
.130.10v1.130.9
... (truncated)
Commits
9061654
release: v1.130.1091e404b
release: v1.130.9d6a3881
release: v1.130.84bb5674
release: v1.130.7106e030
release: v1.130.640e4657
release: v1.130.50513f5e
release: v1.130.29dec9b7
release: v1.130.177fa17b
release: v1.130.0b39b891
fix: pin all workspace dependencies and devDependencies (#4771)- Additional commits viewable in compare view
Updates @testing-library/dom
from 10.4.0 to 10.4.1
Commits
225a3e4
fix(deps): replace chalk with picocolors (#1341)- See full diff in compare view
Updates @testing-library/jest-dom
from 6.6.3 to 6.6.4
Release notes
Sourced from @testing-library/jest-dom
's releases.
v6.6.4
6.6.4 (2025-07-26)
Performance Improvements
Package Dependencies
@tanstack/react-query-devtools
npm
5.81.5 → 5.84.1
Minor
@tanstack/react-router-devtools
npm
1.123.2 → 1.130.10
Minor
@tanstack/react-router
npm
1.123.2 → 1.130.10
Minor
@tanstack/router-plugin
npm
1.123.2 → 1.130.10
Minor
@tanstack/eslint-plugin-query
npm
5.81.2 → 5.83.1
Minor
Technical Details
ID: | 4436126 |
UUID: | 2713270638 |
Node ID: | PR_kwDOOzdrEs6huTlu |
Host: | GitHub |
Repository: | murimessias/tanstack-router-with-tailwindcss-and-tanstack-query |
Merge State: | Unknown |