Skip to content

fix(deps): repair lint after security overrides#2058

Merged
CodeDredd merged 1 commit into
mainfrom
fix/eslint-plugin-kit
Jul 20, 2026
Merged

fix(deps): repair lint after security overrides#2058
CodeDredd merged 1 commit into
mainfrom
fix/eslint-plugin-kit

Conversation

@CodeDredd

Copy link
Copy Markdown
Owner

The CI lint job broke after #2056: the ajv@6 >= 6.14 override collides with @eslint/eslintrc, which still uses ajv's removed missingRefs API — every eslint run died with Cannot set properties of undefined (setting 'defaultMeta').

  • ajv@6 override removed; the underlying ajv alert gets dismissed instead (eslint-internal schema validation, dev tooling only, no untrusted input)
  • eslint updated to 9.39 across all packages (also properly compatible with the @eslint/plugin-kit >= 0.3.4 override)
  • two @stylistic/comma-dangle autofixes for the newer rule set

All four packages lint green locally, builds + full suites green.

The ajv@6 override broke @eslint/eslintrc (the patched ajv 6.14 drops
the missingRefs API), failing every lint run. The override is removed
and the ajv alert gets dismissed as dev tooling instead. eslint is
updated to 9.39 across packages with two trailing-comma autofixes for
its newer rule set.
@CodeDredd
CodeDredd merged commit e1ab103 into main Jul 20, 2026
4 of 6 checks passed
@CodeDredd
CodeDredd deleted the fix/eslint-plugin-kit branch July 20, 2026 17:25
@github-actions github-actions Bot mentioned this pull request Jul 20, 2026
@codecov-commenter

codecov-commenter commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.35%. Comparing base (35ad309) to head (3214838).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2058      +/-   ##
==========================================
+ Coverage   99.26%   99.35%   +0.09%     
==========================================
  Files          83       83              
  Lines        3244     3244              
  Branches      562      562              
==========================================
+ Hits         3220     3223       +3     
+ Misses         17       15       -2     
+ Partials        7        6       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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