@pplancq/react-template 2.8.2 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/mise.toml +1 -1
  3. package/package.json +12 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
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
+
1
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)
2
16
 
3
17
  ### Bug Fixes
package/mise.toml CHANGED
@@ -1,3 +1,3 @@
1
1
  [tools]
2
- npm = "11.8.0"
3
2
  node = "24.13.0"
3
+ npm = "11.9.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.8.2",
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.8.0",
16
+ "packageManager": "npm@11.9.0",
17
17
  "scripts": {
18
18
  "start": "rsbuild dev",
19
19
  "start:mock": "rsbuild dev --env-mode mock",
@@ -60,37 +60,37 @@
60
60
  },
61
61
  "devDependencies": {
62
62
  "@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
63
- "@commitlint/cli": "^20.4.0",
63
+ "@commitlint/cli": "^20.4.1",
64
64
  "@msw/playwright": "^0.4.5",
65
- "@playwright/test": "^1.58.0",
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.2",
71
+ "@rsbuild/core": "^1.7.3",
72
72
  "@rsbuild/plugin-eslint": "^1.2.1",
73
- "@rsbuild/plugin-react": "^1.4.4",
73
+ "@rsbuild/plugin-react": "^1.4.5",
74
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.10",
78
+ "@types/react": "^19.2.13",
79
79
  "@types/react-dom": "^19.2.3",
80
- "@vitejs/plugin-react-swc": "^4.2.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": "^27.4.0",
86
+ "jsdom": "^28.0.0",
87
87
  "lint-staged": "^16.2.7",
88
88
  "monocart-coverage-reports": "^2.12.9",
89
- "msw": "^2.12.7",
89
+ "msw": "^2.12.8",
90
90
  "nodemon": "^3.1.11",
91
91
  "prettier": "^3.8.1",
92
- "rsbuild-plugin-stylelint": "^1.0.1",
93
- "stylelint": "^17.1.0",
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",
@@ -100,11 +100,6 @@
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
  },