Closed renovate[bot] closed 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: codelyzer@0.0.28
npm ERR! Found: tslint@6.1.3
npm ERR! node_modules/tslint
npm ERR! dev tslint@"6.1.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer tslint@"^3.9.0" from codelyzer@0.0.28
npm ERR! node_modules/codelyzer
npm ERR! dev codelyzer@"^0.0.28" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: tslint@3.15.1
npm ERR! node_modules/tslint
npm ERR! peer tslint@"^3.9.0" from codelyzer@0.0.28
npm ERR! node_modules/codelyzer
npm ERR! dev codelyzer@"^0.0.28" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-01-15T22_58_51_857Z-debug-0.log
This PR contains the following updates:
3.9.1
->4.1.2
Release Notes
chartjs/Chart.js
### [`v4.1.2`](https://togithub.com/chartjs/Chart.js/releases/tag/v4.1.2) [Compare Source](https://togithub.com/chartjs/Chart.js/compare/v4.1.1...v4.1.2) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/migration/v4-migration.html) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Types - [#11016](https://togithub.com/chartjs/Chart.js/issues/11016) fix: fix Plugin interface - [#11008](https://togithub.com/chartjs/Chart.js/issues/11008) Add Z index to border options #### Documentation - [#11006](https://togithub.com/chartjs/Chart.js/issues/11006) Fixes missing markdown links in docs #### Development - [#11034](https://togithub.com/chartjs/Chart.js/issues/11034) chore: version bump - [#11004](https://togithub.com/chartjs/Chart.js/issues/11004) Update link to UMD bundle for master - [#11000](https://togithub.com/chartjs/Chart.js/issues/11000) chore: replace cp with js code Thanks to [@LeeLenaleee](https://togithub.com/LeeLenaleee), [@dangreen](https://togithub.com/dangreen) and [@matveycodes](https://togithub.com/matveycodes) ### [`v4.1.1`](https://togithub.com/chartjs/Chart.js/releases/tag/v4.1.1) [Compare Source](https://togithub.com/chartjs/Chart.js/compare/v4.1.0...v4.1.1) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/migration/v4-migration.html) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) - [#10988](https://togithub.com/chartjs/Chart.js/issues/10988) chore: Revert "Add Product Hunt button (temporarily)" #### Bugs Fixed - [#10971](https://togithub.com/chartjs/Chart.js/issues/10971) fix: avoid resize loop when browser zoom is set to 90% - [#10993](https://togithub.com/chartjs/Chart.js/issues/10993) fix: move types to src dir to escape src / dist dirs in paths - [#10992](https://togithub.com/chartjs/Chart.js/issues/10992) fix: hotfix chart.js/auto for commonjs #### Types - [#10993](https://togithub.com/chartjs/Chart.js/issues/10993) fix: move types to src dir to escape src / dist dirs in paths #### Development - [#10997](https://togithub.com/chartjs/Chart.js/issues/10997) Bump to 4.1.1 Thanks to [@dangreen](https://togithub.com/dangreen), [@etimberg](https://togithub.com/etimberg), [@gbaron](https://togithub.com/gbaron) and [@igorlukanin](https://togithub.com/igorlukanin) ### [`v4.1.0`](https://togithub.com/chartjs/Chart.js/releases/tag/v4.1.0) [Compare Source](https://togithub.com/chartjs/Chart.js/compare/v4.0.1...v4.1.0) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/migration/v4-migration.html) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) - [#10980](https://togithub.com/chartjs/Chart.js/issues/10980) chore: Add Product Hunt button (temporarily) - [#10917](https://togithub.com/chartjs/Chart.js/issues/10917) fix: move @\kurkle/color to dependencies #### Enhancements - [#10966](https://togithub.com/chartjs/Chart.js/issues/10966) add getLabelItems public method - [#10984](https://togithub.com/chartjs/Chart.js/issues/10984) feat: restore commonjs bundle - [#10964](https://togithub.com/chartjs/Chart.js/issues/10964) Allow dynamic datasets to be colored - [#10904](https://togithub.com/chartjs/Chart.js/issues/10904) Allow color plugin to work with custom dataset controllers - [#10870](https://togithub.com/chartjs/Chart.js/issues/10870) feat: colors for mixed charts - [#10886](https://togithub.com/chartjs/Chart.js/issues/10886) Pointstyle false #### Bugs Fixed - [#10942](https://togithub.com/chartjs/Chart.js/issues/10942) Ensure that args are saved inside of the throttled helper - [#10766](https://togithub.com/chartjs/Chart.js/issues/10766) fix: stacked bar chart minBarLength causes overlapping - [#10898](https://togithub.com/chartjs/Chart.js/issues/10898) Set the transition mode to the context for scriptable options #### Types - [#10963](https://togithub.com/chartjs/Chart.js/issues/10963) fix: unbind instance config from chart type - [#10910](https://togithub.com/chartjs/Chart.js/issues/10910) Add stepSize option to time scale options types #### Documentation - [#10976](https://togithub.com/chartjs/Chart.js/issues/10976) docs: Update Slack link - [#10965](https://togithub.com/chartjs/Chart.js/issues/10965) Broken link is fixed. - [#10955](https://togithub.com/chartjs/Chart.js/issues/10955) Update auto import in usage docs - [#10903](https://togithub.com/chartjs/Chart.js/issues/10903) docs: add info about ESM into migration guide. - [#10885](https://togithub.com/chartjs/Chart.js/issues/10885) update migration guide - [#10884](https://togithub.com/chartjs/Chart.js/issues/10884) Move border opts to correct location for samples - [#10872](https://togithub.com/chartjs/Chart.js/issues/10872) Remove V3 support, update readme #### Development - [#10962](https://togithub.com/chartjs/Chart.js/issues/10962) test: turn on types linting - [#10983](https://togithub.com/chartjs/Chart.js/issues/10983) bunp version to 4.1.0 - [#10974](https://togithub.com/chartjs/Chart.js/issues/10974) chore: add lint cache - [#10930](https://togithub.com/chartjs/Chart.js/issues/10930) Update react template to V4 vite - [#10919](https://togithub.com/chartjs/Chart.js/issues/10919) Use UDM build for reproducible sample Thanks to [@Kit-p](https://togithub.com/Kit-p), [@LeeLenaleee](https://togithub.com/LeeLenaleee), [@Simon-He95](https://togithub.com/Simon-He95), [@benmccann](https://togithub.com/benmccann), [@dangreen](https://togithub.com/dangreen), [@etimberg](https://togithub.com/etimberg), [@igorlukanin](https://togithub.com/igorlukanin), [@letheri](https://togithub.com/letheri) and [@stockiNail](https://togithub.com/stockiNail) ### [`v4.0.1`](https://togithub.com/chartjs/Chart.js/releases/tag/v4.0.1) [Compare Source](https://togithub.com/chartjs/Chart.js/compare/v3.9.1...v4.0.1) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/migration/v4-migration.html) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Bugs Fixed - [#10871](https://togithub.com/chartjs/Chart.js/issues/10871) Fix release Thanks to [@LeeLenaleee](https://togithub.com/LeeLenaleee)Configuration
📅 Schedule: Branch creation - "after 8am and before 5pm on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.