Skip to content
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

Minors are not backward compatible #876

Open
zdzarsky opened this issue Apr 3, 2023 · 0 comments
Open

Minors are not backward compatible #876

zdzarsky opened this issue Apr 3, 2023 · 0 comments

Comments

@zdzarsky
Copy link

zdzarsky commented Apr 3, 2023

Tsup 6.5.0 and 6.7.0, are not backwards compatible. Lack of compatibility has been spotted in a following way:

package.json

"devDependencies": {
   "tsup": "^6.5.0",
}, 
scripts: {
  "build": "tsup --minify=true",
}

6.7.0 statisfies "^". Tsup 6.7.0 expects tsup --minify as a command, otherwise you get an error that minify is not a boolean.

Expected behavior
Both commands should work when versions are "^" compatible.

The issue can be closed, however it would be lovely to keep semantic versioning in the future :-)

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant