Skip to content

Commit 436b231

Browse files
committed
Auto merge of #3150 - rust-lang:renovate/pin-dependencies, r=Turbo87
Pin dependency chart.js to 2.9.4 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chart.js](https://www.chartjs.org) ([source](https://togithub.com/chartjs/Chart.js)) | dependencies | pin | [`^2.9.4` -> `2.9.4`](https://renovatebot.com/diffs/npm/chart.js//) | :pushpin: **Important**: Renovate will wait until you have merged this Pin PR before creating any *upgrade* PRs for the affected packages. Add the preset `:preserveSemverRanges` to your config if you instead don't wish to pin dependencies. --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 51513aa + 9e882bd commit 436b231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@formatjs/intl-pluralrules": "4.0.1",
4444
"@sentry/browser": "5.29.2",
4545
"@sentry/integrations": "5.29.2",
46-
"chart.js": "^2.9.4",
46+
"chart.js": "2.9.4",
4747
"copy-text-to-clipboard": "2.2.0",
4848
"fastboot-app-server": "3.0.0",
4949
"morgan": "1.10.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4793,7 +4793,7 @@ charm@^1.0.0:
47934793
dependencies:
47944794
inherits "^2.0.1"
47954795

4796-
chart.js@^2.9.4:
4796+
chart.js@2.9.4:
47974797
version "2.9.4"
47984798
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.4.tgz#0827f9563faffb2dc5c06562f8eb10337d5b9684"
47994799
integrity sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==

0 commit comments

Comments
 (0)