Skip to content

[Bug]: Package publishing issue? #10669

@Stanzilla

Description

@Stanzilla

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

  1. Install fabric from npm
  2. 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

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions