-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Snyk] Upgrade chartjs-plugin-annotation from 2.2.1 to 3.1.0 #24
base: main
Are you sure you want to change the base?
[Snyk] Upgrade chartjs-plugin-annotation from 2.2.1 to 3.1.0 #24
Conversation
Snyk has created this PR to upgrade chartjs-plugin-annotation from 2.2.1 to 3.1.0. See this package in npm: chartjs-plugin-annotation See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis PR upgrades the chartjs-plugin-annotation package from version 2.2.1 to 3.1.0. This is a major version upgrade that includes breaking changes, new features, and various bug fixes. The most significant change is that the plugin is now set as a module, which affects how it needs to be imported and used. Class diagram for chartjs-plugin-annotation upgradeclassDiagram
class ChartJSPluginAnnotation {
+enableCenteredLabelDrawing()
+changeBorderCapStyle()
+changeBorderJoinStyle()
+enableDrawTimeOption()
+getAnnotations()
+addHitToleranceOption()
}
note for ChartJSPluginAnnotation "This class now includes new methods and options as part of the upgrade to version 3.1.0."
class ChartJSPluginAnnotationV2 {
-_getState()
}
ChartJSPluginAnnotationV2 <|-- ChartJSPluginAnnotation : Upgrade
note for ChartJSPluginAnnotationV2 "This class represents the previous version 2.2.1 with the removed _getState method."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Snyk has created this PR to upgrade chartjs-plugin-annotation from 2.2.1 to 3.1.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 3 versions ahead of your current version.
The recommended version was released on 2 months ago.
Release notes
Package name: chartjs-plugin-annotation
Essential Links
Enhancements
Types
Documentation
Development
Thanks to @ JimmyGouraud, @ LeeLenaleee, @ dependabot, @ dependabot[bot], @ fteamkr, @ mlohbihler and @ stockiNail
Essential Links
Bugs Fixed
Documentation
Development
Thanks to @ stockiNail
Essential Links
Breaking Changes
Enhancements
Bugs Fixed
Documentation
Development
Thanks to @ SebastiaanSafeguard, @ dependabot, @ dependabot[bot], @ kurkle and @ stockiNail
Essential Links
Bugs Fixed
Types
Development
Thanks to @ stockiNail
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade the chartjs-plugin-annotation dependency from version 2.2.1 to 3.1.0 in the package.json file, which may introduce breaking changes due to the major version update.