@pplancq/react-template 2.8.7 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/mise.toml +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
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
+
1
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)
2
15
 
3
16
  ### Bug Fixes
package/mise.toml CHANGED
@@ -1,3 +1,3 @@
1
1
  [tools]
2
2
  node = "24.14.0"
3
- npm = "11.11.0"
3
+ npm = "11.11.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.8.7",
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.0",
16
+ "packageManager": "npm@11.11.1",
17
17
  "scripts": {
18
18
  "start": "rsbuild dev",
19
19
  "start:mock": "rsbuild dev --env-mode mock",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "devDependencies": {
62
62
  "@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
63
- "@commitlint/cli": "^20.4.3",
63
+ "@commitlint/cli": "^20.4.4",
64
64
  "@msw/playwright": "^0.6.5",
65
65
  "@playwright/test": "^1.58.2",
66
66
  "@pplancq/commitlint-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.5",
74
- "@rsbuild/plugin-sass": "^1.5.0",
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.2.3",
81
- "@vitest/coverage-v8": "^4.0.18",
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.3",
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.3.2",
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.18",
99
+ "vitest": "^4.1.0",
100
100
  "vitest-axe": "^1.0.0-pre.5",
101
101
  "vitest-sonar-reporter": "^3.0.0"
102
102
  },