Skip to content

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

Merged
t-monaghan merged 1 commit intorenovate/rollupfrom
renovate/update/typescript-6.x
Apr 9, 2026
Merged

chore(deps): update dependency typescript to v6#160
t-monaghan merged 1 commit intorenovate/rollupfrom
renovate/update/typescript-6.x

Conversation

@cultureamp-renovate
Copy link
Copy Markdown
Contributor

@cultureamp-renovate cultureamp-renovate Bot commented Mar 27, 2026

Working with Renovate for Culture Amp

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) ^5.9.3 -> ^6.0.2 age adoption passing confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.2: TypeScript 6.0

Compare Source

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

Downloads are available on:


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@t-monaghan
Copy link
Copy Markdown
Contributor

🤖 Is this safe to merge? (according to Claude)

This is a major version bump (typescript 5.9.3 → 6.0.2). TypeScript 6 includes many breaking changes around default compiler options, removed module formats, and deprecated settings. However, none of them affect this project because the tsconfig is already explicitly configured for all the settings that changed defaults.

Breaking changes assessed:

  • strict default → true: Already explicitly true via @tsconfig/node16 base config — tsconfig.json:2
  • module default → esnext: Already explicitly node16 via base config — tsconfig.json:2
  • target default → es2025: Already explicitly es2021 via base config — tsconfig.json:2
  • types default → []: Already explicitly set to ["node", "jest"]tsconfig.json:19
  • moduleResolution node10 deprecated: This project uses Node16tsconfig.json:10
  • esModuleInterop always enabled: Already true via base config — no action needed
  • --target es5 deprecated: Using es2021 — not affected
  • --outFile removed: Not used in this project
  • Legacy module Foo {} syntax: No usages found in codebase
  • assert import syntax deprecated: No usages found in codebase

All CI checks (test, test-integration, build, eslint, prettier) are passing

This looks safe to merge.


This comment was generated by the Claude Renovate plugin triage-renovate-pr skill

@t-monaghan t-monaghan force-pushed the renovate/update/typescript-6.x branch from 28fece4 to b7a97df Compare April 9, 2026 05:29
@t-monaghan t-monaghan enabled auto-merge April 9, 2026 05:30
@t-monaghan t-monaghan merged commit 1a4e8a7 into renovate/rollup Apr 9, 2026
5 checks passed
@cultureamp-renovate cultureamp-renovate Bot deleted the renovate/update/typescript-6.x branch April 10, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant