Skip to content

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /ui#93

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

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /ui#93
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/typescript-7.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/typescript-7.0.2 branch 2 times, most recently from db4b86c to 4cb2d48 Compare July 20, 2026 04:40
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
dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/typescript-7.0.2 branch from 4cb2d48 to d71de31 Compare July 22, 2026 00:43
@thejefflarson

Copy link
Copy Markdown
Owner

Closing: bumping typescript to 7.x is not feasible while we use typescript-eslint. TS 7.0 (GA 2026-07-08) is the native Go compiler and ships without a stable programmatic API (that lands in TS 7.1). typescript-eslint needs that API and closed TS-7.0 support as not planned; forcing typescript@7.0.2 crashes the linter (TypeError: Cannot read properties of undefined (reading 'Cjs') — the JS ts.Extension surface is gone). No override or alternative plugin fixes a missing upstream API (same wall hits ts-jest/ts-morph/Vue/Svelte). Per Microsoft + typescript-eslint guidance, staying on typescript 6.x. Will revisit when TS 7.1 + a typescript-eslint release land. (eslint 10 was resolved separately in #122 via the jsx-a11y-x fork.)

@dependabot @github

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/ui/typescript-7.0.2 branch July 23, 2026 01:12
thejefflarson added a commit that referenced this pull request Jul 23, 2026
Bumps eslint to ^10.7.0. The sole blocker was eslint-plugin-jsx-a11y@6.10.2,
which peer-caps eslint at ^9 and has no eslint 10 release. Swaps it for
eslint-plugin-jsx-a11y-x@^0.2.0, a maintained flat-config-native fork that
supports eslint ^9 || ^10; its recommended ruleset is a superset of upstream's
(same rules under a jsx-a11y-x/ prefix, plus label-has-for), so the JEF-431
a11y gate's coverage is unchanged. Also bumps @typescript-eslint/parser to
^8.65.0 (already eslint-10-compatible).

Proved the a11y gate still fires on eslint 10: a bare-onClick <div> still
errors (jsx-a11y-x/click-events-have-key-events +
jsx-a11y-x/no-static-element-interactions). lint/build/test all green
(incl. the axe route-smoke).

typescript 7 (#93) is intentionally NOT included — see PR body / report.

Closes #102


Claude-Session: https://claude.ai/code/session_01JbrmfzHsTMMzPaSrUkZgWo

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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