diff --git a/package.json b/package.json index 48d9697..ffd4ae2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/node": "^20.8.10", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.8", - "@typescript-eslint/eslint-plugin": "^6.5.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", "@vitest/coverage-v8": "^0.34.6", "eslint": "^8.57.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e5879e..147d459 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ devDependencies: specifier: ^18.2.8 version: 18.2.8 '@typescript-eslint/eslint-plugin': - specifier: ^6.5.0 - version: 6.5.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.2) + specifier: ^7.0.0 + version: 7.0.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.21.0 version: 6.21.0(eslint@8.57.0)(typescript@5.3.2) @@ -37,7 +37,7 @@ devDependencies: version: 5.0.0(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.0.3) eslint-plugin-vitest: specifier: ^0.3.10 - version: 0.3.10(@typescript-eslint/eslint-plugin@6.5.0)(eslint@8.57.0)(typescript@5.3.2)(vitest@0.33.0) + version: 0.3.10(@typescript-eslint/eslint-plugin@7.0.0)(eslint@8.57.0)(typescript@5.3.2)(vitest@0.33.0) express: specifier: ^4.19.2 version: 4.19.2 @@ -732,12 +732,12 @@ packages: '@types/node': 20.8.10 dev: true - /@typescript-eslint/eslint-plugin@6.5.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.2): - resolution: {integrity: sha512-2pktILyjvMaScU6iK3925uvGU87E+N9rh372uGZgiMYwafaw9SXq86U04XPq3UH6tzRvNgBsub6x2DacHc33lw==} + /@typescript-eslint/eslint-plugin@7.0.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.2): + resolution: {integrity: sha512-M72SJ0DkcQVmmsbqlzc6EJgb/3Oz2Wdm6AyESB4YkGgCxP8u5jt5jn4/OBMPK3HLOxcttZq5xbBBU7e2By4SZQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: @@ -745,10 +745,10 @@ packages: dependencies: '@eslint-community/regexpp': 4.8.0 '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.3.2) - '@typescript-eslint/scope-manager': 6.5.0 - '@typescript-eslint/type-utils': 6.5.0(eslint@8.57.0)(typescript@5.3.2) - '@typescript-eslint/utils': 6.5.0(eslint@8.57.0)(typescript@5.3.2) - '@typescript-eslint/visitor-keys': 6.5.0 + '@typescript-eslint/scope-manager': 7.0.0 + '@typescript-eslint/type-utils': 7.0.0(eslint@8.57.0)(typescript@5.3.2) + '@typescript-eslint/utils': 7.0.0(eslint@8.57.0)(typescript@5.3.2) + '@typescript-eslint/visitor-keys': 7.0.0 debug: 4.3.4 eslint: 8.57.0 graphemer: 1.4.0 @@ -798,26 +798,26 @@ packages: '@typescript-eslint/visitor-keys': 6.21.0 dev: true - /@typescript-eslint/scope-manager@6.5.0: - resolution: {integrity: sha512-A8hZ7OlxURricpycp5kdPTH3XnjG85UpJS6Fn4VzeoH4T388gQJ/PGP4ole5NfKt4WDVhmLaQ/dBLNDC4Xl/Kw==} + /@typescript-eslint/scope-manager@7.0.0: + resolution: {integrity: sha512-IxTStwhNDPO07CCrYuAqjuJ3Xf5MrMaNgbAZPxFXAUpAtwqFxiuItxUaVtP/SJQeCdJjwDGh9/lMOluAndkKeg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.5.0 - '@typescript-eslint/visitor-keys': 6.5.0 + '@typescript-eslint/types': 7.0.0 + '@typescript-eslint/visitor-keys': 7.0.0 dev: true - /@typescript-eslint/type-utils@6.5.0(eslint@8.57.0)(typescript@5.3.2): - resolution: {integrity: sha512-f7OcZOkRivtujIBQ4yrJNIuwyCQO1OjocVqntl9dgSIZAdKqicj3xFDqDOzHDlGCZX990LqhLQXWRnQvsapq8A==} + /@typescript-eslint/type-utils@7.0.0(eslint@8.57.0)(typescript@5.3.2): + resolution: {integrity: sha512-FIM8HPxj1P2G7qfrpiXvbHeHypgo2mFpFGoh5I73ZlqmJOsloSa1x0ZyXCer43++P1doxCgNqIOLqmZR6SOT8g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.3.2) - '@typescript-eslint/utils': 6.5.0(eslint@8.57.0)(typescript@5.3.2) + '@typescript-eslint/typescript-estree': 7.0.0(typescript@5.3.2) + '@typescript-eslint/utils': 7.0.0(eslint@8.57.0)(typescript@5.3.2) debug: 4.3.4 eslint: 8.57.0 ts-api-utils: 1.0.2(typescript@5.3.2) @@ -836,8 +836,8 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/types@6.5.0: - resolution: {integrity: sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==} + /@typescript-eslint/types@7.0.0: + resolution: {integrity: sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==} engines: {node: ^16.0.0 || >=18.0.0} dev: true @@ -884,8 +884,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.5.0(typescript@5.3.2): - resolution: {integrity: sha512-q0rGwSe9e5Kk/XzliB9h2LBc9tmXX25G0833r7kffbl5437FPWb2tbpIV9wAATebC/018pGa9fwPDuvGN+LxWQ==} + /@typescript-eslint/typescript-estree@7.0.0(typescript@5.3.2): + resolution: {integrity: sha512-JzsOzhJJm74aQ3c9um/aDryHgSHfaX8SHFIu9x4Gpik/+qxLvxUylhTsO9abcNu39JIdhY2LgYrFxTii3IajLA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -893,11 +893,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.5.0 - '@typescript-eslint/visitor-keys': 6.5.0 + '@typescript-eslint/types': 7.0.0 + '@typescript-eslint/visitor-keys': 7.0.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 + minimatch: 9.0.3 semver: 7.5.4 ts-api-utils: 1.0.2(typescript@5.3.2) typescript: 5.3.2 @@ -924,18 +925,18 @@ packages: - typescript dev: true - /@typescript-eslint/utils@6.5.0(eslint@8.57.0)(typescript@5.3.2): - resolution: {integrity: sha512-9nqtjkNykFzeVtt9Pj6lyR9WEdd8npPhhIPM992FWVkZuS6tmxHfGVnlUcjpUP2hv8r4w35nT33mlxd+Be1ACQ==} + /@typescript-eslint/utils@7.0.0(eslint@8.57.0)(typescript@5.3.2): + resolution: {integrity: sha512-kuPZcPAdGcDBAyqDn/JVeJVhySvpkxzfXjJq1X1BFSTYo1TTuo4iyb937u457q4K0In84p6u2VHQGaFnv7VYqg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.5.0 - '@typescript-eslint/types': 6.5.0 - '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.3.2) + '@typescript-eslint/scope-manager': 7.0.0 + '@typescript-eslint/types': 7.0.0 + '@typescript-eslint/typescript-estree': 7.0.0(typescript@5.3.2) eslint: 8.57.0 semver: 7.5.4 transitivePeerDependencies: @@ -959,11 +960,11 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@6.5.0: - resolution: {integrity: sha512-yCB/2wkbv3hPsh02ZS8dFQnij9VVQXJMN/gbQsaaY+zxALkZnxa/wagvLEFsAWMPv7d7lxQmNsIzGU1w/T/WyA==} + /@typescript-eslint/visitor-keys@7.0.0: + resolution: {integrity: sha512-JZP0uw59PRHp7sHQl3aF/lFgwOW2rgNVnXUksj1d932PMita9wFBd3621vHQRDvHwPsSY9FMAAHVc8gTvLYY4w==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.5.0 + '@typescript-eslint/types': 7.0.0 eslint-visitor-keys: 3.4.3 dev: true @@ -1712,7 +1713,7 @@ packages: synckit: 0.8.5 dev: true - /eslint-plugin-vitest@0.3.10(@typescript-eslint/eslint-plugin@6.5.0)(eslint@8.57.0)(typescript@5.3.2)(vitest@0.33.0): + /eslint-plugin-vitest@0.3.10(@typescript-eslint/eslint-plugin@7.0.0)(eslint@8.57.0)(typescript@5.3.2)(vitest@0.33.0): resolution: {integrity: sha512-08lj4rdhZHYyHk+Py2nJ7SlE6arP8GNfGXl9jVqhe9s5JoZIGiBpIkLGX+VNBiB6vXTn56H6Ant7Koc6XzRjtQ==} engines: {node: 14.x || >= 16} peerDependencies: @@ -1725,7 +1726,7 @@ packages: vitest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 6.5.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.2) + '@typescript-eslint/eslint-plugin': 7.0.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.2) '@typescript-eslint/utils': 6.13.1(eslint@8.57.0)(typescript@5.3.2) eslint: 8.57.0 vitest: 0.33.0(jsdom@22.1.0)