-
Notifications
You must be signed in to change notification settings - Fork 0
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 dependency @typescript-eslint/eslint-plugin to v6 - autoclosed #11
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
=======================================
Coverage 88.25% 88.25%
=======================================
Files 4 4
Lines 298 298
Branches 60 60
=======================================
Hits 263 263
Misses 35 35 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
July 17, 2023 17:51
376a7c6
to
eb95ff9
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
July 24, 2023 18:46
eb95ff9
to
539494b
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
August 7, 2023 17:28
2cb6fd0
to
d33f071
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
August 14, 2023 18:15
d33f071
to
3a7a4d3
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
August 28, 2023 18:41
05c2304
to
531b327
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
September 11, 2023 17:33
6061748
to
4a9a776
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
September 18, 2023 18:15
4a9a776
to
b3d34af
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
September 25, 2023 18:22
b3d34af
to
6b7ea4d
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
October 9, 2023 19:21
ea6cef1
to
00871e2
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
October 23, 2023 17:55
cfa1ffd
to
7d41b1e
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
November 6, 2023 18:09
e461b0b
to
e92eb5d
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
November 20, 2023 18:13
19649ed
to
7113647
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
3 times, most recently
from
December 4, 2023 19:50
4859067
to
48655eb
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
December 18, 2023 18:55
02d0bf4
to
af13c15
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
January 1, 2024 19:35
c6953ad
to
a777252
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
2 times, most recently
from
January 9, 2024 00:24
dc81f9d
to
f7fac13
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
January 15, 2024 18:50
f7fac13
to
f01de47
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
January 22, 2024 20:14
f01de47
to
d09440d
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
January 29, 2024 20:24
d09440d
to
ce5bdbf
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-eslint-plugin-6.x
branch
from
February 5, 2024 19:16
ce5bdbf
to
bb701c5
Compare
renovate
bot
changed the title
chore(deps): update dependency @typescript-eslint/eslint-plugin to v6
chore(deps): update dependency @typescript-eslint/eslint-plugin to v6 - autoclosed
Feb 12, 2024
renovate
bot
deleted the
renovate/typescript-eslint-eslint-plugin-6.x
branch
February 12, 2024 21:33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.51.0
->6.21.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.0
Compare Source
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.17.0
Compare Source
Bug Fixes
patterns
orpaths
in options are empty (#8108) (675e987)Features
default
case on an already exhaustiveswitch
(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.15.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.14.0
Compare Source
Bug Fixes
no-unsafe-unary-minus
(#7998) (705370a)Features
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.0
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.12.0
Compare Source
Bug Fixes
ignoreClassesThatImplementAnInterface
is set (#7705) (155aa1f)Features
You can read about our versioning strategy and releases on our website.
v6.11.0
Compare Source
Bug Fixes
allowTypedFunctionExpressions
(#7553) (be2777c)Features
no-unsafe-unary-minus
rule (#7390) (c4709c2)CodePath
selector types (#7551) (99a026f)You can read about our versioning strategy and releases on our website.
v6.10.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.1
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.0
Compare Source
Bug Fixes
Features
this: void
parameter (#7696) (6398d3f), closes #7538You can read about our versioning strategy and releases on our website.
v6.8.0
Compare Source
Bug Fixes
Features
prefer-destructuring
(#7117) (3c6379b)You can read about our versioning strategy and releases on our website.
6.7.5 (2023-10-09)
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.7.4 (2023-10-02)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.3 (2023-09-25)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.1 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.5
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.7.4
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.3
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.6.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.5.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.4.1 (2023-08-21)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.4.1
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.4.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.3.0
Compare Source
Bug Fixes
allowTypeImports
enabled (#7379) (cc9a46d)Features
ignorePrimitives
option to betrue
(#7331) (dfcafae)Reverts
You can read about our versioning strategy and releases on our website.
6.2.1 (2023-07-31)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.2.1
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.2.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
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)Configuration
📅 Schedule: Branch creation - "every weekend" (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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.