-
Notifications
You must be signed in to change notification settings - Fork 333
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
chore(deps): Bump fabric from 4.6.0 to 5.3.0 #6835
base: master
Are you sure you want to change the base?
Conversation
21a223a
to
bb0a8d0
Compare
@nicknytko since you're probably the most familiar with |
@nicknytko friendly bump, if you have the bandwidth! |
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.
A couple more reasons to consider this update.
"jsdom@npm:^19.0.0": | ||
version: 19.0.0 | ||
resolution: "jsdom@npm:19.0.0" |
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.
yarn.lock
Outdated
"tough-cookie@npm:^4.0.0": | ||
version: 4.1.2 | ||
resolution: "tough-cookie@npm:4.1.2" |
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.
@dependabot rebase |
Bumps [fabric](https://github.com/fabricjs/fabric.js) from 4.6.0 to 5.3.0. - [Release notes](https://github.com/fabricjs/fabric.js/releases) - [Changelog](https://github.com/fabricjs/fabric.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/fabricjs/fabric.js/commits/v5.3.0) --- updated-dependencies: - dependency-name: fabric dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
bb0a8d0
to
a3eeda3
Compare
paging @nicknytko again - any chance you can help us determine if this is safe? If not, just let us know and I'll start digging into |
Ah, thanks for the poke! I'll try to give this a look over the weekend. |
I checked http://fabricjs.com/v5-breaking-changes, and apparently the only listed breaking change that affects PL code is in |
Oof. That's annoying, but it looks like we only have 7 calls to |
Note, though, that some of those calls also include some code around it that uses the angles to compute things like clickable region using trig functions, so it's not just a matter of changing the values themselves. |
Another thing to consider: fabric 6 seems to be in beta, so if we want to avoid duplicating efforts we can hold off on this change until fabric 6 is released in stable and do it all at once. |
A newer version of fabric exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps fabric from 4.6.0 to 5.3.0.
Release notes
Sourced from fabric's releases.
... (truncated)
Changelog
Sourced from fabric's changelog.
... (truncated)
Commits
You can trigger a rebase of this PR 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)