Skip to content

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

Merged
elibosley merged 2 commits intomainfrom
renovate/typescript-6.x
Mar 24, 2026
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2026

Manual follow-up

  • Added explicit rootDir: "src" in tsconfig.json to fix the TypeScript 6 TS5011 declaration build failure.
  • Refreshed checked-in dist/types.d.ts to match TypeScript 6 declaration output.
  • Verified pnpm install --frozen-lockfile, pnpm build, and pnpm test locally.

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^5.3.3^6.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

renovate bot and others added 2 commits March 24, 2026 16:13
- Purpose: keep declaration builds working after the PR upgrades TypeScript from v5 to v6.
- Before: \tsconfig.json(8,25): error TS6046: Argument for '--moduleResolution' option must be: 'node', 'classic', 'node16', 'nodenext'.
tsconfig.json(9,5): error TS5023: Unknown compiler option 'allowImportingTsExtensions'.
tsconfig.json(10,5): error TS5070: Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy. inferred the common source directory and CI failed with TS5011 under TypeScript 6.
- Why that was a problem: the PR branch looked green locally with stale dependencies, but the actual CI environment installs the new compiler and the build stopped before publish.
- What this change accomplishes: it makes the source layout explicit so declaration emit remains stable on TypeScript 6.
- How it works: set \rootDir\: \src\ in \ to match the package entrypoints and output structure.
@elibosley elibosley force-pushed the renovate/typescript-6.x branch from c2ab165 to d936c90 Compare March 24, 2026 20:14
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 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.

@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.08%. Comparing base (637132e) to head (d936c90).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #43      +/-   ##
===========================================
- Coverage   100.00%   99.08%   -0.92%     
===========================================
  Files            3        3              
  Lines          109      109              
  Branches        30       30              
===========================================
- Hits           109      108       -1     
- Misses           0        1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@elibosley elibosley merged commit 5b1958b into main Mar 24, 2026
3 of 4 checks passed
@elibosley elibosley deleted the renovate/typescript-6.x branch March 24, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant