Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(charts): upgrade carbon charts to get the latest version #1566

Merged
merged 2 commits into from
Sep 3, 2020

Conversation

scottdickerson
Copy link
Contributor

Closes #1522

Summary

  • Simply updating carbon charts to the latest to get a bug fix for localization in the BarChart and TimeSeriesCard

Acceptance Test (how to verify the PR)

  • Verify the BarChart and TimeSeriesCard stories, verify in the locale story that the number format changes

@netlify
Copy link

netlify bot commented Sep 2, 2020

Deploy preview for carbon-addons-iot-react ready!

Built with commit 6c6fb2d

https://deploy-preview-1566--carbon-addons-iot-react.netlify.app

Comment on lines +271 to +273
"resolutions": {
"chokidar": "3.3.1"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this related to the node 12/catalina crashes w/ webpack? webpack/watchpack#130 (comment)

I'm still on Mojave so I haven't ran into it (yet). Hopefully we can remove in the future if/when webpack 5 is released and storybook upgrades to use it instead of v4

❯ yarn why chokidar
yarn why v1.12.3
[1/4] 🤔  Why do we have the module "chokidar"...?
[2/4] 🚚  Initialising dependency graph...
warning Resolution field "[email protected]" is incompatible with requested version "chokidar@^2.0.4"
warning Resolution field "[email protected]" is incompatible with requested version "chokidar@^2.0.2"
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "[email protected]"
info Reasons this module exists
   - "webpack#watchpack" depends on it
   - Hoisted from "webpack#watchpack#chokidar"
   - Hoisted from "@storybook#react#react-dev-utils#fork-ts-checker-webpack-plugin#chokidar"
info Disk size without dependencies: "160KB"
info Disk size with unique dependencies: "464KB"
info Disk size with transitive dependencies: "5.68MB"
info Number of shared dependencies: 49
✨  Done in 1.20s.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes exactly, @tay1orjones i thought it was low risk as it only impacts the development, not the runtime so squeezed that in to, apologies I forgot to mention it in the PR details

Copy link
Contributor

@JoelArmendariz JoelArmendariz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good from what I can tell

@scottdickerson scottdickerson merged commit 5c8a882 into master Sep 3, 2020
@scottdickerson scottdickerson deleted the fix-charts-tooltip branch September 3, 2020 15:32
@tay1orjones
Copy link
Member

🎉 This PR is included in version 2.114.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TimeSeriesCard] Tooltip doesn't show detailed values in the correct locale
3 participants