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.3 in /ui/dev #77

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.3.

Release notes

Sourced from @quasar/app's releases.

@quasar/app-v2.0.3

Fixes

  • chore: Normalize line endings in repo

This fixes an issue experience by some using *nix based systems with nested quasar dev in scripts.

Note: There are no direct file changes in this release. The release was to fix an issue when publishing the package on NPM from a windows based machine. Some repo changes have been made to ensure line feeds are handled correctly and the package has been re-published on NPM (hence the new version).

@quasar/app-v2.0.2

Fixes

  • fix(app): Source maps not working when importStrategy: 'auto' #7318
  • fix(ts): support 'all' framework shortcut into config (#7285)

@quasar/app-v2.0.1

New

  • feat(app): re-introduced quasar.conf.js > framework > components/directives for special cases (like when also using functional components which cannot be covered by auto-import feature)
  • feat(app): ensure quasar.conf.js > animations does not contain duplicates

Fixes

  • fix(app): For importStrategy "auto", add quasar.conf.js > framework > config > spinner (if configured) to components list #7269
  • fix(app): Avoid some issues by specifying higher versions for deps of "@quasar/babel-preset-app" (#7266)

@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, but it will look for exactly what JS features need transpiling based on the configured browsers. Be mindful about it though, as it is sufficient to add one "bad apple" in the options list and that will dumb down your code back 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


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 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

Looks like @quasar/app is up-to-date now, so this is no longer needed.