Update linters
Some checks are pending
renovate / renovate (push) Waiting to run

This commit is contained in:
Renovate Bot 2024-10-31 14:07:15 +00:00
parent 9152c1d037
commit 7492514bf9
2 changed files with 492 additions and 262 deletions

736
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -60,12 +60,12 @@
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@playwright/test": "1.48.2",
"@stoplight/spectral-cli": "6.13.1",
"@stylistic/eslint-plugin-js": "2.9.0",
"@stylistic/eslint-plugin-js": "2.10.0",
"@stylistic/stylelint-plugin": "3.1.1",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-vue": "5.1.4",
"@vitest/coverage-v8": "2.1.4",
"@vitest/eslint-plugin": "1.1.7",
@ -73,15 +73,15 @@
"eslint": "9.13.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-import-x": "4.4.0",
"eslint-plugin-no-jquery": "3.0.2",
"eslint-plugin-no-use-extend-native": "0.5.0",
"eslint-plugin-no-use-extend-native": "0.7.2",
"eslint-plugin-playwright": "2.0.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-sonarjs": "2.0.3",
"eslint-plugin-sonarjs": "2.0.4",
"eslint-plugin-unicorn": "56.0.0",
"eslint-plugin-vitest-globals": "1.5.0",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue-scoped-css": "2.8.1",
"eslint-plugin-wc": "2.2.0",
"globals": "15.11.0",
@ -89,13 +89,13 @@
"license-checker-rseidelsohn": "4.4.2",
"markdownlint-cli": "0.42.0",
"postcss-html": "1.7.0",
"stylelint": "16.9.0",
"stylelint": "16.10.0",
"stylelint-declaration-block-no-ignored-properties": "2.8.0",
"stylelint-declaration-strict-value": "1.10.6",
"stylelint-value-no-unknown-custom-properties": "6.0.1",
"svgo": "3.2.0",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"typescript-eslint": "8.12.2",
"vite-string-plugin": "1.3.4",
"vitest": "2.1.4"
},