@ornikar/jest-config-react-native 16.0.1 → 17.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +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
+ ## [17.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@16.0.1...@ornikar/jest-config-react-native@17.0.0) (2026-05-12)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **jest-config-react-native:** allow react-intl v10 + formatjs ESM packages through Babel [no issue] (#1182)
11
+
12
+ ### Features
13
+
14
+ * **jest-config-react-native:** allow react-intl v10 + formatjs ESM packages through Babel [no issue] ([#1182](https://github.com/ornikar/shared-configs/issues/1182)) ([84f04c0](https://github.com/ornikar/shared-configs/commit/84f04c065ec9772f31e79a4b7dce9cf27d9959b0))
15
+
6
16
  ## [16.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@16.0.0...@ornikar/jest-config-react-native@16.0.1) (2026-05-06)
7
17
 
8
18
  ### Bug Fixes
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/.*)/|mixpanel-react-native|axios|solito)',
25
+ 'node_modules/(?!(react-native.*|@react-native.*|expo.*|@expo(nent)?/.*|react-navigation.*|@react-navigation/.*|native-base|@ornikar/.*)/|mixpanel-react-native|axios|solito|react-intl|intl-messageformat|@formatjs)',
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": "16.0.1",
3
+ "version": "17.0.0",
4
4
  "description": "✅⚛️📱 jest config for react-native",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react-native",