wuespace / telestion-project-rocketsound

The ground station software for the rocketsound experiment.
https://telestion.wuespace.de/
MIT License
2 stars 0 forks source link

chore(deps): bump recharts from 2.1.9 to 2.1.13 in /client #437

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps recharts from 2.1.9 to 2.1.13.

Changelog

Sourced from recharts's changelog.

2.1.12 (Jun 27, 2022)

fix

  • update react-smooth version
  • update d3 from 6.x to 7.x it may break some tools like jest

fix config for jest is to add the following configuration

const path = require('path');
// took from d3/package.json
const d3Pkgs = [
    'd3',
    'd3-array',
    'd3-axis',
    'd3-brush',
    'd3-chord',
    'd3-color',
    'd3-contour',
    'd3-delaunay',
    'd3-dispatch',
    'd3-drag',
    'd3-dsv',
    'd3-ease',
    'd3-fetch',
    'd3-force',
    'd3-format',
    'd3-geo',
    'd3-hierarchy',
    'd3-interpolate',
    'd3-path',
    'd3-polygon',
    'd3-quadtree',
    'd3-random',
    'd3-scale',
    'd3-scale-chromatic',
    'd3-selection',
    'd3-shape',
    'd3-time',
    'd3-time-format',
    'd3-timer',
    'd3-transition',
    'd3-zoom',
];

// option 1 map module to an bundled version of the package which is es5 const moduleNameMapper = d3Pkgs.reduce((acc, pkg) => { acc[^${pkg}$] = path.join(require.resolve(pkg), ../../dist/${pkg}.min.js); return acc; </tr></table>

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
dependabot[bot] commented 2 years ago

Superseded by #440.