@pplancq/react-template 2.8.1 → 2.8.3
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 +31 -0
- package/mise.toml +1 -1
- package/package.json +19 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
## @pplancq/react-template [2.8.3](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.8.2...@pplancq/react-template@2.8.3) (2026-02-09)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **dev-tools:** remove overrides for stylelint dependencies ([a3af531](https://github.com/pplancq/dev-tools/commit/a3af531c9f64871c8b5ef01764feaa6f9c1455ba))
|
|
6
|
+
* **deps:** update commitlint monorepo to ^20.4.1 ([86781f8](https://github.com/pplancq/dev-tools/commit/86781f808453b6d33d512cf01dfcec5df435669e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **@pplancq/commitlint-config:** upgraded to 3.0.2
|
|
12
|
+
* **@pplancq/eslint-config:** upgraded to 6.0.2
|
|
13
|
+
* **@pplancq/postcss-config:** upgraded to 3.0.3
|
|
14
|
+
|
|
15
|
+
## @pplancq/react-template [2.8.2](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.8.1...@pplancq/react-template@2.8.2) (2026-02-02)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** update commitlint monorepo to ^20.4.0 ([ffb93e0](https://github.com/pplancq/dev-tools/commit/ffb93e0993f487f3fc80ee8601cf19b657bb5f3c))
|
|
20
|
+
* **deps:** update dependency @tanstack/react-query to ^5.90.20 ([e42ba40](https://github.com/pplancq/dev-tools/commit/e42ba408216f162815529673c1c49b1af9150249))
|
|
21
|
+
* **deps:** update dependency @tanstack/react-query-devtools to ^5.91.3 ([8d766d7](https://github.com/pplancq/dev-tools/commit/8d766d7bb2481e382d5ea1b4b0ef0d43562c040c))
|
|
22
|
+
* **deps:** update dependency react-router to ^7.13.0 ([1ca20aa](https://github.com/pplancq/dev-tools/commit/1ca20aa688c23ddd96bc3e289d1ddb016318536a))
|
|
23
|
+
* **deps:** update react monorepo ([1d76e4e](https://github.com/pplancq/dev-tools/commit/1d76e4ecd7f7dc27aa21e56806b0c7e67b65b293))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* **@pplancq/commitlint-config:** upgraded to 3.0.1
|
|
29
|
+
* **@pplancq/eslint-config:** upgraded to 6.0.1
|
|
30
|
+
* **@pplancq/postcss-config:** upgraded to 3.0.2
|
|
31
|
+
|
|
1
32
|
## @pplancq/react-template [2.8.1](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.8.0...@pplancq/react-template@2.8.1) (2026-01-29)
|
|
2
33
|
|
|
3
34
|
### Bug Fixes
|
package/mise.toml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/react-template",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "react template",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"bin": {
|
|
14
14
|
"template-install": "bin/template-install.js"
|
|
15
15
|
},
|
|
16
|
-
"packageManager": "npm@11.
|
|
16
|
+
"packageManager": "npm@11.9.0",
|
|
17
17
|
"scripts": {
|
|
18
18
|
"start": "rsbuild dev",
|
|
19
19
|
"start:mock": "rsbuild dev --env-mode mock",
|
|
@@ -50,61 +50,56 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@hookform/resolvers": "^5.2.2",
|
|
53
|
-
"@tanstack/react-query": "^5.90.
|
|
54
|
-
"@tanstack/react-query-devtools": "^5.91.
|
|
55
|
-
"react": "^19.2.
|
|
56
|
-
"react-dom": "^19.2.
|
|
53
|
+
"@tanstack/react-query": "^5.90.20",
|
|
54
|
+
"@tanstack/react-query-devtools": "^5.91.3",
|
|
55
|
+
"react": "^19.2.4",
|
|
56
|
+
"react-dom": "^19.2.4",
|
|
57
57
|
"react-hook-form": "^7.71.1",
|
|
58
|
-
"react-router": "^7.
|
|
58
|
+
"react-router": "^7.13.0",
|
|
59
59
|
"yup": "^1.7.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
|
|
63
|
-
"@commitlint/cli": "^20.
|
|
63
|
+
"@commitlint/cli": "^20.4.1",
|
|
64
64
|
"@msw/playwright": "^0.4.5",
|
|
65
|
-
"@playwright/test": "^1.
|
|
65
|
+
"@playwright/test": "^1.58.1",
|
|
66
66
|
"@pplancq/commitlint-config": "*",
|
|
67
67
|
"@pplancq/eslint-config": "*",
|
|
68
68
|
"@pplancq/postcss-config": "*",
|
|
69
69
|
"@pplancq/prettier-config": "*",
|
|
70
70
|
"@pplancq/stylelint-config": "*",
|
|
71
|
-
"@rsbuild/core": "^1.7.
|
|
71
|
+
"@rsbuild/core": "^1.7.3",
|
|
72
72
|
"@rsbuild/plugin-eslint": "^1.2.1",
|
|
73
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
74
|
-
"@rsbuild/plugin-sass": "^1.
|
|
73
|
+
"@rsbuild/plugin-react": "^1.4.5",
|
|
74
|
+
"@rsbuild/plugin-sass": "^1.5.0",
|
|
75
75
|
"@testing-library/jest-dom": "^6.9.1",
|
|
76
76
|
"@testing-library/react": "^16.3.2",
|
|
77
77
|
"@testing-library/user-event": "^14.6.1",
|
|
78
|
-
"@types/react": "^19.2.
|
|
78
|
+
"@types/react": "^19.2.13",
|
|
79
79
|
"@types/react-dom": "^19.2.3",
|
|
80
|
-
"@vitejs/plugin-react-swc": "^4.2.
|
|
80
|
+
"@vitejs/plugin-react-swc": "^4.2.3",
|
|
81
81
|
"@vitest/coverage-v8": "^4.0.18",
|
|
82
82
|
"concurrently": "^9.2.1",
|
|
83
83
|
"eslint": "^9.39.2",
|
|
84
84
|
"eslint-plugin-prettier": "^5.5.5",
|
|
85
85
|
"husky": "^9.1.7",
|
|
86
|
-
"jsdom": "^
|
|
86
|
+
"jsdom": "^28.0.0",
|
|
87
87
|
"lint-staged": "^16.2.7",
|
|
88
88
|
"monocart-coverage-reports": "^2.12.9",
|
|
89
|
-
"msw": "^2.12.
|
|
89
|
+
"msw": "^2.12.8",
|
|
90
90
|
"nodemon": "^3.1.11",
|
|
91
91
|
"prettier": "^3.8.1",
|
|
92
|
-
"rsbuild-plugin-stylelint": "^1.0
|
|
93
|
-
"stylelint": "^17.
|
|
92
|
+
"rsbuild-plugin-stylelint": "^1.1.0",
|
|
93
|
+
"stylelint": "^17.1.1",
|
|
94
94
|
"stylelint-prettier": "^5.0.3",
|
|
95
95
|
"tsc-files": "^1.1.4",
|
|
96
96
|
"typescript": "^5.9.3",
|
|
97
97
|
"vite-plugin-svgr": "^4.5.0",
|
|
98
|
-
"vite-tsconfig-paths": "^6.0.
|
|
98
|
+
"vite-tsconfig-paths": "^6.0.5",
|
|
99
99
|
"vitest": "^4.0.18",
|
|
100
100
|
"vitest-axe": "^1.0.0-pre.5",
|
|
101
101
|
"vitest-sonar-reporter": "^3.0.0"
|
|
102
102
|
},
|
|
103
|
-
"overrides": {
|
|
104
|
-
"rsbuild-plugin-stylelint": {
|
|
105
|
-
"stylelint": "$stylelint"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
103
|
"engines": {
|
|
109
104
|
"node": ">=20.12.2"
|
|
110
105
|
},
|