Skip to content

Commit 28d24be

Browse files
dependabot[bot]DorianMaliszewskichambo-e
authored
chore(deps): bump eslint-config-airbnb-typescript from 12.3.1 to 13.0.0 (#336)
* chore(deps): bump eslint-config-airbnb-typescript from 12.3.1 to 13.0.0 Bumps [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) from 12.3.1 to 13.0.0. - [Release notes](https://github.com/iamturns/eslint-config-airbnb-typescript/releases) - [Changelog](https://github.com/iamturns/eslint-config-airbnb-typescript/blob/master/CHANGELOG.md) - [Commits](iamturns/eslint-config-airbnb-typescript@v12.3.1...v13.0.0) --- updated-dependencies: - dependency-name: eslint-config-airbnb-typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix: add dependency to eslint typescript 13 * fix: update config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dorian Maliszewski <[email protected]> Co-authored-by: Emmanuel Chambon <[email protected]>
1 parent bc794ce commit 28d24be

File tree

3 files changed

+17
-53
lines changed

3 files changed

+17
-53
lines changed

packages/eslint-config-react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@typescript-eslint/eslint-plugin": "^4.28.1",
21+
"@typescript-eslint/parser": "^4.29.2",
2122
"eslint-config-airbnb": "^18.2.1",
22-
"eslint-config-airbnb-typescript": "^12.3.1",
23+
"eslint-config-airbnb-typescript": "^13.0.0",
2324
"eslint-config-prettier": "^8.1.0",
2425
"eslint-plugin-import": "^2.22.1",
2526
"eslint-plugin-jsx-a11y": "^6.4.1",

packages/eslint-config-react/typescript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
extends: [
3+
'eslint-config-airbnb',
34
'eslint-config-airbnb-typescript',
45
'plugin:@typescript-eslint/recommended',
56
'plugin:@typescript-eslint/recommended-requiring-type-checking',

yarn.lock

Lines changed: 14 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,23 +2646,15 @@
26462646
eslint-scope "^5.1.1"
26472647
eslint-utils "^3.0.0"
26482648

2649-
"@typescript-eslint/parser@^4.4.1":
2650-
version "4.28.1"
2651-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
2652-
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
2653-
dependencies:
2654-
"@typescript-eslint/scope-manager" "4.28.1"
2655-
"@typescript-eslint/types" "4.28.1"
2656-
"@typescript-eslint/typescript-estree" "4.28.1"
2657-
debug "^4.3.1"
2658-
2659-
"@typescript-eslint/[email protected]":
2660-
version "4.28.1"
2661-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
2662-
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
2649+
"@typescript-eslint/parser@^4.29.2":
2650+
version "4.29.2"
2651+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.2.tgz#1c7744f4c27aeb74610c955d3dce9250e95c370a"
2652+
integrity sha512-WQ6BPf+lNuwteUuyk1jD/aHKqMQ9jrdCn7Gxt9vvBnzbpj7aWEf+aZsJ1zvTjx5zFxGCt000lsbD9tQPEL8u6g==
26632653
dependencies:
2664-
"@typescript-eslint/types" "4.28.1"
2665-
"@typescript-eslint/visitor-keys" "4.28.1"
2654+
"@typescript-eslint/scope-manager" "4.29.2"
2655+
"@typescript-eslint/types" "4.29.2"
2656+
"@typescript-eslint/typescript-estree" "4.29.2"
2657+
debug "^4.3.1"
26662658

26672659
"@typescript-eslint/[email protected]":
26682660
version "4.29.2"
@@ -2672,29 +2664,11 @@
26722664
"@typescript-eslint/types" "4.29.2"
26732665
"@typescript-eslint/visitor-keys" "4.29.2"
26742666

2675-
"@typescript-eslint/[email protected]":
2676-
version "4.28.1"
2677-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
2678-
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
2679-
26802667
"@typescript-eslint/[email protected]":
26812668
version "4.29.2"
26822669
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"
26832670
integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==
26842671

2685-
"@typescript-eslint/[email protected]":
2686-
version "4.28.1"
2687-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
2688-
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
2689-
dependencies:
2690-
"@typescript-eslint/types" "4.28.1"
2691-
"@typescript-eslint/visitor-keys" "4.28.1"
2692-
debug "^4.3.1"
2693-
globby "^11.0.3"
2694-
is-glob "^4.0.1"
2695-
semver "^7.3.5"
2696-
tsutils "^3.21.0"
2697-
26982672
"@typescript-eslint/[email protected]":
26992673
version "4.29.2"
27002674
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"
@@ -2708,14 +2682,6 @@
27082682
semver "^7.3.5"
27092683
tsutils "^3.21.0"
27102684

2711-
"@typescript-eslint/[email protected]":
2712-
version "4.28.1"
2713-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
2714-
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
2715-
dependencies:
2716-
"@typescript-eslint/types" "4.28.1"
2717-
eslint-visitor-keys "^2.0.0"
2718-
27192685
"@typescript-eslint/[email protected]":
27202686
version "4.29.2"
27212687
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"
@@ -4038,7 +4004,7 @@ escodegen@^2.0.0:
40384004
optionalDependencies:
40394005
source-map "~0.6.1"
40404006

4041-
eslint-config-airbnb-base@^14.2.0, eslint-config-airbnb-base@^14.2.1:
4007+
eslint-config-airbnb-base@^14.2.1:
40424008
version "14.2.1"
40434009
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
40444010
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
@@ -4047,16 +4013,12 @@ eslint-config-airbnb-base@^14.2.0, eslint-config-airbnb-base@^14.2.1:
40474013
object.assign "^4.1.2"
40484014
object.entries "^1.1.2"
40494015

4050-
eslint-config-airbnb-typescript@^12.3.1:
4051-
version "12.3.1"
4052-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-12.3.1.tgz#83ab40d76402c208eb08516260d1d6fac8f8acbc"
4053-
integrity sha512-ql/Pe6/hppYuRp4m3iPaHJqkBB7dgeEmGPQ6X0UNmrQOfTF+dXw29/ZjU2kQ6RDoLxaxOA+Xqv07Vbef6oVTWw==
4054-
dependencies:
4055-
"@typescript-eslint/parser" "^4.4.1"
4056-
eslint-config-airbnb "^18.2.0"
4057-
eslint-config-airbnb-base "^14.2.0"
4016+
eslint-config-airbnb-typescript@^13.0.0:
4017+
version "13.0.0"
4018+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-13.0.0.tgz#161507d1be79aea5ffe7ee2b0d14ad8222fe4109"
4019+
integrity sha512-ILlBPRdEeNavuZl6Wcjsese/vxMI4E8WM4xqCXLFyOHA1HFicpuTys9ikCk872vFK009WvhtT+rCl0R1Uadqcw==
40584020

4059-
eslint-config-airbnb@^18.2.0, eslint-config-airbnb@^18.2.1:
4021+
eslint-config-airbnb@^18.2.1:
40604022
version "18.2.1"
40614023
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
40624024
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==

0 commit comments

Comments
 (0)