@automattic/jetpack-connection 0.36.1 → 0.36.3

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 +18 -18
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Connection Component releases.
4
4
 
5
+ ## [0.36.3] - 2025-01-06
6
+ ### Changed
7
+ - Updated package dependencies. [#40797] [#40798] [#40810] [#40841]
8
+
9
+ ## [0.36.2] - 2024-12-16
10
+ ### Changed
11
+ - Updated package dependencies. [#40564]
12
+
5
13
  ## [0.36.1] - 2024-12-09
6
14
  ### Changed
7
15
  - Internal updates.
@@ -910,6 +918,8 @@
910
918
  - `Main` and `ConnectUser` components added.
911
919
  - `JetpackRestApiClient` API client added.
912
920
 
921
+ [0.36.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.2...v0.36.3
922
+ [0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
913
923
  [0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
914
924
  [0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
915
925
  [0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.36.1",
3
+ "version": "0.36.3",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -14,36 +14,36 @@
14
14
  "author": "Automattic",
15
15
  "license": "GPL-2.0-or-later",
16
16
  "dependencies": {
17
- "@automattic/jetpack-analytics": "^0.1.33",
18
- "@automattic/jetpack-api": "^0.17.20",
19
- "@automattic/jetpack-components": "^0.64.1",
17
+ "@automattic/jetpack-analytics": "^0.1.34",
18
+ "@automattic/jetpack-api": "^0.17.21",
19
+ "@automattic/jetpack-components": "^0.65.2",
20
20
  "@automattic/jetpack-config": "^0.1.27",
21
- "@automattic/jetpack-script-data": "^0.1.5",
22
- "@wordpress/base-styles": "5.13.0",
23
- "@wordpress/browserslist-config": "6.13.0",
24
- "@wordpress/components": "28.13.0",
25
- "@wordpress/data": "10.13.0",
26
- "@wordpress/element": "6.13.0",
27
- "@wordpress/i18n": "5.13.0",
28
- "@wordpress/icons": "10.13.0",
21
+ "@automattic/jetpack-script-data": "^0.1.6",
22
+ "@wordpress/base-styles": "5.14.0",
23
+ "@wordpress/browserslist-config": "6.14.0",
24
+ "@wordpress/components": "29.0.0",
25
+ "@wordpress/data": "10.14.0",
26
+ "@wordpress/element": "6.14.0",
27
+ "@wordpress/i18n": "5.14.0",
28
+ "@wordpress/icons": "10.14.0",
29
29
  "clsx": "2.1.1",
30
- "debug": "4.3.4",
30
+ "debug": "4.4.0",
31
31
  "prop-types": "^15.7.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@automattic/jetpack-base-styles": "^0.6.38",
34
+ "@automattic/jetpack-base-styles": "^0.6.39",
35
35
  "@babel/core": "7.26.0",
36
- "@babel/preset-react": "7.25.9",
37
- "@storybook/addon-actions": "8.3.5",
36
+ "@babel/preset-react": "7.26.3",
37
+ "@storybook/addon-actions": "8.4.7",
38
38
  "@testing-library/dom": "10.4.0",
39
39
  "@testing-library/react": "16.0.1",
40
40
  "@testing-library/user-event": "14.5.2",
41
- "@types/react": "18.3.12",
41
+ "@types/react": "18.3.18",
42
42
  "jest": "29.7.0",
43
43
  "jest-environment-jsdom": "29.7.0",
44
44
  "react": "18.3.1",
45
45
  "react-dom": "18.3.1",
46
- "storybook": "8.3.5"
46
+ "storybook": "8.4.7"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^18.0.0",