@automattic/charts 0.46.2 → 0.46.3

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 +7 -2
  2. package/package.json +2 -16
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.46.3] - 2025-11-12
9
+ ### Changed
10
+ - Internal updates.
11
+
8
12
  ## [0.46.2] - 2025-11-10
9
13
  ### Changed
10
14
  - Update package dependencies. [#45737]
@@ -15,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
19
 
16
20
  ## [0.46.0] - 2025-10-28
17
21
  ### Added
18
- - Charts: Add interactive legend support to LeaderboardChart [#45581]
22
+ - Add interactive legend support to LeaderboardChart. [#45581]
19
23
 
20
24
  ### Changed
21
25
  - Update package dependencies. [#45652]
@@ -35,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
39
  - Show ticks in year format when the interval is more than a year. [#45529]
36
40
 
37
41
  ### Changed
38
- - Charts: Group Storybook controls. [#45503]
42
+ - Add Group Storybook controls. [#45503]
39
43
 
40
44
  ## [0.42.0] - 2025-10-14
41
45
  ### Changed
@@ -543,6 +547,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
543
547
  - Fixed lints following ESLint rule changes for TS [#40584]
544
548
  - Fixing a bug in Chart storybook data. [#40640]
545
549
 
550
+ [0.46.3]: https://github.com/Automattic/charts/compare/v0.46.2...v0.46.3
546
551
  [0.46.2]: https://github.com/Automattic/charts/compare/v0.46.1...v0.46.2
547
552
  [0.46.1]: https://github.com/Automattic/charts/compare/v0.46.0...v0.46.1
548
553
  [0.46.0]: https://github.com/Automattic/charts/compare/v0.45.0...v0.46.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/charts",
3
- "version": "0.46.2",
3
+ "version": "0.46.3",
4
4
  "description": "Display charts within Automattic products.",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
6
6
  "bugs": {
@@ -179,11 +179,6 @@
179
179
  "devDependencies": {
180
180
  "@automattic/jetpack-webpack-config": "workspace:*",
181
181
  "@babel/core": "7.28.4",
182
- "@babel/plugin-transform-react-jsx": "7.27.1",
183
- "@babel/plugin-transform-runtime": "7.28.3",
184
- "@babel/preset-env": "7.28.3",
185
- "@babel/preset-react": "7.27.1",
186
- "@babel/preset-typescript": "7.27.1",
187
182
  "@storybook/addon-docs": "9.0.15",
188
183
  "@storybook/react": "9.0.15",
189
184
  "@testing-library/dom": "^10.0.0",
@@ -197,28 +192,19 @@
197
192
  "@wordpress/components": "30.4.0",
198
193
  "@wordpress/element": "6.31.0",
199
194
  "babel-jest": "30.0.0",
200
- "babel-loader": "9.1.2",
201
- "css-loader": "^6.7.0",
202
195
  "esbuild": "0.25.9",
203
196
  "esbuild-sass-plugin": "^3.1.0",
204
197
  "jest": "30.0.4",
205
198
  "jest-environment-jsdom": "30.0.4",
206
199
  "jest-extended": "5.0.3",
207
- "mini-css-extract-plugin": "^2.7.0",
208
200
  "postcss": "8.5.6",
209
- "postcss-loader": "^8.0.0",
210
201
  "postcss-modules": "6.0.1",
211
202
  "react": "18.3.1",
212
203
  "react-dom": "18.3.1",
213
- "recursive-copy": "2.0.14",
214
- "sass": "npm:sass-embedded@1.87.0",
215
204
  "sass-embedded": "1.87.0",
216
- "sass-loader": "^16.0.0",
217
205
  "storybook": "9.0.15",
218
206
  "tsup": "8.5.0",
219
- "typescript": "5.9.3",
220
- "webpack": "^5.88.0",
221
- "webpack-cli": "^6.0.0"
207
+ "typescript": "5.9.3"
222
208
  },
223
209
  "peerDependencies": {
224
210
  "react": "^17.0.0 || ^18.0.0",