@automattic/jetpack-connection 0.36.3 → 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 +10 -0
  2. package/package.json +16 -16
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.5] - 2025-02-05
6
+ ### Changed
7
+ - Updated package dependencies. [#41491] [#41577]
8
+
9
+ ## [0.36.4] - 2025-01-20
10
+ ### Changed
11
+ - Updated package dependencies. [#41099]
12
+
5
13
  ## [0.36.3] - 2025-01-06
6
14
  ### Changed
7
15
  - Updated package dependencies. [#40797] [#40798] [#40810] [#40841]
@@ -918,6 +926,8 @@
918
926
  - `Main` and `ConnectUser` components added.
919
927
  - `JetpackRestApiClient` API client added.
920
928
 
929
+ [0.36.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.4...v0.36.5
930
+ [0.36.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.3...v0.36.4
921
931
  [0.36.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.2...v0.36.3
922
932
  [0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
923
933
  [0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.36.3",
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.21",
19
- "@automattic/jetpack-components": "^0.65.2",
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",
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.39",
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",