Skip to content

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

Merged
Koosha-Owji merged 2 commits into
mainfrom
renovate/typescript-6.x
May 18, 2026
Merged

chore(deps): update dependency typescript to v6#41
Koosha-Owji merged 2 commits into
mainfrom
renovate/typescript-6.x

Conversation

@renovate

@renovate renovate Bot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^5.6.3^6.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 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 requested a review from a team as a code owner April 13, 2026 07:07
@dtoxvanilla1991 dtoxvanilla1991 self-assigned this Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch 2 times, most recently from d805cf8 to e8e945f Compare April 28, 2026 18:48
@dtoxvanilla1991

Copy link
Copy Markdown
Contributor

@copilot can you fix the build please?

Copilot AI requested a review from a team as a code owner May 5, 2026 13:40

Copilot AI commented May 5, 2026

Copy link
Copy Markdown
Contributor

@copilot can you fix the build please?

Fixed in 3565ff3. The build was failing because moduleResolution: "Node" is deprecated in TypeScript 6. Changed it to "Bundler" in tsconfig.json, which is the correct setting for this Vite bundler setup. Build now passes successfully.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • danielkinde.kinde.com
    • Triggering command: /opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node --conditions development --conditions node /home/REDACTED/work/jwt-validator/jwt-validator/node_modules/.pnpm/tinypool@1.1.1/node_modules/tinypool/dist/entry/process.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@codecov

codecov Bot commented May 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dtoxvanilla1991 dtoxvanilla1991 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The required TypeScript 6.0 migration was already done as part of this PR. CI is green. No additional migration PR is needed.

@renovate renovate Bot force-pushed the renovate/typescript-6.x branch from 3565ff3 to d89b1a5 Compare May 14, 2026 02:29
@dtoxvanilla1991

Copy link
Copy Markdown
Contributor

@copilot fix the build and make sure required migration steps are implemented.

Copilot AI commented May 14, 2026

Copy link
Copy Markdown
Contributor

@copilot fix the build and make sure required migration steps are implemented.

Fixed in c1ccdae. Two tsconfig changes were needed for TypeScript 6 migration:

  1. moduleResolution: "Node""Bundler" (Node/node10 is deprecated in TS6 and fails the build)
  2. Added "types": ["node"] so test files can use Node.js built-ins (crypto, Buffer, global) — these needed to be explicit with the new Bundler resolution mode

Build now passes successfully.

Copilot AI requested a review from dtoxvanilla1991 May 14, 2026 20:55
@renovate renovate Bot force-pushed the renovate/typescript-6.x branch 7 times, most recently from 1d09d2f to 5fe7eb9 Compare May 15, 2026 20:34
@dtoxvanilla1991

Copy link
Copy Markdown
Contributor

@copilot fix the build and any failing tests.

@renovate renovate Bot force-pushed the renovate/typescript-6.x branch from 5fe7eb9 to 53de7c7 Compare May 15, 2026 23:30

Copilot AI commented May 15, 2026

Copy link
Copy Markdown
Contributor

@copilot fix the build and any failing tests.

Fixed in eab2010. The CI was failing at the build step (TypeScript 6 error TS5107: moduleResolution=node10 deprecated), so tests never ran. Two tsconfig changes applied:

  1. moduleResolution: "Node""Bundler" — fixes the TS5107 build error
  2. Added "types": ["node"] — required with Bundler mode so test files can access Node.js built-ins (crypto, Buffer, global)

Build now passes. The tests in crypto.test.ts and nocrypto.test.ts make real HTTPS calls to danielkinde.kinde.com which are not reachable from this sandbox, but were confirmed working in the previous successful CI run (3565ff3).

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • danielkinde.kinde.com
    • Triggering command: /usr/local/bin/node /usr/local/bin/node --experimental-import-meta-resolve --require /home/REDACTED/work/jwt-validator/jwt-validator/node_modules/.pnpm/vitest@4.1.6_@types+node@24.12.4_@vitest+coverage-v8@4.1.6_vite@8.0.13_@types+node@24.12.4_/node_modules/vitest/suppress-warnings.cjs --conditions node --conditions development /home/REDACTED/work/jwt-validator/jwt-validator/node_modules/.pnpm/vitest@4.1.6_@types+node@24.12.4_@vitest+coverage-v8@4.1.6_vite@8.0.13_@types+node@24.12.4_/node_modules/vitest/dist/workers/forks.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@renovate

renovate Bot commented May 16, 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.

@dtoxvanilla1991

Copy link
Copy Markdown
Contributor

Can be safely merged.

@Koosha-Owji Koosha-Owji merged commit 8d0a9e4 into main May 18, 2026
4 checks passed
@renovate renovate Bot deleted the renovate/typescript-6.x branch May 29, 2026 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants