Skip to content

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

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/typescript-6.x
Open

chore(deps): update dependency typescript to v6#544
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/typescript-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 26, 2026

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^5.9.3^6.0.3 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source


Configuration

📅 Schedule: (in timezone Europe/London)

  • 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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner March 26, 2026 17:46
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 26, 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: @kitajs/ts-html-plugin@4.1.4
npm error Found: typescript@6.0.3
npm error node_modules/typescript
npm error   dev typescript@"^6.0.3" from the root project
npm error   peer typescript@">= 4.3" from @swc-node/register@1.11.1
npm error   node_modules/@swc-node/register
npm error     dev @swc-node/register@"^1.11.1" from the root project
npm error   10 more (@typescript-eslint/eslint-plugin, ...)
npm error
npm error Could not resolve dependency:
npm error peer typescript@"^5.9.3" from @kitajs/ts-html-plugin@4.1.4
npm error node_modules/@kitajs/ts-html-plugin
npm error   @kitajs/ts-html-plugin@"^4.1.4" from the root project
npm error
npm error Conflicting peer dependency: typescript@5.9.3
npm error node_modules/typescript
npm error   peer typescript@"^5.9.3" from @kitajs/ts-html-plugin@4.1.4
npm error   node_modules/@kitajs/ts-html-plugin
npm error     @kitajs/ts-html-plugin@"^4.1.4" 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-04-20T01_47_26_234Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-20T01_47_26_234Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/typescript-6.x branch 6 times, most recently from ec64db6 to 357a932 Compare March 31, 2026 08:06
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch 3 times, most recently from 373673f to 07f4a3e Compare April 7, 2026 12:58
Copilot AI review requested due to automatic review settings April 20, 2026 01:47
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch from 07f4a3e to 7294b18 Compare April 20, 2026 01:47
@renovate renovate Bot review requested due to automatic review settings April 20, 2026 01:47
Copilot AI review requested due to automatic review settings April 20, 2026 09:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the repo’s TypeScript toolchain dependency to the v6 line (and updates the lockfile accordingly), which impacts compilation/typechecking and tooling that consumes the TypeScript compiler API.

Changes:

  • Bump typescript devDependency from ^5.9.3 to ^6.0.3
  • Update package-lock.json to reflect the new dependency graph
  • Bump package version 0.9.840.9.85

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates project version and TypeScript devDependency.
package-lock.json Locks TypeScript 6.0.3 and updates resolved dependency tree (including a nested TypeScript for @tsoa/cli).

Comment thread package.json
{
"name": "dtdl-visualisation-tool",
"version": "0.9.84",
"version": "0.9.85",
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

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

The PR updates TypeScript, but it also bumps the package version (0.9.84 → 0.9.85). This isn't mentioned in the PR description and affects the CLI/version endpoints that read from package.json; consider either documenting the version bump in the PR description or splitting it into a separate release/versioning change.

Copilot uses AI. Check for mistakes.
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 20, 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.

@Ellenn-A Ellenn-A added the triaged This issue or PR has been triaged label Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies npm triaged This issue or PR has been triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants