build(deps-dev): bump typescript from 5.9.3 to 7.0.2 - #66
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
from
July 13, 2026 09:46
4983120 to
8e5ebe3
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.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 11, 2026 17:42
8e5ebe3 to
60b842e
Compare
jamesaphoenix
added a commit
that referenced
this pull request
Aug 14, 2026
) CI was red on main from a timeout in ralph-watchdog-script.test.ts, and nine Dependabot PRs were open. CI fix. The watchdog tests budget up to 31s of internal waiting (8s lock + 15s exit + 8s release) but inherited vitest's global 10s testTimeout, so vitest killed each test long before its own guards could run. They passed only when everything happened fast and timed out under CI load. Both files that race real subprocesses now declare an explicit per-test timeout above their internal budget, matching what the other process-spawning suites here already do. Dependency upgrades, all verified by the full suite (5135 passing): - actions/setup-node v6 -> v7, actions/cache v5 -> v6 (#69, #60) - @types/node 25 -> 26 (#75) - jsdom 29 -> 30, @testing-library/jest-dom 6 -> 7 (#74, #73) Hono removal instead of the bump (#72). hono and @hono/node-server were declared by the dashboard but imported only from server/index.js, a compiled artifact from February that had been superseded by server/index.ts and left checked in. The stale .js/.d.ts/.map files are deleted and both Hono packages dropped, which also settles CLAUDE.md Rule 10. Hono remains present transitively via @modelcontextprotocol/sdk; nothing in tx uses it. release.yml only triggers on plain semver tags now. 'v*' also matched scratch tags, which started the full four-target binary matrix and failed noisily when such a tag was removed. Deferred, with evidence, rather than merged: - Effect 3.19 -> 3.22 (#70) regresses worker orchestration badly. test/integration/run-worker.test.ts: 10/10 in 11.4s on 3.19.16, versus 9/10 with a hang in 215.6s on 3.22.1. Reproduced in isolation and bisected by reverting only the Effect versions. - fumadocs-mdx 14 -> 15 (#71) cascades: it needs fumadocs-core >=16.7, whose stylesheet emits an -inset-s-4 utility that Tailwind rejects even at 4.3.3, so the docs build fails regardless of the Next version. - typescript 5.9 -> 7.0 (#66) is the native port and warrants its own pass. Co-authored-by: tx tests <tx-tests@example.com>
Owner
|
Not taken in #79, which handled the routine bumps. TypeScript 7 is the native (Go) port, not a normal minor. Real surface here: |
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 5.9.3 to 7.0.2.
Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.