Skip to content

Commit

Permalink
Update JS and PY dependencies (#33249)
Browse files Browse the repository at this point in the history
- Update all JS and PY dependencies
- Tested affected dependencies
- Disabled `async-preventdefault` lint rule because it brought up new
false-positives.
  • Loading branch information
silverwind authored Jan 16, 2025
1 parent 2483a93 commit ab347fd
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 449 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
Loading

0 comments on commit ab347fd

Please sign in to comment.