Skip to content

chore(deps): update dependency typescript to v6#1554

Merged
gjtorikian merged 6 commits intomainfrom
renovate/typescript-6.x
Apr 17, 2026
Merged

chore(deps): update dependency typescript to v6#1554
gjtorikian merged 6 commits intomainfrom
renovate/typescript-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 15, 2026

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.9.36.0.3 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

microsoft/TypeScript (typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on the 15th day of the month before 12pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by CodeRabbit

  • Chores
    • Updated TypeScript to 6.0.3 and bumped TypeScript ESLint dev dependencies.
    • Adjusted TypeScript compiler module resolution configuration by removing the project base URL.

@renovate renovate bot requested review from a team as code owners April 15, 2026 05:16
@renovate renovate bot requested a review from robertLichtnow April 15, 2026 05:16
@renovate renovate bot force-pushed the renovate/typescript-6.x branch from 338ae11 to f2ab99b Compare April 17, 2026 00:12
…bility

The baseUrl option is deprecated in TypeScript 6 and no imports depend on it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 17, 2026

Warning

Rate limit exceeded

@gjtorikian has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 52 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 10 minutes and 52 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: be247c8c-4dfa-4aaa-b533-d2b9ede76f4e

📥 Commits

Reviewing files that changed from the base of the PR and between 4c74fdf and 54c4293.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json
📝 Walkthrough

Walkthrough

TypeScript devDependency bumped from 5.9.3 to 6.0.3 and related @typescript-eslint packages updated in package.json. tsconfig.json had its baseUrl compiler option removed. No other dependencies, scripts, or configuration entries changed.

Changes

Cohort / File(s) Summary
Dependency updates
package.json
Bumped typescript from 5.9.3 to 6.0.3; updated @typescript-eslint/parser and typescript-eslint devDependencies from ^8.46.0 to ^8.58.0. No other packages, scripts, or config fields changed.
TypeScript config
tsconfig.json
Removed baseUrl (".") from compilerOptions; all other compiler options left unchanged.
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is auto-generated by Renovate and contains version change details and release notes but lacks sections required by the template (Description, Documentation, and the [Yes/No] checkbox for docs changes). Add the missing Description section explaining the TypeScript v6 upgrade and its implications, and complete the Documentation section with a Yes/No checkbox indicating whether API reference or code snippet updates are needed.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The PR title accurately reflects the main change: updating TypeScript from v5 to v6. It is specific, concise, and correctly summarizes the primary objective of the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/typescript-6.x

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@package.json`:
- Line 85: The package.json currently pins TypeScript to 6.0.3 but still uses
older `@typescript-eslint` packages; update `@typescript-eslint/parser` and
`@typescript-eslint/eslint-plugin` (or typescript-eslint) to versions ^8.58.0 so
their peer dependency range includes TypeScript 6.x; locate the dependencies for
`@typescript-eslint/parser` and `@typescript-eslint/eslint-plugin` (or
typescript-eslint) in package.json and change their versions to ^8.58.0, then
run npm/yarn install and re-run linting to confirm no peer dependency errors.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 82f84e67-7cf7-4601-975d-8d2ed922ae8f

📥 Commits

Reviewing files that changed from the base of the PR and between 2dc7bdc and 7b69f02.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • package.json
  • tsconfig.json
💤 Files with no reviewable changes (1)
  • tsconfig.json

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 17, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

gjtorikian and others added 3 commits April 17, 2026 13:48
Update @typescript-eslint/parser and typescript-eslint from ^8.46.0 to
^8.58.0 to satisfy peer dependency requirements for TypeScript 6.x.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Take @types/node ~22 and engines >=22.11.0 from main, keep
@typescript-eslint packages at ^8.58.0 for TypeScript 6 support.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@package.json`:
- Line 85: The package.json currently pins "typescript": "6.0.3" and your
typecheck script fails to find Jest types; update package.json to use a caret
range for TypeScript (change "typescript": "6.0.3" to "typescript": "^6.0.3")
for consistency and either upgrade `@types/jest` to a TypeScript 6-compatible
release (bump "@types/jest" to a compatible version) or adjust tsconfig.json's
"types" (or "typeRoots") so Jest typings are included; locate the "typecheck"
script in package.json and the tsconfig.json "types" array to make the
corresponding change.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: ff5a532a-f6d0-4116-b8e1-39fa51f64b44

📥 Commits

Reviewing files that changed from the base of the PR and between 7b69f02 and 3908462.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Comment thread package.json Outdated
"tsx": "^4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "^8.46.0"
"typescript": "6.0.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify TypeScript 6.0 build and typecheck compatibility

echo "=== Running typecheck script ==="
npm run typecheck

echo -e "\n=== Running build script ==="
npm run build

echo -e "\n=== Checking for TypeScript compiler errors in strict mode ==="
# Look for common TS 6.0 strictness issues in the flagged files
rg -n "\\[key: string\\]: any" src/vault/interfaces/key.interface.ts
rg -n "as unknown as" src/webhooks/webhooks.ts  
rg -n "as any" src/common/utils/runtime-info.spec.ts

Repository: workos/workos-node

Length of output: 1122


🏁 Script executed:

cat -n package.json | grep -A 5 -B 5 "jest"

Repository: workos/workos-node

Length of output: 1279


🏁 Script executed:

cat -n package.json | sed -n '80,95p'

Repository: workos/workos-node

Length of output: 534


🏁 Script executed:

# Check if there's a tsconfig.json with jest types
cat tsconfig.json | grep -A 10 "types"

Repository: workos/workos-node

Length of output: 138


🏁 Script executed:

git log --oneline package.json | head -5

Repository: workos/workos-node

Length of output: 142


🏁 Script executed:

# Check the previous TypeScript version
git show HEAD~1:package.json | grep -A 2 -B 2 '"typescript"'

Repository: workos/workos-node

Length of output: 98


🏁 Script executed:

# Check current git status and recent changes
git status

Repository: workos/workos-node

Length of output: 261


🏁 Script executed:

# Check if there's a git diff showing the changes
git diff HEAD package.json | head -30

Repository: workos/workos-node

Length of output: 44


🏁 Script executed:

# Look at the commit that updated TypeScript
git show 3908462:package.json | grep -A 2 -B 2 '"typescript"'

Repository: workos/workos-node

Length of output: 175


🏁 Script executed:

# Check what the jest types error actually means
# Try to see if there's a mismatch between jest version and `@types/jest`
npm ls jest `@types/jest`

Repository: workos/workos-node

Length of output: 117


🏁 Script executed:

# Check if there are any known issues with TypeScript 6.0 and `@types/jest` 30.0.0
# by looking at the jest configuration in package.json
cat -n package.json | grep -A 20 '"jest"'

Repository: workos/workos-node

Length of output: 1434


Address TypeScript 6.0 jest types compatibility issue and version pinning inconsistency.

Two issues to resolve:

  1. TypeScript 6.0 + jest types incompatibility: The typecheck script fails with "Cannot find type definition file for 'jest'" despite @types/jest being listed in devDependencies. This appears to be a breaking change between TypeScript 6.0.3 and @types/jest 30.0.0. Consider:

    • Upgrading @types/jest to a TypeScript 6.0-compatible version, or
    • Updating tsconfig.json's types configuration
  2. Version pinning inconsistency: This line uses exact version 6.0.3 while all other devDependencies use caret ranges (e.g., ^8.58.0, ^30.0.0). Change to ^6.0.3 for consistency unless exact pinning is intentional.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@package.json` at line 85, The package.json currently pins "typescript":
"6.0.3" and your typecheck script fails to find Jest types; update package.json
to use a caret range for TypeScript (change "typescript": "6.0.3" to
"typescript": "^6.0.3") for consistency and either upgrade `@types/jest` to a
TypeScript 6-compatible release (bump "@types/jest" to a compatible version) or
adjust tsconfig.json's "types" (or "typeRoots") so Jest typings are included;
locate the "typecheck" script in package.json and the tsconfig.json "types"
array to make the corresponding change.

Change "typescript": "6.0.3" to "typescript": "^6.0.3" for consistency
with all other devDependencies in package.json.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@gjtorikian gjtorikian merged commit 098dad1 into main Apr 17, 2026
8 checks passed
@gjtorikian gjtorikian deleted the renovate/typescript-6.x branch April 17, 2026 19: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.

1 participant