@anolilab/eslint-config 3.0.1 → 3.0.2

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 (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/config.cjs +2 -3
  3. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ### @anolilab/eslint-config [3.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@3.0.1...@anolilab/eslint-config@3.0.2) (2022-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @rushstack/eslint-plugin-security to ^0.3.0 ([64f535a](https://github.com/anolilab/javascript-style-guide/commit/64f535abf3aff65debe308ce0d7e88cef163b3d5))
7
+ * **deps:** update dependency eslint-plugin-compat to v4 ([1ae1931](https://github.com/anolilab/javascript-style-guide/commit/1ae193194cb7d9f7bf9f8fdbf626d40056eb1ad2))
8
+ * **deps:** update dependency eslint-plugin-promise to v6 ([913a0bb](https://github.com/anolilab/javascript-style-guide/commit/913a0bb6328a601c5e3243b0ef88f77c050d53c7))
9
+ * **deps:** upgraded deps in all packages ([091353c](https://github.com/anolilab/javascript-style-guide/commit/091353cdd01a0bb3d0e48da9266a6a2978283e2b))
10
+ * fixed eslint config loading of react plugins ([56bc9ce](https://github.com/anolilab/javascript-style-guide/commit/56bc9ce9de8e7fd16d81e7710cdeddc7218b03da))
11
+
1
12
  ### @anolilab/eslint-config [3.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@3.0.0...@anolilab/eslint-config@3.0.1) (2022-02-15)
2
13
 
3
14
 
package/config.cjs CHANGED
@@ -34,9 +34,8 @@ const depRules = [
34
34
  ["lodash", "lodash-fp"],
35
35
  "jsdoc",
36
36
  "react",
37
- ["mdx", "eslint-plugin-react"],
38
- ["react-a11y", "react"],
39
- ["react-hooks", "react"],
37
+ ["react", "react-a11y"],
38
+ ["react", "react-hooks"],
40
39
  ];
41
40
 
42
41
  const testRules = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -54,77 +54,77 @@
54
54
  "postinstall": "node lib/postinstall.cjs"
55
55
  },
56
56
  "dependencies": {
57
- "@rushstack/eslint-plugin-security": "^0.2.4",
57
+ "@rushstack/eslint-plugin-security": "^0.3.0",
58
58
  "confusing-browser-globals": "^1.0.11",
59
59
  "eslint-import-resolver-node": "^0.3.6",
60
- "eslint-plugin-compat": "^3.13.0",
60
+ "eslint-plugin-compat": "^4.0.2",
61
61
  "eslint-plugin-eslint-comments": "^3.2.0",
62
- "eslint-plugin-import": "^2.25.4",
62
+ "eslint-plugin-import": "^2.26.0",
63
63
  "eslint-plugin-markdown": "^2.2.1",
64
64
  "eslint-plugin-no-loops": "^0.3.0",
65
65
  "eslint-plugin-no-secrets": "^0.8.9",
66
66
  "eslint-plugin-optimize-regex": "^1.2.1",
67
- "eslint-plugin-promise": "^5.1.1",
67
+ "eslint-plugin-promise": "^6.0.0",
68
68
  "eslint-plugin-radar": "^0.2.1",
69
69
  "eslint-plugin-simple-import-sort": "^7.0.0",
70
70
  "eslint-plugin-sort-keys-fix": "^1.1.2",
71
- "eslint-plugin-unicorn": "^37.0.1",
71
+ "eslint-plugin-unicorn": "^42.0.0",
72
72
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
73
73
  "eslint-plugin-you-dont-need-momentjs": "^1.6.0",
74
74
  "lodash.has": "^4.5.2",
75
75
  "object.assign": "^4.1.2",
76
76
  "read-pkg-up": "7.0.1",
77
- "semver": "^7.3.5"
77
+ "semver": "^7.3.7"
78
78
  },
79
79
  "devDependencies": {
80
- "@testing-library/dom": "8.11.3",
81
- "@typescript-eslint/eslint-plugin": "^5.0.0",
82
- "@typescript-eslint/parser": "5.10.0",
80
+ "@testing-library/dom": "8.13.0",
81
+ "@typescript-eslint/eslint-plugin": "^5.19.0",
82
+ "@typescript-eslint/parser": "5.22.0",
83
83
  "eslint": "7.32.0",
84
84
  "eslint-find-rules": "4.1.0",
85
85
  "eslint-plugin-babel": "5.3.1",
86
86
  "eslint-plugin-cypress": "2.12.1",
87
- "eslint-plugin-jest": "25.7.0",
87
+ "eslint-plugin-jest": "26.1.5",
88
88
  "eslint-plugin-jest-async": "1.0.3",
89
89
  "eslint-plugin-jest-dom": "4.0.1",
90
90
  "eslint-plugin-jest-formatting": "3.1.0",
91
- "eslint-plugin-jsdoc": "37.6.3",
91
+ "eslint-plugin-jsdoc": "37.9.7",
92
92
  "eslint-plugin-json": "3.1.0",
93
93
  "eslint-plugin-jsx-a11y": "6.5.1",
94
- "eslint-plugin-mdx": "1.16.0",
94
+ "eslint-plugin-mdx": "1.17.0",
95
95
  "eslint-plugin-node": "11.1.0",
96
96
  "eslint-plugin-prefer-object-spread": "1.2.1",
97
- "eslint-plugin-react": "7.28.0",
98
- "eslint-plugin-react-hooks": "4.3.0",
99
- "eslint-plugin-react-redux": "3.3.4",
100
- "eslint-plugin-testing-library": "5.0.4",
97
+ "eslint-plugin-react": "7.29.4",
98
+ "eslint-plugin-react-hooks": "4.5.0",
99
+ "eslint-plugin-react-redux": "4.0.0",
100
+ "eslint-plugin-testing-library": "5.3.1",
101
101
  "eslint-plugin-typescript-sort-keys": "2.1.0",
102
- "jest": "27.5.1",
103
- "react": "17.0.2",
104
- "typescript": "^4.5.5"
102
+ "jest": "28.1.0",
103
+ "react": "18.1.0",
104
+ "typescript": "^4.6.3"
105
105
  },
106
106
  "peerDependencies": {
107
107
  "eslint": "^7.32.0"
108
108
  },
109
109
  "optionalDependencies": {
110
110
  "@typescript-eslint/eslint-plugin": "^5.2.0",
111
- "@typescript-eslint/parser": "^5.2.0",
111
+ "@typescript-eslint/parser": "^5.19.0",
112
112
  "eslint-plugin-babel": "^5.3.1",
113
113
  "eslint-plugin-cypress": "^2.12.1",
114
114
  "eslint-plugin-jest": "^26.1.0",
115
115
  "eslint-plugin-jest-async": "^1.0.3",
116
116
  "eslint-plugin-jest-dom": "^4.0.1",
117
117
  "eslint-plugin-jest-formatting": "^3.1.0",
118
- "eslint-plugin-jsdoc": "^37.9.1",
118
+ "eslint-plugin-jsdoc": "^39.2.1",
119
119
  "eslint-plugin-json": "^3.1.0",
120
120
  "eslint-plugin-jsx-a11y": "^6.5.1",
121
- "eslint-plugin-mdx": "^1.16.0",
121
+ "eslint-plugin-mdx": "^1.17.0",
122
122
  "eslint-plugin-node": "^11.1.0",
123
123
  "eslint-plugin-prefer-object-spread": "^1.2.1",
124
- "eslint-plugin-react": "^7.28.0",
125
- "eslint-plugin-react-hooks": "^4.3.0",
124
+ "eslint-plugin-react": "^7.29.4",
125
+ "eslint-plugin-react-hooks": "^4.4.0",
126
126
  "eslint-plugin-react-redux": "^4.0.0",
127
- "eslint-plugin-testing-library": "^5.0.5",
127
+ "eslint-plugin-testing-library": "^5.3.1",
128
128
  "eslint-plugin-typescript-sort-keys": "^2.1.0"
129
129
  },
130
130
  "engines": {