@automattic/jetpack-scan 0.5.6 → 0.5.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +12 -12
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.8] - 2025-03-03
9
+ ### Changed
10
+ - Update package dependencies. [#42163]
11
+
12
+ ## [0.5.7] - 2025-02-24
13
+ ### Changed
14
+ - Update package dependencies. [#41955]
15
+
8
16
  ## [0.5.6] - 2025-02-05
9
17
  ### Changed
10
18
  - Updated package dependencies. [#41491] [#41577]
@@ -103,6 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
111
  ### Removed
104
112
  - Updated dependencies. [#39754]
105
113
 
114
+ [0.5.8]: https://github.com/Automattic/jetpack-scan/compare/v0.5.7...v0.5.8
115
+ [0.5.7]: https://github.com/Automattic/jetpack-scan/compare/v0.5.6...v0.5.7
106
116
  [0.5.6]: https://github.com/Automattic/jetpack-scan/compare/v0.5.5...v0.5.6
107
117
  [0.5.5]: https://github.com/Automattic/jetpack-scan/compare/v0.5.4...v0.5.5
108
118
  [0.5.4]: https://github.com/Automattic/jetpack-scan/compare/v0.5.3...v0.5.4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@automattic/jetpack-scan",
4
- "version": "0.5.6",
4
+ "version": "0.5.8",
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.4.7",
28
- "@storybook/blocks": "8.4.7",
29
- "@storybook/react": "8.4.7",
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
31
  "@testing-library/react": "16.2.0",
32
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.4.7",
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.18.0",
49
- "@automattic/jetpack-base-styles": "^0.6.42",
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",
48
+ "@automattic/jetpack-api": "^0.20.0",
49
+ "@automattic/jetpack-base-styles": "^0.6.44",
50
+ "@wordpress/api-fetch": "7.19.0",
51
+ "@wordpress/element": "6.19.0",
52
+ "@wordpress/i18n": "5.19.0",
53
+ "@wordpress/url": "4.19.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.17.0",
59
+ "@wordpress/i18n": "5.19.0",
60
60
  "react": "^18.2.0",
61
61
  "react-dom": "^18.2.0"
62
62
  }