Skip to content

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

Merged
willeastcott merged 1 commit into
mainfrom
renovate/major-all-npm-dependencies
Apr 29, 2026
Merged

chore(deps): update dependency typescript to v6#144
willeastcott merged 1 commit into
mainfrom
renovate/major-all-npm-dependencies

Conversation

@renovate

@renovate renovate Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.9.36.0.3 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday at 10:00am"
  • 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.

willeastcott added a commit that referenced this pull request Apr 29, 2026
TypeScript 6.0 makes several previously-implicit settings explicit
errors. Update tsconfig so the build passes on both 5.x and 6.x:

- moduleResolution: replace deprecated "node" (alias of "node10",
  removed in TS 7) with "bundler", which matches the Rollup build and
  pairs with "module": "esnext".
- rootDir: set explicitly to "./src" — TS 6 requires it (TS5011) and
  no longer infers it from the input set.
- strictNullChecks: set false to preserve the project's existing
  non-strict behavior (TS 6 changed the default), avoiding a wider
  refactor in this dependency-bump PR.

Unblocks the renovate TS 6 upgrade in #144.

Made-with: Cursor
@willeastcott willeastcott self-assigned this Apr 29, 2026
@willeastcott willeastcott added the dependencies Pull requests that update a dependency file label Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/major-all-npm-dependencies branch from 0d0663f to 9e955af Compare April 29, 2026 14:33
@willeastcott willeastcott merged commit 9407d5f into main Apr 29, 2026
2 checks passed
@willeastcott willeastcott deleted the renovate/major-all-npm-dependencies branch April 29, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant