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 tanstack-router group across 1 directory with 3 updates #708

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2024

Bumps the tanstack-router group with 3 updates in the / directory: @tanstack/react-router, @tanstack/router-devtools and @tanstack/router-vite-plugin.

Updates @tanstack/react-router from 1.35.3 to 1.45.6

Release notes

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

v1.45.6

Version 1.45.6 - 7/18/24, 8:52 PM

Changes

Fix

  • react-router: deepEqual correctly handles undefined properties (#1984) (522bc12) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.45.6
  • @​tanstack/router-devtools@​1.45.6
  • @​tanstack/start@​1.45.6

v1.45.5

Version 1.45.5 - 7/18/24, 6:52 PM

Changes

Fix

  • react-router: use current matches for fromMatches and only build new matches when location overridden (#1968) (99f7352) by Christopher Horobin

Test

  • react-router: reducing the React.act warnings during unit tests (#1975) (7452f23) by Sean Cassiere

Packages

  • @​tanstack/react-router@​1.45.5
  • @​tanstack/router-devtools@​1.45.5
  • @​tanstack/start@​1.45.5

v1.45.4

Version 1.45.4 - 7/16/24, 7:33 PM

Changes

Fix

  • Clear pending timeouts on cancelMatch (65fab47) by Tanner Linsley
  • useMatchRoute now subscribes to pending and location states (9cdef82) by Tanner Linsley

Examples

  • fix trellaux example (50aec3f) by Tanner Linsley

Style

... (truncated)

Commits
  • 2212a54 release: v1.45.6
  • 522bc12 fix(react-router): deepEqual correctly handles undefined properties (#1984)
  • adea0c2 release: v1.45.5
  • 99f7352 fix(react-router): use current matches for fromMatches and only build new m...
  • 7452f23 test(react-router): reducing the React.act warnings during unit tests (#1975)
  • da9d52a release: v1.45.4
  • adcdb4c style: prettier across the codebase (#1973)
  • 65fab47 fix: Clear pending timeouts on cancelMatch
  • 9cdef82 fix: useMatchRoute now subscribes to pending and location states
  • 82ef303 release: v1.45.3
  • Additional commits viewable in compare view

Updates @tanstack/router-devtools from 1.35.3 to 1.45.6

Release notes

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

v1.45.6

Version 1.45.6 - 7/18/24, 8:52 PM

Changes

Fix

  • react-router: deepEqual correctly handles undefined properties (#1984) (522bc12) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.45.6
  • @​tanstack/router-devtools@​1.45.6
  • @​tanstack/start@​1.45.6

v1.45.5

Version 1.45.5 - 7/18/24, 6:52 PM

Changes

Fix

  • react-router: use current matches for fromMatches and only build new matches when location overridden (#1968) (99f7352) by Christopher Horobin

Test

  • react-router: reducing the React.act warnings during unit tests (#1975) (7452f23) by Sean Cassiere

Packages

  • @​tanstack/react-router@​1.45.5
  • @​tanstack/router-devtools@​1.45.5
  • @​tanstack/start@​1.45.5

v1.45.4

Version 1.45.4 - 7/16/24, 7:33 PM

Changes

Fix

  • Clear pending timeouts on cancelMatch (65fab47) by Tanner Linsley
  • useMatchRoute now subscribes to pending and location states (9cdef82) by Tanner Linsley

Examples

  • fix trellaux example (50aec3f) by Tanner Linsley

Style

... (truncated)

Commits

Updates @tanstack/router-vite-plugin from 1.35.4 to 1.45.3

Release notes

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

v1.45.3

Version 1.45.3 - 7/16/24, 5:35 PM

Changes

Fix

  • router: fixed a lot of context related issues (#1907) (3003d98) by Tanner Linsley

Chore

  • cleanup styles and eslint errors in the spa examples (#1971) (cd85ca1) by Sean Cassiere

Examples

  • use ensureQuery in start-basic-react-query (#1962) (020fb74) by Tom Ballinger

Packages

  • @​tanstack/history@​1.45.3
  • @​tanstack/react-router@​1.45.3
  • @​tanstack/router-devtools@​1.45.3
  • @​tanstack/router-plugin@​1.45.3
  • @​tanstack/start@​1.45.3
  • @​tanstack/router-vite-plugin@​1.45.3

v1.45.2

Version 1.45.2 - 7/15/24, 10:42 AM

Changes

Fix

  • react-router: URI path segments segments should match on equality regardless of their encoding state (#1964) (0b403aa) by Sean Cassiere

Chore

  • deps: update dependency rsbuild to ^0.7.10 (#1961) (080834a) by renovate[bot]
  • deps: update all non-major dependencies (#1960) (a590499) by renovate[bot]
  • deps: update dependency framer-motion to v11 (#1957) (781b9f1) by renovate[bot]
  • deps: update dependency tailwind-merge to v2 (#1956) (54d2499) by renovate[bot]

Packages

  • @​tanstack/react-router@​1.45.2
  • @​tanstack/router-generator@​1.45.2
  • @​tanstack/router-devtools@​1.45.2
  • @​tanstack/router-cli@​1.45.2
  • @​tanstack/router-plugin@​1.45.2
  • @​tanstack/router-vite-plugin@​1.45.2

... (truncated)

Commits

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

… updates

Bumps the tanstack-router group with 3 updates in the / directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2024
Copy link

cloudflare-workers-and-pages bot commented Jul 19, 2024

Deploying react-airsonic with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a72602
Status: ✅  Deploy successful!
Preview URL: https://aa435189.react-airsonic.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-tans-u68k.react-airsonic.pages.dev

View logs

Copy link

@AnthonyPorthouse AnthonyPorthouse merged commit 9972565 into main Jul 19, 2024
7 checks passed
@AnthonyPorthouse AnthonyPorthouse deleted the dependabot/npm_and_yarn/tanstack-router-a58691eb7c branch July 19, 2024 22:27
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