build(deps-dev): bump typescript from 6.0.3 to 7.0.2 - #248
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
2 times, most recently
from
July 28, 2026 12:51
30a9b24 to
2c7cfda
Compare
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
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
from
August 3, 2026 14:59
2c7cfda to
35381e1
Compare
- Remove @tapjs/typescript plugin which is incompatible with TypeScript 7.x (uses old ts-node fork that fails with TS 7.x) - Rewrite test-types.mjs to use env -i when spawning tsc to avoid inheriting tap's ESM loader hooks which conflict with TS 7.x's ESM-only structure - Fix path resolution for both ESM and CJS test builds This also significantly improves test performance by removing unnecessary ts-node initialization overhead on every test file.
tap v21 pre-compiles plugins into the binary. The .taprc exclusion of @tapjs/typescript requires 'npx tap build' to take effect after npm ci. This fixes CI where the pre-built tap binary still loads @tapjs/typescript with its broken ts-node fork. Also fix Rollup warning: add node:util to test external list since test-types.mjs imports promisify from node:util.
MylesBorins
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
from
August 5, 2026 04:23
406041c to
3701b04
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.