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

chore(deps): bump the npm group in /frontend with 4 updates #574

Merged
merged 1 commit into from
May 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2024

Bumps the npm group in /frontend with 4 updates: quasar, vue, @quasar/vite-plugin and sass.

Updates quasar from 2.15.4 to 2.16.2

Release notes

Sourced from quasar's releases.

quasar-v2.16.2

Fixes

  • feat+fix(ui): ensure Quasar can be used without Quasar CLI or @​quasar/vite-plugin or vue-cli-plugin-quasar #17174
  • fix(QInput): declare FileList as possible modelValue type (QInput can be used with type="file")
  • fix(QField): unexpected data clearing with "clearable" prop enabled #17113
  • fix(QInput): lazy model + clearable - not emitting "change" event on clear btn
  • fix(QField): button in slots gets focus+click after QField focuses #17177

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-v2.16.1

Fixes

  • fix(ui): correctly declare typings with "exports" #17172

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-v2.16.0

New

Converted "quasar" package internal build system to ESM (built dist/*.js are now renamed). Will require these minimum CLI/plugin versions (if using any of the following):

  • q/app-vite v1.9+ / v2.0.0-beta.12+
  • q/app-webpack v3.13+ / v4.0.0-beta.13+
  • q/vite-plugin v1.7+
  • vite-cli-plugin-quasar v5.1+

If you have hard-coded imports from quasar/lang or quasar/icon-set with the extension specified (eg. quasar/lang/de.mjs) please change the extension to .js.

Fixes

  • fix(QDate): direction declaration (#17145)
  • fix(QCarousel): declare navigationPosition before using it
  • fix(QBtnDropdown/QBtn): declared properties (btn related & router-link related)
  • fix(QTooltip): should not end up with "context-menu" as prop after injecting useAnchor composable
  • fix(QField/QFile/QInput/QSelect): declare "maxlength" prop only for components using it; popupShow & popupHide should be declared only for QSelect; correctly override virtualScrollItemSize for QSelect; correctly override modelValue for QInput
  • fix(QDate/QTime): harden the modelValue validation
  • fix(QTooltip): correctly override transition props definition
  • fix(QEditor): remove unused emit (mouseup, keyup, touchend)
  • fix(QOptionGroup): add "type" for "type" prop definition
  • fix(QFab/QFabAction): QFab > hideLabel prop definition; JSON fixes on default values
  • fix(QInnerLoading): size prop default value & JSON type
  • fix(QSlider): remove unused prop (hideSelection); JSON > model-value default value
  • fix(QSplitter): "dark" definition
  • fix(QPageScroller): "offset" prop definition

... (truncated)

Commits
  • 4207741 chore(ui): Bump version
  • 43a2da8 chore(ui/playground): dev ssr errors
  • cb4ea17 fix(QField): button in slots gets focus+click after QField focuses #17177
  • daf1352 chore(app-webpack): Bump version
  • 5232cda chore(app-vite): Bump version
  • 2040e2a fix(QInput): lazy model + clearable - not emitting "change" event on clear btn
  • 899d55a fix(QField): unexpected data clearing with "clearable" prop enabled #17113
  • 41bc5e7 fix(QInput): declare FileList as possible modelValue type (QInput can be used...
  • 23d6dcf fix(QInput): declare FileList as possible modelValue type (QInput can be used...
  • e483bdd fix(app-vite/app-webpack): BEX mode - ensure uid util is imported correctly #...
  • Additional commits viewable in compare view

Updates vue from 3.4.26 to 3.4.27

Release notes

Sourced from vue's releases.

v3.4.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.27 (2024-05-06)

Bug Fixes

Commits
  • 4619461 release: v3.4.27
  • 10d34a5 fix(compiler-sfc): handle keyof operator (#10874)
  • 8366126 fix(compat): include legacy scoped slots (#10868)
  • f2c1412 fix(hydration): handle edge case of style mismatch without style attribute
  • 481b1b6 refactor(types): use explicit modifiers type (#10856)
  • 8373350 chore(deps): update build (#10867)
  • bead21a chore(deps): update all non-major dependencies (#10866)
  • c0c9432 test(watch): watching a reactive array (#10848)
  • 0e3d617 fix(compiler-dom): restrict createStaticVNode usage with option elements (#10...
  • c9c9dff refactor(perf): assign value in if block (#10836)
  • Additional commits viewable in compare view

Updates @quasar/vite-plugin from 1.6.0 to 1.7.0

Release notes

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

@​quasar/vite-plugin-v1.7.0

Changes

  • Support for Quasar v2.16+ (this will be the required minimum version)

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:

Commits
  • d7b5625 chore(create-quasar): Bump version
  • ace7781 chore(create-quasar): up the min quasar & q/app version (safety reasons)
  • 0c4b426 chore(vite-plugin): Bump version
  • a54651a chore(app-webpack): Bump version
  • 8547272 chore(app-vite): Bump version
  • 5735b8a feat(app-vite/app-webpack): update "dev" & "build" command help
  • 8dd92ef feat(app-vite/app-webpack): shorthand CLI command “quasar dev/build -m ios/an...
  • 2e9f771 feat(app-vite/app-webpack): ensure potential mode build error is printed to t...
  • 8bd5063 chore(ui): rename some "global" utils to avoid common wrong config where "glo...
  • a64d384 chore(ui/build): linting fix
  • Additional commits viewable in compare view

Updates sass from 1.76.0 to 1.77.0

Release notes

Sourced from sass's releases.

Dart Sass 1.77.0

To install Sass 1.77.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Don't throw errors for at-rules in keyframe blocks.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.0

  • Don't throw errors for at-rules in keyframe blocks.
Commits

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group in /frontend with 4 updates: [quasar](https://github.com/quasarframework/quasar), [vue](https://github.com/vuejs/core), [@quasar/vite-plugin](https://github.com/quasarframework/quasar) and [sass](https://github.com/sass/dart-sass).


Updates `quasar` from 2.15.4 to 2.16.2
- [Release notes](https://github.com/quasarframework/quasar/releases)
- [Commits](quasarframework/quasar@quasar-v2.15.4...quasar-v2.16.2)

Updates `vue` from 3.4.26 to 3.4.27
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.26...v3.4.27)

Updates `@quasar/vite-plugin` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/quasarframework/quasar/releases)
- [Commits](https://github.com/quasarframework/quasar/compare/@quasar/vite-plugin-v1.6.0...@quasar/vite-plugin-1.7.0)

Updates `sass` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.76.0...1.77.0)

---
updated-dependencies:
- dependency-name: quasar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@quasar/vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 10, 2024
@hibare hibare merged commit a42403d into main May 12, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/main/npm-70b626b28c branch May 12, 2024 08:20
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.

1 participant