Skip to content

Upgrade authkit-js to v0.19.0#85

Merged
nholden merged 1 commit into
mainfrom
authkit-js-0-19-0
Jan 15, 2026
Merged

Upgrade authkit-js to v0.19.0#85
nholden merged 1 commit into
mainfrom
authkit-js-0-19-0

Conversation

@nholden
Copy link
Copy Markdown
Contributor

@nholden nholden commented Jan 15, 2026

@nholden nholden requested a review from nicknisi January 15, 2026 00:36
@nholden nholden self-assigned this Jan 15, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Jan 15, 2026

Greptile Summary

This PR upgrades the @workos-inc/authkit-js dependency from v0.17.0 to v0.19.0 in the authkit-react library. This is a straightforward minor version upgrade that enables developers using authkit-react to access new features and improvements from the upstream authkit-js library.

The changes are minimal and only affect package management files:

  • Updated package.json with new authkit-js version
  • Updated package-lock.json with corresponding lock entries and integrity hashes

No source code modifications are required, and the upgrade maintains backward compatibility with the existing API since the authkit-react wrapper exposes public methods and types from authkit-js.

Confidence Score: 5/5

  • This PR is safe to merge with no issues identified. It's a straightforward dependency upgrade with correct lock file synchronization.
  • Score of 5 reflects that this is a simple, low-risk dependency upgrade. The changes only modify package management files with no source code alterations. The integrity hash in package-lock.json is correctly specified, and the upgrade is from a trusted npm registry for an official WorkOS library. No security vulnerabilities are introduced, and backward compatibility is maintained.
  • No files require special attention. Both changed files (package.json and package-lock.json) are correctly updated with consistent version references and valid integrity hashes.

Important Files Changed

Filename Overview
package.json Dependency version bumped from authkit-js v0.17.0 to v0.19.0. This is a straightforward, non-breaking minor version upgrade of the core authentication library that this React wrapper depends on.
package-lock.json Lock file correctly updated to reflect authkit-js v0.19.0 with matching integrity hash (sha512-/nyj2PrsV/dYJgtN+EBfKH8LUGeAXouH8nOOX/ybWe4i6yYacW3Txafbh35Ik7ze6rWbo7+ilVIURd14Ne/kCA==) and added MIT license metadata. No other dependencies affected.

Sequence Diagram

sequenceDiagram
    participant React App
    participant authkit-react v0.15.1
    participant authkit-js v0.19.0
    participant WorkOS API
    
    Note over React App,WorkOS API: Dependency Upgrade: authkit-js v0.17.0 → v0.19.0
    
    React App->>authkit-react v0.15.1: useAuth()
    authkit-react v0.15.1->>authkit-js v0.19.0: Create client (updated lib)
    authkit-js v0.19.0->>WorkOS API: API calls with new features
    WorkOS API-->>authkit-js v0.19.0: Auth responses
    authkit-js v0.19.0-->>authkit-react v0.15.1: User data & tokens
    authkit-react v0.15.1-->>React App: Auth context with enhanced features
Loading

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@nholden nholden merged commit 3b57ccf into main Jan 15, 2026
4 checks passed
@nholden nholden deleted the authkit-js-0-19-0 branch January 15, 2026 00:47
@nholden nholden mentioned this pull request Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants