Conversation
Greptile OverviewGreptile SummaryThis PR upgrades dependencies to their stable versions with minimal risk: Key Changes
Security Review
Impact Assessment
The formatting changes are purely cosmetic and don't affect functionality. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PKG as package.json
participant PNPM as pnpm-lock.yaml
participant WOS as @workos-inc/node
participant VT as vitest
participant PR as prettier
Note over Dev,PR: Dependency Update Flow
Dev->>PKG: Update @workos-inc/node: 8.0.0-rc.5 → 8.0.0
Dev->>PKG: Update vitest: 4.0.10 → 4.0.17
Dev->>PKG: Update @vitest/coverage-v8: 4.0.10 → 4.0.17
Dev->>PKG: Update prettier: 3.6.2 → 3.7.4
Dev->>PNPM: Run pnpm install
PNPM->>WOS: Resolve @workos-inc/node@8.0.0
WOS-->>PNPM: Return stable package (iron-webcrypto, jose)
PNPM->>VT: Resolve vitest@4.0.17
Note over VT: Replace debug with obug
Note over VT: Replace @types/debug with @opentelemetry/api
VT-->>PNPM: Return updated test framework
PNPM->>PR: Resolve prettier@3.7.4
PR-->>PNPM: Return formatter with new rules
PNPM->>PNPM: Update lock file with new integrity hashes
Dev->>PR: Run prettier format
PR->>PKG: Format src/core/client/types.ts
Note over PKG: Reformat interface extends to single line
PR->>PKG: Format src/core/session/CookieSessionStorage.ts
Note over PKG: Reformat generic parameters across multiple lines
Note over Dev,PR: All changes applied successfully
|
Summary
@workos-inc/nodefrom 8.0.0-rc.5 to stable 8.0.0