@pplancq/react-template 2.3.8 → 2.3.10

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,34 @@
1
+ ## @pplancq/react-template [2.3.10](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.9...@pplancq/react-template@2.3.10) (2025-03-03)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **react-template:** rename thread options to fork options in configuration ([f8ac458](https://github.com/pplancq/dev-tools/commit/f8ac458b63cae6f9423b4e9c8e8761e306343270))
6
+ * **deps:** update dependency @hookform/resolvers to ^4.1.2 ([2dd88e7](https://github.com/pplancq/dev-tools/commit/2dd88e7b6e3bd0d3eeaf3171cbeba66540d0b7ee))
7
+ * **deps:** update react-query mono repo to ^5.66.11 ([3d8a4d2](https://github.com/pplancq/dev-tools/commit/3d8a4d254371b151adb7f0f947a3c9bea1655bd8))
8
+ * **deps:** update react-query mono repo to ^5.66.9 ([aeb45d0](https://github.com/pplancq/dev-tools/commit/aeb45d0313874e907118286e4b61da1df703e8d0))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * **@pplancq/eslint-config:** upgraded to 4.0.13
14
+ * **@pplancq/postcss-config:** upgraded to 2.1.9
15
+ * **@pplancq/webpack-config:** upgraded to 1.9.4
16
+
17
+ ## @pplancq/react-template [2.3.9](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.8...@pplancq/react-template@2.3.9) (2025-02-24)
18
+
19
+ ### Bug Fixes
20
+
21
+ * **deps:** update dependency @hookform/resolvers to ^4.1.0 ([2c9298c](https://github.com/pplancq/dev-tools/commit/2c9298c37105e43db540cc5ad15f424980eea1f5))
22
+ * **deps:** update dependency react-router to ^7.2.0 ([7d42f8f](https://github.com/pplancq/dev-tools/commit/7d42f8fdaa9b05c8a5ed206fd44e206ad9c22bb1))
23
+ * **deps:** update react-query mono repo to ^5.66.8 ([e40f32b](https://github.com/pplancq/dev-tools/commit/e40f32b0475fa7486d85e5a57c33717f9c0073dd))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * **@pplancq/eslint-config:** upgraded to 4.0.12
29
+ * **@pplancq/prettier-config:** upgraded to 1.2.2
30
+ * **@pplancq/webpack-config:** upgraded to 1.9.3
31
+
1
32
  ## @pplancq/react-template [2.3.8](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.7...@pplancq/react-template@2.3.8) (2025-02-17)
2
33
 
3
34
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.3.8",
3
+ "version": "2.3.10",
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.0.0",
41
- "@tanstack/react-query": "^5.66.0",
42
- "@tanstack/react-query-devtools": "^5.66.0",
40
+ "@hookform/resolvers": "^4.1.2",
41
+ "@tanstack/react-query": "^5.66.11",
42
+ "@tanstack/react-query-devtools": "^5.66.11",
43
43
  "react": "^19.0.0",
44
44
  "react-dom": "^19.0.0",
45
45
  "react-hook-form": "^7.54.2",
46
- "react-router": "^7.1.5",
46
+ "react-router": "^7.2.0",
47
47
  "yup": "^1.6.1"
48
48
  },
49
49
  "devDependencies": {
@@ -57,25 +57,25 @@
57
57
  "@testing-library/jest-dom": "^6.6.3",
58
58
  "@testing-library/react": "^16.2.0",
59
59
  "@testing-library/user-event": "^14.6.1",
60
- "@types/react": "^19.0.8",
61
- "@types/react-dom": "^19.0.3",
60
+ "@types/react": "^19.0.10",
61
+ "@types/react-dom": "^19.0.4",
62
62
  "@vitejs/plugin-react-swc": "^3.8.0",
63
- "@vitest/coverage-v8": "^3.0.5",
63
+ "@vitest/coverage-v8": "^3.0.7",
64
64
  "concurrently": "^9.1.2",
65
- "eslint": "^9.20.1",
65
+ "eslint": "^9.21.0",
66
66
  "eslint-plugin-prettier": "^5.2.3",
67
67
  "husky": "^9.1.7",
68
68
  "jsdom": "^26.0.0",
69
69
  "lint-staged": "^15.4.3",
70
- "msw": "^2.7.0",
71
- "prettier": "^3.5.1",
72
- "stylelint": "^16.14.1",
70
+ "msw": "^2.7.3",
71
+ "prettier": "^3.5.2",
72
+ "stylelint": "^16.15.0",
73
73
  "stylelint-prettier": "^5.0.3",
74
74
  "tsc-files": "^1.1.4",
75
- "typescript": "^5.7.3",
75
+ "typescript": "^5.8.2",
76
76
  "vite-plugin-svgr": "^4.3.0",
77
77
  "vite-tsconfig-paths": "^5.1.4",
78
- "vitest": "^3.0.5",
78
+ "vitest": "^3.0.7",
79
79
  "vitest-axe": "^1.0.0-pre.5",
80
80
  "vitest-sonar-reporter": "^2.0.0",
81
81
  "webpack": "^5.98.0",
package/vitest.config.mts CHANGED
@@ -32,9 +32,9 @@ export default defineConfig(({ mode }) => {
32
32
  },
33
33
  include: ['src/**/*.(spec|test|steps).[jt]s?(x)'],
34
34
  poolOptions: {
35
- threads: {
36
- minThreads: env.CI ? 1 : undefined,
37
- maxThreads: env.CI ? 2 : undefined,
35
+ forks: {
36
+ minForks: env.CI ? 1 : undefined,
37
+ maxForks: env.CI ? 2 : undefined,
38
38
  },
39
39
  },
40
40
  coverage: {