Skip to content

build(deps-dev): bump typescript from 6.0.3 to 7.0.2 - #374

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2
Closed

build(deps-dev): bump typescript from 6.0.3 to 7.0.2#374
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 14, 2026

Copy link
Copy Markdown

Bumps typescript from 6.0.3 to 7.0.2.

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


@dependabot@github

dependabotBot commented on behalf of githubJul 14, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code semver-patch Bug or security fixes, mainly labels Jul 14, 2026
@dependabotdependabotBot added dependencies Pull requests that update a dependency file semver-patch Bug or security fixes, mainly javascript Pull requests that update javascript code labels Jul 14, 2026
@github-actions

github-actionsBot commented Jul 14, 2026

Copy link
Copy Markdown

Overall package size

Self size: 2.46 MB
Deduped: 3.16 MB
No deduping: 3.16 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | pprof-format | 2.2.2 | 500.53 kB | 500.53 kB | | source-map | 0.8.0 | 185.66 kB | 185.66 kB | | node-gyp-build | 4.8.4 | 13.86 kB | 13.86 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@datadog-official

This comment has been minimized.

Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 7.0.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 10ad07e to 8610f2bCompareJuly 21, 2026 20:36
@szegedi

Copy link
Copy Markdown

Closing this — TypeScript 7 can't be adopted yet.

TS 7 is the new native (Go) port, and it is not yet supported by typescript-eslint (and therefore not by gts, which our lint job runs). The latest published typescript-eslint (8.65.0) still caps its peer dependency at typescript >=4.8.4 <6.1.0, so npm run lint fails with:

Error: typescript-eslint does not support TS 7.0.

Upstream tracking issue: typescript-eslint/typescript-eslint#10940

(The lock-file-out-of-sync error that showed up in the lint job is a secondary symptom; even with that fixed, gts check fails on the toolchain incompatibility above.)

To stop this from being reopened until the ecosystem catches up, #380 adds a dependabot ignore rule for typescript major-version bumps.

@szegediszegedi closed this Jul 24, 2026
@dependabot@github

dependabotBot commented on behalf of githubJul 24, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch July 24, 2026 09:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript codesemver-patchBug or security fixes, mainly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@szegedi