Update JS and PY dependencies (#33249)
- Update all JS and PY dependencies - Tested affected dependencies - Disabled `async-preventdefault` lint rule because it brought up new false-positives.
This commit is contained in:
parent
2483a93fbc
commit
ab347fd0f7
6 changed files with 571 additions and 449 deletions
|
@ -403,7 +403,7 @@ module.exports = {
|
|||
'github/a11y-svg-has-accessible-name': [0],
|
||||
'github/array-foreach': [0],
|
||||
'github/async-currenttarget': [2],
|
||||
'github/async-preventdefault': [2],
|
||||
'github/async-preventdefault': [0], // https://github.com/github/eslint-plugin-github/issues/599
|
||||
'github/authenticity-token': [0],
|
||||
'github/get-attribute': [0],
|
||||
'github/js-class-name': [0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue