Uh oh!
There was an error while loading. Please reload this page.
build(deps-dev): bump typescript from 5.9.3 to 7.0.2 in /www - #43
build(deps-dev): bump typescript from 5.9.3 to 7.0.2 in /www#43dependabot[bot] wants to merge 1 commit into
Conversation
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>
16c36c8 to
98d575aComparez33b0t
commented
Jul 29, 2026
Closing in favour of #45, which bumps to 6.0.3 instead. 7.0.2 does not build. Next 16 rejects it outright: Worth noting @z33b0t — this one is the argument for #38 in a nutshell: this PR had zero checks on it (CodeQL skipped, no www build), so nothing between it and a broken production deploy but someone reading it. |
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Dependabot proposed 7.0.2 (#43), which does not build. Next 16 rejects it: TypeScript 7.0.2 does not provide the compiler API required by Next.js. Enable experimental.useTypeScriptCli in your Next.js config to use the TypeScript CLI, or install TypeScript 6 instead. Worth being precise about what's wrong, because the obvious reading is wrong: `tsc --noEmit` passes clean on 7.0.2, so the source is not the problem. TS 7 is the native port and drops the JS compiler API that `next build` links against for its type-check pass. Nothing in this repo can fix that from our side short of opting into experimental.useTypeScriptCli. 6.0.3 is the newest version Next accepts, and it builds and type-checks clean. Verified: `tsc --noEmit` clean, and a full `opennextjs-cloudflare build` succeeds. Note none of this is checked by CI yet — www.yml has no pull_request trigger until #38 lands (#16), which is exactly how a broken toolchain bump would otherwise have reached production unnoticed. Closes#43 Co-authored-by: z33b0t <z33b0t@users.noreply.github.com>
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.