-
-
Notifications
You must be signed in to change notification settings - Fork 940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update typescript-eslint to v6 (major) #2259
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2259 +/- ##
==========================================
- Coverage 99.60% 99.59% -0.01%
==========================================
Files 2638 2638
Lines 244685 244685
Branches 1082 1083 +1
==========================================
- Hits 243707 243693 -14
- Misses 951 965 +14
Partials 27 27 |
a114222
to
d87f6ca
Compare
a0862fa
to
c27bff0
Compare
The failing lint taks seems to be a false positive 🤔 Can someone smarter than me explain why the linter breaks there? |
4770470
to
5edce7f
Compare
Blocked by #2266. |
5edce7f
to
d80e867
Compare
There are two ways to solve this:
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Assertion extends CustomMatchers {}
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
interface AsymmetricMatchersContaining extends CustomMatchers {}
+ '@typescript-eslint/no-empty-interface': 'error', Any preferences? |
d80e867
to
ba037de
Compare
ba037de
to
3c51de7
Compare
https://typescript-eslint.io/rules/no-empty-interface
Please remove the |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
~5.62.0
->~6.1.0
~5.62.0
->~6.1.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.1.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.0.0
Compare Source
Bug Fixes
exports
field in package.json files (#6550) (53776c2)chore
Features
rule-tester
(#6777) (2ce1c1d)RuleTester
in/utils
in favour of the new/rule-tester
package (#6816) (c33f497)BREAKING CHANGES
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.1.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.0.0
Compare Source
Bug Fixes
exports
field in package.json files (#6550) (53776c2)chore
Features
rule-tester
(#6777) (2ce1c1d)BREAKING CHANGES
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.