@scaleway/eslint-config-react 2.2.2 → 2.3.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/CHANGELOG.md +34 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,6 +3,40 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.3.0](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@2.2.5...@scaleway/eslint-config-react@2.3.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **deps:** update dependency eslint to v8 ([#448](https://github.com/scaleway/scaleway-lib/issues/448)) ([b120a44](https://github.com/scaleway/scaleway-lib/commit/b120a44047ecfce35cdbb955ba71383061cf2d83))
12
+
13
+
14
+
15
+ ### [2.2.5](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@2.2.4...@scaleway/eslint-config-react@2.2.5) (2021-10-22)
16
+
17
+ **Note:** Version bump only for package @scaleway/eslint-config-react
18
+
19
+
20
+
21
+
22
+
23
+ ### [2.2.4](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@2.2.3...@scaleway/eslint-config-react@2.2.4) (2021-10-21)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **deps:** update dependency eslint-plugin-import to v2.25.2 ([#447](https://github.com/scaleway/scaleway-lib/issues/447)) ([2c4a4cb](https://github.com/scaleway/scaleway-lib/commit/2c4a4cbaaef41b5014ee8257a21e9d695affc8c0))
29
+
30
+
31
+
32
+ ### [2.2.3](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@2.2.2...@scaleway/eslint-config-react@2.2.3) (2021-10-21)
33
+
34
+ **Note:** Version bump only for package @scaleway/eslint-config-react
35
+
36
+
37
+
38
+
39
+
6
40
  ### 2.2.2 (2021-10-21)
7
41
 
8
42
  **Note:** Version bump only for package @scaleway/eslint-config-react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/eslint-config-react",
3
- "version": "2.2.2",
3
+ "version": "2.3.0",
4
4
  "description": "Scaleway React eslint shared config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -17,18 +17,18 @@
17
17
  },
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@typescript-eslint/eslint-plugin": "^4.29.3",
21
- "@typescript-eslint/parser": "^4.29.3",
22
- "eslint-config-airbnb": "^18.2.1",
23
- "eslint-config-airbnb-typescript": "^14.0.0",
24
- "eslint-config-prettier": "^8.3.0",
25
- "eslint-plugin-import": "^2.24.2",
26
- "eslint-plugin-jsx-a11y": "^6.4.1",
27
- "eslint-plugin-react": "^7.24.0",
28
- "eslint-plugin-react-hooks": "^4.2.0"
20
+ "@typescript-eslint/eslint-plugin": "5.1.0",
21
+ "@typescript-eslint/parser": "5.1.0",
22
+ "eslint-config-airbnb": "18.2.1",
23
+ "eslint-config-airbnb-typescript": "14.0.1",
24
+ "eslint-config-prettier": "8.3.0",
25
+ "eslint-plugin-import": "2.25.2",
26
+ "eslint-plugin-jsx-a11y": "6.4.1",
27
+ "eslint-plugin-react": "7.26.1",
28
+ "eslint-plugin-react-hooks": "4.2.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "eslint": "7.x"
31
+ "eslint": "7.x || 8.x"
32
32
  },
33
- "gitHead": "42d6adcad4f7f6b9d55f484d3bf33170ca57d483"
33
+ "gitHead": "a9e1e66786f95ba240913d7d7d972006f690fbb7"
34
34
  }