@pplancq/react-template 2.8.6 → 2.8.8
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 +26 -0
- package/mise.toml +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @pplancq/react-template [2.8.8](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.8.7...@pplancq/react-template@2.8.8) (2026-03-16)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update commitlint monorepo to ^20.4.4 ([#1604](https://github.com/pplancq/dev-tools/issues/1604)) ([4b96620](https://github.com/pplancq/dev-tools/commit/4b96620b2fd4a4c2f1adfefdfdb470225e3a0a2a))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@pplancq/commitlint-config:** upgraded to 3.0.5
|
|
11
|
+
* **@pplancq/eslint-config:** upgraded to 6.0.7
|
|
12
|
+
* **@pplancq/stylelint-config:** upgraded to 5.0.1
|
|
13
|
+
|
|
14
|
+
## @pplancq/react-template [2.8.7](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.8.6...@pplancq/react-template@2.8.7) (2026-03-10)
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **deps:** update commitlint monorepo to ^20.4.3 ([#1592](https://github.com/pplancq/dev-tools/issues/1592)) ([253f17b](https://github.com/pplancq/dev-tools/commit/253f17bac00980416dbeb145b4e87521f1416c59))
|
|
19
|
+
* **deps:** update dependency @msw/playwright to ^0.6.5 ([#1591](https://github.com/pplancq/dev-tools/issues/1591)) ([1721453](https://github.com/pplancq/dev-tools/commit/1721453d6f7865a9903d4b10c4e07b2b213013f3))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
* **@pplancq/commitlint-config:** upgraded to 3.0.4
|
|
25
|
+
* **@pplancq/eslint-config:** upgraded to 6.0.6
|
|
26
|
+
|
|
1
27
|
## @pplancq/react-template [2.8.6](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.8.5...@pplancq/react-template@2.8.6) (2026-03-03)
|
|
2
28
|
|
|
3
29
|
### 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.8",
|
|
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.11.
|
|
16
|
+
"packageManager": "npm@11.11.1",
|
|
17
17
|
"scripts": {
|
|
18
18
|
"start": "rsbuild dev",
|
|
19
19
|
"start:mock": "rsbuild dev --env-mode mock",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
|
|
63
|
-
"@commitlint/cli": "^20.4.
|
|
64
|
-
"@msw/playwright": "^0.6.
|
|
63
|
+
"@commitlint/cli": "^20.4.4",
|
|
64
|
+
"@msw/playwright": "^0.6.5",
|
|
65
65
|
"@playwright/test": "^1.58.2",
|
|
66
66
|
"@pplancq/commitlint-config": "*",
|
|
67
67
|
"@pplancq/eslint-config": "*",
|
|
@@ -70,21 +70,21 @@
|
|
|
70
70
|
"@pplancq/stylelint-config": "*",
|
|
71
71
|
"@rsbuild/core": "^1.7.3",
|
|
72
72
|
"@rsbuild/plugin-eslint": "^1.3.0",
|
|
73
|
-
"@rsbuild/plugin-react": "^1.4.
|
|
74
|
-
"@rsbuild/plugin-sass": "^1.5.
|
|
73
|
+
"@rsbuild/plugin-react": "^1.4.6",
|
|
74
|
+
"@rsbuild/plugin-sass": "^1.5.1",
|
|
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
78
|
"@types/react": "^19.2.14",
|
|
79
79
|
"@types/react-dom": "^19.2.3",
|
|
80
|
-
"@vitejs/plugin-react-swc": "^4.
|
|
81
|
-
"@vitest/coverage-v8": "^4.0
|
|
80
|
+
"@vitejs/plugin-react-swc": "^4.3.0",
|
|
81
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
82
82
|
"concurrently": "^9.2.1",
|
|
83
|
-
"eslint": "^9.39.
|
|
83
|
+
"eslint": "^9.39.4",
|
|
84
84
|
"eslint-plugin-prettier": "^5.5.5",
|
|
85
85
|
"husky": "^9.1.7",
|
|
86
86
|
"jsdom": "^28.1.0",
|
|
87
|
-
"lint-staged": "^16.
|
|
87
|
+
"lint-staged": "^16.3.3",
|
|
88
88
|
"monocart-coverage-reports": "^2.12.9",
|
|
89
89
|
"msw": "^2.12.10",
|
|
90
90
|
"nodemon": "^3.1.14",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"typescript": "^5.9.3",
|
|
97
97
|
"vite-plugin-svgr": "^4.5.0",
|
|
98
98
|
"vite-tsconfig-paths": "^6.1.1",
|
|
99
|
-
"vitest": "^4.0
|
|
99
|
+
"vitest": "^4.1.0",
|
|
100
100
|
"vitest-axe": "^1.0.0-pre.5",
|
|
101
101
|
"vitest-sonar-reporter": "^3.0.0"
|
|
102
102
|
},
|