feat(ui): upgrade to Sass v1.80+ specs on not using builtin globals
Fixes
Revert "fix(ui): IME composition detection not working (#17476)" #17536
fix(ui): fix QuasarDirectives type (fix: #17554) (#17559)
fix(ui): allow number[] in QSlider markerLabels type (fix: #17450) (#17555)
fix(ui): make headingN and sizeN optional in icon set types
fix(ui): prevent disabled styling on disabled=false (#17527)
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 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:
fix(app-webpack): update to latest Sass specs; suppress more warning #17581
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:
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the website group with 6 updates in the /website directory:
2.17.0
2.17.1
3.5.11
3.5.12
7.25.7
7.25.8
3.14.0
3.14.2
9.12.0
9.13.0
9.28.0
9.29.1
Updates
quasar
from 2.17.0 to 2.17.1Release notes
Sourced from quasar's releases.
Commits
9138450
chore(ui): Bump version2f21247
chore(vite-plugin): Bump version14933ac
chore(app-webpack): Bump version1a6f06f
chore(app-vite): Bump version6847879
Revert "fix(ui): IME composition detection not working (#17476)" #1753675e9c6b
feat(app-vite/app-webpack): ensure esbuild 0.24+ is used #175283c167e9
fix(app-webpack): remove obsolete uglify option (computed_props)8e99e0c
feat(app-webpack): remove now obsolete safari10 mangle option for uglifybaf2430
feat(docs): vs-code-configuration - add Common Intellisense to Recommended (#...67a9b71
fix(ui): prevent disabled styling on disabled=false (#17527)Updates
vue
from 3.5.11 to 3.5.12Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
770ea67
release: v3.5.12c82b662
refactor(reactivity): reduce size of collectionHandlers (#12152)ea943af
fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ...d82fa61
chore: formatd96883c
test(reactivity): test for verifying no unnecessary calls of reactive array i...1ae545a
fix(hydration): provide compat fallback for idle callback hydration strategy ...05685a9
fix(types): retain union type narrowing with defaults applied (#12108)cde2c06
fix(compiler): clone loc toifNode
(#12131)4474c11
fix(compiler-sfc): use sass modern api if available and avoid deprecation war...9da1ac1
fix(runtime-core): fix required prop check false positive for kebab-case edge...Updates
@babel/eslint-parser
from 7.25.7 to 7.25.8Release notes
Sourced from
@babel/eslint-parser
's releases.Changelog
Sourced from
@babel/eslint-parser
's changelog.Commits
f9cb91a
v7.25.8362b823
chore: Update lint deps (#16883)Updates
@quasar/app-webpack
from 3.14.0 to 3.14.2Release notes
Sourced from
@quasar/app-webpack
's releases.Commits
d811dd3
chore(app-webpack): Bump version9dba4b1
feat(app-webpack): (backport from q/app-webpack beta) remove obsolete uglify ...04ccfa5
feat(app-vite/app-webpack): force sass to at least v1.80.245ee378
chore(app-webpack): Bump version62782cb
fix(app-webpack): upgrade to latest Sass specs; suppress more warnings #17581fe3617a
chore(app-vite): Bump version06bdd73
fix(app-vite): update to latest Sass specs; supress more warning #17581bcce29e
fix(app-vite): pin workbox-build to 7.0.xUpdates
eslint
from 9.12.0 to 9.13.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
1a7cdbf
9.13.0627d5bf
Build: changelog update for 9.13.068d2d9d
chore: upgrade to@eslint/js@9.13.0
and@eslint/core@^0.7.0
(#19034)2211f0a
chore: package.json update for@eslint/js
release381c32b
feat: Allow languages to providedefaultLanguageOptions
(#19003)78836d4
fix: update thecomplexity
rule type (#19027)c7abaef
perf: using Node.js compile cache (#19012)bf723bd
feat: Improve eslintrc warning message (#19023)1d7c077
chore: add pkg.type "commonjs" (#19011)abdbfa8
docs: markLintMessage#nodeType
as deprecated (#19019)Updates
eslint-plugin-vue
from 9.28.0 to 9.29.1Release notes
Sourced from eslint-plugin-vue's releases.
Commits
7502cf8
9.29.1aa476d6
Fix Linter type import in index.d.ts (#2572)635b6ed
9.29.0ba6a1d4
fix: type declarations for configs (#2566)a91ae04
fix(utils): also recognize .tsx files as Vue files (#2565)2dc606c
Add support for props destructure tovue/no-setup-props-reactivity-loss
rul...e8a09e9
doc: add example for Vue class component (#2561)4c38983
Add support for props destructure tovue/no-restricted-props
rule (#2562)3137e50
Add support for props destructure tovue/no-required-prop-with-default
rule...3d32c1b
Add support for props destructure tovue/no-boolean-default
rule (#2553)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