humanmade / aws-analytics

AWS Pinpoint analytics for WordPress
https://www.altis-dxp.com/
19 stars 1 forks source link

Bump d3-color, @visx/visx and recharts #554

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

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

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


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-interpolate and d3-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-interpolate and d3-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
  • 4850219 v2.17.0
  • 0f7ee0a deps(scale): bump d3-interpolate and d3-scale (#1578)
  • 77292e2 v2.17.0-alpha.0
  • 9c73152 build(fa743a47ba83d192d0fcbd7ec71877a169f82ef1): auto-commit package sizes
  • fa743a4 internal: migrate off nimbus (#1609)
  • 0cb5b2f changelog: v2.16.1
  • 31a5492 v2.16.1
  • a4b2ef0 build(f146cadbeba70cad878365b501629bee0759ad0f): auto-commit package sizes
  • f146cad fix(brush): update brush start/end on window resize (#1606)
  • bd96c70 fix 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

Other

  • 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-storysource to dev dependencies by @​DmitryMarkov in 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 @​ckifer in recharts/recharts#3624
    • Bug where if only clipDot is provided within dot of Area and Line then dots disappear and NaN is errors appear in the DOM

New Contributors

Full 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

Fix

Docs

... (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

  • Support keyboard navigation in pie chart (#2923)
  • Allow reversing the tooltip direction (#3056)

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 baseValue prop (#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
  • 700c985 2.7.2 (#3638)
  • 79a143c fix: dont throw when dot is null, use typeguard in line and improve in area (...
  • e258352 Address issue where tooltips and AccessibilityManager can get misaligned (#3627)
  • f1f800e Provide descriptions and examples for extra Polygon props (#3631)
  • 342beeb Bump lint-staged to latest (non-vulnerable) version (#3629)
  • 2d5e724 Address lint errors from script 'lint-storybook' (#3630)
  • 7a09505 2.7.1 (#3625)
  • 75e4c67 fix(clipDot): proper defaults for r and strokeWidth when they aren't provided...
  • 96fe57f Move @​storybook/addon-storysource to dev dependencies (#3623)
  • bf8d626 2.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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/humanmade/aws-analytics/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.