Skip to content

v7.82.0#1443

Merged
nicknisi merged 2 commits intomainfrom
release/v7.82.0
Jan 9, 2026
Merged

v7.82.0#1443
nicknisi merged 2 commits intomainfrom
release/v7.82.0

Conversation

@nicknisi
Copy link
Member

@nicknisi nicknisi commented Jan 9, 2026

Description

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@nicknisi nicknisi requested a review from a team as a code owner January 9, 2026 22:02
@nicknisi nicknisi requested a review from tribble January 9, 2026 22:02
Copy link
Contributor

@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.

Greptile Overview

Greptile Summary

This is a version bump from 7.81.0 to 7.82.0. The changes include:

  1. Version updates across package.json, package-lock.json, and src/workos.ts
  2. Snapshot updates in sso.spec.ts.snap to reflect the new version in User-Agent headers
  3. Automatic peer dependency flags added by npm to package-lock.json for packages that are peer dependencies of installed dev dependencies but not direct dependencies (@babel/core, browserslist, jest, typescript)

The peer dependency additions in package-lock.json are automatically generated by npm's dependency resolution algorithm (lockfileVersion 3) and indicate that these packages are peer dependencies of other installed packages. TypeScript is listed as both a devDependency in package.json and marked with "peer": true in package-lock.json because it's also a peer dependency of ts-jest.

Confidence Score: 5/5

  • This is a safe version bump with no functional changes
  • All changes are consistent version updates across files. The package-lock.json peer dependency additions are automatic npm behavior. Test snapshots correctly reflect the version change. No code logic changes, security issues, or breaking changes introduced.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bumped from 7.81.0 to 7.82.0, no other changes
src/workos.ts 5/5 VERSION constant updated from 7.81.0 to 7.82.0
src/sso/snapshots/sso.spec.ts.snap 5/5 Test snapshots updated to reflect new version in User-Agent headers
package-lock.json 5/5 Version updated and automatic peer dependency flags added by npm for @babel/core, browserslist, jest, and typescript

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PJ as package.json
    participant WOS as src/workos.ts
    participant NPM as npm
    participant Lock as package-lock.json
    participant Tests as Test Snapshots
    
    Dev->>PJ: Update version to 7.82.0
    Dev->>WOS: Update VERSION constant to 7.82.0
    Dev->>NPM: Run npm install
    NPM->>Lock: Update version to 7.82.0
    NPM->>Lock: Add peer dependency flags
    Dev->>Tests: Run tests
    Tests->>Tests: Update snapshots with new User-Agent
    Note over Tests: User-Agent: workos-node/7.82.0/fetch
Loading

@nicknisi nicknisi merged commit 24b8ea8 into main Jan 9, 2026
7 checks passed
@nicknisi nicknisi deleted the release/v7.82.0 branch January 9, 2026 22:14
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