Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-typescript
Open

chore(deps): update dependency typescript to v6#196
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-typescript

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2026

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.9.36.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - At 06:00 PM through 11:59 PM and 12:00 AM through 09:59 AM ( * 18-23,0-9 * * * ) in timezone Europe/Kiev, 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 added the backend label Mar 24, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 161568fd3a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"prettier": "3.8.1",
"ts-node": "10.9.2",
"typescript": "5.9.3"
"typescript": "6.0.2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Pin rootDir before upgrading to TypeScript 6

Upgrading to TypeScript 6 changes tsc's default rootDir behavior, and this repo currently has no explicit rootDir in tsconfig.json (only outDir: "lib" with include: ["src"] at tsconfig.json:10-14). That means emit paths shift from lib/index.* to lib/src/index.*, but package.json still exports lib/index.js/lib/index.d.ts, so consumers will fail to resolve the package entry points after build/publish unless rootDir is set (e.g. "./src") or export paths are updated.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

0 participants