-
-
Notifications
You must be signed in to change notification settings - Fork 22
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:
https://github.com/iamturns/eslint-config-airbnb-typescript/blob/v18.0.0/package.json#L29-L30
"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:
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] <support@github.com>
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
3d78392chore(release): publish 8.1.0abe351dfix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)6a1c177feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...fc3ba92fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)c20bd2ffeat(eslint-plugin): [no-unsafe-return] check promise any (#8693)3d9ae44fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...fe56157fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...278697ffix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)a4992fffeat(typescript-estree): restrict variable declarator definite/init combinati...a26e3c7chore: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)