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 devdependency eslint-plugin-vue to ^7.5.0 #230

Merged
merged 1 commit into from
Jan 24, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-vue (source) ^7.4.1 -> ^7.5.0 age adoption passing confidence

Release Notes

vuejs/eslint-plugin-vue

v7.5.0

Compare Source

✨ Enhancements

New Rules:
  • #​1401 Added vue/no-constant-condition rule applies no-constant-condition rule to expressions in <template>, v-if, v-show and v-else-if.
  • #​1400 Added vue/next-tick-style rule that enforces whether the callback version or Promise version should be used in Vue.nextTick and this.$nextTick.
  • #​1404 Added vue/valid-next-tick rule that enforce valid nextTick function calls.
Other changes in Rules:
  • #​1396 Make vue/no-ref-as-operand rule fixable.

🐛 Bug Fixes

  • #​1398 Added computed() support to vue/no-async-in-computed-properties rule.
  • #​1406 Added computed() support to vue/return-in-computed-property rule.
  • #​1407 Added computed() support to vue/no-side-effects-in-computed-properties rule.
  • #​1419 Fixed false positives for mixin() in vue/one-component-per-file and vue/require-name-property rules.
  • #​1421 Fixed crash for toLocaleString() in vue/no-unused-properties rule.
  • #​1420 Fixed false positives for quoted 'emits' in vue/require-explicit-emits rule.

⚙️ Updates

  • #​1422 Upgrade vue-eslint-parser to 7.4.1

⚙️ Chores

  • #​1392 Refactor vue/attributes-order rule.
  • #​1405 Refactor vue/no-async-in-computed-properties rule.

All commits: v7.4.1 -> v7.5.0


Renovate configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #230 (819e17c) into master (07e8e81) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #230   +/-   ##
=======================================
  Coverage   67.02%   67.02%           
=======================================
  Files           5        5           
  Lines         188      188           
  Branches       52       52           
=======================================
  Hits          126      126           
  Misses         46       46           
  Partials       16       16           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07e8e81...819e17c. Read the comment docs.

@farnabaz farnabaz merged commit 8681a7f into master Jan 24, 2021
@farnabaz farnabaz deleted the renovate/all-minor-patch branch January 24, 2021 16:12
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.

None yet

2 participants