Skip to content

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

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

chore(deps): update dependency typescript to v6#171
renovate[bot] wants to merge 4 commits into
mainfrom
renovate/typescript-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

microsoft/TypeScript (typescript)

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: 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 June 22, 2026 14:41
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch from 25bd764 to 513003c Compare June 23, 2026 15:19
@dtoxvanilla1991 dtoxvanilla1991 self-assigned this Jun 24, 2026
@dtoxvanilla1991

Copy link
Copy Markdown
Contributor

@copilot fix the build CI failure with minimal required changes. Check for any migration required since it is a major -v bump.

Copilot AI requested a review from a team as a code owner June 24, 2026 15:53

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@copilot fix the build CI failure with minimal required changes. Check for any migration required since it is a major -v bump.

Addressed in 89cc00e. The CI failure was from pnpm install running preparetsc, where TypeScript 6 rejects the deprecated moduleResolution: "Node" alias. I migrated tsconfig.json to moduleResolution: "Bundler" and added explicit Node typings for process. Local pnpm install, pnpm lint, pnpm build, and pnpm test:coverage now pass.

@renovate

renovate Bot commented Jun 24, 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.

@dtoxvanilla1991

Copy link
Copy Markdown
Contributor

@copilot resolve branch lock file conflict.

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve branch lock file conflict.

Resolved in 0ddb2a7. I merged origin/main, regenerated the conflicted lockfile against the merged dependency set, preserved the previously working @kinde/jwt-decoder 0.2.0 lock resolution, and verified pnpm install, pnpm lint, pnpm build, and pnpm test:coverage all pass.

@dtoxvanilla1991

Copy link
Copy Markdown
Contributor

@copilot resolve lock file branch conflict.

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve lock file branch conflict.

Addressed in e49ec2a. I merged the latest origin/main, resolved the recurring pnpm-lock.yaml branch conflict by keeping the already-validated lockfile state, and re-verified pnpm install --frozen-lockfile, pnpm lint, and pnpm test:coverage all pass.

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