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

Bump @quasar/app from 1.0.0-rc.6 to 3.0.3 #335

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps @quasar/app from 1.0.0-rc.6 to 3.0.3.

Release notes

Sourced from @​quasar/app's releases.

@​quasar/app-v3.0.3

  • Upgraded reps: vue@3.1.5, vue-loader@16.3.1, autoprefixer@10.3.1, compression-webpack-plugin@8.0.1, copy-webpack-plugin@9.0.1, css-minimizer-webpack-plugin@3.0.2, fast-glob@3.2.7, html-webpack-plugin@5.3.2, inquirer@8.1.2, pretty-error@3.0.4, sass-loader@12.1.0, terser-webpack-plugin@5.1.4

@​quasar/app-v3.0.2

  • refactor(app): Remove deprecated zlib package to use from Node.js core (#9951)
  • fix(app): Update postcss-loader option structure (#9954)

@​quasar/app-v3.0.1

  • feat(app): upgrade Vue to 3.1.2 and Vue Router to 4.0.10

@​quasar/app-v3.0.0

This is it! Quasar v2 (with Vue.js 3) goes stable. Please follow our forum for upcoming posts regarding what this means.

  • feat(app): use electron-packager v15
  • feat(app): remove obsolete compatibility icons check for electron mode
  • fix(app): removed vuex from ssr package.json (#9700)
  • feat(app): SSR prod distributables should force use the prod code of externalized vue and @vue/* packages

@​quasar/app-v3.0.0-rc.3

Last RC!

  • Upgraded deps: vue@3.1.1, vue-router@4.0.9, chokidar@3.5.2, cssnano@5.0.6, inquirer@8.1.1, webpack-merge@5.8.0

@​quasar/app-v3.0.0-rc.2

  • fix(app): SSR mode - not providing CSS generated by SFC on server-side

@​quasar/app-v3.0.0-rc.1

Breaking change

Not supplying "vuex" package anymore. If using a store, please yarn add vuex@4 / npm install vuex@4. This makes sense because decoupling Vuex will allow developers to upgrade to the future Vuex 5 without us making any breaking changes.

New

  • Upgraded deps: autoprefixer@10.2.6, ci-info@3.2.0, css-minimizer-webpack-plugin@3.0.1, cssnano@5.0.5, sass-loader@12.0.0, terser-webpack-plugin@5.1.3

Fixes

  • fix(app): quasar.conf.js > framework > components/directives should not override server-side Quasar comp/dir registration
  • fix(app): improve module not found error reporting #9459

@​quasar/app-v3.0.0-beta.28

Uses the new branding/logo

@​quasar/app-v3.0.0-beta.27

  • feat(app): Upgrade to vuex v4.0.1 (adds devtools integration)
  • fix(app/store): search storeKey in custom store path when specified
  • feat(app): add one more feature flag for vue-i18n
  • feat(app): Allow SASS @​use and @​forward rules #9202
  • feat(app): Upgraded compression-webpack-plugin@8.0.0, copy-webpack-plugin@9.0.0, css-loader@5.2.6, css-minimizer-webpack-plugin@3.0.0, cssnano@5.0.4, inquirer@8.1.0, postcss-loader@5.3.0, postcss-rtlcss@3.3.4, sass-loader@11.1.1, table@6.7.1, terser-webpack-plugin@5.1.2, webpack-bundle-analyzer@4.4.2
  • chore(app): use log() instead of warn() when regenerating feature flags

... (truncated)

Commits
  • 522feff chore(app): Bump version
  • 1dfdeb0 fix(QTh): "click" event not being emitted when sortable is false #9864
  • 535b703 fix(QSelect): correctly passthrough QField props to inner field #9858
  • 0b2f6b1 fix(docs): correctly specify humanStorageSize() specs #9868
  • e9ad28e fix(QSlideItem): do not prevent scroll when no sides are being used #9914
  • 6b59815 fix(QPagination): toFn() prop not being called #9976
  • 4ac5974 fix(QUploader): default fieldName is not initialized correctly #10018
  • 815ce1f fix(QUploader): default fieldName is not initialized correctly #10018
  • 5cedccc fix(QBtnDropdown): split + unelevated/outline design #10079
  • 005f8cf fix(QTooltip): correctly determine if anchorEl is available
  • 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 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:

  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 20, 2021
@dependabot-preview
Copy link
Author

Superseded by #338.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/quasar/app-3.0.3 branch August 3, 2021 03: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants