@automattic/jetpack-connection 0.35.15 → 0.35.16
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.
- package/CHANGELOG.md +7 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Connection Component releases.
|
|
4
4
|
|
|
5
|
+
## [0.35.16] - 2024-11-11
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#39999]
|
|
8
|
+
- Updated package dependencies. [#40000]
|
|
9
|
+
- Updated package dependencies. [#40060]
|
|
10
|
+
|
|
5
11
|
## [0.35.15] - 2024-11-04
|
|
6
12
|
### Added
|
|
7
13
|
- Enable test coverage. [#39961]
|
|
@@ -882,6 +888,7 @@
|
|
|
882
888
|
- `Main` and `ConnectUser` components added.
|
|
883
889
|
- `JetpackRestApiClient` API client added.
|
|
884
890
|
|
|
891
|
+
[0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16
|
|
885
892
|
[0.35.15]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.14...v0.35.15
|
|
886
893
|
[0.35.14]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.13...v0.35.14
|
|
887
894
|
[0.35.13]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.12...v0.35.13
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.16",
|
|
4
4
|
"description": "Jetpack Connection Component",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
"license": "GPL-2.0-or-later",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/jetpack-analytics": "^0.1.32",
|
|
18
|
-
"@automattic/jetpack-api": "^0.17.
|
|
19
|
-
"@automattic/jetpack-components": "^0.
|
|
18
|
+
"@automattic/jetpack-api": "^0.17.17",
|
|
19
|
+
"@automattic/jetpack-components": "^0.59.0",
|
|
20
20
|
"@automattic/jetpack-config": "^0.1.26",
|
|
21
|
-
"@automattic/jetpack-script-data": "^0.1.
|
|
22
|
-
"@wordpress/base-styles": "5.
|
|
23
|
-
"@wordpress/browserslist-config": "6.
|
|
24
|
-
"@wordpress/components": "28.
|
|
25
|
-
"@wordpress/data": "10.
|
|
26
|
-
"@wordpress/element": "6.
|
|
27
|
-
"@wordpress/i18n": "5.
|
|
28
|
-
"@wordpress/icons": "10.
|
|
21
|
+
"@automattic/jetpack-script-data": "^0.1.4",
|
|
22
|
+
"@wordpress/base-styles": "5.11.0",
|
|
23
|
+
"@wordpress/browserslist-config": "6.11.0",
|
|
24
|
+
"@wordpress/components": "28.11.0",
|
|
25
|
+
"@wordpress/data": "10.11.0",
|
|
26
|
+
"@wordpress/element": "6.11.0",
|
|
27
|
+
"@wordpress/i18n": "5.11.0",
|
|
28
|
+
"@wordpress/icons": "10.11.0",
|
|
29
29
|
"clsx": "2.1.1",
|
|
30
30
|
"debug": "4.3.4",
|
|
31
31
|
"prop-types": "^15.7.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
35
|
-
"@babel/core": "7.
|
|
36
|
-
"@babel/preset-react": "7.
|
|
34
|
+
"@automattic/jetpack-base-styles": "^0.6.35",
|
|
35
|
+
"@babel/core": "7.26.0",
|
|
36
|
+
"@babel/preset-react": "7.25.9",
|
|
37
37
|
"@storybook/addon-actions": "8.3.5",
|
|
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.
|
|
41
|
+
"@types/react": "18.3.12",
|
|
42
42
|
"jest": "29.7.0",
|
|
43
43
|
"jest-environment-jsdom": "29.7.0",
|
|
44
44
|
"react": "18.3.1",
|