@automattic/jetpack-scan 0.5.5 → 0.5.7
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 +14 -14
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
|
+
## [0.5.7] - 2025-02-24
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#41955]
|
|
11
|
+
|
|
12
|
+
## [0.5.6] - 2025-02-05
|
|
13
|
+
### Changed
|
|
14
|
+
- Updated package dependencies. [#41491] [#41577]
|
|
15
|
+
|
|
8
16
|
## [0.5.5] - 2025-01-23
|
|
9
17
|
### Changed
|
|
10
18
|
- Internal updates.
|
|
@@ -99,6 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
99
107
|
### Removed
|
|
100
108
|
- Updated dependencies. [#39754]
|
|
101
109
|
|
|
110
|
+
[0.5.7]: https://github.com/Automattic/jetpack-scan/compare/v0.5.6...v0.5.7
|
|
111
|
+
[0.5.6]: https://github.com/Automattic/jetpack-scan/compare/v0.5.5...v0.5.6
|
|
102
112
|
[0.5.5]: https://github.com/Automattic/jetpack-scan/compare/v0.5.4...v0.5.5
|
|
103
113
|
[0.5.4]: https://github.com/Automattic/jetpack-scan/compare/v0.5.3...v0.5.4
|
|
104
114
|
[0.5.3]: https://github.com/Automattic/jetpack-scan/compare/v0.5.2...v0.5.3
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@automattic/jetpack-scan",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.7",
|
|
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",
|
|
7
7
|
"bugs": {
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"type": "module",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@jest/globals": "29.7.0",
|
|
27
|
-
"@storybook/addon-actions": "8.
|
|
28
|
-
"@storybook/blocks": "8.
|
|
29
|
-
"@storybook/react": "8.
|
|
27
|
+
"@storybook/addon-actions": "8.5.8",
|
|
28
|
+
"@storybook/blocks": "8.5.8",
|
|
29
|
+
"@storybook/react": "8.5.8",
|
|
30
30
|
"@testing-library/dom": "10.4.0",
|
|
31
|
-
"@testing-library/react": "16.0
|
|
32
|
-
"@types/jest": "29.5.
|
|
31
|
+
"@testing-library/react": "16.2.0",
|
|
32
|
+
"@types/jest": "29.5.14",
|
|
33
33
|
"@types/react": "18.3.18",
|
|
34
34
|
"jest": "^29.7.0",
|
|
35
35
|
"jest-environment-jsdom": "29.7.0",
|
|
36
|
-
"storybook": "8.
|
|
36
|
+
"storybook": "8.5.8",
|
|
37
37
|
"typescript": "5.0.4"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"main": "./build/index.js",
|
|
46
46
|
"types": "./build/index.d.ts",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@automattic/jetpack-api": "^0.
|
|
49
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
50
|
-
"@wordpress/api-fetch": "7.
|
|
51
|
-
"@wordpress/element": "6.
|
|
52
|
-
"@wordpress/i18n": "5.
|
|
53
|
-
"@wordpress/url": "4.
|
|
48
|
+
"@automattic/jetpack-api": "^0.19.0",
|
|
49
|
+
"@automattic/jetpack-base-styles": "^0.6.43",
|
|
50
|
+
"@wordpress/api-fetch": "7.17.0",
|
|
51
|
+
"@wordpress/element": "6.17.0",
|
|
52
|
+
"@wordpress/i18n": "5.17.0",
|
|
53
|
+
"@wordpress/url": "4.17.0",
|
|
54
54
|
"debug": "4.4.0",
|
|
55
55
|
"react": "^18.2.0",
|
|
56
56
|
"react-dom": "^18.2.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@wordpress/i18n": "5.
|
|
59
|
+
"@wordpress/i18n": "5.17.0",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-dom": "^18.2.0"
|
|
62
62
|
}
|