Skip to content

Commit

Permalink
feat: sync with upstream up to v2.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 23, 2024
1 parent 73e0110 commit 5596e0e
Show file tree
Hide file tree
Showing 13 changed files with 1,109 additions and 804 deletions.
2 changes: 0 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec commitlint --edit $1
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec lint-staged
2 changes: 1 addition & 1 deletion .upstream-sync
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.21.3
v2.23.2
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default rotki({
typescript: true,
formatters: true,
stylistic: true,
type: 'lib',
}, {
name: 'config/perfectionist/rules',
files: ['src/**/*.ts'],
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/eslint-config",
"version": "2.9.1",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"type": "module",
"license": "AGPL-3.0",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@prettier/plugin-xml": "^3.4.1",
"@rotki/eslint-plugin": ">=0.4.0",
"eslint": ">=8.57.0",
"eslint": ">=9.0.0",
"eslint-plugin-cypress": ">=3.0.0",
"eslint-plugin-storybook": "^0.6.15 || ^0.8.0"
},
Expand All @@ -66,55 +66,55 @@
"@clack/prompts": "0.7.0",
"@eslint-types/typescript-eslint": "7.5.0",
"@eslint-types/unicorn": "52.0.0",
"@stylistic/eslint-plugin": "2.3.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"eslint-config-flat-gitignore": "0.1.6",
"@stylistic/eslint-plugin": "^2.6.0-beta.0",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.40",
"@typescript-eslint/parser": "8.0.0-alpha.40",
"eslint-config-flat-gitignore": "0.1.8",
"eslint-config-prettier": "9.1.0",
"eslint-flat-config-utils": "0.2.5",
"eslint-merge-processors": "0.1.0",
"eslint-plugin-antfu": "2.3.4",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import-x": "0.5.3",
"eslint-plugin-import-x": "3.1.0",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.9.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-unused-imports": "3.2.0",
"eslint-plugin-unused-imports": "4.0.1",
"eslint-plugin-vitest": "0.5.4",
"eslint-plugin-vue": "9.27.0",
"eslint-plugin-yml": "1.14.0",
"eslint-processor-vue-blocks": "0.1.2",
"globals": "15.8.0",
"jsonc-eslint-parser": "2.4.0",
"local-pkg": "0.5.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"vue-eslint-parser": "9.4.3",
"yaml-eslint-parser": "1.2.3"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@eslint/config-inspector": "0.5.1",
"@rotki/eslint-config": "*",
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@eslint/config-inspector": "0.5.2",
"@rotki/eslint-config": "workspace:*",
"@types/eslint": "9.6.0",
"@types/node": "20.14.11",
"@types/prompts": "2.4.9",
"bumpp": "9.4.1",
"eslint": "9.6.0",
"eslint": "9.7.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-typegen": "0.2.4",
"esno": "4.7.0",
"husky": "9.0.11",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"rimraf": "5.0.8",
"tsup": "8.1.0",
"typescript": "5.5.3"
"rimraf": "6.0.1",
"tsup": "8.2.2",
"typescript": "5.5.4"
},
"engines": {
"node": ">=20 <21",
Expand Down
Loading

0 comments on commit 5596e0e

Please sign in to comment.