@ornikar/jest-config-react 14.2.2-canary.33a4d5434d51f2cd1508bf148ba46834101342d5.0 → 15.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 +6 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,13 +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
- ## [14.2.2-canary.33a4d5434d51f2cd1508bf148ba46834101342d5.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@14.2.1...@ornikar/jest-config-react@14.2.2-canary.33a4d5434d51f2cd1508bf148ba46834101342d5.0) (2025-06-12)
6
+ ## [15.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@14.2.1...@ornikar/jest-config-react@15.0.0) (2025-06-24)
7
7
 
8
8
 
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * upgrade jest to v30 OSE-18109 (#1121)
12
+
9
13
  ### Features
10
14
 
11
- * update jest and jest-environment-jsdom ([09715c9](https://github.com/ornikar/shared-configs/commit/09715c9fe84d94f29029df36be82fb1cc993033d))
12
- * update jest-fail-on-console ([64bf7ff](https://github.com/ornikar/shared-configs/commit/64bf7ff9d2a13fc5443eca3b16b1560ecf681282))
15
+ * upgrade jest to v30 OSE-18109 ([#1121](https://github.com/ornikar/shared-configs/issues/1121)) ([38b728a](https://github.com/ornikar/shared-configs/commit/38b728ade6294995edb3022a1f5f35b4ec619dae))
13
16
 
14
17
 
15
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react",
3
- "version": "14.2.2-canary.33a4d5434d51f2cd1508bf148ba46834101342d5.0",
3
+ "version": "15.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": "11.4.1-canary.33a4d5434d51f2cd1508bf148ba46834101342d5.0",
26
+ "@ornikar/jest-config": "12.0.0",
27
27
  "identity-obj-proxy": "^3.0.0",
28
28
  "jest-fail-on-console": "3.3.1"
29
29
  },