@wordpress/notices
Advanced tools
Comparing version 5.13.1-next.cd6172eb0.0 to 5.14.0
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Internal dependencies |
@@ -62,3 +62,3 @@ /** | ||
onDismiss?: Function | undefined; | ||
} | undefined): Object; | ||
}): Object; | ||
/** | ||
@@ -99,3 +99,3 @@ * Returns an action object used in signalling that a success notice is to be | ||
*/ | ||
export function createSuccessNotice(content: string, options?: Object | undefined): Object; | ||
export function createSuccessNotice(content: string, options?: Object): Object; | ||
/** | ||
@@ -135,3 +135,3 @@ * Returns an action object used in signalling that an info notice is to be | ||
*/ | ||
export function createInfoNotice(content: string, options?: Object | undefined): Object; | ||
export function createInfoNotice(content: string, options?: Object): Object; | ||
/** | ||
@@ -174,3 +174,3 @@ * Returns an action object used in signalling that an error notice is to be | ||
*/ | ||
export function createErrorNotice(content: string, options?: Object | undefined): Object; | ||
export function createErrorNotice(content: string, options?: Object): Object; | ||
/** | ||
@@ -214,3 +214,3 @@ * Returns an action object used in signalling that a warning notice is to be | ||
*/ | ||
export function createWarningNotice(content: string, options?: Object | undefined): Object; | ||
export function createWarningNotice(content: string, options?: Object): Object; | ||
/** | ||
@@ -257,3 +257,3 @@ * Returns an action object used in signalling that a notice is to be removed. | ||
*/ | ||
export function removeNotice(id: string, context?: string | undefined): Object; | ||
export function removeNotice(id: string, context?: string): Object; | ||
/** | ||
@@ -344,3 +344,3 @@ * Removes all notices from a given context. Defaults to the default context. | ||
*/ | ||
export function removeNotices(ids: string[], context?: string | undefined): Object; | ||
export function removeNotices(ids: string[], context?: string): Object; | ||
/** | ||
@@ -347,0 +347,0 @@ * Object describing a user action option associated with a notice. |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.14.0 (2024-12-11) | ||
## 5.13.0 (2024-11-27) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/notices", | ||
"version": "5.13.1-next.cd6172eb0.0", | ||
"version": "5.14.0", | ||
"description": "State management for notices.", | ||
@@ -32,4 +32,4 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "7.25.7", | ||
"@wordpress/a11y": "^4.13.1-next.cd6172eb0.0", | ||
"@wordpress/data": "^10.13.1-next.cd6172eb0.0" | ||
"@wordpress/a11y": "*", | ||
"@wordpress/data": "*" | ||
}, | ||
@@ -42,3 +42,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "4cc93dc1781d8a7bc2bbde265913917920e2bd45" | ||
"gitHead": "b432c18934c9db866b6dba7d37517a4e97d642e3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
216275
2840
0
2
Updated@wordpress/a11y@*
Updated@wordpress/data@*