-
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 typescript-eslint monorepo to v8.29.0 #112
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Reviewer's Guide by SourceryThis PR updates the Updated class diagram for eslint plugin changesclassDiagram
class ESLintPlugin {
+ignoreIfStatements: boolean
+removeOptionalChainingExemption()
+supportArbitraryExtensionsInDefinitionFiles()
+fixFalsePositive()
+removeFixableProperty()
+dontReportOnUnnecessaryOptionalArrayIndexAccess()
}
note for ESLintPlugin.ignoreIfStatements "New option for prefer-nullish-coalescing rule"
note for ESLintPlugin.removeOptionalChainingExemption "Fix for no-array-constructor rule"
note for ESLintPlugin.supportArbitraryExtensionsInDefinitionFiles "Support for arbitrary extensions in definition files"
note for ESLintPlugin.fixFalsePositive "Fix for prefer-for-of rule"
note for ESLintPlugin.removeFixableProperty "Fix for use-unknown-in-catch-callback-variable rule"
note for ESLintPlugin.dontReportOnUnnecessaryOptionalArrayIndexAccess "Fix for no-unnecessary-condition rule"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
This PR contains the following updates:
8.28.0
->8.29.0
8.28.0
->8.29.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.29.0
Compare Source
🚀 Features
ignoreIfStatements
option (#11000)🩹 Fixes
noUncheckedIndexedAccess
is enabled (#10961)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.29.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.
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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 was generated by Mend Renovate. View the repository job log.