@wordpress/babel-preset-default 6.16.0 → 7.0.1-next.957ca95e4c.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
+ ## 7.0.0 (2022-08-24)
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
  ## 6.4.0 (2021-11-15)
6
12
 
7
13
  ### Enhancements
package/README.md CHANGED
@@ -12,7 +12,7 @@ Install the module
12
12
  npm install @wordpress/babel-preset-default --save-dev
13
13
  ```
14
14
 
15
- **Note**: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.
15
+ **Note**: This package requires Node.js 14.0.0 or later. It is not compatible with older versions.
16
16
 
17
17
  ### Usage
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/babel-preset-default",
3
- "version": "6.16.0",
3
+ "version": "7.0.1-next.957ca95e4c.0",
4
4
  "description": "Default Babel preset for WordPress development.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -21,7 +21,7 @@
21
21
  "url": "https://github.com/WordPress/gutenberg/issues"
22
22
  },
23
23
  "engines": {
24
- "node": ">=12"
24
+ "node": ">=14"
25
25
  },
26
26
  "files": [
27
27
  "build",
@@ -35,10 +35,10 @@
35
35
  "@babel/preset-env": "^7.16.0",
36
36
  "@babel/preset-typescript": "^7.16.0",
37
37
  "@babel/runtime": "^7.16.0",
38
- "@wordpress/babel-plugin-import-jsx-pragma": "^3.2.0",
39
- "@wordpress/browserslist-config": "^4.1.2",
40
- "@wordpress/element": "^4.12.0",
41
- "@wordpress/warning": "^2.14.0",
38
+ "@wordpress/babel-plugin-import-jsx-pragma": "^4.0.1-next.957ca95e4c.0",
39
+ "@wordpress/browserslist-config": "^5.0.1-next.957ca95e4c.0",
40
+ "@wordpress/element": "^4.14.1-next.957ca95e4c.0",
41
+ "@wordpress/warning": "^2.16.1-next.957ca95e4c.0",
42
42
  "browserslist": "^4.17.6",
43
43
  "core-js": "^3.19.1"
44
44
  },
@@ -48,5 +48,5 @@
48
48
  "scripts": {
49
49
  "build": "node ./bin/index.js"
50
50
  },
51
- "gitHead": "0315dbc240cb2aa146d7c1bafd251f004b88300e"
51
+ "gitHead": "272a74bbbaab10ee24424eafe9578e705fbfbbb4"
52
52
  }