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

Bump @quasar/app-webpack from 3.14.2 to 4.0.1 #569

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps @quasar/app-webpack from 3.14.2 to 4.0.1.

Release notes

Sourced from @​quasar/app-webpack's releases.

@​quasar/app-webpack-v4.0.1

Changes

  • feat(app-webpack): quasar new cmd -> js projects: create script setup files
  • refactor(app-webpack): "quasar new" cmd -> generate script setup when possible; simplify algorithm
  • fix(app-webpack): quasar build --mode bex -T [chrome|firefox] build product does not contain www directory #17683
  • fix(app-webpack): app-vite reference in generated TS definition files
  • fix(app-webpack): eslint v9 compat declaration in package.json
  • fix(app-webpack): exports/testing file import statements
  • fix(app-webpack): generate .quasar/pinia.d.ts
  • chore(app-webpack): remove unused imports in some files

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:

@​quasar/app-webpack-v4.0.0

Here we go. Time to upgrade and to celebrate! 🥳 🎉🎉🎉

For all the new features & improvements & breaking changes, head to the Upgrade Guide. Make sure that the docs PWA gets updated (force it if you have to).

We recommend going through the upgrade guide even if upgrading from the betas or rc versions, to ensure nothing is missed out.

Breaking changes (from rc.4)

  • Manually install autoprefixer as devDependency. No longer supplied out of the box.
  • Set "type": "module" into your /package.json. Convert all *.config.js files to ESM format (see the Upgrade Guide if you are uncertain what to do). Might be a good idea to upgrade ESLint to v9 as well. Again, see the upgrade guide in docs.
  • After setting type=module you might encounter "File not found" errors when using imports without specifying the file extension. Example: Could not find "./routes". Should be import routes from './routes.js'. You will need to add the extension in all your imports.

Changes (from rc.4)

  • Dropped support for Vuex. Pinia has been the official store for Vue 3 for a while now. Vuex was deprecated in app-webpack v3 and it had problems with the new structure, so it's now removed. You can still use Vuex as any Vue plugin, but you will have to manage everything(installing the store, hydration, no store parameter in boot files, etc.) yourself and will not receive any support from Quasar CLI. You will likely have to patch Vuex in order to get it working with TypeScript. We recommend migrating to Pinia.
  • Support for ESLint v9 (check the Upgrade Guide for our linting recommendations)
  • feat(app-webpack): tweak ssr - server entry on importing and dealing with boot files #17658
  • fix(app-webpack): always generate Capacitor deps aliases if the mode is installed (fix: #17659)
  • feat(app-webpack): remove support for legacy "quasar.conf.js" file (use quasar.config.js instead)
  • feat(app-webpack): relax ts detection (quasar.config format should not matter)
  • perf(app-webpack): replace "fast-glob" with "tinyglobby"
  • fix(app-webpack): ssr distributables entry points in generated package.json

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:

@​quasar/app-webpack-v4.0.0-rc.4

New

  • feat(app-webpack): do not enable verbatimModuleSyntax by default; it is not auto-fixable and requires many manual changes, so we disabled it and recommend using @typescript-eslint/consistent-type-imports rule instead

Fixes

... (truncated)

Commits
  • a0e0c76 chore(app-webpack): Bump version
  • eaa4d20 chore(app-vite): Bump version
  • a69d903 chore(app-vite): ensure latest vite is installed (6.0.3)
  • 691175a fix(app-webpack): generate .quasar/pinia.d.ts
  • 32c8571 feat(docs): update cli command list -> help output for "quasar new" cmd
  • 041e331 refactor(app-webpack): "quasar new" cmd -> generate script setup when possibl...
  • 698687d feat(app-vite): tweaks on "quasar new" cmd
  • f67bd66 fix(app-vite): app templates > comments with docs URL
  • 080e7ac refactor(app-vite): "quasar new" cmd -> generate script setup when possible; ...
  • 99fc448 fix(app-webpack): quasar build --mode bex -T [chrome|firefox] build product d...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@quasar/app-webpack](https://github.com/quasarframework/quasar) from 3.14.2 to 4.0.1.
- [Release notes](https://github.com/quasarframework/quasar/releases)
- [Commits](https://github.com/quasarframework/quasar/compare/@quasar/app-webpack-v3.14.2...@quasar/app-webpack-v4.0.1)

---
updated-dependencies:
- dependency-name: "@quasar/app-webpack"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #571.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/quasar/app-webpack-4.0.1 branch December 16, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants