Bump typescript from 5.9.3 to 7.0.2 in /signature-generator - #34
Bump typescript from 5.9.3 to 7.0.2 in /signature-generator#34dependabot[bot] wants to merge 1 commit into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
nyuchi-tools | 879cca7 | Jul 27 2026, 02:46 AM |
|
Holding this one open — it can't go green yet. I reproduced the merged result locally (bumped
Generated by Claude Code |
85dfa32 to
50ff6d4
Compare
…sp 2→3 (#43) Combined, verified dependency bump landing the compatible Dependabot updates together (they cannot be merged individually — the eslint flat config imports @eslint/js, so eslint and @eslint/js must move in lockstep). - signature-generator: eslint ^9.39.1 → ^10.7.0, @eslint/js → ^10.0.1, globals ^16.5.0 → ^17.7.0 (supersedes #35, #37) - root: @google/clasp ^2.4.2 → ^3.3.0 (supersedes #36) Verified: lint clean, site build OK, signature-generator 148 tests and worker 154 tests pass, typecheck:worker clean. Excludes signature-generator typescript 5.9→7 (#34): typescript-eslint 8.65 peer-caps typescript <6.1.0, so TS 7 fails dependency resolution and breaks lint. #34 stays open until typescript-eslint ships TS 7 support. Co-authored-by: Bryan Fawcett <bot@nyuchi.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
|
Holding this open (not merging yet): (For context: the repo root already runs TypeScript 7 for Generated by Claude Code |
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>
50ff6d4 to
879cca7
Compare
Upgrades signature-generator's TypeScript to the highest line its linter supports. Dependabot #34 proposed typescript 7.0.2, but typescript-eslint hard-blocks TS 7.0 at runtime ("typescript-eslint does not support TS 7.0"); support is only tracked for TS >=7.1 (typescript-eslint issue #10940). typescript-eslint peers typescript <6.1.0, so 6.0.3 is the newest compatible release. Verified: lint clean, tsc -b + astro build OK, 148 tests pass. Closes the 7.0.2 attempt (#34) as upstream-blocked. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
|
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. |
|
Closing — TypeScript 7.0.2 can't be adopted here yet. Instead, #44 (merged) upgraded Generated by Claude Code |
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.