@pplancq/react-template 2.7.10 → 2.7.12
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 +27 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## @pplancq/react-template [2.7.12](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.11...@pplancq/react-template@2.7.12) (2025-12-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update react monorepo to ^19.2.3 ([d376fe7](https://github.com/pplancq/dev-tools/commit/d376fe75d7729200e596e3b598db797f252d3d1b))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@pplancq/eslint-config:** upgraded to 5.0.17
|
|
11
|
+
|
|
12
|
+
## @pplancq/react-template [2.7.11](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.10...@pplancq/react-template@2.7.11) (2025-12-08)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **deps:** update commitlint monorepo to ^20.2.0 ([71b8849](https://github.com/pplancq/dev-tools/commit/71b884925ffb1e3474347f8033bfe2e17a3cfaab))
|
|
17
|
+
* **deps:** update dependency @tanstack/react-query to ^5.90.12 ([5012b9c](https://github.com/pplancq/dev-tools/commit/5012b9c1aa7b200507c74a3281519bf71b01984e))
|
|
18
|
+
* **deps:** update dependency react-hook-form to ^7.68.0 ([52f97f9](https://github.com/pplancq/dev-tools/commit/52f97f91048dce7c74ac15b40d93e599bf164b59))
|
|
19
|
+
* **deps:** update dependency react-router to ^7.10.1 ([d9e2ed7](https://github.com/pplancq/dev-tools/commit/d9e2ed76bc999f928a2beb1333663277c8f2e7a0))
|
|
20
|
+
* **deps:** update react monorepo to ^19.2.1 ([504b923](https://github.com/pplancq/dev-tools/commit/504b92346754872cfba9241670cdd3a61fa927d4))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* **@pplancq/eslint-config:** upgraded to 5.0.16
|
|
26
|
+
* **@pplancq/postcss-config:** upgraded to 2.1.17
|
|
27
|
+
|
|
1
28
|
## @pplancq/react-template [2.7.10](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.9...@pplancq/react-template@2.7.10) (2025-12-02)
|
|
2
29
|
|
|
3
30
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/react-template",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "react template",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@hookform/resolvers": "^5.2.2",
|
|
52
|
-
"@tanstack/react-query": "^5.90.
|
|
52
|
+
"@tanstack/react-query": "^5.90.12",
|
|
53
53
|
"@tanstack/react-query-devtools": "^5.91.1",
|
|
54
|
-
"react": "^19.2.
|
|
55
|
-
"react-dom": "^19.2.
|
|
56
|
-
"react-hook-form": "^7.
|
|
57
|
-
"react-router": "^7.
|
|
54
|
+
"react": "^19.2.3",
|
|
55
|
+
"react-dom": "^19.2.3",
|
|
56
|
+
"react-hook-form": "^7.68.0",
|
|
57
|
+
"react-router": "^7.10.1",
|
|
58
58
|
"yup": "^1.7.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
|
|
62
|
-
"@commitlint/cli": "^20.
|
|
62
|
+
"@commitlint/cli": "^20.2.0",
|
|
63
63
|
"@msw/playwright": "^0.4.2",
|
|
64
64
|
"@playwright/test": "^1.57.0",
|
|
65
65
|
"@pplancq/commitlint-config": "*",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@pplancq/postcss-config": "*",
|
|
68
68
|
"@pplancq/prettier-config": "*",
|
|
69
69
|
"@pplancq/stylelint-config": "*",
|
|
70
|
-
"@rsbuild/core": "^1.6.
|
|
71
|
-
"@rsbuild/plugin-eslint": "^1.
|
|
70
|
+
"@rsbuild/core": "^1.6.14",
|
|
71
|
+
"@rsbuild/plugin-eslint": "^1.2.0",
|
|
72
72
|
"@rsbuild/plugin-react": "^1.4.2",
|
|
73
73
|
"@rsbuild/plugin-sass": "^1.4.0",
|
|
74
74
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -77,17 +77,17 @@
|
|
|
77
77
|
"@types/react": "^19.2.7",
|
|
78
78
|
"@types/react-dom": "^19.2.3",
|
|
79
79
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
80
|
-
"@vitest/coverage-v8": "^4.0.
|
|
80
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
81
81
|
"concurrently": "^9.2.1",
|
|
82
82
|
"eslint": "^9.39.1",
|
|
83
83
|
"eslint-plugin-prettier": "^5.5.4",
|
|
84
84
|
"husky": "^9.1.7",
|
|
85
|
-
"jsdom": "^27.
|
|
85
|
+
"jsdom": "^27.3.0",
|
|
86
86
|
"lint-staged": "^16.2.7",
|
|
87
87
|
"monocart-coverage-reports": "^2.12.9",
|
|
88
|
-
"msw": "^2.12.
|
|
88
|
+
"msw": "^2.12.4",
|
|
89
89
|
"nodemon": "^3.1.11",
|
|
90
|
-
"prettier": "^3.7.
|
|
90
|
+
"prettier": "^3.7.4",
|
|
91
91
|
"stylelint": "^16.26.1",
|
|
92
92
|
"stylelint-prettier": "^5.0.3",
|
|
93
93
|
"stylelint-webpack-plugin": "^5.0.1",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"typescript": "^5.9.3",
|
|
96
96
|
"vite-plugin-svgr": "^4.5.0",
|
|
97
97
|
"vite-tsconfig-paths": "^5.1.4",
|
|
98
|
-
"vitest": "^4.0.
|
|
98
|
+
"vitest": "^4.0.15",
|
|
99
99
|
"vitest-axe": "^1.0.0-pre.5",
|
|
100
100
|
"vitest-sonar-reporter": "^3.0.0"
|
|
101
101
|
},
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"node": ">=20.12.2"
|
|
104
104
|
},
|
|
105
105
|
"volta": {
|
|
106
|
-
"node": "24.
|
|
107
|
-
"npm": "11.
|
|
106
|
+
"node": "24.12.0",
|
|
107
|
+
"npm": "11.7.0"
|
|
108
108
|
},
|
|
109
109
|
"browserslist": {
|
|
110
110
|
"production": [
|