-
-
Notifications
You must be signed in to change notification settings - Fork 417
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
fix(deps): update typescript-eslint monorepo to ^6.19.1 #824
Merged
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
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 1, 2024 19:06
3c1b9bc
to
19f9f27
Compare
renovate
bot
changed the title
fix(deps): update typescript-eslint monorepo to ^6.16.0
fix(deps): update typescript-eslint monorepo to ^6.17.0
Jan 1, 2024
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 2, 2024 10:22
19f9f27
to
877f83c
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
January 4, 2024 21:54
ec6c957
to
e0af4b3
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
January 4, 2024 22:12
452921b
to
61b4dd6
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 6, 2024 17:12
61b4dd6
to
9be7909
Compare
renovate
bot
changed the title
fix(deps): update typescript-eslint monorepo to ^6.17.0
fix(deps): update typescript-eslint monorepo to ^6.18.0
Jan 6, 2024
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 6, 2024 22:28
9be7909
to
2227394
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 6, 2024 22:33
2227394
to
2c7f8df
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 9, 2024 00:21
2c7f8df
to
a8ffe4c
Compare
renovate
bot
changed the title
fix(deps): update typescript-eslint monorepo to ^6.18.0
fix(deps): update typescript-eslint monorepo to ^6.18.1
Jan 9, 2024
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 16, 2024 17:29
af7a455
to
710dc17
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 22, 2024 19:08
710dc17
to
0f2db53
Compare
renovate
bot
changed the title
fix(deps): update typescript-eslint monorepo to ^6.19.0
fix(deps): update typescript-eslint monorepo to ^6.19.1
Jan 22, 2024
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 27, 2024 11:34
0f2db53
to
65f6cb4
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 27, 2024 11:40
65f6cb4
to
1b2037c
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 27, 2024 12:13
1b2037c
to
f0baf62
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 27, 2024 12:27
f0baf62
to
893ddae
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 27, 2024 12:34
893ddae
to
0243142
Compare
renovate
bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 28, 2024 10:21
0243142
to
579a71e
Compare
juliusmarminge
approved these changes
Jan 28, 2024
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:
^6.10.0
->^6.19.1
^6.10.0
->^6.19.1
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
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.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.19.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.17.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.16.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.15.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.14.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
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/parser
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/parser
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/parser
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/parser
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/parser
You can read about our versioning strategy and releases on our website.
v6.12.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.11.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.