@pplancq/react-template 2.3.14 → 2.3.16

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
@@ -1,3 +1,35 @@
1
+ ## @pplancq/react-template [2.3.16](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.15...@pplancq/react-template@2.3.16) (2025-04-14)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **react-template:** remove useEslintrc option from eslintPlugin configuration ([d99d21e](https://github.com/pplancq/dev-tools/commit/d99d21eacb6d9bd91dc725fcc1671006bd5820db))
6
+ * **deps:** update dependency @hookform/resolvers to v5 ([d87bef2](https://github.com/pplancq/dev-tools/commit/d87bef293d2cdaa5d7d08c6dc03fef416b79788b))
7
+ * **deps:** update dependency react-hook-form to ^7.55.0 ([7f74527](https://github.com/pplancq/dev-tools/commit/7f74527add03d957052e29ba4e8f4af96420c9df))
8
+ * **deps:** update dependency react-router to ^7.5.0 ([5530cf4](https://github.com/pplancq/dev-tools/commit/5530cf4f3f029a30aa738a1be22ef0757f06ab16))
9
+ * **deps:** update react monorepo ([2706189](https://github.com/pplancq/dev-tools/commit/2706189df070f2df9430524a8d229d9f814d699e))
10
+ * **deps:** update react-query mono repo to ^5.72.2 ([6cb3445](https://github.com/pplancq/dev-tools/commit/6cb3445d2f12328c7f9bc287528e3891b2a5a71a))
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@pplancq/eslint-config:** upgraded to 4.0.19
16
+ * **@pplancq/prettier-config:** upgraded to 1.2.4
17
+ * **@pplancq/stylelint-config:** upgraded to 3.1.1
18
+ * **@pplancq/webpack-config:** upgraded to 1.9.10
19
+
20
+ ## @pplancq/react-template [2.3.15](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.14...@pplancq/react-template@2.3.15) (2025-04-07)
21
+
22
+ ### Bug Fixes
23
+
24
+ * **deps:** update dependency react-router to ^7.4.1 ([7004425](https://github.com/pplancq/dev-tools/commit/700442559d777f27ac7139db730ea083beae322e))
25
+ * **deps:** update react-query mono repo to ^5.71.10 ([fcbf6d9](https://github.com/pplancq/dev-tools/commit/fcbf6d9f456a3835f2832e5d6e5a846ba750e3cd))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * **@pplancq/eslint-config:** upgraded to 4.0.18
31
+ * **@pplancq/webpack-config:** upgraded to 1.9.9
32
+
1
33
  ## @pplancq/react-template [2.3.14](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.13...@pplancq/react-template@2.3.14) (2025-03-31)
2
34
 
3
35
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.3.14",
3
+ "version": "2.3.16",
4
4
  "license": "MIT",
5
5
  "description": "react template",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -37,13 +37,13 @@
37
37
  "template"
38
38
  ],
39
39
  "dependencies": {
40
- "@hookform/resolvers": "^4.1.3",
41
- "@tanstack/react-query": "^5.70.0",
42
- "@tanstack/react-query-devtools": "^5.70.0",
43
- "react": "^19.0.0",
44
- "react-dom": "^19.0.0",
45
- "react-hook-form": "^7.54.2",
46
- "react-router": "^7.4.0",
40
+ "@hookform/resolvers": "^5.0.1",
41
+ "@tanstack/react-query": "^5.72.2",
42
+ "@tanstack/react-query-devtools": "^5.72.2",
43
+ "react": "^19.1.0",
44
+ "react-dom": "^19.1.0",
45
+ "react-hook-form": "^7.55.0",
46
+ "react-router": "^7.5.0",
47
47
  "yup": "^1.6.1"
48
48
  },
49
49
  "devDependencies": {
@@ -55,30 +55,30 @@
55
55
  "@pplancq/stylelint-config": "*",
56
56
  "@pplancq/webpack-config": "*",
57
57
  "@testing-library/jest-dom": "^6.6.3",
58
- "@testing-library/react": "^16.2.0",
58
+ "@testing-library/react": "^16.3.0",
59
59
  "@testing-library/user-event": "^14.6.1",
60
- "@types/react": "^19.0.12",
61
- "@types/react-dom": "^19.0.4",
60
+ "@types/react": "^19.1.0",
61
+ "@types/react-dom": "^19.1.2",
62
62
  "@vitejs/plugin-react-swc": "^3.8.1",
63
- "@vitest/coverage-v8": "^3.0.9",
63
+ "@vitest/coverage-v8": "^3.1.1",
64
64
  "concurrently": "^9.1.2",
65
- "eslint": "^9.23.0",
66
- "eslint-plugin-prettier": "^5.2.5",
65
+ "eslint": "^9.24.0",
66
+ "eslint-plugin-prettier": "^5.2.6",
67
67
  "husky": "^9.1.7",
68
68
  "jsdom": "^26.0.0",
69
69
  "lint-staged": "^15.5.0",
70
70
  "msw": "^2.7.3",
71
71
  "prettier": "^3.5.3",
72
- "stylelint": "^16.17.0",
72
+ "stylelint": "^16.18.0",
73
73
  "stylelint-prettier": "^5.0.3",
74
74
  "tsc-files": "^1.1.4",
75
- "typescript": "^5.8.2",
75
+ "typescript": "^5.8.3",
76
76
  "vite-plugin-svgr": "^4.3.0",
77
77
  "vite-tsconfig-paths": "^5.1.4",
78
- "vitest": "^3.0.9",
78
+ "vitest": "^3.1.1",
79
79
  "vitest-axe": "^1.0.0-pre.5",
80
80
  "vitest-sonar-reporter": "^2.0.0",
81
- "webpack": "^5.98.0",
81
+ "webpack": "^5.99.5",
82
82
  "webpack-cli": "^6.0.1",
83
83
  "webpack-dev-server": "^5.2.1"
84
84
  },
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "volta": {
89
89
  "node": "22.14.0",
90
- "npm": "11.2.0"
90
+ "npm": "11.3.0"
91
91
  },
92
92
  "browserslist": {
93
93
  "production": [
@@ -56,7 +56,6 @@ export default defineConfig(({ mode }) => {
56
56
  viteTsconfigPaths(),
57
57
  svgr(),
58
58
  eslintPlugin({
59
- useEslintrc: true,
60
59
  emitErrorAsWarning: true,
61
60
  cache: false
62
61
  }),