Skip to content

fix: update to authkit-session@0.5.3#96

Merged
nicknisi merged 1 commit into
mainfrom
nicknisi/session-update
Jun 4, 2026
Merged

fix: update to authkit-session@0.5.3#96
nicknisi merged 1 commit into
mainfrom
nicknisi/session-update

Conversation

@nicknisi

@nicknisi nicknisi commented Jun 4, 2026

Copy link
Copy Markdown
Member

This pull request updates the @workos/authkit-session dependency from version 0.5.2 to 0.5.3 across the project to ensure the latest fixes and improvements are included.

Dependency updates:

  • Updated the @workos/authkit-session version from 0.5.2 to 0.5.3 in package.json.
  • Updated the version and integrity hash for @workos/authkit-session to 0.5.3 in pnpm-lock.yaml under importers, packages, and snapshots sections. [1] [2] [3]

@devin-ai-integration devin-ai-integration Bot left a comment

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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps

greptile-apps Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the @workos/authkit-session dependency from 0.5.2 to 0.5.3 in both package.json and the pnpm lock file. The lock file also reflects a change in the package's declared Node.js engine requirement, relaxed from >=20.15.0 to >=20.0.0.

  • package.json: Version specifier updated from ^0.5.2 to ^0.5.3.
  • pnpm-lock.yaml: Resolved version, integrity hash (sha512), and snapshot entry all updated consistently to 0.5.3; the new package metadata lowers the minimum Node.js floor to >=20.0.0.

Confidence Score: 5/5

Safe to merge — only the @workos/authkit-session package version and its lock file entries change, with no modifications to application code.

The change is limited to a patch-version bump of one dependency. Both package.json and pnpm-lock.yaml are consistent with each other, integrity hashes are properly updated, and the relaxed Node.js engine floor broadens compatibility without introducing any risk.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps @workos/authkit-session specifier from ^0.5.2 to ^0.5.3; no other changes.
pnpm-lock.yaml Lock file updated to resolve @workos/authkit-session@0.5.3 with a new integrity hash; also reflects a relaxed Node.js engine floor from >=20.15.0 to >=20.0.0 in the new package metadata.

Sequence Diagram

sequenceDiagram
    participant App as authkit-tanstack-start
    participant Session as @workos/authkit-session@0.5.3
    participant Node as @workos-inc/node@8.13.0

    App->>Session: import session utilities
    Session->>Node: resolve WorkOS API calls
    Node-->>Session: return auth data
    Session-->>App: session management (updated 0.5.2→0.5.3)
Loading

Reviews (1): Last reviewed commit: "fix: update to authkit-session@0.5.3" | Re-trigger Greptile

@nicknisi nicknisi merged commit d8acfc0 into main Jun 4, 2026
6 checks passed
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