@wordpress/deprecated
Advanced tools
Comparing version 3.58.0 to 4.0.0
@@ -5,2 +5,8 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.0.0 (2024-05-31) | ||
### Breaking Changes | ||
- Increase the minimum required Node.js version to v18.12.0 matching long-term support releases ([#31270](https://github.com/WordPress/gutenberg/pull/61930)). Learn more about [Node.js releases](https://nodejs.org/en/about/previous-releases). | ||
## 3.58.0 (2024-05-16) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@wordpress/deprecated", | ||
"version": "3.58.0", | ||
"version": "4.0.0", | ||
"description": "Deprecation utility for WordPress.", | ||
@@ -22,3 +22,4 @@ "author": "The WordPress Contributors", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=18.12.0", | ||
"npm": ">=8.19.2" | ||
}, | ||
@@ -32,3 +33,3 @@ "main": "build/index.js", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/hooks": "^3.58.0" | ||
"@wordpress/hooks": "^4.0.0" | ||
}, | ||
@@ -38,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044" | ||
"gitHead": "2f30cddff15723ac7017fd009fc5913b7b419400" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83011
+ Added@babel/runtime@7.25.7(transitive)
+ Added@wordpress/hooks@4.11.0(transitive)
- Removed@wordpress/hooks@3.58.0(transitive)
Updated@wordpress/hooks@^4.0.0