Skip to content

Commit 69f3dd9

Browse files
author
Mark D'Arensbourg
committed
Chore: upgrading typescript and typescript-eslint
1 parent d05bf45 commit 69f3dd9

4 files changed

Lines changed: 1802 additions & 1168 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@growflow/javascript",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"workspaces": [
77
"packages/*"
@@ -10,11 +10,11 @@
1010
"lint": "tsc && eslint --ext .js,.ts packages"
1111
},
1212
"devDependencies": {
13-
"@growflow/eslint-config": "^10.3.2",
13+
"@growflow/eslint-config": "^11.0.0",
1414
"@rushstack/eslint-patch": "^1.2.0",
1515
"@tsconfig/recommended": "^1.0.1",
1616
"eslint": "^8.34.0",
17-
"prettier": "^2.8.4",
18-
"typescript": "^4.9.5"
17+
"prettier": "^3.0.0",
18+
"typescript": "^4.9.5 || < 6.0.0"
1919
}
2020
}

packages/eslint/core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
'airbnb-typescript',
1515
'airbnb/hooks',
1616
'plugin:eslint-comments/recommended',
17-
'plugin:@typescript-eslint/recommended',
1817
'plugin:@typescript-eslint/recommended-requiring-type-checking',
1918
'plugin:promise/recommended',
2019
'plugin:unicorn/recommended',

packages/eslint/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "10.4.1",
8+
"version": "11.0.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/GrowflowTeam/javascript.git"
@@ -18,30 +18,30 @@
1818
"growflow"
1919
],
2020
"dependencies": {
21-
"@typescript-eslint/eslint-plugin": "^5.43.0",
22-
"@typescript-eslint/parser": "^5.43.0",
21+
"@typescript-eslint/eslint-plugin": "^6.5.0",
22+
"@typescript-eslint/parser": "^6.5.0",
2323
"eslint-config-airbnb": "^19.0.4",
24-
"eslint-config-airbnb-typescript": "^16.1.4",
25-
"eslint-config-prettier": "^8.5.0",
26-
"eslint-import-resolver-typescript": "^2.7.0",
24+
"eslint-config-airbnb-typescript": "^17.1.0",
25+
"eslint-config-prettier": "^9.0.0",
26+
"eslint-import-resolver-typescript": "^3.6.0",
2727
"eslint-plugin-eslint-comments": "^3.2.0",
28-
"eslint-plugin-import": "^2.25.4",
28+
"eslint-plugin-import": "^2.28.1",
2929
"eslint-plugin-jest": "^26.1.3",
30-
"eslint-plugin-jsx-a11y": "^6.5.1",
30+
"eslint-plugin-jsx-a11y": "^6.7.1",
3131
"eslint-plugin-monorepo": "~0.3.2",
32-
"eslint-plugin-prettier": "^4.0.0",
33-
"eslint-plugin-promise": "^6.0.0",
34-
"eslint-plugin-react": "^7.29.4",
35-
"eslint-plugin-react-hooks": "^4.3.0",
32+
"eslint-plugin-prettier": "^5.0.0",
33+
"eslint-plugin-promise": "^6.1.1",
34+
"eslint-plugin-react": "^7.33.2",
35+
"eslint-plugin-react-hooks": "^4.6.0",
3636
"eslint-plugin-security": "^1.4.0",
37-
"eslint-plugin-simple-import-sort": "^7.0.0",
38-
"eslint-plugin-unicorn": "^41.0.1",
39-
"@types/babel__core": "^7.0.0"
37+
"eslint-plugin-simple-import-sort": "^10.0.0",
38+
"eslint-plugin-unicorn": "^47.0.0",
39+
"@types/babel__core": "^7.20.1"
4040
},
4141
"peerDependencies": {
4242
"@rushstack/eslint-patch": "^1.1.1",
43-
"eslint": "^8.34.0",
44-
"prettier": "^2.6.1",
45-
"typescript": "^4.6.3"
43+
"eslint": "^8.48.0",
44+
"prettier": "^3.0.2",
45+
"typescript": "^4.9.5 || < 6.0.0"
4646
}
4747
}

0 commit comments

Comments
 (0)