etalab / geo.data.gouv.fr

Trouvez facilement les données géographiques dont vous avez besoin
https://geo.data.gouv.fr
MIT License
69 stars 16 forks source link

Bump chart.js from 2.7.3 to 2.9.1 #1015

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps chart.js from 2.7.3 to 2.9.1.

Release notes *Sourced from [chart.js's releases](https://github.com/chartjs/Chart.js/releases).* > ## v2.9.1 > # Bug Fixes > > * [#6603](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6603) Fix deprecation warnings for horizontal bar charts > * [#6608](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6608) Fix zoom plugin by no longer clipping `scale.getDecimalForPixel` to the chart area > * [#6617](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6617) Non numeric Y axes did not work > > # Documentation > > * [#6613](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6613) Add link to performance documentation > > # Development > > * [#6609](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6609) - Tests no longer use deprecated options > > Thanks to the maintainers and collaborators for their help to improve and test Chart.js ([@​nagix](https://github.com/nagix), [@​kurkle](https://github.com/kurkle), [@​benmccann](https://github.com/benmccann), [@​etimberg](https://github.com/etimberg) and [@​simonbrunel](https://github.com/simonbrunel)). > > ## v2.9.0 > ## Breaking changes > - [chartjs/Chart.js#6131](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6131) `helpers._decimalPlaces` is now private > > ## Enhancements > - [chartjs/Chart.js#6527](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6527) Hover styling for dataset in 'dataset' mode > - [chartjs/Chart.js#6268](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6268) Implement `dataset.order` > - [chartjs/Chart.js#6509](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6509) Make `autoSkip` aware of major ticks > - [chartjs/Chart.js#6460](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6460) Implemented RTL support for legends and tooltips > - [chartjs/Chart.js#6490](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6490) HTML DOM building > - [chartjs/Chart.js#6326](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6326) Draw the rightmost grid line when `offsetGridLines` is true > - [chartjs/Chart.js#6343](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6343) Handle reverse support in core.scale > - [chartjs/Chart.js#6289](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6289) Support `spanGaps` in radar charts > - [chartjs/Chart.js#6323](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6323) Support object values for bar charts > - [chartjs/Chart.js#6287](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6287) Support rotation for `pointStyle` image > - [chartjs/Chart.js#6257](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6257) Allow specifying labels in time scale options > - [chartjs/Chart.js#6281](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6281) Support boundary filling modes in radialLinear scale > - [chartjs/Chart.js#6056](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6056) Add support for floating bar chart (`[start, end]`) > - [chartjs/Chart.js#6241](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6241) Implement layers (z-index) for layout items > - [chartjs/Chart.js#5621](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/5621) Make legend appearance consistent with chart elements > - [chartjs/Chart.js#5999](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/5999) Implement per-dataset type (default and per-chart) options > - [chartjs/Chart.js#6097](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6097) Specify time scale `min` and `max` in standard manner > - [chartjs/Chart.js#6141](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6141) Legend align option. Thanks [@​dkichler](https://github.com/dkichler) > - [chartjs/Chart.js#6128](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6128) Make line options scriptable. Thanks [@​janelledement](https://github.com/janelledement) > > ## Performance > - [chartjs/Chart.js#6594](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6594) Remove a couple calls to `helpers.each` > - [chartjs/Chart.js#6247](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6247) Remove duplicate scale building > - [chartjs/Chart.js#6579](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6579) Cache resolved data element options > - [chartjs/Chart.js#6575](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6575) Simplify line drawing > - [chartjs/Chart.js#6508](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6508) Add `ticks.sampleSize` option > - [chartjs/Chart.js#6354](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6354) Perf improvement for `ticks.source:'labels'` > - [chartjs/Chart.js#6301](https://github-redirect.dependabot.com/chartjs/Chart.js/pull/6301) Replace `helpers.each` with for-loops > ... (truncated)
Commits - [`f1d12dc`](https://github.com/chartjs/Chart.js/commit/f1d12dc1499cddd709b6cb9939b4aad55398c16a) Release 2.9.1 - [`a92dd7b`](https://github.com/chartjs/Chart.js/commit/a92dd7b97fb6adef4ae9b5b8f86e37dc9be854df) Release v2.9.1 ([#6618](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6618)) - [`26b9d1f`](https://github.com/chartjs/Chart.js/commit/26b9d1f6ad0abceb27acae2c5835250588748eff) Merge pull request [#6601](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6601) from chartjs/master - [`ea100d4`](https://github.com/chartjs/Chart.js/commit/ea100d400e47877aaee29c4549536238549983a1) Bump version number to 2.9.0 ([#6600](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6600)) - [`333118b`](https://github.com/chartjs/Chart.js/commit/333118bff64b3f0d750b94e9dc09792b974dbdd3) Hover styling for dataset in 'dataset' mode ([#6527](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6527)) - [`9ff1c84`](https://github.com/chartjs/Chart.js/commit/9ff1c845f2568d660f69c8c1dac98adbdb7f6aaf) Bar options should not be defined on scale ([#6249](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6249)) - [`0b62f28`](https://github.com/chartjs/Chart.js/commit/0b62f28f94633d121ee8c1b9103490025fc819d4) Inject styles into Shadow DOM when inside Shadow DOM ([#5763](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/5763)) ([#6556](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6556)) - [`4d7fefc`](https://github.com/chartjs/Chart.js/commit/4d7fefcdb6bd48a078af6378fba33dbcb63cf747) Remove a couple calls to helpers.each ([#6594](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6594)) - [`f606c23`](https://github.com/chartjs/Chart.js/commit/f606c23f2fbea2612208ffb49511b66e37ce4335) Fix unit determination when autoSkip is enabled ([#6583](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6583)) - [`6c9f202`](https://github.com/chartjs/Chart.js/commit/6c9f202c6835d60fbaa220cbfab99b9946aae999) Fix autoskip for first segment of chart ([#6584](https://github-redirect.dependabot.com/chartjs/Chart.js/issues/6584)) - Additional commits viewable in [compare view](https://github.com/chartjs/Chart.js/compare/v2.7.3...v2.9.1)


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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 4 years ago

Codecov Report

Merging #1015 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1015   +/-   ##
======================================
  Coverage     6.3%    6.3%           
======================================
  Files         118     118           
  Lines        1062    1062           
======================================
  Hits           67      67           
  Misses        995     995

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b014f77...c67a960. Read the comment docs.

buildsize[bot] commented 4 years ago
File name Previous Size New Size Change
page-_error.js.gz 185 bytes 185 bytes 0 bytes (0%)
page-catalog.js.gz 58.41 KB 60.37 KB 1.96 KB (3%)
page-catalogs.js.gz 3.03 KB 3.03 KB 0 bytes (0%)
page-dataset.js.gz 18.98 KB 18.98 KB 0 bytes (0%)
page-doc-publish-your-data.js.gz 3.68 KB 3.68 KB 0 bytes (0%)
page-doc.js.gz 1.54 KB 1.54 KB 0 bytes (0%)
page-events.js.gz 2.24 KB 2.24 KB 0 bytes (0%)
page-harvest.js.gz 2.41 KB 2.41 KB 0 bytes (0%)
page-index.js.gz 5.11 KB 5.11 KB 0 bytes (0%)
page-legal.js.gz 816 bytes 816 bytes 0 bytes (0%)
page-publication-datasets.js.gz 5.1 KB 5.1 KB 0 bytes (0%)
page-publication-organization.js.gz 8.34 KB 8.34 KB 0 bytes (0%)
page-publication-producers.js.gz 4.56 KB 4.56 KB 0 bytes (0%)
page-publication.js.gz 3.32 KB 3.32 KB 0 bytes (0%)
page-search.js.gz 7.75 KB 7.75 KB 0 bytes (0%)
page-doc-link-proxy.js.gz 1.47 KB 1.47 KB 0 bytes (0%)
page-embed-preview.js.gz 5.78 KB 5.78 KB 0 bytes (0%)
page-_app.js.gz 2.37 KB 2.37 KB 0 bytes (0%)
chunk-centered-map.[hash].js.gz 177.84 KB 177.84 KB 0 bytes (0%)
chunk-commons.[hash].js.gz 136.33 KB 136.33 KB 0 bytes (0%)
chunk-preview-table.[hash].js.gz 12.81 KB 12.81 KB 0 bytes (0%)
runtime-main-[hash].js.gz 2.16 KB 2.16 KB 0 bytes (0%)
runtime-webpack-[hash].js.gz 1.2 KB 1.2 KB 0 bytes (0%)
dependabot-preview[bot] commented 4 years ago

Superseded by #1017.