@automattic/jetpack-components 0.55.5 → 0.55.7
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 +10 -0
- package/package.json +14 -16
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.55.7] - 2024-08-15
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#38665]
|
|
8
|
+
|
|
9
|
+
## [0.55.6] - 2024-08-09
|
|
10
|
+
### Removed
|
|
11
|
+
- Tests: Removed react-test-renderer. [#38755]
|
|
12
|
+
|
|
5
13
|
## [0.55.5] - 2024-08-05
|
|
6
14
|
### Fixed
|
|
7
15
|
- Fixed TS types for Notice components by marking optional props as such [#38686]
|
|
@@ -1114,6 +1122,8 @@
|
|
|
1114
1122
|
### Changed
|
|
1115
1123
|
- Update node version requirement to 14.16.1
|
|
1116
1124
|
|
|
1125
|
+
[0.55.7]: https://github.com/Automattic/jetpack-components/compare/0.55.6...0.55.7
|
|
1126
|
+
[0.55.6]: https://github.com/Automattic/jetpack-components/compare/0.55.5...0.55.6
|
|
1117
1127
|
[0.55.5]: https://github.com/Automattic/jetpack-components/compare/0.55.4...0.55.5
|
|
1118
1128
|
[0.55.4]: https://github.com/Automattic/jetpack-components/compare/0.55.3...0.55.4
|
|
1119
1129
|
[0.55.3]: https://github.com/Automattic/jetpack-components/compare/0.55.2...0.55.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.7",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,27 +15,27 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-boost-score-api": "^0.1.
|
|
18
|
+
"@automattic/jetpack-boost-score-api": "^0.1.34",
|
|
19
19
|
"@babel/runtime": "^7",
|
|
20
|
-
"@wordpress/browserslist-config": "6.
|
|
21
|
-
"@wordpress/components": "28.
|
|
22
|
-
"@wordpress/compose": "7.
|
|
23
|
-
"@wordpress/data": "10.
|
|
24
|
-
"@wordpress/date": "5.
|
|
25
|
-
"@wordpress/element": "6.
|
|
26
|
-
"@wordpress/i18n": "5.
|
|
27
|
-
"@wordpress/icons": "10.
|
|
28
|
-
"@wordpress/notices": "5.
|
|
20
|
+
"@wordpress/browserslist-config": "6.5.0",
|
|
21
|
+
"@wordpress/components": "28.5.0",
|
|
22
|
+
"@wordpress/compose": "7.5.0",
|
|
23
|
+
"@wordpress/data": "10.5.0",
|
|
24
|
+
"@wordpress/date": "5.5.0",
|
|
25
|
+
"@wordpress/element": "6.5.0",
|
|
26
|
+
"@wordpress/i18n": "5.5.0",
|
|
27
|
+
"@wordpress/icons": "10.5.0",
|
|
28
|
+
"@wordpress/notices": "5.5.0",
|
|
29
29
|
"clsx": "2.1.1",
|
|
30
30
|
"prop-types": "^15.7.2",
|
|
31
31
|
"qrcode.react": "3.1.0",
|
|
32
32
|
"react-slider": "2.0.5",
|
|
33
|
-
"social-logos": "^3.1.
|
|
33
|
+
"social-logos": "^3.1.4",
|
|
34
34
|
"uplot": "1.6.24",
|
|
35
35
|
"uplot-react": "1.1.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
38
|
+
"@automattic/jetpack-base-styles": "^0.6.29",
|
|
39
39
|
"@babel/core": "7.24.7",
|
|
40
40
|
"@babel/preset-react": "7.24.7",
|
|
41
41
|
"@jest/globals": "29.4.3",
|
|
@@ -47,16 +47,14 @@
|
|
|
47
47
|
"@testing-library/user-event": "14.5.2",
|
|
48
48
|
"@types/jest": "29.5.12",
|
|
49
49
|
"@types/qrcode.react": "1.0.5",
|
|
50
|
-
"@types/react": "18.3.
|
|
50
|
+
"@types/react": "18.3.3",
|
|
51
51
|
"@types/react-dom": "18.3.0",
|
|
52
52
|
"@types/react-slider": "1.3.6",
|
|
53
|
-
"@types/react-test-renderer": "18.3.0",
|
|
54
53
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
55
54
|
"jest": "29.7.0",
|
|
56
55
|
"jest-environment-jsdom": "29.7.0",
|
|
57
56
|
"react": "18.3.1",
|
|
58
57
|
"react-dom": "18.3.1",
|
|
59
|
-
"react-test-renderer": "18.3.1",
|
|
60
58
|
"require-from-string": "2.0.2",
|
|
61
59
|
"resize-observer-polyfill": "1.5.1",
|
|
62
60
|
"ts-dedent": "2.2.0",
|