You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
@workos/authkit-sessiondependency from version 0.5.2 to 0.5.3 across the project to ensure the latest fixes and improvements are included.Dependency updates:
@workos/authkit-sessionversion from 0.5.2 to 0.5.3 inpackage.json.@workos/authkit-sessionto 0.5.3 inpnpm-lock.yamlunderimporters,packages, andsnapshotssections. [1] [2] [3]