@automattic/jetpack-components 0.55.15 → 0.55.17

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 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.17] - 2024-09-18
6
+ ### Changed
7
+ - Internal updates.
8
+
9
+ ## [0.55.16] - 2024-09-16
10
+ ### Changed
11
+ - Updated package dependencies. [#39332]
12
+
5
13
  ## [0.55.15] - 2024-09-10
6
14
  ### Changed
7
15
  - Updated package dependencies. [#39302]
@@ -1160,6 +1168,8 @@
1160
1168
  ### Changed
1161
1169
  - Update node version requirement to 14.16.1
1162
1170
 
1171
+ [0.55.17]: https://github.com/Automattic/jetpack-components/compare/0.55.16...0.55.17
1172
+ [0.55.16]: https://github.com/Automattic/jetpack-components/compare/0.55.15...0.55.16
1163
1173
  [0.55.15]: https://github.com/Automattic/jetpack-components/compare/0.55.14...0.55.15
1164
1174
  [0.55.14]: https://github.com/Automattic/jetpack-components/compare/0.55.13...0.55.14
1165
1175
  [0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
@@ -134,7 +134,7 @@ const DonutMeter: React.FC< DonutMeterProps > = ( {
134
134
  cy="20"
135
135
  r="15.91549430918954"
136
136
  fill="transparent"
137
- transform-origin="center"
137
+ transform-origin="center" // eslint-disable-line react/no-unknown-property -- @todo Switch to transformOrigin when we use React 19.
138
138
  strokeWidth={ thickness }
139
139
  strokeDasharray={ `${ percentage } ${ 100 - percentage }` }
140
140
  strokeDashoffset="-25" // this ensures the segment begins at the bottom of the donut instead of the top
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.55.15",
3
+ "version": "0.55.17",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -43,14 +43,13 @@
43
43
  "@storybook/blocks": "8.2.9",
44
44
  "@storybook/react": "8.2.9",
45
45
  "@testing-library/dom": "10.4.0",
46
- "@testing-library/react": "15.0.7",
46
+ "@testing-library/react": "16.0.1",
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
50
  "@types/react": "18.3.3",
51
51
  "@types/react-dom": "18.3.0",
52
52
  "@types/react-slider": "1.3.6",
53
- "@types/testing-library__jest-dom": "5.14.9",
54
53
  "jest": "29.7.0",
55
54
  "jest-environment-jsdom": "29.7.0",
56
55
  "react": "18.3.1",