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

2 hours ago

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

Changes

  • fix(cli): upgrade -> quasar upgrade --install no longer fails with ERR_PNPM_IGNORED_BUILDS on pnpm v12. pnpm v12 silently ignores the --config.strict-dep-builds=false param the CLI relied on and now raises that error on the very first install too, so any project with an unapproved dependency build script (sass' @parcel/watcher, present in every Quasar app) aborted the install step. The opt-out now travels as the PNPM_CONFIG_STRICT_DEP_BUILDS=false environment variable, which pnpm v10, v11 and v12 all honour. As before, pnpm still prints its "Ignored build scripts" notice and refuses to run those scripts, so nothing is silently built: approve them with pnpm approve-builds whenever you want to
  • chore(cli): upgraded deps -> hono ^4.13.7 (the web server behind quasar serve) and open ^11.0.2

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.