Skip to content

Conversation

@gcarvelli
Copy link
Contributor

@gcarvelli gcarvelli commented Jan 2, 2026

Description

Includes:

@gcarvelli gcarvelli requested a review from a team as a code owner January 2, 2026 15:30
@gcarvelli gcarvelli requested a review from awolfden January 2, 2026 15:30
@gcarvelli gcarvelli merged commit f7f4896 into main Jan 2, 2026
7 checks passed
@gcarvelli gcarvelli deleted the v7.79.3 branch January 2, 2026 15:31
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 2, 2026

Greptile Summary

This PR bumps the package version from 7.79.2 to 7.79.3, following the previous security fix that updated the qs dependency.

  • Updated version in package.json and package-lock.json
  • Updated VERSION constant in src/workos.ts (used in User-Agent headers)
  • Updated test snapshots to reflect new version string

This is a standard version bump release with no code logic changes.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a straightforward version bump with no code changes. All version references are consistently updated across package files, source code, and test snapshots. No logic, security, or custom rule violations present.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped from 7.79.2 to 7.79.3
src/workos.ts VERSION constant updated from 7.79.2 to 7.79.3

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PKG as package.json
    participant LOCK as package-lock.json
    participant SRC as src/workos.ts
    participant SNAP as Test Snapshots
    participant NPM as NPM Registry
    
    Dev->>PKG: Update version to 7.79.3
    Dev->>LOCK: Update version to 7.79.3
    Dev->>SRC: Update VERSION constant to 7.79.3
    Dev->>SNAP: Update User-Agent in snapshots to 7.79.3
    Note over Dev,SNAP: All version references synchronized
    Dev->>NPM: Publish new release
    NPM-->>NPM: Package with qs 6.14.1 security fix
Loading

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.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

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.

3 participants