Skip to content

chore(deps): update dependency typescript to v7#435

Open
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/typescript-7.x
Open

chore(deps): update dependency typescript to v7#435
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.9.37.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source

v6.0.3: TypeScript 6.0.3

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:

v6.0.2: TypeScript 6.0

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
renovate Bot force-pushed the renovate/typescript-7.x branch 13 times, most recently from 1c01da2 to 6b42eda Compare July 13, 2026 09:28
@pubkey

pubkey commented Jul 13, 2026

Copy link
Copy Markdown
Owner

@copilot fix these errors

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from 6b42eda to 6494e0a Compare July 13, 2026 13:13
- Change moduleResolution from 'node' to 'bundler' (node/node10 was removed in TS7)
- Add explicit rootDir in config/tsconfig.types.json (now required in TS7)

Copilot AI commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@copilot fix these errors

Fixed in commit fix: update tsconfig for TypeScript 7 compatibility. Two changes were needed:

  1. tsconfig.json: Changed moduleResolution from "node" to "bundler" — TypeScript 7 removed the node/node10 moduleResolution option. bundler is appropriate here since the project already uses allowImportingTsExtensions: true (which requires bundler, node16, or nodenext) and the source files use mixed import styles (some with .ts extensions, some without).

  2. config/tsconfig.types.json: Added explicit "rootDir": "../src" — TypeScript 7 now requires rootDir to be explicitly set when include paths are outside the config file's location.

Copilot AI requested a review from pubkey July 13, 2026 13:16
@renovate

renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

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.

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.

2 participants