@automattic/jetpack-connection 0.36.4 → 0.36.5

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 +5 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Connection Component releases.
4
4
 
5
+ ## [0.36.5] - 2025-02-05
6
+ ### Changed
7
+ - Updated package dependencies. [#41491] [#41577]
8
+
5
9
  ## [0.36.4] - 2025-01-20
6
10
  ### Changed
7
11
  - Updated package dependencies. [#41099]
@@ -922,6 +926,7 @@
922
926
  - `Main` and `ConnectUser` components added.
923
927
  - `JetpackRestApiClient` API client added.
924
928
 
929
+ [0.36.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.4...v0.36.5
925
930
  [0.36.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.3...v0.36.4
926
931
  [0.36.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.2...v0.36.3
927
932
  [0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.36.4",
3
+ "version": "0.36.5",
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,30 +14,30 @@
14
14
  "author": "Automattic",
15
15
  "license": "GPL-2.0-or-later",
16
16
  "dependencies": {
17
- "@automattic/jetpack-analytics": "^0.1.34",
18
- "@automattic/jetpack-api": "^0.17.22",
19
- "@automattic/jetpack-components": "^0.65.4",
20
- "@automattic/jetpack-config": "^0.1.27",
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",
17
+ "@automattic/jetpack-analytics": "^0.1.35",
18
+ "@automattic/jetpack-api": "^0.18.0",
19
+ "@automattic/jetpack-components": "^0.66.0",
20
+ "@automattic/jetpack-config": "^0.1.28",
21
+ "@automattic/jetpack-script-data": "^0.1.9",
22
+ "@wordpress/base-styles": "5.17.0",
23
+ "@wordpress/browserslist-config": "6.17.0",
24
+ "@wordpress/components": "29.3.0",
25
+ "@wordpress/data": "10.17.0",
26
+ "@wordpress/element": "6.17.0",
27
+ "@wordpress/i18n": "5.17.0",
28
+ "@wordpress/icons": "10.17.0",
29
29
  "clsx": "2.1.1",
30
30
  "debug": "4.4.0",
31
31
  "prop-types": "^15.7.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@automattic/jetpack-base-styles": "^0.6.40",
34
+ "@automattic/jetpack-base-styles": "^0.6.42",
35
35
  "@babel/core": "7.26.0",
36
36
  "@babel/preset-react": "7.26.3",
37
37
  "@storybook/addon-actions": "8.4.7",
38
38
  "@testing-library/dom": "10.4.0",
39
- "@testing-library/react": "16.0.1",
40
- "@testing-library/user-event": "14.5.2",
39
+ "@testing-library/react": "16.2.0",
40
+ "@testing-library/user-event": "14.6.1",
41
41
  "@types/react": "18.3.18",
42
42
  "jest": "29.7.0",
43
43
  "jest-environment-jsdom": "29.7.0",