chore(deps-dev): bump @quasar/app-vite from 2.6.2 to 3.8.1 - #403
Merged
Conversation
Bumps [@quasar/app-vite](https://github.com/quasarframework/quasar) from 2.6.2 to 3.8.1. - [Release notes](https://github.com/quasarframework/quasar/releases) - [Commits](https://github.com/quasarframework/quasar/compare/@quasar/app-vite-v2.6.2...@quasar/app-vite-v3.8.1) --- updated-dependencies: - dependency-name: "@quasar/app-vite" dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/quasar/app-vite-3.8.1
branch
from
September 7, 2026 01:10
cfea4c3 to
ac65c69
Compare
The v2 -> v3 bump breaks the build: quasar.config.ts still imports defineConfig from '#q-app/wrappers' (v3 moved it to '#q-app'), and v3 dropped the v2 folder aliases (app/, boot/, components/, layouts/, pages/) the codebase imports through, so build.alias must re-declare them. src/boot/vuefire.ts and src/router/index.ts also used the old 'quasar/wrappers' boot()/route() imports, which now fail typecheck (that subpath has no type declarations) - v3 provides defineBoot/ defineRouter via '#q-app' instead. router/index.ts also switches its process.env.SERVER/VUE_ROUTER_MODE/VUE_ROUTER_BASE reads to the v3 import.meta.env.QUASAR_* equivalents. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WozcwXqmViQLNkb7fFL5UJ
dependabot
Bot
deleted the
dependabot/npm_and_yarn/quasar/app-vite-3.8.1
branch
September 7, 2026 01:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @quasar/app-vite from 2.6.2 to 3.8.1.
Release notes
Sourced from @quasar/app-vite's releases.
... (truncated)
Commits
5394ee0chore(app-vite): bump version654dd92chore(vite-plugin): bump versionbe034cefeat(QFab): open on hover via new hover/hover-delay/hover-hide-delay propsa07512dfeat(ui): add col-name prop to QTd/QTh so wrapped cells can target their colu...b0bfde6fix(ui): make overlay content clickable over .q-electron-drag regions in Elec...a320e92fix(docs): cover sub-pixel gaps between sticky table cells (#17925)77d755ffix(app-vite): self-heal the BEX bridge after MV3 background termination (fix...b34d84ffix(app-vite): honor SSR/SSG-specific options in the dev-server config diffsf3f7472feat(docs): document the Suspense post-hydration trigger recipe #17961eee39c5fix(QScrollArea): put the vertical thumb on the left side in RTL (fix #17943)