@ornikar/jest-config-react-native 11.0.1-canary.68ed741b3fe42c318bf2ccf333974afe9458380e.0 → 11.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.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.
package/CHANGELOG.md CHANGED
@@ -3,7 +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
- ## [11.0.1-canary.68ed741b3fe42c318bf2ccf333974afe9458380e.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@11.0.0...@ornikar/jest-config-react-native@11.0.1-canary.68ed741b3fe42c318bf2ccf333974afe9458380e.0) (2024-01-02)
6
+ ## [11.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@11.0.1...@ornikar/jest-config-react-native@11.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0) (2024-01-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * base config extracted from insurance repository ([efa7ae0](https://github.com/ornikar/shared-configs/commit/efa7ae0754d4eeffde973b27b94c2832fcbd3e0b))
12
+
13
+
14
+
15
+ ## [11.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@11.0.0...@ornikar/jest-config-react-native@11.0.1) (2024-01-08)
7
16
 
8
17
  **Note:** Version bump only for package @ornikar/jest-config-react-native
9
18
 
package/jest-preset.js CHANGED
@@ -22,7 +22,7 @@ module.exports = {
22
22
  testEnvironmentOptions: expoPreset.testEnvironmentOptions || {},
23
23
  // override expo transformIgnorePatterns with custom config
24
24
  transformIgnorePatterns: [
25
- 'node_modules/(?!(react-native.*|@react-native.*|expo.*|@expo(nent)?/.*|react-navigation.*|@react-navigation/.*|native-base|@ornikar/.*)/)',
25
+ 'node_modules/(?!(react-native.*|@react-native.*|expo.*|@expo(nent)?/.*|react-navigation.*|@react-navigation/.*|native-base|@ornikar/.*)/|mixpanel-react-native|axios|solito)',
26
26
  ],
27
27
  transform: {
28
28
  ...customTransforms,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react-native",
3
- "version": "11.0.1-canary.68ed741b3fe42c318bf2ccf333974afe9458380e.0",
3
+ "version": "11.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0",
4
4
  "description": "✅⚛️📱 jest config for react-native",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react-native",
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@ornikar/jest-config-react": "13.0.1-canary.68ed741b3fe42c318bf2ccf333974afe9458380e.0",
46
+ "@ornikar/jest-config-react": "13.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0",
47
47
  "@sucrase/jest-plugin": "^3.0.0",
48
48
  "sucrase": "^3.34.0"
49
49
  },