build: update eslint
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint-plugin-promise | 6.0.1 -> 6.1.0 |
||||
eslint-plugin-react | 7.31.8 -> 7.31.10 |
Release Notes
eslint-community/eslint-plugin-promise
v6.1.0
Bug Fixes
- always-return: false positives for logical expr (#363) (a60d1cb)
- CI: fix release script (#380) (71e53a0)
- minor typos (#359) (b431e46)
- no-nesting: nested references vars in closure (#361) (08052e8)
- update repo link (#349) (3906810)
Features
- add
no-multiple-resolved
rule (#369) (3a6fdbe) -
always-return: add
ignoreLastCallback
option (#365) (01def31) -
catch-or-return,no-new-statics,no-promise-in-callback,valid-params: add support for
Promise.allSettled()
&Promise.any()
(#370) (e080f82) -
param-names: add
resolvePattern
&rejectPattern
option (#368) (df25e3c)
jsx-eslint/eslint-plugin-react
v7.31.10
Fixed
v7.31.9
Fixed
- [
no-unknown-property
]: adddialog
attributes (#3436 @ljharb) - [
no-arrow-function-lifecycle
]: when converting from an arrow, remove the semi and wrapping parens (#3337 @ljharb) - [
jsx-key
]: Ignore elements insideReact.Children.toArray()
(#1591 @silvenon) - [
jsx-no-constructed-context-values
]: fix false positive for usage in non-components (#3448 @golopot) - [
static-property-placement
]: warn on nonstatic expected-statics (#2581 @ljharb) - [
no-unknown-property
]: properly tag-restrict case-insensitive attributes (@ljharb) - [
no-unknown-property
]: allowwebkitDirectory
oninput
, case-insensitive (#3454 @ljharb)
Changed
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Common Ground Bot