chore(deps): update dependency eslint to v9 (v2) (#1424)

* chore(deps): update dependency eslint to v9

* flat config

* license header

* rebuild

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-06-03 21:04:13 +02:00
committed by GitHub
parent 60a8545cb7
commit a2eb3a6e43
13 changed files with 249 additions and 1074 deletions
+5 -7
View File
@@ -10,22 +10,20 @@
"format-check": "prettier --check \"./**/*.{cjs,mjs,js,jsx,mts,ts,tsx,html,css,json}\" --ignore-path .prettierignore"
},
"devDependencies": {
"@eslint/js": "9.4.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@types/eslint__js": "8.42.3",
"covector": "^0.11.0",
"eslint": "8.57.0",
"eslint": "9.4.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.7.0",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-security": "3.0.0",
"prettier": "3.3.0",
"rollup": "4.18.0",
"tslib": "2.6.2",
"typescript": "5.4.5"
"typescript": "5.4.5",
"typescript-eslint": "rc-v8"
},
"resolutions": {
"semver": ">=7.5.2",