Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.9.26.0.3 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

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 is behind base branch, 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
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: 14f0c8f78b

ℹ️ 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.1.5",
"prettier": "3.6.2",
"typescript": "5.9.2"
"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 Set rootDir before taking the TypeScript 6 upgrade

TypeScript 6 changes the default rootDir to the directory containing tsconfig.json, and this repo does not override it (tsconfig.json only sets outDir: "lib" with include: ["src"]). After this bump, pnpm build will emit lib/src/index.js/lib/src/index.d.ts instead of lib/index.*, but the package entrypoints and downstream tooling are still hard-coded to lib/index.js (package.json:20-22, scripts/utils/bundler.js:13-14, tests/integration/lambda/handler.ts:3). From a clean install, that breaks prepack, build:lambda, and the published package layout unless rootDir is pinned explicitly.

Useful? React with 👍 / 👎.

@renovate renovate Bot force-pushed the renovate/major-typescript branch from 14f0c8f to fac2fab Compare April 12, 2026 22:31
@renovate renovate Bot force-pushed the renovate/major-typescript branch from fac2fab to ae3aa15 Compare May 1, 2026 04:43
@renovate renovate Bot force-pushed the renovate/major-typescript branch from ae3aa15 to 42d6089 Compare May 21, 2026 12:42
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 21, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
[WARN] The "pnpm" field in package.json is no longer read by pnpm. The following keys were ignored: "pnpm.overrides". See https://pnpm.io/settings for the new home of each setting.

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