Skip to content

manual bump to gts 7, and necessary code nits#7826

Merged
pavoljuhas merged 4 commits intoquantumlib:mainfrom
seunomonije:gts-migrate
Jan 6, 2026
Merged

manual bump to gts 7, and necessary code nits#7826
pavoljuhas merged 4 commits intoquantumlib:mainfrom
seunomonije:gts-migrate

Conversation

@seunomonije
Copy link
Contributor

@seunomonije seunomonije commented Jan 6, 2026

Modifies the config file to the flat format described here.

Also, .eslintrc.json has been deprecated in eslint 9, being replaced by eslint.config.js. Opted to use CommonJS here because it's cleaner, matches up with the gts README example and we shouldn't need to migrate for a while.

There are some stricter lint rules introduced by the Typescript updates:

@typescript-eslint/no-unused-expressions
@typescript-eslint/no-wrapper-object-types

that I also patched up in the code.

@seunomonije seunomonije requested review from a team and vtomole as code owners January 6, 2026 15:46
@seunomonije seunomonije changed the title manual bump go gts 7, and necessary code nits manual bump to gts 7, and necessary code nits Jan 6, 2026
@github-actions github-actions bot added the size: M 50< lines changed <250 label Jan 6, 2026
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.57%. Comparing base (479c2bc) to head (11e7ff7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7826   +/-   ##
=======================================
  Coverage   99.57%   99.57%           
=======================================
  Files        1102     1102           
  Lines       98772    98772           
=======================================
  Hits        98350    98350           
  Misses        422      422           

☔ 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
Collaborator

@pavoljuhas pavoljuhas left a comment

Choose a reason for hiding this comment

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

Awesome! Thank you for fixing this!

@pavoljuhas pavoljuhas enabled auto-merge January 6, 2026 19:16
@pavoljuhas pavoljuhas added this pull request to the merge queue Jan 6, 2026
Merged via the queue into quantumlib:main with commit e96726a Jan 6, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: M 50< lines changed <250

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants