Skip to content

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

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

chore(deps): update dependency typescript to v7#88
renovate[bot] wants to merge 2 commits into
mainfrom
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) ^6.0.0^7.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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
renovate Bot requested a review from a team as a code owner July 9, 2026 23:14
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dtoxvanilla1991 dtoxvanilla1991 self-assigned this Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 27 times, most recently from 612a679 to d54ea7a Compare July 14, 2026 21:43
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from d54ea7a to d9b8395 Compare July 14, 2026 22:29
@dtoxvanilla1991

Copy link
Copy Markdown
Contributor

@copilot add minimal viable migration required for this TS major -v upgrade.

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from d9b8395 to 074f1e0 Compare July 14, 2026 22:32
Copilot AI requested a review from a team as a code owner July 14, 2026 22:35

Copilot AI commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@copilot add minimal viable migration required for this TS major -v upgrade.

Done in commit chore: migrate to TypeScript 7 - verbatimModuleSyntax and type-only imports.

The minimal viable migration includes:

  1. tsconfig.json — replaced isolatedModules: true with verbatimModuleSyntax: true (the TypeScript 7 recommended setting for bundler environments; ensures type-only imports/exports are explicitly annotated) and removed useDefineForClassFields: true (now the default for ES2022+ targets in TS7).

  2. lib/tests/genetic.test.ts — changed import { JWKS } to import type { JWKS } since JWKS is a TypeScript interface; required by verbatimModuleSyntax.

@renovate

renovate Bot commented Jul 15, 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