quasarframework / quasar-ui-qmarkdown

A Quasar UI App Extension to display inline markdown
https://quasarframework.github.io/quasar-ui-qmarkdown/
MIT License
157 stars 28 forks source link

chore(deps-dev): bump quasar from 1.16.0 to 2.3.1 in /ui #353

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quasar from 1.16.0 to 2.3.1.

Release notes

Sourced from quasar's releases.

quasar-v2.3.1

  • feat(ts&api): Generate inline function types, improve some types (#11109)
  • feat(app;ui): SSR - keep account of quasar.conf.js > framework > config > brand colors #9442
  • fix(ui): refocus-target -> guard against null ref #11272
  • fix(QSlider/QRange): first click hangs the focused state #11250

quasar-v2.3.0

New

  • feat(ui/composables): support for "emits" in Object form #10773 #10775
  • feat(VirtualScroll,QInfiniteScroll): restore scroll position when using keep-alive #10240
  • feat(QLinearProgress/QCircularProgress): New prop -> animation-speed #10464

Fixes

  • fix(QPopupProxy): default slot not rendered correctly in SSR mode after first show()/hide() #10218
  • fix(QInfiniteScroll): loading slot after "done(true)" doesn't disappear #11100
  • fix(QTable): correctly define onUpdate:pagination type so additional event attachment besides v-model to work
  • fix(ui): cover corner-case for Quasar portals with script setup #9880

Possible small breaking change

We're sorry, we don't do this like ever in minor releases, but we cannot go around fixing #10218 without it ("default slot not rendered correctly in SSR mode after first show()/hide()"), so it is an exceptional case: QPopupProxy + QDate/QTime/QCarousel/QColor had "cover" prop applied by default when using menu; now you need to add it yourself (everything will still work if not added, it just won't have the "cover" behavior).

<q-popup-proxy>
  <q-time ...>

<!-- now becomes -->

<q-popup-proxy cover> <q-time ...>

@​quasar/app-v2.2.10

  • feat(app): upgrade Vue to 2.6.14

@​quasar/app-v2.2.9

  • feat(app): upgrade Vue to v2.6.13

@​quasar/app-v2.2.8

Uses the new branding/logo

@​quasar/app-v2.2.7

  • Upgraded deps: vuex@3.6.2, vue-router@3.5.1, archiver@5.3.0, chalk@4.1.1, chokidar@3.5.1, fast-glob@3.2.5, isbinaryfile@4.0.8, semver@7.3.5, table@6.7.1, vue-loader@15.9.7, vue-style-loader@4.1.3, sass@1.32.12, webpack-dev-server@3.11.2, webpack-bundle-analyzer@4.4.2

@​quasar/app-v2.2.6

  • fix(ui/ts): add missing ssrContext param for singleton language set (#8807)

quasar-v2.2.4

  • feat(QTime): do not reset min/sec when setting hour and sec when setting minute #6306
  • feat(QTree): new prop -> dense #10559

... (truncated)

Commits
  • 7b0ccfe chore(ui): Bump version
  • 5ccc1c2 chore(app): Bump version
  • 4a18db7 fix(QSlider/QRange): first click hangs the focused state #11250
  • 1a071da fix(ui): refocus-target -> guard against null ref #11272
  • 24fed15 fix(QSelect): remains focused when tabbing if popup is opened & has no no-opt...
  • 9940630 feat(docs): improve color-palette page #11269
  • f613643 feat(docs): small tweaks to SSR Production Export page
  • 8bc4b33 feat(docs): small tweaks to SSR Production Export page
  • 8840f85 feat(docs): add reference for quasar.conf.js > build > vueLoaderOptions #11263
  • 14234ed feat(ts&api): Generate inline function types, improve some types (#11109)
  • 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 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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.