@wordpress/jest-preset-default 8.5.2 → 9.0.1-next.d6164808d3.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
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 9.0.0-next.0 (2022-08-23)
6
+
7
+ ### Breaking Change
8
+
9
+ - Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
10
+
5
11
  ## 8.5.2 (2022-08-17)
6
12
 
7
13
  ### Bug Fix
package/README.md CHANGED
@@ -10,7 +10,7 @@ Install the module
10
10
  npm install @wordpress/jest-preset-default --save-dev
11
11
  ```
12
12
 
13
- **Note**: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.
13
+ **Note**: This package requires Node.js 14.0.0 or later. It is not compatible with older versions.
14
14
 
15
15
  ## Setup
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/jest-preset-default",
3
- "version": "8.5.2",
3
+ "version": "9.0.1-next.d6164808d3.0",
4
4
  "description": "Default Jest preset for WordPress development.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/WordPress/gutenberg/issues"
23
23
  },
24
24
  "engines": {
25
- "node": ">=12"
25
+ "node": ">=14"
26
26
  },
27
27
  "files": [
28
28
  "scripts",
@@ -32,7 +32,7 @@
32
32
  "main": "index.js",
33
33
  "dependencies": {
34
34
  "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
35
- "@wordpress/jest-console": "^5.4.0",
35
+ "@wordpress/jest-console": "^6.0.1-next.d6164808d3.0",
36
36
  "babel-jest": "^27.4.5",
37
37
  "enzyme": "^3.11.0",
38
38
  "enzyme-to-json": "^3.4.4"
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "b5b9cf3926b3a3c153252e6e4bc2de41afa3ca2a"
49
+ "gitHead": "ba8a396d2f418e53a6c4c50575582f3f3eb11ff7"
50
50
  }