Update JS and PY deps (#36576)

eslint v10 is excluded from updates because the plugins are not compatible yet.
This commit is contained in:
silverwind
2026-02-10 16:39:17 +01:00
committed by GitHub
parent 5e5703694d
commit 2d70d37bff
4 changed files with 544 additions and 522 deletions

View File

@@ -4,6 +4,7 @@ export default {
exclude: [
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
'cropperjs', // need to migrate to v2 but v2 is not compatible with v1
'eslint', // need to migrate to v10
'tailwindcss', // need to migrate
'@eslint/json', // needs eslint 10
],