Skip to content

Update dependency typescript to v6#50

Merged
davidjgoss merged 5 commits into
mainfrom
renovate/typescript-6.x
May 20, 2026
Merged

Update dependency typescript to v6#50
davidjgoss merged 5 commits into
mainfrom
renovate/typescript-6.x

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.8.3^6.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

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:

v5.9.2: TypeScript 5.9

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: 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 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 23, 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: typedoc@0.28.7
npm error Found: typescript@6.0.3
npm error node_modules/typescript
npm error   dev typescript@"^6.0.0" from the root project
npm error   peer typescript@">=2.7" from ts-node@10.9.2
npm error   node_modules/ts-node
npm error     dev ts-node@"^10.9.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@"5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x" from typedoc@0.28.7
npm error node_modules/typedoc
npm error   dev typedoc@"^0.28.7" from the root project
npm error
npm error Conflicting peer dependency: typescript@5.8.3
npm error node_modules/typescript
npm error   peer typescript@"5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x" from typedoc@0.28.7
npm error   node_modules/typedoc
npm error     dev typedoc@"^0.28.7" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-05-18T13_52_44_746Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-05-18T13_52_44_746Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/typescript-6.x branch 2 times, most recently from 337b52e to aea2510 Compare March 28, 2026 07:04
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch 2 times, most recently from 6c45370 to 1060127 Compare April 30, 2026 14:35
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch 4 times, most recently from a5bf386 to 066e8da Compare May 14, 2026 12:15
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch from 066e8da to 64f8589 Compare May 17, 2026 06:32
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch from 64f8589 to ac58348 Compare May 17, 2026 06:36
TS 6 requires `rootDir` to be set explicitly when `outDir` is used
and the common source root would otherwise be inferred. The lockfile
also needed regenerating against the bumped package.json range.
typedoc 0.28.7's peer range stops at typescript 5.8.x; 0.28.19 widens
it to 6.0.x. TypeScript 6 also stopped auto-including transitive
@types/* packages, so @types/node is now a direct devDep and the
tsconfig lists the test-runner types explicitly.
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 19, 2026

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.

It's only consulted when emitting, which only the build config does.
@davidjgoss davidjgoss merged commit 5ea4481 into main May 20, 2026
13 checks passed
@davidjgoss davidjgoss deleted the renovate/typescript-6.x branch May 20, 2026 07:27
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