Skip to content

deps: Bump @workos/authkit-tanstack-react-start from 0.4.1 to 0.11.0#33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/workos/authkit-tanstack-react-start-0.11.0
Open

deps: Bump @workos/authkit-tanstack-react-start from 0.4.1 to 0.11.0#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/workos/authkit-tanstack-react-start-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @workos/authkit-tanstack-react-start from 0.4.1 to 0.11.0.

Release notes

Sourced from @​workos/authkit-tanstack-react-start's releases.

v0.11.0

0.11.0 (2026-06-28)

Features

  • add recent-auth checking (checkRecentAuth + useRecentAuth) (#112) (98a3b01)

v0.10.1

0.10.1 (2026-06-24)

Bug Fixes

  • update User test mocks for @​workos-inc/node 10.4.0 (unblock publish) (#110) (4d91303)

v0.10.0

0.10.0 (2026-06-24)

⚠ BREAKING CHANGES

  • requires @​workos-inc/node >=10.4.0 and Node >=22.11.

Bug Fixes

  • require @​workos-inc/node >=10.4.0 (eventemitter3 Vite dev crash #106) (#107) (424a712)
  • scope getOrganization lookup to the authenticated session (#108) (61716ef)

v0.9.1

0.9.1 (2026-06-16)

Bug Fixes

  • evict stale PKCE verifier cookies to prevent HTTP 431 (#76) (#104) (1c77259)
  • lazy-import @​workos/authkit-session in authkit-loader (#93) (c66a2bc)

v0.9.0

0.9.0 (2026-06-15)

⚠ BREAKING CHANGES

  • requires @​tanstack/react-start >=1.168.25, where createServerFn().validator() exists. Consumers on older TanStack Start versions must upgrade.

Bug Fixes

  • use createServerFn().validator() instead of deprecated inputValidator (#101) (f74fb28)

... (truncated)

Changelog

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

0.11.0 (2026-06-28)

Features

  • add recent-auth checking (checkRecentAuth + useRecentAuth) (#112) (98a3b01)

0.10.1 (2026-06-24)

Bug Fixes

  • update User test mocks for @​workos-inc/node 10.4.0 (unblock publish) (#110) (4d91303)

0.10.0 (2026-06-24)

⚠ BREAKING CHANGES

  • requires @​workos-inc/node >=10.4.0 and Node >=22.11.

Bug Fixes

  • require @​workos-inc/node >=10.4.0 (eventemitter3 Vite dev crash #106) (#107) (424a712)
  • scope getOrganization lookup to the authenticated session (#108) (61716ef)

0.9.1 (2026-06-16)

Bug Fixes

  • evict stale PKCE verifier cookies to prevent HTTP 431 (#76) (#104) (1c77259)
  • lazy-import @​workos/authkit-session in authkit-loader (#93) (c66a2bc)

0.9.0 (2026-06-15)

⚠ BREAKING CHANGES

  • requires @​tanstack/react-start >=1.168.25, where createServerFn().validator() exists. Consumers on older TanStack Start versions must upgrade.

Bug Fixes

  • use createServerFn().validator() instead of deprecated inputValidator (#101) (f74fb28)

0.8.6 (2026-06-11)

Bug Fixes

... (truncated)

Commits
  • 1c928b2 chore(main): release 0.11.0 (#113)
  • 98a3b01 feat: add recent-auth checking (checkRecentAuth + useRecentAuth) (#112)
  • 3d78eaa chore(main): release 0.10.1 (#111)
  • 4d91303 fix: update User test mocks for @​workos-inc/node 10.4.0 (unblock publish) (#110)
  • d2afc87 chore(main): release 0.10.0 (#109)
  • 61716ef fix: scope getOrganization lookup to the authenticated session (#108)
  • 424a712 fix!: require @​workos-inc/node >=10.4.0 (eventemitter3 Vite dev crash #106) (...
  • 0cf7915 chore(main): release 0.9.1 (#105)
  • c66a2bc fix: lazy-import @​workos/authkit-session in authkit-loader (#93)
  • 1c77259 fix: evict stale PKCE verifier cookies to prevent HTTP 431 (#76) (#104)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Bumps [@workos/authkit-tanstack-react-start](https://github.com/workos/authkit-tanstack-start) from 0.4.1 to 0.11.0.
- [Release notes](https://github.com/workos/authkit-tanstack-start/releases)
- [Changelog](https://github.com/workos/authkit-tanstack-start/blob/main/CHANGELOG.md)
- [Commits](workos/authkit-tanstack-start@v0.4.1...v0.11.0)

---
updated-dependencies:
- dependency-name: "@workos/authkit-tanstack-react-start"
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 6, 2026
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.

0 participants