@open-turo/eslint-config-react 3.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,6 +4,17 @@ on:
|
|
|
4
4
|
push:
|
|
5
5
|
|
|
6
6
|
jobs:
|
|
7
|
+
release-notes:
|
|
8
|
+
name: Release notes preview
|
|
9
|
+
runs-on: ubuntu-latest
|
|
10
|
+
if: github.ref != 'refs/heads/main'
|
|
11
|
+
steps:
|
|
12
|
+
- uses: open-turo/actions-release/release-notes-preview@v2
|
|
13
|
+
with:
|
|
14
|
+
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
15
|
+
env:
|
|
16
|
+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
17
|
+
|
|
7
18
|
lint:
|
|
8
19
|
name: Lint
|
|
9
20
|
runs-on: ubuntu-latest
|
package/.pre-commit-config.yaml
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
"author": "Turo engineering",
|
|
3
3
|
"description": "Turo eslint configuration for react",
|
|
4
4
|
"devDependencies": {
|
|
5
|
-
"@commitlint/cli": "17.
|
|
5
|
+
"@commitlint/cli": "17.7.1",
|
|
6
6
|
"@open-turo/commitlint-config-conventional": "1.1.0",
|
|
7
|
-
"@open-turo/eslint-config-typescript": "
|
|
8
|
-
"@open-turo/semantic-release-config": "
|
|
9
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
10
|
-
"@typescript-eslint/parser": "5.
|
|
11
|
-
"eslint": "8.
|
|
12
|
-
"eslint-config-prettier": "
|
|
13
|
-
"eslint-import-resolver-typescript": "3.
|
|
14
|
-
"eslint-plugin-import": "2.
|
|
7
|
+
"@open-turo/eslint-config-typescript": "6.0.0",
|
|
8
|
+
"@open-turo/semantic-release-config": "4.0.1",
|
|
9
|
+
"@typescript-eslint/eslint-plugin": "6.5.0",
|
|
10
|
+
"@typescript-eslint/parser": "6.5.0",
|
|
11
|
+
"eslint": "8.48.0",
|
|
12
|
+
"eslint-config-prettier": "9.0.0",
|
|
13
|
+
"eslint-import-resolver-typescript": "3.6.0",
|
|
14
|
+
"eslint-plugin-import": "2.28.1",
|
|
15
15
|
"eslint-plugin-jest": "27.2.3",
|
|
16
16
|
"eslint-plugin-json": "3.1.0",
|
|
17
17
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
18
18
|
"eslint-plugin-node": "11.1.0",
|
|
19
19
|
"eslint-plugin-prettier": "5.0.0",
|
|
20
|
-
"eslint-plugin-react": "7.
|
|
20
|
+
"eslint-plugin-react": "7.33.2",
|
|
21
21
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
22
22
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
23
|
-
"eslint-plugin-sonarjs": "
|
|
23
|
+
"eslint-plugin-sonarjs": "0.21.0",
|
|
24
24
|
"eslint-plugin-sort-destructure-keys": "1.5.0",
|
|
25
|
-
"eslint-plugin-typescript-sort-keys": "
|
|
26
|
-
"prettier": "3.0.
|
|
27
|
-
"semantic-release": "21.
|
|
25
|
+
"eslint-plugin-typescript-sort-keys": "3.0.0",
|
|
26
|
+
"prettier": "3.0.3",
|
|
27
|
+
"semantic-release": "21.1.1"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">= 14"
|
|
@@ -37,28 +37,29 @@
|
|
|
37
37
|
},
|
|
38
38
|
"name": "@open-turo/eslint-config-react",
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@open-turo/eslint-config-typescript": "^
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
42
|
-
"@typescript-eslint/parser": "^
|
|
40
|
+
"@open-turo/eslint-config-typescript": "^6.0.0",
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
42
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
43
43
|
"eslint": ">=8.18.0",
|
|
44
|
-
"eslint-config-prettier": "^
|
|
44
|
+
"eslint-config-prettier": "^9.0.0",
|
|
45
45
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
46
46
|
"eslint-plugin-import": "^2.26.0",
|
|
47
47
|
"eslint-plugin-jest": "^27.1.6",
|
|
48
|
+
"eslint-plugin-json": "^3.1.0",
|
|
48
49
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
49
50
|
"eslint-plugin-node": "^11.1.0",
|
|
50
51
|
"eslint-plugin-prettier": "^5.0.0",
|
|
51
52
|
"eslint-plugin-react": "^7.29.4",
|
|
52
53
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
53
54
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
54
|
-
"eslint-plugin-sonarjs": "^0.
|
|
55
|
+
"eslint-plugin-sonarjs": "^0.21.0",
|
|
55
56
|
"eslint-plugin-sort-destructure-keys": "^1.4.0",
|
|
56
|
-
"eslint-plugin-typescript-sort-keys": "^
|
|
57
|
+
"eslint-plugin-typescript-sort-keys": "^3.0.0",
|
|
57
58
|
"prettier": "^3.0.0"
|
|
58
59
|
},
|
|
59
60
|
"publishConfig": {
|
|
60
61
|
"access": "public"
|
|
61
62
|
},
|
|
62
63
|
"repository": "https://github.com/open-turo/eslint-config-react",
|
|
63
|
-
"version": "
|
|
64
|
+
"version": "4.0.0"
|
|
64
65
|
}
|
|
Binary file
|