quasarframework / quasar-ui-qiconpicker

QIconPicker - Quasar App Extension
https://qiconpicker.netlify.app
MIT License
55 stars 19 forks source link

chore(deps-dev): bump @quasar/app from 1.9.6 to 2.0.0 in /ui/dev #71

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @quasar/app from 1.9.6 to 2.0.0.

Release notes

Sourced from @quasar/app's releases.

@quasar/app-v2.0.0

Important! Upgrading to "@quasar/app" v2 requires following a 5 minute guide.

What's new in v2

  • Browser compatibility is now more clearly expressed.
  • The JS transpilation (with the help of Babel) has been rethought from the ground up (now using core-js v3). It will now transpile based on the Browser compatibility that you configure. It will no longer go transpiling directly to ES5.
  • The "modern build" is no longer necessary due to the above. However, if you want to disable transpiling (it's perfectly equivalent), now you can: quasar.conf.js > build > transpile: false.
  • Support for a /public folder which replaces /src/statics. The new folder will allow you to supply static content at the root/app base level, rather than as statics/*. One useful example: robots.txt
  • SSR mode now supports a custom publicPath too
  • The configured publicPath is now applied to dev mode by default
  • Capacitor v2 and Workbox v5 support
  • Simpler quasar.conf.js > build > transpileDependencies; it now supports String (auto transforms it to `/node_modules/...') and Regexes too
  • Simpler quasar.conf.js > build > env; you no longer need to JSON.stringify each value (you now must not!)
  • Simpler quasar.conf.js > framework config Object; "all" prop has been renamed to "importStrategy" and it allows "all" or "auto" (the default) values; "components" and "directives" are no longer taken into account because you don't need them
  • New param for boot files and preFetch (publicPath); the "redirect()" method now fully supports a Vue Router location Object (on all build modes, on server-side or client-side); preFetch hook now also receive "urlPath" param
  • New API method for App Extension's install script: api.renderFile() #6648
  • Upgraded to latest version of Typescript (v3.9.5 as of writing these lines; will also require "quasar" v1.12.6)

Fixes

  • fix(app): Auto-import with TS runtime logic - breaks non-lazy loading routes #7194
  • fix(app): Don't include quasar.client-manifest.json in the PWA precache manifest when on SSR+PWA
  • fix(app): Differentiate ctx for offline.html (SSR + PWA) #7120
  • fix(bex): Don't minify rendered code #7185
Commits
  • d0b3c61 chore(ui): Bump version
  • 87cf23c fix(app): quasar new store -ts should generate appropriate content #7245
  • 5b9b45f fix(position engine): use all floating point values for size #6673 (#7254)
  • 0497384 feat(docs): another small update to app-upgrade-guide
  • fc67c56 feat(docs): small update to app-upgrade-guide
  • c53b41d chore(docs): Grammar fix on upgrade docs. (#7253)
  • abdc108 feat(docs): small tweak to app-upgrade-guide
  • 06ae2de feat(QDialog): bulletproof the detection of parent Dialog plugin
  • 840af37 feat(app): remove now obsolete config from tsconfig-preset for TS
  • cebf2e9 feat(ui): necessary adjustments for the new capture prop on some comps #7249
  • 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

Superseded by #72.