@pplancq/react-template 2.8.4 → 2.8.5

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 CHANGED
@@ -1,3 +1,18 @@
1
+ ## @pplancq/react-template [2.8.5](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.8.4...@pplancq/react-template@2.8.5) (2026-02-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update commitlint monorepo to ^20.4.2 ([#1571](https://github.com/pplancq/dev-tools/issues/1571)) ([ab3f6a4](https://github.com/pplancq/dev-tools/commit/ab3f6a4e36f6007fd79071268aefa3a01210f512))
6
+ * **deps:** update dependency @msw/playwright to ^0.6.4 ([#1567](https://github.com/pplancq/dev-tools/issues/1567)) ([eb4525e](https://github.com/pplancq/dev-tools/commit/eb4525e726ea4dc886151959fc6765f220e64db1))
7
+ * **deps:** update dependency jsdom to ^28.1.0 ([#1573](https://github.com/pplancq/dev-tools/issues/1573)) ([313c332](https://github.com/pplancq/dev-tools/commit/313c332b7f8a94629a0d4f1db617690fc5590919))
8
+ * **deps:** update dependency nodemon to ^3.1.13 ([#1569](https://github.com/pplancq/dev-tools/issues/1569)) ([d56a6ee](https://github.com/pplancq/dev-tools/commit/d56a6eef413d11110f5b74c31833c94ae7ec2dea))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * **@pplancq/commitlint-config:** upgraded to 3.0.3
14
+ * **@pplancq/eslint-config:** upgraded to 6.0.4
15
+
1
16
  ## @pplancq/react-template [2.8.4](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.8.3...@pplancq/react-template@2.8.4) (2026-02-16)
2
17
 
3
18
  ### Bug Fixes
package/mise.toml CHANGED
@@ -1,3 +1,3 @@
1
1
  [tools]
2
2
  node = "24.13.1"
3
- npm = "11.10.0"
3
+ npm = "11.10.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
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.10.0",
16
+ "packageManager": "npm@11.10.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.1",
64
- "@msw/playwright": "^0.6.2",
63
+ "@commitlint/cli": "^20.4.2",
64
+ "@msw/playwright": "^0.6.4",
65
65
  "@playwright/test": "^1.58.2",
66
66
  "@pplancq/commitlint-config": "*",
67
67
  "@pplancq/eslint-config": "*",
@@ -80,14 +80,14 @@
80
80
  "@vitejs/plugin-react-swc": "^4.2.3",
81
81
  "@vitest/coverage-v8": "^4.0.18",
82
82
  "concurrently": "^9.2.1",
83
- "eslint": "^9.39.2",
83
+ "eslint": "^9.39.3",
84
84
  "eslint-plugin-prettier": "^5.5.5",
85
85
  "husky": "^9.1.7",
86
- "jsdom": "^28.0.0",
86
+ "jsdom": "^28.1.0",
87
87
  "lint-staged": "^16.2.7",
88
88
  "monocart-coverage-reports": "^2.12.9",
89
89
  "msw": "^2.12.10",
90
- "nodemon": "^3.1.11",
90
+ "nodemon": "^3.1.13",
91
91
  "prettier": "^3.8.1",
92
92
  "rsbuild-plugin-stylelint": "^1.1.0",
93
93
  "stylelint": "^17.3.0",