@ornikar/jest-config-react 15.0.1-canary.e994b3114f4061858c1fa1ddc852985f42f3c68c.0 → 16.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.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 +11 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,16 +3,24 @@
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.e994b3114f4061858c1fa1ddc852985f42f3c68c.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@15.0.0...@ornikar/jest-config-react@15.0.1-canary.e994b3114f4061858c1fa1ddc852985f42f3c68c.0) (2025-07-09)
6
+ ## [16.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@16.0.0...@ornikar/jest-config-react@16.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.0) (2025-07-22)
7
+
8
+ **Note:** Version bump only for package @ornikar/jest-config-react
9
+
10
+
11
+
12
+
13
+
14
+ ## [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
15
 
8
16
 
9
17
  ### ⚠ BREAKING CHANGES
10
18
 
11
- * drop support for Node 20
19
+ * upgrade to Node 22 OSE-18334 (#1125)
12
20
 
13
21
  ### Features
14
22
 
15
- * upgrade to Node 22 ([aefa0f0](https://github.com/ornikar/shared-configs/commit/aefa0f0544617a3e0c6c97fbc2d12383dce11cf6))
23
+ * 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
24
 
17
25
 
18
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react",
3
- "version": "15.0.1-canary.e994b3114f4061858c1fa1ddc852985f42f3c68c.0",
3
+ "version": "16.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.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.e994b3114f4061858c1fa1ddc852985f42f3c68c.0",
26
+ "@ornikar/jest-config": "13.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.0",
27
27
  "identity-obj-proxy": "^3.0.0",
28
28
  "jest-fail-on-console": "3.3.1"
29
29
  },