@pplancq/eslint-config 3.0.0 → 3.0.1

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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @pplancq/eslint-config [3.0.1](https://github.com/pplancq/dev-tools/compare/@pplancq/eslint-config@3.0.0...@pplancq/eslint-config@3.0.1) (2024-10-15)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency @vitest/eslint-plugin to ^1.1.6 ([e17e044](https://github.com/pplancq/dev-tools/commit/e17e044dd7f9ccf73513eeab855394a5121df0b8))
6
+ * **deps:** update dependency @vitest/eslint-plugin to ^1.1.7 ([c9eba23](https://github.com/pplancq/dev-tools/commit/c9eba238a5c8ab3647ddbff68542f901fb154e81))
7
+ * **deps:** update dependency eslint-plugin-import to ^2.31.0 ([74e1c9f](https://github.com/pplancq/dev-tools/commit/74e1c9f098dae47e1d3fc46b484a2c1533cf49df))
8
+ * **deps:** update dependency eslint-plugin-react to ^7.37.1 ([98e26d5](https://github.com/pplancq/dev-tools/commit/98e26d5998f5738a8402949d8634335c02c6723f))
9
+ * **deps:** update typescript-eslint packages to ^8.8.0 ([fc92bb3](https://github.com/pplancq/dev-tools/commit/fc92bb35795f1aba90d8ccfe180e2121513fe9c5))
10
+ * **deps:** update typescript-eslint packages to ^8.8.1 ([23d9c82](https://github.com/pplancq/dev-tools/commit/23d9c8290b1cba9f549f0e14b168d6f046bad016))
11
+
1
12
  ## @pplancq/eslint-config [3.0.0](https://github.com/pplancq/dev-tools/compare/@pplancq/eslint-config@2.3.0...@pplancq/eslint-config@3.0.0) (2024-09-16)
2
13
 
3
14
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/eslint-config",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "license": "MIT",
5
5
  "description": "pplancq eslint config",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -27,16 +27,16 @@
27
27
  "config"
28
28
  ],
29
29
  "dependencies": {
30
- "@typescript-eslint/eslint-plugin": "^8.5.0",
31
- "@typescript-eslint/parser": "^8.5.0",
32
- "@vitest/eslint-plugin": "^1.1.4",
30
+ "@typescript-eslint/eslint-plugin": "^8.8.1",
31
+ "@typescript-eslint/parser": "^8.8.1",
32
+ "@vitest/eslint-plugin": "^1.1.7",
33
33
  "eslint-import-resolver-typescript": "^3.6.3",
34
- "eslint-plugin-import": "^2.30.0",
34
+ "eslint-plugin-import": "^2.31.0",
35
35
  "eslint-plugin-jest": "^28.8.3",
36
36
  "eslint-plugin-jest-dom": "^5.4.0",
37
37
  "eslint-plugin-jest-extended": "^2.4.0",
38
38
  "eslint-plugin-jsx-a11y": "^6.10.0",
39
- "eslint-plugin-react": "^7.36.1",
39
+ "eslint-plugin-react": "^7.37.1",
40
40
  "eslint-plugin-react-hooks": "^4.6.2",
41
41
  "eslint-plugin-testing-library": "^6.3.0"
42
42
  },