-
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
Bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.19.1 #181
base: main
Are you sure you want to change the base?
Bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.19.1 #181
Conversation
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.8.1 to 8.19.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
The following labels could not be found: |
Reviewer's Guide by SourceryThis PR bumps the Flow diagram of @typescript-eslint/eslint-plugin 8.19.1 major changesflowchart TD
A[ESLint Plugin v8.8.1] --> B[ESLint Plugin v8.19.1]
B --> C[Bug Fixes]
B --> D[New Features]
C --> C1[no-base-to-string<br/>Array generic type checks]
C --> C2[no-shadow<br/>Declare keyword fixes]
C --> C3[strict-boolean-expressions<br/>Remove unsafe autofixes]
C --> C4[no-deprecated<br/>Object expression fixes]
D --> D1[strict-boolean-expressions<br/>Array predicate function checks]
D --> D2[Generic constraints<br/>handling improvements]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Deploy Preview for upload-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #181 +/- ##
=======================================
Coverage 56.66% 56.66%
=======================================
Files 18 18
Lines 210 210
Branches 50 50
=======================================
Hits 119 119
Misses 91 91
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bumps @typescript-eslint/eslint-plugin from 8.8.1 to 8.19.1.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
328b7df
chore(release): publish 8.19.15dedb1c
docs: fix incorrect variable name in a comment in code example (#10613)6e05e56
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle liter...82716b8
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10...c7154bf
chore(eslint-plugin): usegetConstraintInfo
in no-unnecessary-template-expr...63b2d3e
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in a...4dbf48b
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) au...3bacfa7
chore: upgrade to ts-api-utils 2.0 (#10567)4f50f64
docs: [return-await] make the rule no longer an extension of ESLint no-return...4e7f5f8
docs: [prefer-nullish-coalescing] fix admonition (#10574)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Update TypeScript ESLint plugin to v8.19.1.
Bug Fixes:
no-base-to-string
rule.declare
keyword inno-shadow
rule.strict-boolean-expressions
rule.no-deprecated
rule.