@pplancq/react-template 2.4.0 → 2.4.2
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 +36 -0
- package/package.json +18 -18
- package/scripts/migrateToVite.cjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
## @pplancq/react-template [2.4.2](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.4.1...@pplancq/react-template@2.4.2) (2025-05-13)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update commitlint monorepo to ^19.8.1 ([09899fd](https://github.com/pplancq/dev-tools/commit/09899fd522648d5b73809e60dee9af4cf746096d))
|
|
6
|
+
* **deps:** update dependency react-hook-form to ^7.56.3 ([99f16ac](https://github.com/pplancq/dev-tools/commit/99f16acbc4336ecfa6de04de3dd91bf180f716b1))
|
|
7
|
+
* **deps:** update dependency react-router to ^7.6.0 ([184f173](https://github.com/pplancq/dev-tools/commit/184f173ef4768ad6dd349b3ada06d82a6571bc34))
|
|
8
|
+
* **deps:** update react-query mono repo to ^5.75.5 ([67c4d3e](https://github.com/pplancq/dev-tools/commit/67c4d3e701cbcf235c7a1ca17196a3f1a76a557d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* **@pplancq/commitlint-config:** upgraded to 2.2.3
|
|
14
|
+
* **@pplancq/eslint-config:** upgraded to 4.0.22
|
|
15
|
+
* **@pplancq/prettier-config:** upgraded to 1.2.5
|
|
16
|
+
* **@pplancq/stylelint-config:** upgraded to 4.0.0
|
|
17
|
+
* **@pplancq/webpack-config:** upgraded to 1.9.13
|
|
18
|
+
|
|
19
|
+
## @pplancq/react-template [2.4.1](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.4.0...@pplancq/react-template@2.4.1) (2025-05-05)
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **deps:** update dependency @tanstack/react-query-devtools to ^5.74.6 ([69d5494](https://github.com/pplancq/dev-tools/commit/69d5494ccff7180150e7ce82689b6aa7012f0edc))
|
|
24
|
+
* **deps:** update dependency react-hook-form to ^7.56.1 ([c1bac28](https://github.com/pplancq/dev-tools/commit/c1bac28d52010e9d52f8268d79bf3d7caa8f56d8))
|
|
25
|
+
* **deps:** update dependency react-router to ^7.5.2 ([91381af](https://github.com/pplancq/dev-tools/commit/91381af3ea604e56f7db91e90e5b346e5ba7ddc9))
|
|
26
|
+
* **deps:** update dependency react-router to ^7.5.3 ([7f27493](https://github.com/pplancq/dev-tools/commit/7f274931028c3ded16b920a9f51e1ff96ed8581d))
|
|
27
|
+
* **react-template:** update migration script to remove webpack configuration file ([fe77fa2](https://github.com/pplancq/dev-tools/commit/fe77fa2e2f4c9549e694d31aca61da29b7156cf9))
|
|
28
|
+
* **deps:** update react-query mono repo to ^5.75.0 ([45f1c7e](https://github.com/pplancq/dev-tools/commit/45f1c7e3d65cc9e28ff7c026ffcc5f2c019db15c))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* **@pplancq/eslint-config:** upgraded to 4.0.21
|
|
34
|
+
* **@pplancq/postcss-config:** upgraded to 2.1.10
|
|
35
|
+
* **@pplancq/webpack-config:** upgraded to 1.9.12
|
|
36
|
+
|
|
1
37
|
## @pplancq/react-template [2.4.0](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.16...@pplancq/react-template@2.4.0) (2025-04-23)
|
|
2
38
|
|
|
3
39
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/react-template",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "react template",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@hookform/resolvers": "^5.0.1",
|
|
42
|
-
"@tanstack/react-query": "^5.
|
|
43
|
-
"@tanstack/react-query-devtools": "^5.
|
|
42
|
+
"@tanstack/react-query": "^5.75.5",
|
|
43
|
+
"@tanstack/react-query-devtools": "^5.75.5",
|
|
44
44
|
"react": "^19.1.0",
|
|
45
45
|
"react-dom": "^19.1.0",
|
|
46
|
-
"react-hook-form": "^7.
|
|
47
|
-
"react-router": "^7.
|
|
46
|
+
"react-hook-form": "^7.56.3",
|
|
47
|
+
"react-router": "^7.6.0",
|
|
48
48
|
"yup": "^1.6.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@commitlint/cli": "^19.8.
|
|
51
|
+
"@commitlint/cli": "^19.8.1",
|
|
52
52
|
"@pplancq/commitlint-config": "*",
|
|
53
53
|
"@pplancq/eslint-config": "*",
|
|
54
54
|
"@pplancq/postcss-config": "*",
|
|
@@ -58,28 +58,28 @@
|
|
|
58
58
|
"@testing-library/jest-dom": "^6.6.3",
|
|
59
59
|
"@testing-library/react": "^16.3.0",
|
|
60
60
|
"@testing-library/user-event": "^14.6.1",
|
|
61
|
-
"@types/react": "^19.1.
|
|
62
|
-
"@types/react-dom": "^19.1.
|
|
61
|
+
"@types/react": "^19.1.3",
|
|
62
|
+
"@types/react-dom": "^19.1.3",
|
|
63
63
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
64
|
-
"@vitest/coverage-v8": "^3.1.
|
|
64
|
+
"@vitest/coverage-v8": "^3.1.3",
|
|
65
65
|
"concurrently": "^9.1.2",
|
|
66
|
-
"eslint": "^9.
|
|
67
|
-
"eslint-plugin-prettier": "^5.
|
|
66
|
+
"eslint": "^9.26.0",
|
|
67
|
+
"eslint-plugin-prettier": "^5.4.0",
|
|
68
68
|
"husky": "^9.1.7",
|
|
69
69
|
"jsdom": "^26.1.0",
|
|
70
|
-
"lint-staged": "^15.5.
|
|
71
|
-
"msw": "^2.
|
|
70
|
+
"lint-staged": "^15.5.2",
|
|
71
|
+
"msw": "^2.8.0",
|
|
72
72
|
"prettier": "^3.5.3",
|
|
73
|
-
"stylelint": "^16.
|
|
73
|
+
"stylelint": "^16.19.1",
|
|
74
74
|
"stylelint-prettier": "^5.0.3",
|
|
75
75
|
"tsc-files": "^1.1.4",
|
|
76
76
|
"typescript": "^5.8.3",
|
|
77
77
|
"vite-plugin-svgr": "^4.3.0",
|
|
78
78
|
"vite-tsconfig-paths": "^5.1.4",
|
|
79
|
-
"vitest": "^3.1.
|
|
79
|
+
"vitest": "^3.1.3",
|
|
80
80
|
"vitest-axe": "^1.0.0-pre.5",
|
|
81
|
-
"vitest-sonar-reporter": "^2.0.
|
|
82
|
-
"webpack": "^5.99.
|
|
81
|
+
"vitest-sonar-reporter": "^2.0.1",
|
|
82
|
+
"webpack": "^5.99.8",
|
|
83
83
|
"webpack-cli": "^6.0.1",
|
|
84
84
|
"webpack-dev-server": "^5.2.1"
|
|
85
85
|
},
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"node": ">=20.12.2"
|
|
88
88
|
},
|
|
89
89
|
"volta": {
|
|
90
|
-
"node": "22.
|
|
90
|
+
"node": "22.15.0",
|
|
91
91
|
"npm": "11.3.0"
|
|
92
92
|
},
|
|
93
93
|
"browserslist": {
|
|
@@ -31,7 +31,7 @@ const packageManager = getPackageManager();
|
|
|
31
31
|
|
|
32
32
|
console.info('\nremove webpack ...');
|
|
33
33
|
runCommand(`${packageManager} remove @pplancq/webpack-config webpack webpack-cli webpack-dev-server`);
|
|
34
|
-
rmSync(resolve(__dirname, '../webpack.config.
|
|
34
|
+
rmSync(resolve(__dirname, '../webpack.config.cjs'));
|
|
35
35
|
console.info('\ninstall vite package ...');
|
|
36
36
|
runCommand(
|
|
37
37
|
`${packageManager} ${packageManager === YARN ? 'add --dev' : 'install --save-dev'} vite vite-plugin-eslint2 vite-plugin-stylelint sass`,
|