@automattic/jetpack-connection 1.4.51 → 1.4.52

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 +6 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Connection Component releases.
4
4
 
5
+ ## [1.4.52] - 2026-05-21
6
+ ### Changed
7
+ - Update package dependencies. [#48405]
8
+ - Update package dependencies. [#49012]
9
+
5
10
  ## [1.4.51] - 2026-05-19
6
11
  ### Changed
7
12
  - Internal updates.
@@ -1342,6 +1347,7 @@
1342
1347
  - `Main` and `ConnectUser` components added.
1343
1348
  - `JetpackRestApiClient` API client added.
1344
1349
 
1350
+ [1.4.52]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.51...v1.4.52
1345
1351
  [1.4.51]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.50...v1.4.51
1346
1352
  [1.4.50]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.49...v1.4.50
1347
1353
  [1.4.49]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.48...v1.4.49
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.51",
3
+ "version": "1.4.52",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -28,26 +28,26 @@
28
28
  "typecheck": "tsgo --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@automattic/jetpack-analytics": "^1.0.12",
32
- "@automattic/jetpack-api": "^1.0.25",
33
- "@automattic/jetpack-components": "^1.11.2",
34
- "@automattic/jetpack-config": "^1.0.10",
31
+ "@automattic/jetpack-analytics": "^1.0.13",
32
+ "@automattic/jetpack-api": "^1.0.26",
33
+ "@automattic/jetpack-components": "^1.11.3",
34
+ "@automattic/jetpack-config": "^1.0.11",
35
35
  "@automattic/jetpack-script-data": "^0.6.4",
36
- "@wordpress/base-styles": "6.20.0",
37
- "@wordpress/browserslist-config": "6.44.0",
38
- "@wordpress/components": "32.6.0",
39
- "@wordpress/data": "10.44.0",
40
- "@wordpress/element": "6.44.0",
41
- "@wordpress/i18n": "6.17.0",
36
+ "@wordpress/base-styles": "8.0.0",
37
+ "@wordpress/browserslist-config": "6.46.0",
38
+ "@wordpress/components": "33.1.0",
39
+ "@wordpress/data": "10.46.0",
40
+ "@wordpress/element": "6.46.0",
41
+ "@wordpress/i18n": "6.19.0",
42
42
  "@wordpress/icons": "12.2.0",
43
43
  "@wordpress/ui": "0.11.0",
44
- "@wordpress/url": "4.44.0",
44
+ "@wordpress/url": "4.46.0",
45
45
  "clsx": "2.1.1",
46
46
  "debug": "4.4.3",
47
47
  "prop-types": "^15.7.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@automattic/jetpack-base-styles": "^1.2.3",
50
+ "@automattic/jetpack-base-styles": "^1.2.4",
51
51
  "@babel/core": "7.29.0",
52
52
  "@babel/preset-react": "7.28.5",
53
53
  "@testing-library/dom": "10.4.1",
@@ -55,7 +55,7 @@
55
55
  "@testing-library/user-event": "14.6.1",
56
56
  "@types/react": "18.3.28",
57
57
  "@typescript/native-preview": "7.0.0-dev.20260225.1",
58
- "jest": "30.3.0",
58
+ "jest": "30.4.2",
59
59
  "react": "18.3.1",
60
60
  "react-dom": "18.3.1",
61
61
  "storybook": "10.3.6"