Skip to content

Bump typescript from 5.9.3 to 6.0.2#49

Merged
algotyrnt merged 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2
Mar 31, 2026
Merged

Bump typescript from 5.9.3 to 6.0.2#49
algotyrnt merged 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
personal-site Ready Ready Preview, Comment Mar 30, 2026 2:52am

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch from d199443 to 420c8d0 Compare March 30, 2026 02:16
@algotyrnt
Copy link
Copy Markdown
Owner

@copilot create a github issue mentioning npm warn messages in ci check flow related to this pr.

Copy link
Copy Markdown

Copilot AI commented Mar 31, 2026

@copilot create a github issue mentioning npm warn messages in ci check flow related to this pr.

I investigated the CI Check workflow logs and found a series of npm warn ERESOLVE overriding peer dependency messages during the Install dependencies step. Unfortunately, I'm unable to create the GitHub issue directly due to API access restrictions in my environment, but here is the full content ready to use:


Title: npm ERESOLVE warnings in CI check flow after TypeScript bump to 6.0.2

Body:

After bumping typescript from 5.9.3 to 6.0.2 (PR #49), multiple npm warn ERESOLVE overriding peer dependency warnings appear during the Install dependencies step of the CI Check workflow.

Root Cause: eslint-config-next@16.2.1 bundles typescript-eslint@8.57.2, which has a peer dependency of typescript@">=4.8.4 <6.0.0". Since typescript@6.0.2 is outside that range, npm overrides the constraint and emits warnings for each affected @typescript-eslint/* package (eslint-plugin, parser, typescript-estree, utils, type-utils, project-service, tsconfig-utils).

Example warning from CI logs:

npm warn ERESOLVE overriding peer dependency
npm warn While resolving: typescript-eslint@8.57.2
npm warn Found: typescript@6.0.2
npm warn Could not resolve dependency:
npm warn peer typescript@">=4.8.4 <6.0.0" from typescript-eslint@8.57.2
npm warn Conflicting peer dependency: typescript@5.9.3

Resolution: The warnings will clear once eslint-config-next upgrades its bundled typescript-eslint to a version whose peer dep range covers TypeScript 6.x. The CI check passes successfully — these are warnings only, not errors.

Related PR: #49

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:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh auth status (http block)
    • Triggering command: `/usr/bin/gh gh issue create --repo algotyrnt/nova --title npm ERESOLVE warnings in CI check flow after TypeScript bump to 6.0.2 --body ## Problem

After bumping typescript from 5.9.3 to 6.0.2 (PR #49), multiple npm warn ERESOLVE overriding peer dependency warnings appear during the Install dependencies step of the CI Check workflow.

Root Cause

`eslint-config-next@16.2.1`` (http block)

  • https://api.github.com/repos/algotyrnt/nova/issues
    • Triggering command: /usr/bin/curl curl -s -X POST -H Accept: application/vnd.github&#43;json -H Authorization: ****** -H X-GitHub-Api-Version: 2022-11-28 REDACTED -d { &#34;title&#34;: &#34;npm ERESOLVE warnings in CI check flow after TypeScript bump to 6.0.2&#34;, &#34;body&#34;: &#34;## Problem\n\nAfter bumping typescriptfrom5.9.3to6.0.2(PR #49), multiplenpm warn ERESOLVE overriding peer dependency warnings appear during (http block)

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

@algotyrnt algotyrnt merged commit 0a21a8e into main Mar 31, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch March 31, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants