Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the production-dependencies group with 7 updates #173

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the production-dependencies group with 7 updates:

Package From To
@tanstack/react-query 5.59.20 5.60.5
@tanstack/react-query-devtools 5.59.20 5.60.5
@tanstack/react-router 1.81.4 1.82.1
@tanstack/router-devtools 1.81.4 1.82.1
@tanstack/router-vite-plugin 1.79.0 1.81.9
lucide-react 0.456.0 0.460.0
remeda 2.17.0 2.17.3

Updates @tanstack/react-query from 5.59.20 to 5.60.5

Release notes

Sourced from @​tanstack/react-query's releases.

v5.60.5

Version 5.60.5 - 11/15/24, 6:06 PM

Changes

Fix

  • useQueries: make sure we don"t lose property tracking (#8295) (4a2e838) by Dominik Dorfmeister

Docs

  • angular-query: type narrowing (#8297) (0df2883) by Arnoud
  • angular-query: add TypeScript documentation (#8296) (118b152) by Arnoud

Packages

  • @​tanstack/query-core@​5.60.5
  • @​tanstack/react-query@​5.60.5
  • @​tanstack/query-broadcast-client-experimental@​5.60.5
  • @​tanstack/query-persist-client-core@​5.60.5
  • @​tanstack/query-sync-storage-persister@​5.60.5
  • @​tanstack/react-query-devtools@​5.60.5
  • @​tanstack/react-query-persist-client@​5.60.5
  • @​tanstack/react-query-next-experimental@​5.60.5
  • @​tanstack/solid-query@​5.60.5
  • @​tanstack/solid-query-devtools@​5.60.5
  • @​tanstack/solid-query-persist-client@​5.60.5
  • @​tanstack/svelte-query@​5.60.5
  • @​tanstack/svelte-query-devtools@​5.60.5
  • @​tanstack/svelte-query-persist-client@​5.60.5
  • @​tanstack/vue-query@​5.60.5
  • @​tanstack/vue-query-devtools@​5.60.5
  • @​tanstack/angular-query-experimental@​5.60.5
  • @​tanstack/query-async-storage-persister@​5.60.5
  • @​tanstack/angular-query-devtools-experimental@​5.60.5

v5.60.4

Version 5.60.4 - 11/15/24, 3:43 PM

Changes

Refactor

Packages

  • @​tanstack/query-async-storage-persister@​5.60.4
  • @​tanstack/query-sync-storage-persister@​5.60.4
  • @​tanstack/react-query@​5.60.4

... (truncated)

Commits
  • 3fc2fce release: v5.60.5
  • 4a2e838 fix(useQueries): make sure we don't lose property tracking (#8295)
  • 8786495 release: v5.60.4
  • 6c2a055 refactor(*): unify & use noop (#8294)
  • 7615661 release: v5.60.2
  • c9fcd2f test(react-query): useInfinitePrefetchQuery -> usePrefetchInfiniteQuery (#8265)
  • 8d1f542 test(react-query): add test case for useSuspenseQueries accept skipToken as q...
  • ebd4c2b test(react-query): add test case for useSuspenseInfiniteQuery accept skipToke...
  • e802711 test(react-query): add test case for useSuspenseQuery accept skipToken as que...
  • c2b435d test(react-query): add test case for infiniteQueryOptions (#8268)
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 5.59.20 to 5.60.5

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.60.5

Version 5.60.5 - 11/15/24, 6:06 PM

Changes

Fix

  • useQueries: make sure we don"t lose property tracking (#8295) (4a2e838) by Dominik Dorfmeister

Docs

  • angular-query: type narrowing (#8297) (0df2883) by Arnoud
  • angular-query: add TypeScript documentation (#8296) (118b152) by Arnoud

Packages

  • @​tanstack/query-core@​5.60.5
  • @​tanstack/react-query@​5.60.5
  • @​tanstack/query-broadcast-client-experimental@​5.60.5
  • @​tanstack/query-persist-client-core@​5.60.5
  • @​tanstack/query-sync-storage-persister@​5.60.5
  • @​tanstack/react-query-devtools@​5.60.5
  • @​tanstack/react-query-persist-client@​5.60.5
  • @​tanstack/react-query-next-experimental@​5.60.5
  • @​tanstack/solid-query@​5.60.5
  • @​tanstack/solid-query-devtools@​5.60.5
  • @​tanstack/solid-query-persist-client@​5.60.5
  • @​tanstack/svelte-query@​5.60.5
  • @​tanstack/svelte-query-devtools@​5.60.5
  • @​tanstack/svelte-query-persist-client@​5.60.5
  • @​tanstack/vue-query@​5.60.5
  • @​tanstack/vue-query-devtools@​5.60.5
  • @​tanstack/angular-query-experimental@​5.60.5
  • @​tanstack/query-async-storage-persister@​5.60.5
  • @​tanstack/angular-query-devtools-experimental@​5.60.5

v5.60.4

Version 5.60.4 - 11/15/24, 3:43 PM

Changes

Refactor

Packages

  • @​tanstack/query-async-storage-persister@​5.60.4
  • @​tanstack/query-sync-storage-persister@​5.60.4
  • @​tanstack/react-query@​5.60.4

... (truncated)

Commits

Updates @tanstack/react-router from 1.81.4 to 1.82.1

Release notes

Sourced from @​tanstack/react-router's releases.

v1.82.1

Version 1.82.1 - 11/18/24, 1:20 PM

Changes

Fix

  • allow meta/scripts to be undefined (easier for conditionals) (adb3ab3) by Tanner Linsley

Docs

  • start: update cloudflare-pages deployment instructions (#2744) (8299698) by Steven Yung
  • start: markdown linking to the middleware guide (#2791) (3281f52) by Sean Cassiere

Packages

  • @​tanstack/react-router@​1.82.1
  • @​tanstack/start@​1.82.1
  • @​tanstack/react-router-with-query@​1.82.1
  • @​tanstack/zod-adapter@​1.82.1
  • @​tanstack/valibot-adapter@​1.82.1
  • @​tanstack/arktype-adapter@​1.82.1
  • @​tanstack/router-devtools@​1.82.1
  • @​tanstack/create-router@​1.82.1

v1.82.0

Version 1.82.0 - 11/17/24, 10:21 PM

Breaking changes for TanStack Start

Changes

Feat

  • start: move scripts,links, and meta to the head (#2571) (4ae6ca9) by Sean Cassiere

Test

  • start: make it easier to write server function e2e tests (#2786) (23e1ac1) by Sean Cassiere

Docs

  • add middleware to sidebar (a0847cb) by Tanner Linsley

Packages

  • @​tanstack/react-router@​1.82.0
  • @​tanstack/start@​1.82.0
  • @​tanstack/react-router-with-query@​1.82.0

... (truncated)

Commits

Updates @tanstack/router-devtools from 1.81.4 to 1.82.1

Release notes

Sourced from @​tanstack/router-devtools's releases.

v1.82.1

Version 1.82.1 - 11/18/24, 1:20 PM

Changes

Fix

  • allow meta/scripts to be undefined (easier for conditionals) (adb3ab3) by Tanner Linsley

Docs

  • start: update cloudflare-pages deployment instructions (#2744) (8299698) by Steven Yung
  • start: markdown linking to the middleware guide (#2791) (3281f52) by Sean Cassiere

Packages

  • @​tanstack/react-router@​1.82.1
  • @​tanstack/start@​1.82.1
  • @​tanstack/react-router-with-query@​1.82.1
  • @​tanstack/zod-adapter@​1.82.1
  • @​tanstack/valibot-adapter@​1.82.1
  • @​tanstack/arktype-adapter@​1.82.1
  • @​tanstack/router-devtools@​1.82.1
  • @​tanstack/create-router@​1.82.1

v1.82.0

Version 1.82.0 - 11/17/24, 10:21 PM

Breaking changes for TanStack Start

Changes

Feat

  • start: move scripts,links, and meta to the head (#2571) (4ae6ca9) by Sean Cassiere

Test

  • start: make it easier to write server function e2e tests (#2786) (23e1ac1) by Sean Cassiere

Docs

  • add middleware to sidebar (a0847cb) by Tanner Linsley

Packages

  • @​tanstack/react-router@​1.82.0
  • @​tanstack/start@​1.82.0
  • @​tanstack/react-router-with-query@​1.82.0

... (truncated)

Commits

Updates @tanstack/router-vite-plugin from 1.79.0 to 1.81.9

Release notes

Sourced from @​tanstack/router-vite-plugin's releases.

v1.81.9

Version 1.81.9 - 11/15/24, 5:35 AM

Changes

Fix

  • improve internal middleware validation typings (#2762) (4d7c669) by Marc MacLeod
  • force release of start RELEASE_ALL (83cb148) by Tanner Linsley
  • exec validators in middleware appropriately (e7e92a6) by Tanner Linsley

Packages

  • @​tanstack/history@​1.81.9
  • @​tanstack/react-router@​1.81.9
  • @​tanstack/react-router-with-query@​1.81.9
  • @​tanstack/zod-adapter@​1.81.9
  • @​tanstack/valibot-adapter@​1.81.9
  • @​tanstack/arktype-adapter@​1.81.9
  • @​tanstack/router-devtools@​1.81.9
  • @​tanstack/router-generator@​1.81.9
  • @​tanstack/virtual-file-routes@​1.81.9
  • @​tanstack/router-cli@​1.81.9
  • @​tanstack/router-plugin@​1.81.9
  • @​tanstack/router-vite-plugin@​1.81.9
  • @​tanstack/react-cross-context@​1.81.9
  • @​tanstack/start@​1.81.9
  • @​tanstack/start-vite-plugin@​1.81.9
  • @​tanstack/create-router@​1.81.9
  • @​tanstack/eslint-plugin-router@​1.81.9

v1.81.8

Version 1.81.8 - 11/14/24, 9:04 PM

Changes

Fix

  • start: move @​vitejs/plugin-react into dependencies (#2758) (02ee098) by Manuel Schiller

Packages

  • @​tanstack/start@​1.81.8

v1.81.7

Version 1.81.7 - 11/14/24, 8:36 PM

Changes

Fix

... (truncated)

Commits

Updates lucide-react from 0.456.0 to 0.460.0

Release notes

Sourced from lucide-react's releases.

New icons 0.460.0

New icons 🎨

New icons 0.459.0

New icons 🎨

New icons 0.458.0

New icons 🎨

Modified Icons 🔨

Other Changes

Full Changelog: lucide-icons/lucide@0.457.0...0.458.0

New icons 0.457.0

New icons 🎨

Modified Icons 🔨

Commits

Updates remeda from 2.17.0 to 2.17.3

Release notes

Sourced from remeda's releases.

v2.17.3

2.17.3 (2024-11-15)

Bug Fixes

v2.17.2

2.17.2 (2024-11-15)

Bug Fixes

  • toSnakeCase, toKebabCase: literal types for literal strings (#924) (f4fee51)

v2.17.1

2.17.1 (2024-11-15)

Bug Fixes

  • split: split on literal unions with separator as a prefix (#922) (3b1ef83), closes #921
Commits
  • 3fc28da fix(pick): support optional keys (#923)
  • f4fee51 fix(toSnakeCase, toKebabCase): literal types for literal strings (#924)
  • 3b1ef83 fix(split): split on literal unions with separator as a prefix (#922)
  • 263ed17 chore: split internal/types.ts (#915)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 18, 2024
@declanlscott
Copy link
Owner

@dependabot rebase

Bumps the production-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.59.20` | `5.60.5` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.59.20` | `5.60.5` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.81.4` | `1.82.1` |
| [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) | `1.81.4` | `1.82.1` |
| [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin) | `1.79.0` | `1.81.9` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.456.0` | `0.460.0` |
| [remeda](https://github.com/remeda/remeda) | `2.17.0` | `2.17.3` |


Updates `@tanstack/react-query` from 5.59.20 to 5.60.5
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.60.5/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.59.20 to 5.60.5
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.60.5/packages/react-query-devtools)

Updates `@tanstack/react-router` from 1.81.4 to 1.82.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.82.1/packages/react-router)

Updates `@tanstack/router-devtools` from 1.81.4 to 1.82.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.82.1/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.79.0 to 1.81.9
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.81.9/packages/router-vite-plugin)

Updates `lucide-react` from 0.456.0 to 0.460.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.460.0/packages/lucide-react)

Updates `remeda` from 2.17.0 to 2.17.3
- [Release notes](https://github.com/remeda/remeda/releases)
- [Changelog](https://github.com/remeda/remeda/blob/main/release.config.js)
- [Commits](remeda/remeda@v2.17.0...v2.17.3)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: remeda
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-7e148da241 branch from 26b3f2c to dc5aca3 Compare November 19, 2024 03:06
@declanlscott declanlscott merged commit 999ed63 into main Nov 19, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-7e148da241 branch November 19, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant