@voiceflow/eslint-config 5.0.0 → 6.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.
Files changed (2) hide show
  1. package/config/import.js +1 -1
  2. package/package.json +23 -23
package/config/import.js CHANGED
@@ -11,7 +11,7 @@ module.exports = {
11
11
  'simple-import-sort/imports': 'error',
12
12
  'simple-import-sort/exports': 'error',
13
13
 
14
- 'import/extensions': ['error', 'always', { js: 'never', ts: 'never', jsx: 'never', tsx: 'never' }],
14
+ 'import/extensions': ['error', 'ignorePackages', { js: 'never', ts: 'never', jsx: 'never', tsx: 'never' }],
15
15
  'import/first': 'error',
16
16
  'import/newline-after-import': 'error',
17
17
  'import/no-duplicates': 'error',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@voiceflow/eslint-config",
3
3
  "description": "ESLint config for voiceflow",
4
- "version": "5.0.0",
4
+ "version": "6.0.0",
5
5
  "author": "Eric Hacke",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/eslint-config/issues"
@@ -12,43 +12,43 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@typescript-eslint/eslint-plugin": "^4.31.0",
16
- "@typescript-eslint/parser": "^4.31.0",
17
- "eslint-config-airbnb-base": "^14.2.1",
15
+ "@typescript-eslint/eslint-plugin": "5.9.1",
16
+ "@typescript-eslint/parser": "5.9.1",
17
+ "eslint-config-airbnb-base": "15.0.0",
18
18
  "eslint-config-prettier": "^8.3.0",
19
19
  "eslint-import-resolver-typescript": "^2.5.0",
20
- "eslint-plugin-compat": "^3.13.0",
20
+ "eslint-plugin-compat": "4.0.1",
21
21
  "eslint-plugin-cypress": "^2.11.3",
22
22
  "eslint-plugin-eslint-comments": "^3.1.1",
23
- "eslint-plugin-import": "^2.24.2",
24
- "eslint-plugin-jest": "^24.4.0",
25
- "eslint-plugin-jsx-a11y": "^6.2.1",
23
+ "eslint-plugin-import": "2.25.4",
24
+ "eslint-plugin-jest": "25.3.4",
25
+ "eslint-plugin-jsx-a11y": "6.5.1",
26
26
  "eslint-plugin-lodash": "^7.3.0",
27
- "eslint-plugin-mocha": "^9.0.0",
27
+ "eslint-plugin-mocha": "9.0.0",
28
28
  "eslint-plugin-no-secrets": "^0.8.9",
29
29
  "eslint-plugin-prefer-arrow": "^1.2.3",
30
30
  "eslint-plugin-prettier": "^4.0.0",
31
- "eslint-plugin-promise": "^5.1.0",
32
- "eslint-plugin-react": "^7.25.1",
33
- "eslint-plugin-react-hooks": "^4.2.0",
31
+ "eslint-plugin-promise": "6.0.0",
32
+ "eslint-plugin-react": "7.28.0",
33
+ "eslint-plugin-react-hooks": "4.3.0",
34
34
  "eslint-plugin-simple-import-sort": "^7.0.0",
35
- "eslint-plugin-sonarjs": "^0.10.0",
36
- "eslint-plugin-unicorn": "^37.0.1",
35
+ "eslint-plugin-sonarjs": "0.11.0",
36
+ "eslint-plugin-unicorn": "40.0.0",
37
37
  "eslint-plugin-xss": "^0.1.9",
38
38
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@voiceflow/commitlint-config": "1.1.0",
42
- "@voiceflow/git-branch-check": "1.2.0",
43
- "@voiceflow/prettier-config": "1.0.5",
41
+ "@voiceflow/commitlint-config": "2.0.0",
42
+ "@voiceflow/git-branch-check": "1.2.1",
43
+ "@voiceflow/prettier-config": "1.0.6",
44
44
  "commitizen": "^4.2.4",
45
- "commitlint": "^13.1.0",
45
+ "commitlint": "16.0.2",
46
46
  "cz-conventional-changelog": "^3.3.0",
47
- "eslint": "^7.32.0",
47
+ "eslint": "8.6.0",
48
48
  "fixpack": "^4.0.0",
49
- "husky": "^7.0.2",
50
- "lint-staged": "^11.1.2",
51
- "prettier": "^2.4.0"
49
+ "husky": "7.0.4",
50
+ "lint-staged": "12.1.7",
51
+ "prettier": "2.5.1"
52
52
  },
53
53
  "files": [
54
54
  "*.js",
@@ -66,7 +66,7 @@
66
66
  "main": "index.js",
67
67
  "peerDependencies": {
68
68
  "@voiceflow/prettier-config": "^1.0.2",
69
- "eslint": "^7.0.0"
69
+ "eslint": "^8.0.0"
70
70
  },
71
71
  "prettier": "@voiceflow/prettier-config",
72
72
  "repository": {