@scaleway/eslint-config-react 3.4.4 → 3.4.7

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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
+ ### [3.4.7](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@3.4.6...@scaleway/eslint-config-react@3.4.7) (2022-03-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency eslint-plugin-react to v7.29.4 ([#671](https://github.com/scaleway/scaleway-lib/issues/671)) ([7cca6f1](https://github.com/scaleway/scaleway-lib/commit/7cca6f1716c38f7db716e1d013281e9e91cea09d))
12
+
13
+
14
+
15
+ ### [3.4.6](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@3.4.5...@scaleway/eslint-config-react@3.4.6) (2022-03-11)
16
+
17
+ **Note:** Version bump only for package @scaleway/eslint-config-react
18
+
19
+
20
+
21
+
22
+
23
+ ### 3.4.5 (2022-03-11)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **deps:** update dependency eslint-config-airbnb-typescript to v16.1.1 ([#666](https://github.com/scaleway/scaleway-lib/issues/666)) ([ad39418](https://github.com/scaleway/scaleway-lib/commit/ad39418dcda2e2326f36b31bd2b4985daa1d3f94))
29
+
30
+
31
+
6
32
  ### [3.4.4](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@3.4.3...@scaleway/eslint-config-react@3.4.4) (2022-03-04)
7
33
 
8
34
 
package/README.md CHANGED
@@ -9,7 +9,7 @@ Available in Javascript and Typescript
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- $ yarn add --dev @scaleway/eslint-config-react
12
+ $ pnpm add --dev @scaleway/eslint-config-react
13
13
  ```
14
14
 
15
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/eslint-config-react",
3
- "version": "3.4.4",
3
+ "version": "3.4.7",
4
4
  "description": "Scaleway React eslint shared config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -20,16 +20,16 @@
20
20
  "@typescript-eslint/eslint-plugin": "5.12.1",
21
21
  "@typescript-eslint/parser": "5.12.1",
22
22
  "eslint-config-airbnb": "19.0.4",
23
- "eslint-config-airbnb-typescript": "16.1.0",
23
+ "eslint-config-airbnb-typescript": "16.1.1",
24
24
  "eslint-config-prettier": "8.5.0",
25
25
  "eslint-plugin-eslint-comments": "3.2.0",
26
26
  "eslint-plugin-import": "2.25.4",
27
27
  "eslint-plugin-jsx-a11y": "6.5.1",
28
- "eslint-plugin-react": "7.29.3",
28
+ "eslint-plugin-react": "7.29.4",
29
29
  "eslint-plugin-react-hooks": "4.3.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "eslint": ">= 8.5"
33
33
  },
34
- "gitHead": "8c67ef62d4937d9c31bcc676830ff8bbf6835787"
34
+ "gitHead": "95169e8991f421f08cca122d7ab19dc65b49cf70"
35
35
  }