-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
CheckList
- I agree to follow this project's Code of Conduct
- I have read and followed the Contributing Guide
- I have read and followed the Issue Tracker Guide
- I have searched and referenced existing issues and discussions
- I am filing a BUG report.
- I have managed to reproduce the bug after upgrading to the latest version
- I have created an accurate and minimal reproduction
Version
6.6.4
In What environments are you experiencing the problem?
Node.js
Node Version (if applicable)
22.14.0
Link To Reproduction
https://www.npmjs.com/package/fabric?activeTab=code
Steps To Reproduce
- Install fabric from npm
- Open the package.json
Expected Behavior
master branch should be what is published on npm and/or what is published on npm is the latest version of the code
Actual Behavior
- npm has https://www.npmjs.com/package/fabric version 6.7.0
- github master branch is on version 6.6.2 https://github.com/fabricjs/fabric.js/blob/master/package.json#L5
there is a very important change missing in 6.7.0 that, for some reason, 6.6.2 has which is the bump of the version of canvas in optionalDependencies
6.7.0
"optionalDependencies": {
"canvas": "^2.11.2",
"jsdom": "^20.0.1"
},6.6.2
"optionalDependencies": {
"canvas": "^3.1.0",
"jsdom": "^26.0.0"
}other versions are different as well.
Any insight on what is up with that?
Error Message & Stack Trace
Metadata
Metadata
Assignees
Labels
No labels