Skip to content

Commit ab347fd

Browse files
authored
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.
1 parent 2483a93 commit ab347fd

File tree

6 files changed

+571
-449
lines changed

6 files changed

+571
-449
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ module.exports = {
403403
'github/a11y-svg-has-accessible-name': [0],
404404
'github/array-foreach': [0],
405405
'github/async-currenttarget': [2],
406-
'github/async-preventdefault': [2],
406+
'github/async-preventdefault': [0], // https://github.com/github/eslint-plugin-github/issues/599
407407
'github/authenticity-token': [0],
408408
'github/get-attribute': [0],
409409
'github/js-class-name': [0],

0 commit comments

Comments
 (0)