@automattic/jetpack-scan 1.4.7 → 1.4.9
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/package.json +13 -13
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.9] - 2026-07-06
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#50097] [#50183] [#50212]
|
|
11
|
+
|
|
12
|
+
## [1.4.8] - 2026-06-29
|
|
13
|
+
### Changed
|
|
14
|
+
- Update dependencies. [#50001]
|
|
15
|
+
|
|
8
16
|
## [1.4.7] - 2026-06-25
|
|
9
17
|
### Changed
|
|
10
18
|
- Update dependencies. [#49857]
|
|
@@ -221,6 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
221
229
|
### Removed
|
|
222
230
|
- Updated dependencies. [#39754]
|
|
223
231
|
|
|
232
|
+
[1.4.9]: https://github.com/Automattic/jetpack-scan/compare/v1.4.8...v1.4.9
|
|
233
|
+
[1.4.8]: https://github.com/Automattic/jetpack-scan/compare/v1.4.7...v1.4.8
|
|
224
234
|
[1.4.7]: https://github.com/Automattic/jetpack-scan/compare/v1.4.6...v1.4.7
|
|
225
235
|
[1.4.6]: https://github.com/Automattic/jetpack-scan/compare/v1.4.5...v1.4.6
|
|
226
236
|
[1.4.5]: https://github.com/Automattic/jetpack-scan/compare/v1.4.4...v1.4.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-scan",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.9",
|
|
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,24 +27,24 @@
|
|
|
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.
|
|
33
|
-
"@wordpress/api-fetch": "7.
|
|
34
|
-
"@wordpress/components": "
|
|
30
|
+
"@automattic/jetpack-api": "^1.0.31",
|
|
31
|
+
"@automattic/jetpack-base-styles": "^1.2.8",
|
|
32
|
+
"@automattic/jetpack-components": "^1.12.14",
|
|
33
|
+
"@wordpress/api-fetch": "7.50.0",
|
|
34
|
+
"@wordpress/components": "36.1.0",
|
|
35
35
|
"@wordpress/dataviews": "14.3.0",
|
|
36
|
-
"@wordpress/date": "5.
|
|
37
|
-
"@wordpress/element": "8.0
|
|
38
|
-
"@wordpress/i18n": "6.
|
|
36
|
+
"@wordpress/date": "5.50.0",
|
|
37
|
+
"@wordpress/element": "8.2.0",
|
|
38
|
+
"@wordpress/i18n": "6.23.0",
|
|
39
39
|
"@wordpress/icons": "13.1.0",
|
|
40
40
|
"@wordpress/theme": "0.15.1",
|
|
41
41
|
"@wordpress/ui": "0.13.0",
|
|
42
|
-
"@wordpress/url": "4.
|
|
42
|
+
"@wordpress/url": "4.50.0",
|
|
43
43
|
"debug": "4.4.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@storybook/addon-docs": "10.
|
|
47
|
-
"@storybook/react": "10.
|
|
46
|
+
"@storybook/addon-docs": "10.4.6",
|
|
47
|
+
"@storybook/react": "10.4.6",
|
|
48
48
|
"@testing-library/dom": "10.4.1",
|
|
49
49
|
"@testing-library/react": "16.3.2",
|
|
50
50
|
"@types/jest": "30.0.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"jest": "30.4.2",
|
|
54
54
|
"react": "^18.2.0",
|
|
55
55
|
"react-dom": "^18.2.0",
|
|
56
|
-
"storybook": "10.
|
|
56
|
+
"storybook": "10.4.6",
|
|
57
57
|
"typescript": "5.9.3"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|