Skip to content

chore(deps-dev): bump @quasar/app-vite from 3.8.1 to 3.8.3 - #499

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/quasar/app-vite-3.8.3
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/quasar/app-vite-3.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @quasar/app-vite from 3.8.1 to 3.8.3.

Release notes

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

@​quasar/app-vite-v3.8.3

Changes

  • feat(app-vite): build -> quasar.config file > build > publicPath now accepts the relative "./" value, for a build that can be served from any folder without knowing its URL prefix upfront (assets are referenced relative to index.html, which is Vite's own relative base shortcut). The publicPath formatter used to root every non-URL value, so "./" became "/./", which Vite normalizes to "/": the option silently produced a root-absolute build instead. It is available for the SPA and PWA modes with Vue Router in "hash" mode only, since a relative build cannot work with history mode (the router has no way to know the prefix) nor server-side. Vue Router then derives its base from the page URL, and the dev server keeps serving from the root, same as Vite does (#16945)

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:

@​quasar/app-vite-v3.8.2

Changes

  • fix(app-vite): pnpm -> package installs the CLI runs on your behalf (quasar mode add/remove, quasar ext add/remove, quasar new store's pinia install, the Capacitor mount step) no longer fail 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 those commands. 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
  • fix(app-vite): types -> quasar.config file > framework > config > loading.spinner and notify.spinner are now typed. The config file cannot import components, so a spinner is referred to by name ('QSpinnerGears') and the CLI imports it for you, but the serializable mapping of the UI configuration dropped both keys altogether, so naming a spinner there was a type error. The two keys now accept the names of the spinner components (Notify's keeps true for the default spinner), derived from the QuasarComponents interface every quasar v2 exports, so the typing holds on older quasar versions too (falling back to any string where that interface lists no spinner). quasar v2.30+ exports the same union as QuasarSpinners
  • fix(app-vite): dev server -> the "Invalid host specified" warning now explains that devServer.host is the bind address (it must be a local IP or hostname) and points to devServer.allowedHosts for reaching the dev server through a tunnel (ngrok, tunnelmole) or any other public hostname. The full recipe for testing a Capacitor app through a tunnel is on the dev server docs page (#12145)
  • chore(app-vite): upgraded deps -> vite ^8.2.2, rolldown ^1.2.7, sass-embedded ^1.104.0, confbox ^0.3.1, serialize-javascript ^7.1.1, picomatch ^4.0.7, 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:

Commits
  • a2232d8 chore(app-vite): bump version
  • 4e5938e chore(ui): new target for some features is 2.31 now, not 2.30.2
  • 9d14eda fix(QResizeObserver): track padding and border changes of the observed elemen...
  • b475aab feat(QColor): keyboard-accessible spectrum panel
  • 61f35ae feat(QColor): palette slot and keyboard-accessible swatches #8613
  • 6afbc9a fix(QSelect): typed text wins over the model's automatic highlight on Enter #...
  • d745222 feat(ui): shadow color CSS custom properties #15144
  • 92f316c fix(QField): readonly fields reflect focus like native readonly controls #16056
  • c760466 fix(QDrawer): keep mini-mode items put when the standard layout takes over #1...
  • ac4b466 fix(QDrawer): keep iOS Safari's edge navigation swipe out of the drawer gestures
  • 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 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-vite](https://github.com/quasarframework/quasar) from 3.8.1 to 3.8.3.
- [Release notes](https://github.com/quasarframework/quasar/releases)
- [Commits](https://github.com/quasarframework/quasar/compare/@quasar/app-vite-v3.8.1...@quasar/app-vite-v3.8.3)

---
updated-dependencies:
- dependency-name: "@quasar/app-vite"
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 14, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants