@ornikar/jest-config-react 15.0.1-canary.aefa0f0544617a3e0c6c97fbc2d12383dce11cf6.0 → 16.0.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 +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,16 +3,16 @@
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)
6
+ ## [16.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@15.0.0...@ornikar/jest-config-react@16.0.0) (2025-07-10)
7
7
 
8
8
 
9
9
  ### ⚠ BREAKING CHANGES
10
10
 
11
- * drop support for Node 20
11
+ * upgrade to Node 22 OSE-18334 (#1125)
12
12
 
13
13
  ### Features
14
14
 
15
- * upgrade to Node 22 ([aefa0f0](https://github.com/ornikar/shared-configs/commit/aefa0f0544617a3e0c6c97fbc2d12383dce11cf6))
15
+ * upgrade to Node 22 OSE-18334 ([#1125](https://github.com/ornikar/shared-configs/issues/1125)) ([7b3ccd1](https://github.com/ornikar/shared-configs/commit/7b3ccd13ec1cb1bce776a15f889039e70a47d72e))
16
16
 
17
17
 
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react",
3
- "version": "15.0.1-canary.aefa0f0544617a3e0c6c97fbc2d12383dce11cf6.0",
3
+ "version": "16.0.0",
4
4
  "description": "✅⚛️ jest config for react",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react",
@@ -23,7 +23,7 @@
23
23
  "react-dom": "^18.2.0"
24
24
  },
25
25
  "dependencies": {
26
- "@ornikar/jest-config": "12.0.1-canary.aefa0f0544617a3e0c6c97fbc2d12383dce11cf6.0",
26
+ "@ornikar/jest-config": "13.0.0",
27
27
  "identity-obj-proxy": "^3.0.0",
28
28
  "jest-fail-on-console": "3.3.1"
29
29
  },