Bump d3-color, @visx/visx and recharts
Bumps d3-color to 3.1.0 and updates ancestor dependencies d3-color, @visx/visx and recharts. These dependencies need to be updated together.
Updates d3-color from 1.4.1 to 3.1.0
Release notes
Sourced from d3-color's releases.
v3.1.0
- Add rgb.clamp and hsl.clamp. #102
- Add color.formatHex8. #103
- Fix color.formatHsl to clamp values to the expected range. #83
- Fix catastrophic backtracking when parsing colors. #89 #97 #99 #100 SNYK-JS-D3COLOR-1076592
v3.0.1
- Make build reproducible.
v3.0.0
- Adopt type: module.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.0.0
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-color 1.x or use a transpiler.
Commits
7a1573e3.1.075c19c4update LICENSEef94e01update dependencies5e9f757method shorthande4bc34eformatHex8 (#103)ac660c6{rgb,hsl}.clamp() (#102)70e3a04clamp HSL format (#101)994d8fdavoid backtracking (#100)7d61bbe3.0.193bc4ffrelated d3/d33; extract copyrights from LICENSE- Additional commits viewable in compare view
Updates @visx/visx from 2.11.1 to 2.17.0
Release notes
Sourced from @visx/visx's releases.
v2.17.0 (2022-12-22)
:bug: Bug Fix
- deps(scale): bump
d3-interpolateandd3-scale#1578:house: Internal
- internal: migrate off nimbus #1609
:trophy: Contributors
v2.16.1 (2022-12-20)
:bug: Bug Fix
- fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
- fix(brush): update brush start/end on window resize #1606
:memo: Documentation
- docs(xychart): fix typo #1594
:house: Internal
- internal(github-actions): add github release script #1585
:trophy: Contributors
Changelog
Sourced from @visx/visx's changelog.
v2.17.0 (2022-12-22)
:bug: Bug Fix
- deps(scale): bump
d3-interpolateandd3-scale#1578:house: Internal
- internal: migrate off nimbus #1609
:trophy: Contributors
v2.16.1 (2022-12-20)
:bug: Bug Fix
- fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
- fix(brush): update brush start/end on window resize #1606
:memo: Documentation
- docs(xychart): fix typo #1594
:house: Internal
- internal(github-actions): add github release script #1585
:trophy: Contributors
v2.16.0 (2022-10-19)
:bug: Bug Fix
- fix(tooltip, bounds): replace findDOMNode with refs for TooltipWithBounds #1583
:trophy: Contributors
v2.15.1 (2022-10-13)
:bug: Bug Fix
- fix(mock-data): add missing bitcoinPrice to index.ts #1582
... (truncated)
Commits
4850219v2.17.00f7ee0adeps(scale): bumpd3-interpolateandd3-scale(#1578)77292e2v2.17.0-alpha.09c73152build(fa743a47ba83d192d0fcbd7ec71877a169f82ef1): auto-commit package sizesfa743a4internal: migrate off nimbus (#1609)0cb5b2fchangelog: v2.16.131a5492v2.16.1a4b2ef0build(f146cadbeba70cad878365b501629bee0759ad0f): auto-commit package sizesf146cadfix(brush): update brush start/end on window resize (#1606)bd96c70fix uneven data elements renders spokes and wek out of sync (#1599)- Additional commits viewable in compare view
Updates recharts from 2.1.12 to 2.7.2
Release notes
Sourced from recharts's releases.
v2.7.2
What's Changed
Fix
- Allow
accessibilityLayerwhen there is no tooltip (fixes undefined access bug) by@julianna-langstonin recharts/recharts#3627- Fix regression when
nullis passed into Linedot(fixes undefined access bug althoughnullis not a supported type fordot) by@ckiferin recharts/recharts#3637Other
- Few minor storybook changes and dev chore items
Full Changelog: https://github.com/recharts/recharts/compare/v2.7.1...v2.7.2
v2.7.1
What's Changed
Fix
- Move
@storybook/addon-storysourceto dev dependencies by@DmitryMarkovin recharts/recharts#3623
- Moves dev dependency to correct location to prevent bundle size increase, etc.
- Fix defaults for r and strokeWidth when they aren't provided by the user by
@ckiferin recharts/recharts#3624
- Bug where if only
clipDotis provided withindotof Area and Line then dots disappear andNaNis errors appear in the DOMNew Contributors
@DmitryMarkovmade their first contribution in recharts/recharts#3623Full Changelog: https://github.com/recharts/recharts/compare/v2.7.0...v2.7.1
v2.7.0
What's Changed
Storybook updates, a few new features, bug fixes.
Note: This release may cause more reports of this defaultProps warning - we are aware of this and trying to come up with a feasible solution.
Feat
- Allow adding initial dimensions to ResponsiveContainer by
@akamfoadin recharts/recharts#3596- Extend clip path configuration with
clipDotprop by@tylerben@ckiferin recharts/recharts#3602- Support "bumpX" and "bumpY" curve types by
@jacknevittin recharts/recharts#3617Fix
- Account for
angleprop on XAxis visibility calculation by@bernardobelchiorin recharts/recharts#3576- Propagate className to CartesianAxis by
@mitrotasiosin recharts/recharts#3592- Add SVGProps to PieLabel type by
@timbonicusin recharts/recharts#3594- Export default tooltip and legend content components by
@oschwedein recharts/recharts#3604- Fix error bars not working in stacked bar charts by
@ckiferin recharts/recharts#3612- Remove role="img" attribute from bar to prevent accessibility issues by using incorrect role by
@rhuangabrielsantosin recharts/recharts#3614Docs
- lots of storybook changes - go check it out!
... (truncated)
Changelog
Sourced from recharts's changelog.
⚠️ Next versions change notes are available only on the GitHub Releases page ⚠️
2.2.0 (Dec 8, 2022)
feat
fix
- fix rounding leading to hairline gaps (#3075)
- fix: do not override zero brush end index (#3076)
- fix: allow dragging brush when the mouse is outside (#3072)
- fix: add label type to line props (#3068)
- Ensure LabelList generic extends Data interface (#2954)
2.1.16 (Oct 29, 2022)
fix
- Fix incorrect date in CHAGELOG (#3016)
- Let formatter function run even when value is falsy (#3026)
- Fix(Sankey): update tooltip active state by trigger type(hover/click) (#3021)
- Fix Area's
baseValueprop (#3013)2.1.15 (Oct 12, 2022)
fix
- Fix scroll on hover
- DefaultTooltipContent.tsx Solving type error for entry.value and entry.name
chore
- Revert D3 version
2.1.14 (Sep 7, 2022)
fix
- Add inactiveShape prop to Pie component (#2900)
- Revert "chore: move type deps into devDependencies (#2843)" (#2942)
- Fix typing of default tooltip formatter (#2924)
- Take letter-spacing and font-size into consideration while rendering ticks (#2898)
- Add formatter function type to tooltip props (#2916)
- doc: Update CHANGELOG.md about d3 7.x (#2919)
2.1.13 (Jul 26, 2022)
fix
- set animate flag before chart data update (#2911)
- Error bar domain fix (#2863)
- fix: fix "recharts@… doesn't provide prop-types, requested by react-smooth" warning (#2895)
chore
... (truncated)
Commits
700c9852.7.2 (#3638)79a143cfix: dont throw when dot is null, use typeguard in line and improve in area (...e258352Address issue where tooltips and AccessibilityManager can get misaligned (#3627)f1f800eProvide descriptions and examples for extra Polygon props (#3631)342beebBump lint-staged to latest (non-vulnerable) version (#3629)2d5e724Address lint errors from script 'lint-storybook' (#3630)7a095052.7.1 (#3625)75e4c67fix(clipDot): proper defaults for r and strokeWidth when they aren't provided...96fe57fMove@storybook/addon-storysourceto dev dependencies (#3623)bf8d6262.7.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ckifer, a new releaser for recharts since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.