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

chore(deps): update dependency @quasar/app to v2.4.4 #55

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 4, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@quasar/app (source) 2.2.3 -> 2.4.4 age adoption passing confidence

Release Notes

quasarframework/quasar (@​quasar/app)

v2.4.4

Compare Source

v2.4.3

Compare Source

Fixes

  • fix(app): (backport from Qv2's q/app-*) preFetch may error out with newer vue-router #​14172

Donations

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.4.2

Compare Source

Fixes
  • fix(QBtn): render the type attribute even if it's "button" - to allow for a specific native browser behavior with forms #​11794
  • fix(CSS breakpoints): workaround fractional window width with HiDPI scalling #​9829 (#​11798)
  • fix(QSelect): throws error when using a function for option-value and initial model is null #​11754
Donations

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.4.1

Compare Source

Changes

  • feat(cli): upgrade deps
  • fix(cli): remove unused dep (selfsigned)
  • feat(cli): update all banners to mention pnpm and bun too

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

v2.4.0: /1

Compare Source

  • feat(app): Upgrade to Vue 2.7 [2.7.1] (support for: composition API, SFC script setup, CSS v-bind)

Warning before upgrading and using linting

Due to the requirements of Vue 2.7 enforced by Vue Team you should also upgrade your linting packages:

1) package.json

For JS only (not TS):

// old
"babel-eslint": "^10.0.1",
"eslint": "^7.21.0",
"eslint-plugin-vue": "^7.7.0",
"eslint-loader": "^3.0.3",

// new
"@​babel/eslint-parser": "^7.13.14",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-webpack-plugin": "^2.0.0",

For TS only:

// old
"babel-eslint": "^10.0.1",
"eslint": "^7.21.0",
"eslint-plugin-vue": "^7.7.0",
"eslint-loader": "^3.0.3",

// new
"@​typescript-eslint/eslint-plugin": "^5.10.0",
"@​typescript-eslint/parser": "^5.10.0",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^9.0.0",

For "standard" linting, these also need upgrading:

// old
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",

// new
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",

If you're using airbnb, then:

// old
"eslint-config-airbnb-base": "^14.0.0",

// new
"eslint-config-airbnb-base": "^15.0.0",
2) .eslintrc.js

For JS only (not TS):

parserOptions: {
    parser: '@​babel/eslint-parser', // was -> parser: 'babel-eslint',

env: {
   browser: true,
   'vue/setup-compiler-macros': true // new!
 },
3) TS only in quasar.conf.js
// old way
supportTS: {
  tsCheckerConfig: { eslint: true },
},

// new way
supportTS: {
  tsCheckerConfig: {
    eslint: {
      enabled: true,
      files: './src/**/*.{ts,tsx,js,jsx,vue}',
    },
  },
},
4) If using @vue/composition-api

Uninstall @vue/composition-api and replace @vue/composition-api with vue in all your files.

Donations

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.3.1

Compare Source

  • feat(app): upgrade archiver to 5.3.1 (#​13314)
  • feat(app): upgrade ouch from 2.0.0 to 2.0.1 (#​13425)
  • chore(app): remove yargs from dependencies (#​13345)
  • chore(app): remove deprecated HTML attributes (#​13084)

Donations

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.3.0

Compare Source

New

  • feat(app): (backport from Qv2) SSR - option to manually inject store state into ssrContext.state #​13113

Fixes

  • fix(app): add missing await (#​13085)
  • chore(app): fix comparison in bex template (#​13086)

Donations

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.2.12: (Vue 2)

Donations

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.2.10

Compare Source

  • feat(app): upgrade Vue to 2.6.14

v2.2.9

Compare Source

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

v2.2.8

Compare Source

Uses the new branding/logo

v2.2.7

Compare Source

  • 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

v2.2.6

Compare Source

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

v2.2.5

Compare Source

New

  • feat(app/wrappers): add TSDoc for boot wrapper
  • perf(app): Backport "only recreate the webpack conf when absolutely necessary" from Qv2

Fixes

  • fix(app): Backport "duplicate postcss plugins" fix from Qv2 (when enabling RTL)

v2.2.4

Compare Source

  • fix(ts): update webpack typings to solve conflicts (#​8736)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from b4e6da8 to b3284ce Compare April 26, 2021 18:50
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.4 chore(deps): update dependency @quasar/app to v2.2.5 Apr 26, 2021
@guardrails
Copy link

guardrails bot commented Apr 26, 2021

⚠️ We detected 2 security issues in this pull request:

Vulnerable Libraries (2)
Severity Details
High @quasar/app@2.4.4 upgrade to: >=1.4.1
Critical pkg:npm/@quasar/app@2.4.4 upgrade to: > 2.4.4

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from b3284ce to fc9c7b1 Compare May 3, 2021 16:36
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.5 chore(deps): update dependency @quasar/app to v2.2.6 May 3, 2021
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.6 chore(deps): update dependency @quasar/app to v2.2.6 - autoclosed May 7, 2021
@renovate renovate bot closed this May 7, 2021
@renovate renovate bot deleted the renovate/quasar-app-2.x branch May 7, 2021 08:04
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.6 - autoclosed chore(deps): update dependency @quasar/app to v2.2.6 May 7, 2021
@renovate renovate bot reopened this May 7, 2021
@renovate renovate bot restored the renovate/quasar-app-2.x branch May 7, 2021 10:17
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from fc9c7b1 to f1b4782 Compare May 7, 2021 10:18
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.6 chore(deps): update dependency @quasar/app to v2.2.9 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from f1b4782 to cfa914b Compare June 6, 2021 21:02
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.9 chore(deps): update dependency @quasar/app to v2.2.10 Jun 16, 2021
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from cfa914b to 73fab08 Compare June 16, 2021 18:09
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.10 chore(deps): update dependency @quasar/app to v2.2.11 Jan 14, 2022
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from 73fab08 to 8a62e60 Compare January 14, 2022 14:54
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from 8a62e60 to a3e48be Compare January 28, 2022 17:40
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.11 chore(deps): update dependency @quasar/app to v2.2.12 Mar 31, 2022
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from a3e48be to eedc862 Compare March 31, 2022 16:57
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.2.12 chore(deps): update dependency @quasar/app to v2.3.0 Apr 8, 2022
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from eedc862 to 49b8feb Compare April 8, 2022 10:57
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.3.0 chore(deps): update dependency @quasar/app to v2.3.1 May 18, 2022
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from 49b8feb to cf584f4 Compare May 18, 2022 17:44
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.3.1 chore(deps): update dependency @quasar/app to v2.4.1 Jul 4, 2022
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from cf584f4 to 5bd1805 Compare July 4, 2022 13:49
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from 5bd1805 to b1501fc Compare September 25, 2022 14:23
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.4.1 chore(deps): update dependency @quasar/app to v2.4.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from b1501fc to 24c5715 Compare November 20, 2022 10:57
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.4.2 chore(deps): update dependency @quasar/app to v2.4.3 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/quasar-app-2.x branch from 24c5715 to 1aed505 Compare May 6, 2024 14:21
@renovate renovate bot changed the title chore(deps): update dependency @quasar/app to v2.4.3 chore(deps): update dependency @quasar/app to v2.4.4 May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants