Skip to content

chore(deps): bump the tanstack group with 3 updates#509

Merged
jamescmartinez merged 1 commit into
mainfrom
dependabot/npm_and_yarn/tanstack-9a15d7efe2
May 8, 2026
Merged

chore(deps): bump the tanstack group with 3 updates#509
jamescmartinez merged 1 commit into
mainfrom
dependabot/npm_and_yarn/tanstack-9a15d7efe2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps the tanstack group with 3 updates: @tanstack/react-router, @tanstack/react-start and @tanstack/router-plugin.

Updates @tanstack/react-router from 1.168.26 to 1.169.2

Changelog

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

1.169.2

Patch Changes

  • Updated dependencies [35e88f0]:
    • @​tanstack/router-core@​1.169.2

1.169.1

Patch Changes

  • Updated dependencies [4a1e63f]:
    • @​tanstack/router-core@​1.169.1

1.169.0

Minor Changes

  • Allow params.parse to experimentally return false to skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed by params.stringify for URL generation. (#7263)

Patch Changes

  • Updated dependencies [c992495]:
    • @​tanstack/router-core@​1.169.0
Commits

Updates @tanstack/react-start from 1.167.52 to 1.167.65

Changelog

Sourced from @​tanstack/react-start's changelog.

1.167.65

Patch Changes

  • Updated dependencies []:
    • @​tanstack/start-plugin-core@​1.169.20
    • @​tanstack/react-start-rsc@​0.0.44

1.167.64

Patch Changes

  • Updated dependencies [35e88f0]:
    • @​tanstack/start-client-core@​1.168.2
    • @​tanstack/start-plugin-core@​1.169.19
    • @​tanstack/start-server-core@​1.167.30
    • @​tanstack/react-router@​1.169.2
    • @​tanstack/react-start-client@​1.166.48
    • @​tanstack/react-start-rsc@​0.0.43
    • @​tanstack/react-start-server@​1.166.52

1.167.63

Patch Changes

  • Updated dependencies [056337e]:
    • @​tanstack/router-utils@​1.161.8
    • @​tanstack/start-plugin-core@​1.169.18
    • @​tanstack/react-start-rsc@​0.0.42

1.167.62

Patch Changes

  • Updated dependencies [afa40ef]:
    • @​tanstack/start-server-core@​1.167.29
    • @​tanstack/react-start-rsc@​0.0.41
    • @​tanstack/react-start-server@​1.166.51
    • @​tanstack/start-plugin-core@​1.169.17

1.167.61

Patch Changes

  • Updated dependencies [709627f]:
    • @​tanstack/start-server-core@​1.167.28
    • @​tanstack/react-start-server@​1.166.50
    • @​tanstack/react-start-rsc@​0.0.40
    • @​tanstack/start-plugin-core@​1.169.16

... (truncated)

Commits

Updates @tanstack/router-plugin from 1.167.29 to 1.167.35

Changelog

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

1.167.35

Patch Changes

  • Updated dependencies [c5811aa]:
    • @​tanstack/router-generator@​1.166.42

1.167.34

Patch Changes

  • Updated dependencies [35e88f0]:
    • @​tanstack/router-core@​1.169.2
    • @​tanstack/react-router@​1.169.2
    • @​tanstack/router-generator@​1.166.41

1.167.33

Patch Changes

  • Parse plain TypeScript files without JSX when a filename is available, preventing angle-bracket type assertions from being interpreted as JSX during route and Start import-protection transforms. (#7342)

  • Updated dependencies [056337e]:

    • @​tanstack/router-generator@​1.166.40
    • @​tanstack/router-utils@​1.161.8

1.167.32

Patch Changes

  • Replace global route metadata with explicit router plugin contexts so multiple router plugin instances cannot cross-transform route files. (#7313)

1.167.31

Patch Changes

  • Updated dependencies [4a1e63f]:
    • @​tanstack/router-core@​1.169.1
    • @​tanstack/react-router@​1.169.1
    • @​tanstack/router-generator@​1.166.39

1.167.30

Patch Changes

  • Updated dependencies [c992495]:
    • @​tanstack/router-core@​1.169.0
    • @​tanstack/react-router@​1.169.0
    • @​tanstack/router-generator@​1.166.38
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 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

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


Updates `@tanstack/react-router` from 1.168.26 to 1.169.2
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.169.2/packages/react-router)

Updates `@tanstack/react-start` from 1.167.52 to 1.167.65
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.167.65/packages/react-start)

Updates `@tanstack/router-plugin` from 1.167.29 to 1.167.35
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.167.35/packages/router-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.169.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.167.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.167.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2026
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 7, 2026

Open in StackBlitz

npm i https://pkg.pr.new/openworkflowdev/openworkflow/@openworkflow/cli@509
npm i https://pkg.pr.new/openworkflowdev/openworkflow/@openworkflow/dashboard@509
npm i https://pkg.pr.new/openworkflowdev/openworkflow@509

commit: 22a594e

@jamescmartinez jamescmartinez merged commit 7ee87cd into main May 8, 2026
7 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tanstack-9a15d7efe2 branch May 8, 2026 14:33
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