@automattic/jetpack-connection 0.36.2 → 0.36.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.
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.4] - 2025-01-20
6
+ ### Changed
7
+ - Updated package dependencies. [#41099]
8
+
9
+ ## [0.36.3] - 2025-01-06
10
+ ### Changed
11
+ - Updated package dependencies. [#40797] [#40798] [#40810] [#40841]
12
+
5
13
  ## [0.36.2] - 2024-12-16
6
14
  ### Changed
7
15
  - Updated package dependencies. [#40564]
@@ -914,6 +922,8 @@
914
922
  - `Main` and `ConnectUser` components added.
915
923
  - `JetpackRestApiClient` API client added.
916
924
 
925
+ [0.36.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.3...v0.36.4
926
+ [0.36.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.2...v0.36.3
917
927
  [0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
918
928
  [0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
919
929
  [0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.36.2",
3
+ "version": "0.36.4",
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.21",
19
- "@automattic/jetpack-components": "^0.65.0",
17
+ "@automattic/jetpack-analytics": "^0.1.34",
18
+ "@automattic/jetpack-api": "^0.17.22",
19
+ "@automattic/jetpack-components": "^0.65.4",
20
20
  "@automattic/jetpack-config": "^0.1.27",
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",
21
+ "@automattic/jetpack-script-data": "^0.1.7",
22
+ "@wordpress/base-styles": "5.16.0",
23
+ "@wordpress/browserslist-config": "6.16.0",
24
+ "@wordpress/components": "29.2.0",
25
+ "@wordpress/data": "10.16.0",
26
+ "@wordpress/element": "6.16.0",
27
+ "@wordpress/i18n": "5.16.0",
28
+ "@wordpress/icons": "10.16.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.39",
34
+ "@automattic/jetpack-base-styles": "^0.6.40",
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",