Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.9.36.0.3 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: (in timezone Europe/Kiev)

  • Branch creation
    • At 06:00 PM through 11:59 PM and 12:00 AM through 09:59 AM (* 18-23,0-9 * * *)
  • 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 23, 2026

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

Copy link
Copy Markdown

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: d872f4e912

ℹ️ 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".

Comment thread package.json Outdated
"lint-staged": "16.3.3",
"tinybench": "6.0.0",
"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 Add rootDir before upgrading to TypeScript 6

Checked tsconfig.json and package.json: this repo emits from src/ into lib/ and publishes ./lib/index.js/./lib/index.d.ts, but tsconfig.json only sets outDir and include with no rootDir. In TypeScript 6, rootDir now defaults to the directory containing tsconfig.json, so pnpm run build will start emitting lib/src/index.js and lib/src/index.d.ts instead. That leaves the published exports/main/types paths pointing at files that no longer exist.

Useful? React with 👍 / 👎.

Comment thread package.json Outdated
"lint-staged": "16.3.3",
"tinybench": "6.0.0",
"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 Restore Node globals before taking the TypeScript 6 bump

I checked the TS 6 config changes against this repo’s sources: src/index.ts uses the global Buffer, while neither this tsconfig.json nor the pinned @shelf/tsconfig/backend base config defines compilerOptions.types. TypeScript 6 changes the default types to [], so after this dependency bump pnpm run build/pnpm run type-check will fail with Cannot find name 'Buffer' until we explicitly include the Node typings (for example via types: ["node"]).

Useful? React with 👍 / 👎.

@renovate renovate Bot force-pushed the renovate/major-typescript branch from d872f4e to 67697c3 Compare May 1, 2026 04:04
@renovate renovate Bot changed the title chore(deps): update dependency typescript to v6 chore(deps): update typescript to v6 Jun 2, 2026
@renovate renovate Bot changed the title chore(deps): update typescript to v6 chore(deps): update typescript (major) Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update typescript (major) chore(deps): update dependency typescript to v6 Jun 25, 2026
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