From 30ac9409615848ebd4befefa67c6dc5eb0c4c14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 07:01:19 +0000 Subject: [PATCH] :arrow_up: Bump @typescript-eslint/eslint-plugin in /admin-frontend Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.42.1 to 5.62.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- admin-frontend/package.json | 2 +- admin-frontend/pnpm-lock.yaml | 79 ++++++++++++++++++++++++++--------- 2 files changed, 61 insertions(+), 20 deletions(-) diff --git a/admin-frontend/package.json b/admin-frontend/package.json index c49953a..66dc700 100644 --- a/admin-frontend/package.json +++ b/admin-frontend/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", - "@typescript-eslint/eslint-plugin": "^5.42.1", + "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.27.0", "eslint-config-airbnb": "^19.0.4", diff --git a/admin-frontend/pnpm-lock.yaml b/admin-frontend/pnpm-lock.yaml index cc8a9a9..d228f1d 100644 --- a/admin-frontend/pnpm-lock.yaml +++ b/admin-frontend/pnpm-lock.yaml @@ -74,8 +74,8 @@ devDependencies: specifier: ^5.16.5 version: 5.16.5 '@typescript-eslint/eslint-plugin': - specifier: ^5.42.1 - version: 5.42.1(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4) + specifier: ^5.62.0 + version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4) '@typescript-eslint/parser': specifier: ^5.62.0 version: 5.62.0(eslint@8.27.0)(typescript@4.8.4) @@ -87,7 +87,7 @@ devDependencies: version: 19.0.4(eslint-plugin-import@2.28.0)(eslint-plugin-jsx-a11y@6.6.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.1)(eslint@8.27.0) eslint-config-airbnb-typescript: specifier: ^17.0.0 - version: 17.0.0(@typescript-eslint/eslint-plugin@5.42.1)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.0)(eslint@8.27.0) + version: 17.0.0(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.0)(eslint@8.27.0) eslint-import-resolver-typescript: specifier: ^3.5.2 version: 3.5.2(eslint-plugin-import@2.28.0)(eslint@8.27.0) @@ -1698,6 +1698,19 @@ packages: postcss-selector-parser: 6.0.10 dev: false + /@eslint-community/eslint-utils@4.4.0(eslint@8.27.0): + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + dependencies: + eslint: 8.27.0 + eslint-visitor-keys: 3.3.0 + + /@eslint-community/regexpp@4.6.2: + resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + /@eslint/eslintrc@1.3.3: resolution: {integrity: sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2697,8 +2710,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: false - /@typescript-eslint/eslint-plugin@5.42.1(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4): - resolution: {integrity: sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==} + /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4): + resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2708,15 +2721,16 @@ packages: typescript: optional: true dependencies: + '@eslint-community/regexpp': 4.6.2 '@typescript-eslint/parser': 5.62.0(eslint@8.27.0)(typescript@4.8.4) - '@typescript-eslint/scope-manager': 5.42.1 - '@typescript-eslint/type-utils': 5.42.1(eslint@8.27.0)(typescript@4.8.4) - '@typescript-eslint/utils': 5.42.1(eslint@8.27.0)(typescript@4.8.4) + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/type-utils': 5.62.0(eslint@8.27.0)(typescript@4.8.4) + '@typescript-eslint/utils': 5.62.0(eslint@8.27.0)(typescript@4.8.4) debug: 4.3.4 eslint: 8.27.0 + graphemer: 1.4.0 ignore: 5.2.0 natural-compare-lite: 1.4.0 - regexpp: 3.2.0 semver: 7.3.8 tsutils: 3.21.0(typescript@4.8.4) typescript: 4.8.4 @@ -2761,6 +2775,7 @@ packages: dependencies: '@typescript-eslint/types': 5.42.1 '@typescript-eslint/visitor-keys': 5.42.1 + dev: false /@typescript-eslint/scope-manager@5.62.0: resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} @@ -2769,8 +2784,8 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - /@typescript-eslint/type-utils@5.42.1(eslint@8.27.0)(typescript@4.8.4): - resolution: {integrity: sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==} + /@typescript-eslint/type-utils@5.62.0(eslint@8.27.0)(typescript@4.8.4): + resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2779,8 +2794,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.42.1(typescript@4.8.4) - '@typescript-eslint/utils': 5.42.1(eslint@8.27.0)(typescript@4.8.4) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.8.4) + '@typescript-eslint/utils': 5.62.0(eslint@8.27.0)(typescript@4.8.4) debug: 4.3.4 eslint: 8.27.0 tsutils: 3.21.0(typescript@4.8.4) @@ -2791,6 +2806,7 @@ packages: /@typescript-eslint/types@5.42.1: resolution: {integrity: sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false /@typescript-eslint/types@5.62.0: resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} @@ -2815,6 +2831,7 @@ packages: typescript: 4.8.4 transitivePeerDependencies: - supports-color + dev: false /@typescript-eslint/typescript-estree@5.62.0(typescript@4.8.4): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} @@ -2854,6 +2871,26 @@ packages: transitivePeerDependencies: - supports-color - typescript + dev: false + + /@typescript-eslint/utils@5.62.0(eslint@8.27.0)(typescript@4.8.4): + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.27.0) + '@types/json-schema': 7.0.11 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.8.4) + eslint: 8.27.0 + eslint-scope: 5.1.1 + semver: 7.3.8 + transitivePeerDependencies: + - supports-color + - typescript /@typescript-eslint/visitor-keys@5.42.1: resolution: {integrity: sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==} @@ -2861,6 +2898,7 @@ packages: dependencies: '@typescript-eslint/types': 5.42.1 eslint-visitor-keys: 3.3.0 + dev: false /@typescript-eslint/visitor-keys@5.62.0: resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} @@ -4735,7 +4773,7 @@ packages: semver: 6.3.1 dev: true - /eslint-config-airbnb-typescript@17.0.0(@typescript-eslint/eslint-plugin@5.42.1)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.0)(eslint@8.27.0): + /eslint-config-airbnb-typescript@17.0.0(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.0)(eslint@8.27.0): resolution: {integrity: sha512-elNiuzD0kPAPTXjFWg+lE24nMdHMtuxgYoD30OyMD6yrW1AhFZPAg27VX7d3tzOErw+dgJTNWfRSDqEcXb4V0g==} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.13.0 @@ -4743,7 +4781,7 @@ packages: eslint: ^7.32.0 || ^8.2.0 eslint-plugin-import: ^2.25.3 dependencies: - '@typescript-eslint/eslint-plugin': 5.42.1(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4) '@typescript-eslint/parser': 5.62.0(eslint@8.27.0)(typescript@4.8.4) eslint: 8.27.0 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.0)(eslint@8.27.0) @@ -4783,14 +4821,14 @@ packages: '@babel/core': 7.20.2 '@babel/eslint-parser': 7.19.1(@babel/core@7.20.2)(eslint@8.27.0) '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/eslint-plugin': 5.42.1(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4) '@typescript-eslint/parser': 5.62.0(eslint@8.27.0)(typescript@4.8.4) babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 eslint: 8.27.0 eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.18.6)(@babel/plugin-transform-react-jsx@7.22.5)(eslint@8.27.0) eslint-plugin-import: 2.28.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.5.2)(eslint@8.27.0) - eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.42.1)(eslint@8.27.0)(jest@27.5.1)(typescript@4.8.4) + eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.27.0)(jest@27.5.1)(typescript@4.8.4) eslint-plugin-jsx-a11y: 6.6.1(eslint@8.27.0) eslint-plugin-react: 7.33.1(eslint@8.27.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.27.0) @@ -4912,7 +4950,7 @@ packages: - eslint-import-resolver-webpack - supports-color - /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.42.1)(eslint@8.27.0)(jest@27.5.1)(typescript@4.8.4): + /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.27.0)(jest@27.5.1)(typescript@4.8.4): resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -4925,7 +4963,7 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.42.1(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.27.0)(typescript@4.8.4) '@typescript-eslint/experimental-utils': 5.42.1(eslint@8.27.0)(typescript@4.8.4) eslint: 8.27.0 jest: 27.5.1 @@ -5646,6 +5684,9 @@ packages: /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} + /graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + /gzip-size@6.0.0: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} engines: {node: '>=10'}