@ornikar/jest-config-react 15.0.0 → 15.0.1-canary.aefa0f0544617a3e0c6c97fbc2d12383dce11cf6.0

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 (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [15.0.1-canary.aefa0f0544617a3e0c6c97fbc2d12383dce11cf6.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@15.0.0...@ornikar/jest-config-react@15.0.1-canary.aefa0f0544617a3e0c6c97fbc2d12383dce11cf6.0) (2025-07-08)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * drop support for Node 20
12
+
13
+ ### Features
14
+
15
+ * upgrade to Node 22 ([aefa0f0](https://github.com/ornikar/shared-configs/commit/aefa0f0544617a3e0c6c97fbc2d12383dce11cf6))
16
+
17
+
18
+
6
19
  ## [15.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@14.2.1...@ornikar/jest-config-react@15.0.0) (2025-06-24)
7
20
 
8
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react",
3
- "version": "15.0.0",
3
+ "version": "15.0.1-canary.aefa0f0544617a3e0c6c97fbc2d12383dce11cf6.0",
4
4
  "description": "✅⚛️ jest config for react",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react",
@@ -10,7 +10,7 @@
10
10
  "main": "jest-preset.js",
11
11
  "license": "ISC",
12
12
  "engines": {
13
- "node": ">=20.10.0"
13
+ "node": ">=22.17.0"
14
14
  },
15
15
  "publishConfig": {
16
16
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "react-dom": "^18.2.0"
24
24
  },
25
25
  "dependencies": {
26
- "@ornikar/jest-config": "12.0.0",
26
+ "@ornikar/jest-config": "12.0.1-canary.aefa0f0544617a3e0c6c97fbc2d12383dce11cf6.0",
27
27
  "identity-obj-proxy": "^3.0.0",
28
28
  "jest-fail-on-console": "3.3.1"
29
29
  },