Skip to content

build(deps): ignore TypeScript majors until typescript-eslint supports them - #228

Merged
amirotin merged 2 commits into
mainfrom
chore/ignore-ts-major
Aug 7, 2026
Merged

build(deps): ignore TypeScript majors until typescript-eslint supports them#228
amirotin merged 2 commits into
mainfrom
chore/ignore-ts-major

Conversation

@amirotin

@amirotin amirotin commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Follow-up to closing #224. typescript-eslint 8.66.0 (latest) pins typescript >=4.8.4 <6.1.0; until it publishes support for the next TS major, every TS-major dependabot PR is guaranteed red. The comment in the config marks exactly when to remove the rule.

Config-only; no CI-relevant paths — only the ungated jobs (gitleaks, security-gate) run, required checks skip-pass.

typescript-eslint's newest release (8.66.0) pins typescript
>=4.8.4 <6.1.0, so a TS-major dependabot PR can only ever be red —
#224 (TS 7.0.2) failed both Frontend Build and Frontend Lint on
typescript-estree crashing. Ignore semver-major for typescript; the
comment marks when to lift it.
Copilot AI lite review requested due to automatic review settings August 7, 2026 21:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Dependabot configuration for the npm ecosystem (/web) to prevent Dependabot from opening TypeScript major upgrade PRs that are currently incompatible with the typescript-eslint toolchain constraints, reducing guaranteed-red upgrade noise.

Changes:

  • Add a Dependabot ignore rule to skip typescript semver-major updates for the /web npm update job.
  • Document the rationale for the ignore rule inline in .github/dependabot.yml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/dependabot.yml Outdated
The peer pin is <6.1.0, so TS 6.1 — a semver-minor — is just as
incompatible as TS 7; ignoring only majors would still let a guaranteed-
red 6.1 PR through. Patches remain allowed, and the comment now names
the exact command to check before lifting the rule.
@sonarqubecloud

sonarqubecloud Bot commented Aug 7, 2026

Copy link
Copy Markdown

@amirotin
amirotin merged commit c66703c into main Aug 7, 2026
25 checks passed
@amirotin
amirotin deleted the chore/ignore-ts-major branch August 7, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants