Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.1"
".": "0.10.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.10.0](https://github.com/workos/authkit-tanstack-start/compare/v0.9.1...v0.10.0) (2026-06-24)


### ⚠ BREAKING CHANGES

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Align Node minimum The release notes tell consumers that Node >=22.11 is supported, but the locked Vite/tooling dependency set requires ^20.19.0 || >=22.12.0 in many packages. A consumer who upgrades based on this breaking-change note and selects Node 22.11.x can satisfy this package guidance while still hitting dependency engine failures during install or build. Please update the documented minimum to match the actual supported toolchain range.

Artifacts

Repro: generated Node engine metadata verification script

  • Contains supporting evidence from the run (text/javascript; charset=utf-8).

Repro: verbose verifier output showing CHANGELOG >=22.11 and dependency engine rejection of Node 22.11.0

  • Keeps the command output available without making the summary code-heavy.

View artifacts

T-Rex Ran code and verified through T-Rex

Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 8

Comment:
**Align Node minimum** The release notes tell consumers that Node `>=22.11` is supported, but the locked Vite/tooling dependency set requires `^20.19.0 || >=22.12.0` in many packages. A consumer who upgrades based on this breaking-change note and selects Node `22.11.x` can satisfy this package guidance while still hitting dependency engine failures during install or build. Please update the documented minimum to match the actual supported toolchain range.

How can I resolve this? If you propose a fix, please make it concise.


### Bug Fixes

* require @workos-inc/node >=10.4.0 (eventemitter3 Vite dev crash [#106](https://github.com/workos/authkit-tanstack-start/issues/106)) ([#107](https://github.com/workos/authkit-tanstack-start/issues/107)) ([424a712](https://github.com/workos/authkit-tanstack-start/commit/424a71277e466f3c40e2bf8eabaa52fe65608244))
* scope getOrganization lookup to the authenticated session ([#108](https://github.com/workos/authkit-tanstack-start/issues/108)) ([61716ef](https://github.com/workos/authkit-tanstack-start/commit/61716ef3dec92119284f38920c2259e89a5cbe02))

## [0.9.1](https://github.com/workos/authkit-tanstack-start/compare/v0.9.0...v0.9.1) (2026-06-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workos/authkit-tanstack-react-start",
"version": "0.9.1",
"version": "0.10.0",
"description": "The WorkOS library for TanStack React Start provides convenient helpers for authentication and session management using WorkOS & AuthKit with TanStack React Start.",
"type": "module",
"main": "./dist/index.js",
Expand Down
Loading