kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

build(deps): bump quasar from 1.9.9 to 1.11.3 #115

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps quasar from 1.9.9 to 1.11.3.

Release notes

Sourced from quasar's releases.

quasar-v1.11.3

New

  • feat(QFile): New Boolean prop --> append #6955
  • feat(QTree): add configurable key for children #6661 (#7056)
  • feat(portal): attach the portal to the fullscreen element if there is one #6939 (#7050)

Fixes

  • fix(QSelect): prevent blurring on mobile when dialog is closing because it triggers click outside on parent menus (#7047)
  • fix(QTime): add some missing checks for component being destroyed #7046 (#7048)
  • fix(QUploader): max-total-size and max-files restrictions don't apply if adding files consequently #7055

quasar-v1.11.2

New

  • feat(QRadio/QCheckbox): Emit the event that produced the change as the second parameter of @input (#7002)
  • feat(QTable): add the event that changed the selection in the payload for @selected (#7003)
  • feat(QChip): New prop -> "icon-remove" (#7007)
  • fix(QDialog): emit @shake (was in docs) #7020 (#7021)
  • fix(QSelect): backspace should not remove selected options when hideSelected is used (no visual feedback) #7039 (#7042)
  • feat(QFile/QUploader): New event (@rejected); QUploader new prop -> max-files #6961
  • feat(QLinearProgress): New prop -> instant-feedback #7031
  • feat(QDate): add year selector in months view #6609

Fixes

  • fix(QBtn): do not remove tabindex from the focus target because it moves the activeElement to be the body of the document #7028 (#7029)
  • fix(a11y): set aria-hidden on the img tag inside QImg #6570 (#7033)
  • fix(QLayout): only update data on scroll when it's in container mode or the body is not scroll prevented #7012 (#7032)
  • fix(TS/API): Notify.setDefaults() should not mark "message" as required #7027

quasar-v1.11.1

Small fix for date utils usage on Quasar language pack.

quasar-v1.11.0

New

  • feat(lang): Rectify usage for SSR on Quasar.lang.set() #6949
  • feat(iconSet): Rectify usage for SSR on Quasar.iconSet() #6949
  • feat(QField/QInput/QSelect): option to validate only on demand (aka "super-lazy") through lazy-rules="ondemand" #6977
  • feat(QIcon): Enhance format for svg form (can add multiple paths, each with its own style and svg transform) #6976
  • feat(QKnob): new Boolean prop -> instant-feedback #6985
  • feat(QBtn): Use span tags for content and only set tabindex on blurTarget when needed #6993
  • feat(QField/QInput/QSelect): Option for dynamic revalidation when rules change #6549 #6554
  • feat(openURL): hook into SafariViewController, if installed #6996
  • feat(QTable): expose the filtered + sorted list of rows as computed prop #6915
  • perf(QStepper): small tweaks
  • build(TS): generate narrower types #6974
  • feat(QBtn): New prop -> padding
  • feat(QFab/QFabActions): New prop -> padding #6607 #3739

Fixes

  • fix(ui/events): event handlers update #6990
  • fix(QKnob): Do not emit "input" event twice on a row on certain scenarios #6983
... (truncated)
Commits
  • 6d62b73 chore(ui): Bump version
  • 79c7cf0 feat(docs): update menu badges
  • 327e631 chore(docs): Fix typos ("it's" -> "its"); remove double spaces; normalize cla...
  • f39a59a feat(app): "quasar info" should also display TS version #4683
  • f1b4bc6 feat(QTree): add configurable key for children #6661 (#7056)
  • aee91ce feat(QFile): New Boolean prop --> append #6955
  • f9d91ab fix(QUploader): max-total-size and max-files restrictions don't apply if addi...
  • 97113a4 feat(app): Upgrade deps
  • 4abca8e feat(portal): attach the portal to the fullscreen element if there is one #69...
  • dc87f82 feat(app): PWA - workbox -- Option to disable navigateFallback when using Gen...
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 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.