Skip to content

chore: upgrade deps.#26

Merged
morganney merged 3 commits intomainfrom
develop
Feb 7, 2026
Merged

chore: upgrade deps.#26
morganney merged 3 commits intomainfrom
develop

Conversation

@morganney
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings February 7, 2026 17:42
@codecov
Copy link

codecov bot commented Feb 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (0f7b10b) to head (c783b02).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          261       261           
  Branches        91        92    +1     
=========================================
  Hits           261       261           

☔ View full report in Codecov by Sentry.
📢 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.

Copy link

Copilot AI left a comment

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 upgrades the project’s Node/TypeScript toolchain dependencies and migrates ESLint configuration from legacy .eslintrc.json/.eslintignore to ESLint v9 “flat config”.

Changes:

  • Bumps multiple devDependencies (ESLint 9, Jest 30, TypeScript 5.9, Duel 4).
  • Replaces legacy ESLint config files with a new eslint.config.js flat configuration.
  • Updates .gitignore to ignore Duel’s cache directory.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
package.json Updates package version and upgrades devDependencies (ESLint/Jest/TypeScript/Duel), adjusting the lint toolchain dependencies.
eslint.config.js Adds ESLint v9 flat config with ignores, globals, and recommended configs for JS/TS/Jest.
.gitignore Ignores .duel-cache generated by the build tool.
.eslintrc.json Removed legacy ESLint config (superseded by flat config).
.eslintignore Removed legacy ignore file (superseded by flat config ignores).

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

@morganney morganney merged commit c3f4ede into main Feb 7, 2026
3 checks passed
@morganney morganney deleted the develop branch February 7, 2026 19:09
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.

1 participant