-
Notifications
You must be signed in to change notification settings - Fork 20
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.1.0 #1035
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
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.1.0 #1035
Conversation
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.
This is blocked because the the eslint-config-airbnb-typescript
package specifies a peer dependency on 7.x:
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
The @typescript-eslint/eslint-plugin
package has been bumped as high as is currently possible by #1028
UPDATE: Previously, I had intended to simply wait until a compatible version of the eslint-config-airbnb-typescript
package was released. Unfortunately, I see that since the time I wrote this review the eslint-config-airbnb-typescript
project has been archived. So there is no hope of a compatible version and it will be necessary to take some action in the arduino/setup-task
in order to update @typescript-eslint/eslint-plugin
.
The next most simple solution would be to use an actively maintained hard fork of the package. I haven't done a comprehensive survey, but I did see there is at least one:
https://github.com/claabs/eslint-config-airbnb-typescript-x
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.1.0. - [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.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
0aa85d8
to
dfbe7e7
Compare
Superseded by #1037. |
Bumps @typescript-eslint/eslint-plugin from 7.18.0 to 8.1.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
3d78392
chore(release): publish 8.1.0abe351d
fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)6a1c177
feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...fc3ba92
fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)c20bd2f
feat(eslint-plugin): [no-unsafe-return] check promise any (#8693)3d9ae44
fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...fe56157
fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...278697f
fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)a4992ff
feat(typescript-estree): restrict variable declarator definite/init combinati...a26e3c7
chore: enable prefer-regexp-test (#9658)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)