chore(deps): update dependency @quasar/cli to v2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@quasar/cli (source) | 1.3.2 -> 2.0.0 |
Release Notes
quasarframework/quasar
v2.0.0
Changes
The optional global CLI is now in ESM format (was previously in commonjs), which is why we have bumped up the major version for this release. We have also upgraded all of its dependencies (including for security reasons).
The minimum supported Node.js version is now v14.15.
It has backward compatibility with Quasar v1 as well, so it is safe to upgrade to it, including bumping Node.js to minimum 14.15. We strongly recommend using only LTS versions of Node.js (major version should be an even number).
We have also extracted the legacy "quasar create" command into its own global CLI (@quasar/legacy-create
- globally install it) should you still need it. This new package will not receive updates, including security ones, as it uses some dependencies that are now unmaintained. The effort to fork those packages is not worth it, especially for a legacy CLI command.
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
v1.4.0
New
- PNPM package manager support (especially for the "quasar upgrade" command)
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.