Skip to content

build(deps-dev): bump typescript from 5.9.3 to 7.0.2 - #66

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.9.3 to 7.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

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

Downloads are available on:

TypeScript 6.0

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

Downloads are available on:

TypeScript 6.0.1 RC

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
Maintainer changes

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


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
tx-docs Error Error Jul 13, 2026 9:47am

Request Review

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
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 8e5ebe3 to 60b842e Compare August 11, 2026 17:42
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>
@jamesaphoenix

Copy link
Copy Markdown
Owner

Not taken in #79, which handled the routine bumps.

TypeScript 7 is the native (Go) port, not a normal minor. Real surface here: tsc -b project references across five packages, the Effect-TS type machinery, and a custom eslint-plugin-tx ruleset that leans on the TS AST. It deserves its own focused pass with the full suite as the gate, rather than riding along with dependency housekeeping.

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.

1 participant