Skip to content

Update dependency typescript to v6 - #121

Merged
firecow merged 2 commits into
mainfrom
renovate/typescript-6.x
May 10, 2026
Merged

Update dependency typescript to v6#121
firecow merged 2 commits into
mainfrom
renovate/typescript-6.x

Conversation

@renovate

@renovate renovate Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.x6.x age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 of the month, every 3 months (* * 1 */3 *)
  • 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.

👻 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 commented Apr 1, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: @typescript-eslint/eslint-plugin@8.56.0
npm error Found: typescript@6.0.3
npm error node_modules/typescript
npm error   dev typescript@"6.x" from the root project
npm error   peer typescript@">=4.8.4" from ts-api-utils@2.4.0
npm error   node_modules/ts-api-utils
npm error     ts-api-utils@"^2.4.0" from @typescript-eslint/eslint-plugin@8.56.0
npm error     node_modules/@typescript-eslint/eslint-plugin
npm error       dev @typescript-eslint/eslint-plugin@"8.x" from the root project
npm error       1 more (typescript-eslint)
npm error     ts-api-utils@"^2.4.0" from @typescript-eslint/type-utils@8.56.0
npm error     node_modules/@typescript-eslint/type-utils
npm error       @typescript-eslint/type-utils@"8.56.0" from @typescript-eslint/eslint-plugin@8.56.0
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         dev @typescript-eslint/eslint-plugin@"8.x" from the root project
npm error         1 more (typescript-eslint)
npm error     1 more (@typescript-eslint/typescript-estree)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <6.0.0" from @typescript-eslint/eslint-plugin@8.56.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   dev @typescript-eslint/eslint-plugin@"8.x" from the root project
npm error   @typescript-eslint/eslint-plugin@"8.56.0" from typescript-eslint@8.56.0
npm error   node_modules/typescript-eslint
npm error     dev typescript-eslint@"^8.46.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@">=4.8.4 <6.0.0" from @typescript-eslint/eslint-plugin@8.56.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"8.x" from the root project
npm error     @typescript-eslint/eslint-plugin@"8.56.0" from typescript-eslint@8.56.0
npm error     node_modules/typescript-eslint
npm error       dev typescript-eslint@"^8.46.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-29T10_12_02_923Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-29T10_12_02_923Z-debug-0.log

renovate Bot and others added 2 commits May 10, 2026 10:33
TS 6 deprecates moduleResolution: "node". Switch to "nodenext"
which matches the runtime: this is an ESM Node.js app
("type": "module" with .js extensions on every import).

Side-effects of stricter ESM-aware resolution:
- ajv/dist/jtd default-import no longer works against the CJS
  module shape; switch to the named {Ajv} export.
- yaml.load returns unknown, which now propagates through
  loadSwarmAppConfig; pin its return type to SwarmAppConfig
  (the Ajv validate guard already narrows it on success).
- isolatedModules required for ts-jest under nodenext.
@firecow
firecow force-pushed the renovate/typescript-6.x branch from dbc6d06 to 0f4ef1d Compare May 10, 2026 08:38
@renovate

renovate Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor Author

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.

@firecow
firecow merged commit 3cb1d71 into main May 10, 2026
4 checks passed
@firecow
firecow deleted the renovate/typescript-6.x branch May 10, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant