@ornikar/jest-config-react-native 13.0.1-canary.e994b3114f4061858c1fa1ddc852985f42f3c68c.0 → 14.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 +17 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,16 +3,30 @@
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
- ## [13.0.1-canary.e994b3114f4061858c1fa1ddc852985f42f3c68c.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@13.0.0...@ornikar/jest-config-react-native@13.0.1-canary.e994b3114f4061858c1fa1ddc852985f42f3c68c.0) (2025-07-09)
6
+ ## [14.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@14.0.0...@ornikar/jest-config-react-native@14.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.0) (2025-07-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * jest-expo 51 ([db6d3a1](https://github.com/ornikar/shared-configs/commit/db6d3a1ef2301c704544388246f9ca890afa5783))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * react-native version ([a4a2acd](https://github.com/ornikar/shared-configs/commit/a4a2acd616bf21b86e5a8f77e1f24b34fef8f994))
17
+
18
+
19
+
20
+ ## [14.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@13.0.0...@ornikar/jest-config-react-native@14.0.0) (2025-07-10)
7
21
 
8
22
 
9
23
  ### ⚠ BREAKING CHANGES
10
24
 
11
- * drop support for Node 20
25
+ * upgrade to Node 22 OSE-18334 (#1125)
12
26
 
13
27
  ### Features
14
28
 
15
- * upgrade to Node 22 ([aefa0f0](https://github.com/ornikar/shared-configs/commit/aefa0f0544617a3e0c6c97fbc2d12383dce11cf6))
29
+ * 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
30
 
17
31
 
18
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react-native",
3
- "version": "13.0.1-canary.e994b3114f4061858c1fa1ddc852985f42f3c68c.0",
3
+ "version": "14.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.0",
4
4
  "description": "✅⚛️📱 jest config for react-native",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react-native",
@@ -20,10 +20,10 @@
20
20
  "@testing-library/react-native": "^11.5.4 || ^12.1.2",
21
21
  "jest": "^30.0.0",
22
22
  "jest-environment-jsdom": "^30.0.0",
23
- "jest-expo": "^50.0.3",
23
+ "jest-expo": "^51.0.4",
24
24
  "react": "^18.2.0",
25
25
  "react-dom": "^18.2.0",
26
- "react-native": ">=0.72"
26
+ "react-native": ">=0.74"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@testing-library/react": {
@@ -43,13 +43,13 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@ornikar/jest-config-react": "15.0.1-canary.e994b3114f4061858c1fa1ddc852985f42f3c68c.0",
46
+ "@ornikar/jest-config-react": "16.0.1-canary.4f99615750b7561cfa6c2a0fea72292d615593f0.0",
47
47
  "@sucrase/jest-plugin": "^3.0.0",
48
48
  "sucrase": "^3.34.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@testing-library/react-native": "12.9.0",
52
- "jest-expo": "50.0.3",
52
+ "jest-expo": "51.0.4",
53
53
  "react": "18.3.1"
54
54
  },
55
55
  "scripts": {