diff --git a/.changeset/renovate-792c857.md b/.changeset/renovate-792c857.md new file mode 100644 index 000000000..f8fbccf3d --- /dev/null +++ b/.changeset/renovate-792c857.md @@ -0,0 +1,5 @@ +--- +'@scaleway/eslint-config-react': patch +--- + +Updated dependency `typescript` to `5.0.2`. diff --git a/package.json b/package.json index 039966984..94fd7039b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "rollup-plugin-preserve-shebangs": "0.2.0", "rollup-plugin-visualizer": "5.9.0", "tsd-lite": "0.7.0", - "typescript": "4.9.5", + "typescript": "5.0.2", "wait-for-expect": "3.0.2" }, "scripts": { diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 41d996f77..00865a640 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -35,6 +35,6 @@ }, "devDependencies": { "eslint": "8.36.0", - "typescript": "4.9.5" + "typescript": "5.0.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 778b0df35..5e9322864 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: rollup-plugin-preserve-shebangs: 0.2.0 rollup-plugin-visualizer: 5.9.0 tsd-lite: 0.7.0 - typescript: 4.9.5 + typescript: 5.0.2 wait-for-expect: 3.0.2 devDependencies: '@babel/core': 7.21.3 @@ -87,11 +87,11 @@ importers: react-dom: 18.2.0_react@18.2.0 read-pkg: 7.1.0 rollup: 3.20.0 - rollup-plugin-dts: 5.3.0_pn5zetjg24cqcolt42iry5qj6a + rollup-plugin-dts: 5.3.0_hy5v2w3xaqxocfx6d2ai5z6ari rollup-plugin-preserve-shebangs: 0.2.0_rollup@3.20.0 rollup-plugin-visualizer: 5.9.0_rollup@3.20.0 tsd-lite: 0.7.0_@tsd+typescript@5.0.2 - typescript: 4.9.5 + typescript: 5.0.2 wait-for-expect: 3.0.2 packages/changesets-renovate: @@ -115,15 +115,15 @@ importers: eslint-plugin-jsx-a11y: 6.7.1 eslint-plugin-react: 7.32.2 eslint-plugin-react-hooks: 4.6.0 - typescript: 4.9.5 + typescript: 5.0.2 dependencies: '@emotion/eslint-plugin': 11.10.0_eslint@8.36.0 - '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq - '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/eslint-plugin': 5.56.0_2hcjazgfnbtq42tcc73br2vup4 + '@typescript-eslint/parser': 5.56.0_j4766f7ecgqbon3u7zlxn5zszu eslint-config-airbnb: 19.0.4_guhfqc3yvckhutqwrddiy54d5i eslint-config-airbnb-typescript: 17.0.0_oqmomuwexfikifhtpi5c5p6fmi eslint-config-prettier: 8.8.0_eslint@8.36.0 - eslint-plugin-deprecation: 1.3.3_vgl77cfdswitgr47lm5swmv43m + eslint-plugin-deprecation: 1.3.3_j4766f7ecgqbon3u7zlxn5zszu eslint-plugin-eslint-comments: 3.2.0_eslint@8.36.0 eslint-plugin-import: 2.27.5_cnkxirszkzb4o6ts7gbclno24e eslint-plugin-jsx-a11y: 6.7.1_eslint@8.36.0 @@ -131,7 +131,7 @@ importers: eslint-plugin-react-hooks: 4.6.0_eslint@8.36.0 devDependencies: eslint: 8.36.0 - typescript: 4.9.5 + typescript: 5.0.2 packages/jest-helpers: specifiers: @@ -4046,7 +4046,7 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin/5.56.0_iskin7c6dxqunwflhstekcjqmq: + /@typescript-eslint/eslint-plugin/5.56.0_2hcjazgfnbtq42tcc73br2vup4: resolution: {integrity: sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4058,36 +4058,36 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.4.0 - '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.56.0_j4766f7ecgqbon3u7zlxn5zszu '@typescript-eslint/scope-manager': 5.56.0 - '@typescript-eslint/type-utils': 5.56.0_vgl77cfdswitgr47lm5swmv43m - '@typescript-eslint/utils': 5.56.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/type-utils': 5.56.0_j4766f7ecgqbon3u7zlxn5zszu + '@typescript-eslint/utils': 5.56.0_j4766f7ecgqbon3u7zlxn5zszu debug: 4.3.4 eslint: 8.36.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.2 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/experimental-utils/5.41.0_vgl77cfdswitgr47lm5swmv43m: + /@typescript-eslint/experimental-utils/5.41.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-/qxT2Kd2q/A22JVIllvws4rvc00/3AT4rAo/0YgEN28y+HPhbJbk6X4+MAHEoZzpNyAOugIT7D/OLnKBW8FfhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.41.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/utils': 5.41.0_j4766f7ecgqbon3u7zlxn5zszu eslint: 8.36.0 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/parser/5.56.0_vgl77cfdswitgr47lm5swmv43m: + /@typescript-eslint/parser/5.56.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4099,10 +4099,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.56.0 '@typescript-eslint/types': 5.56.0 - '@typescript-eslint/typescript-estree': 5.56.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.56.0_typescript@5.0.2 debug: 4.3.4 eslint: 8.36.0 - typescript: 4.9.5 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: false @@ -4123,7 +4123,7 @@ packages: '@typescript-eslint/visitor-keys': 5.56.0 dev: false - /@typescript-eslint/type-utils/5.56.0_vgl77cfdswitgr47lm5swmv43m: + /@typescript-eslint/type-utils/5.56.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4133,12 +4133,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.56.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.56.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/typescript-estree': 5.56.0_typescript@5.0.2 + '@typescript-eslint/utils': 5.56.0_j4766f7ecgqbon3u7zlxn5zszu debug: 4.3.4 eslint: 8.36.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.2 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: false @@ -4153,7 +4153,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree/5.41.0_typescript@4.9.5: + /@typescript-eslint/typescript-estree/5.41.0_typescript@5.0.2: resolution: {integrity: sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4168,13 +4168,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.2 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/typescript-estree/5.56.0_typescript@4.9.5: + /@typescript-eslint/typescript-estree/5.56.0_typescript@5.0.2: resolution: {integrity: sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4189,13 +4189,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.2 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/utils/5.41.0_vgl77cfdswitgr47lm5swmv43m: + /@typescript-eslint/utils/5.41.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4205,7 +4205,7 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.41.0 '@typescript-eslint/types': 5.41.0 - '@typescript-eslint/typescript-estree': 5.41.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.41.0_typescript@5.0.2 eslint: 8.36.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.36.0 @@ -4215,7 +4215,7 @@ packages: - typescript dev: false - /@typescript-eslint/utils/5.56.0_vgl77cfdswitgr47lm5swmv43m: + /@typescript-eslint/utils/5.56.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4226,7 +4226,7 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.56.0 '@typescript-eslint/types': 5.56.0 - '@typescript-eslint/typescript-estree': 5.56.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.56.0_typescript@5.0.2 eslint: 8.36.0 eslint-scope: 5.1.1 semver: 7.3.8 @@ -5617,8 +5617,8 @@ packages: eslint: ^7.32.0 || ^8.2.0 eslint-plugin-import: ^2.25.3 dependencies: - '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq - '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/eslint-plugin': 5.56.0_2hcjazgfnbtq42tcc73br2vup4 + '@typescript-eslint/parser': 5.56.0_j4766f7ecgqbon3u7zlxn5zszu eslint: 8.36.0 eslint-config-airbnb-base: 15.0.0_eakrjjutlgqjxe5ydhtnd4qdmy eslint-plugin-import: 2.27.5_cnkxirszkzb4o6ts7gbclno24e @@ -5684,7 +5684,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.56.0_j4766f7ecgqbon3u7zlxn5zszu debug: 3.2.7 eslint: 8.36.0 eslint-import-resolver-node: 0.3.7 @@ -5692,17 +5692,17 @@ packages: - supports-color dev: false - /eslint-plugin-deprecation/1.3.3_vgl77cfdswitgr47lm5swmv43m: + /eslint-plugin-deprecation/1.3.3_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-Bbkv6ZN2cCthVXz/oZKPwsSY5S/CbgTLRG4Q2s2gpPpgNsT0uJ0dB5oLNiWzFYY8AgKX4ULxXFG1l/rDav9QFA==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: ^3.7.5 || ^4.0.0 dependencies: - '@typescript-eslint/experimental-utils': 5.41.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/experimental-utils': 5.41.0_j4766f7ecgqbon3u7zlxn5zszu eslint: 8.36.0 tslib: 2.4.1 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.2 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: false @@ -5728,7 +5728,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.56.0_j4766f7ecgqbon3u7zlxn5zszu array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -8393,7 +8393,7 @@ packages: dependencies: glob: 7.2.3 - /rollup-plugin-dts/5.3.0_pn5zetjg24cqcolt42iry5qj6a: + /rollup-plugin-dts/5.3.0_hy5v2w3xaqxocfx6d2ai5z6ari: resolution: {integrity: sha512-8FXp0ZkyZj1iU5klkIJYLjIq/YZSwBoERu33QBDxm/1yw5UU4txrEtcmMkrq+ZiKu3Q4qvPCNqc3ovX6rjqzbQ==} engines: {node: '>=v14'} peerDependencies: @@ -8402,7 +8402,7 @@ packages: dependencies: magic-string: 0.30.0 rollup: 3.20.0 - typescript: 4.9.5 + typescript: 5.0.2 optionalDependencies: '@babel/code-frame': 7.18.6 dev: true @@ -8979,14 +8979,14 @@ packages: /tslib/2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsutils/3.21.0_typescript@4.9.5: + /tsutils/3.21.0_typescript@5.0.2: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.9.5 + typescript: 5.0.2 dev: false /tty-table/4.2.1: @@ -9066,6 +9066,12 @@ packages: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true + dev: true + + /typescript/5.0.2: + resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} + engines: {node: '>=12.20'} + hasBin: true /unbox-primitive/1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}