Skip to content

Commit

Permalink
feat: move to typescript-eslint v7
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jul 22, 2024
1 parent 79f74f5 commit 933cebd
Show file tree
Hide file tree
Showing 7 changed files with 1,942 additions and 1,851 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,55 +78,55 @@
"vue-eslint-parser": ">=9.0.0"
},
"dependencies": {
"@typescript-eslint/utils": "^6.13.0 || ^7.0.0",
"minimatch": "^9.0.3",
"@typescript-eslint/utils": "^7.14.1",
"minimatch": "^9.0.5",
"natural-compare-lite": "^1.4.0"
},
"devDependencies": {
"@azat-io/eslint-config-typescript": "^1.6.0",
"@azat-io/stylelint-config": "^0.1.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@azat-io/eslint-config-typescript": "^1.9.0",
"@azat-io/stylelint-config": "^0.1.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@types/natural-compare-lite": "^1.4.2",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@typescript-eslint/rule-tester": "^6.13.0",
"@typescript-eslint/types": "^6.13.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/rule-tester": "^7.14.1",
"@typescript-eslint/types": "^7.14.1",
"@vitest/coverage-v8": "^0.34.6",
"ajv": "^6.12.6",
"astro-eslint-parser": "^1.0.2",
"changelogen": "^0.5.5",
"clean-publish": "^4.2.0",
"eslint": "^8.54.0",
"eslint-doc-generator": "^1.6.1",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"clean-publish": "^4.4.0",
"eslint": "^8.57.0",
"eslint-doc-generator": "^1.7.1",
"eslint-plugin-eslint-plugin": "^5.5.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.4.2",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-vitest": "^0.3.10",
"postcss-html": "^1.5.0",
"prettier": "^3.1.0",
"simple-git-hooks": "^2.9.0",
"eslint-plugin-vitest": "^0.3.26",
"postcss-html": "^1.7.0",
"prettier": "^3.3.2",
"simple-git-hooks": "^2.11.1",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-gamut": "^1.3.3",
"stylelint-order": "^6.0.3",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-gamut": "^1.3.4",
"stylelint-order": "^6.0.4",
"stylelint-plugin-logical-css": "^0.13.2",
"svelte": "^4.2.18",
"svelte-eslint-parser": "^0.37.0",
"ts-dedent": "^2.2.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-plugin-lightningcss": "^0.0.5",
"vitepress": "1.0.0-rc.31",
"vitest": "^0.34.6",
"vue": "^3.3.9"
"vue": "^3.4.31"
}
}
Loading

0 comments on commit 933cebd

Please sign in to comment.