@automattic/jetpack-scan 1.4.2 → 1.4.4
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 +10 -0
- package/SECURITY.md +0 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.4.4] - 2026-06-08
|
|
9
|
+
### Changed
|
|
10
|
+
- Update dependencies. [#49354]
|
|
11
|
+
|
|
12
|
+
## [1.4.3] - 2026-06-01
|
|
13
|
+
### Changed
|
|
14
|
+
- Update package dependencies. [#48404]
|
|
15
|
+
|
|
8
16
|
## [1.4.2] - 2026-05-25
|
|
9
17
|
### Changed
|
|
10
18
|
- Replace internal `ContextualUpgradeTrigger` upgrade prompts with `@wordpress/ui` `Notice` composition. [#48909]
|
|
@@ -200,6 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
200
208
|
### Removed
|
|
201
209
|
- Updated dependencies. [#39754]
|
|
202
210
|
|
|
211
|
+
[1.4.4]: https://github.com/Automattic/jetpack-scan/compare/v1.4.3...v1.4.4
|
|
212
|
+
[1.4.3]: https://github.com/Automattic/jetpack-scan/compare/v1.4.2...v1.4.3
|
|
203
213
|
[1.4.2]: https://github.com/Automattic/jetpack-scan/compare/v1.4.1...v1.4.2
|
|
204
214
|
[1.4.1]: https://github.com/Automattic/jetpack-scan/compare/v1.4.0...v1.4.1
|
|
205
215
|
[1.4.0]: https://github.com/Automattic/jetpack-scan/compare/v1.3.0...v1.4.0
|
package/SECURITY.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-scan",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A JS client for consuming Jetpack Scan services",
|
|
6
6
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/scan/#readme",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"typecheck": "tsgo --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@automattic/jetpack-api": "^1.0.
|
|
31
|
-
"@automattic/jetpack-base-styles": "^1.2.
|
|
32
|
-
"@automattic/jetpack-components": "^1.12.
|
|
30
|
+
"@automattic/jetpack-api": "^1.0.28",
|
|
31
|
+
"@automattic/jetpack-base-styles": "^1.2.5",
|
|
32
|
+
"@automattic/jetpack-components": "^1.12.5",
|
|
33
33
|
"@wordpress/api-fetch": "7.46.0",
|
|
34
34
|
"@wordpress/components": "33.1.0",
|
|
35
|
-
"@wordpress/dataviews": "14.
|
|
35
|
+
"@wordpress/dataviews": "14.3.0",
|
|
36
36
|
"@wordpress/date": "5.46.0",
|
|
37
37
|
"@wordpress/element": "6.46.0",
|
|
38
38
|
"@wordpress/i18n": "6.19.0",
|
|
39
|
-
"@wordpress/icons": "
|
|
39
|
+
"@wordpress/icons": "13.1.0",
|
|
40
40
|
"@wordpress/theme": "0.13.0",
|
|
41
|
-
"@wordpress/ui": "0.
|
|
41
|
+
"@wordpress/ui": "0.13.0",
|
|
42
42
|
"@wordpress/url": "4.46.0",
|
|
43
43
|
"debug": "4.4.3"
|
|
44
44
|
},
|