github quasarframework/quasar @quasar/cli-v5.0.7

3 hours ago

This is the optional globally-installed part of the Quasar CLI

Changes

  • fix(cli): upgrade -> quasar upgrade --install no longer stops half-way on pnpm v11+. pnpm v11 turned "Ignored build scripts" into a fatal error (v10 only warned), so any dependency with an unapproved build script anywhere in the project made the install step exit non-zero even though the packages did install -- leaving package.json with the new versions and nothing installed to match. The install now runs to completion; pnpm still prints its "Ignored build scripts" notice and still refuses to run those scripts, so nothing is silently built -- approve them with pnpm approve-builds whenever you want to
  • fix(cli): a failing command now reports what actually went wrong when the CLI's output is piped (test harness, shell script, IDE task runner) instead of replacing the real error with a TypeError: stdin.setRawMode is not a function crash -- which also skipped the failure banner and left the terminal switched to the alternate screen buffer. As a bonus, the alternate-screen escape sequences are no longer written into piped logs
  • chore(cli): upgraded deps -> hono ^4.13.0 and @hono/node-server ^2.1.0 (the web server behind quasar serve)

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

Don't miss a new quasar release

NewReleases is sending notifications on new releases.