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 eslint-plugin-vue to v7.20.0 #333

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-vue (source) 7.15.1 -> 7.20.0 age adoption passing confidence

Release Notes

vuejs/eslint-plugin-vue

v7.20.0

Compare Source

✨ Enhancements

  • #​1472 Added vue/no-undef-properties rule that warns of using undefined properties.
  • #​1653 Added vue/no-computed-properties-in-data rule that disallow accessing computed properties in data().
  • #​1659 Improved vue/no-use-computed-property-like-method rule reports.
  • #​1661 Added vue/multi-word-component-names rule to enforce multiple words in component names.
  • #​1663 Added vue/no-deprecated-router-link-tag-prop rule that disallow using deprecated tag property on <RouterLink>.

🐛 Bug Fixes

  • #​1659 Fixed crash in vue/no-use-computed-property-like-method rule.
  • #​1658 Fixed false positives for vars inside types in vue/valid-define-emits and vue/valid-define-props rules.

⚙️ Updates

  • #​1654 Changed peer deps eslint ver from ^6.2.0 || ^7.0.0 || ^8.0.0-0 to ^6.2.0 || ^7.0.0 || ^8.0.0.

Full Changelog: vuejs/eslint-plugin-vue@v7.19.1...v7.20.0

v7.19.1

Compare Source

🐛 Bug Fixes

  • [83eab8d] Fixed false positives for vars inside functions in vue/valid-define-emits and vue/valid-define-props rules. Picked from #​1652

Full Changelog: vuejs/eslint-plugin-vue@v7.19.0...v7.19.1

v7.19.0

Compare Source

✨ Enhancements

  • #​1639 Added vue/no-restricted-class rule that reports the classes you don't want to allow in the template.
  • #​1644 Added vue/no-useless-template-attributes rule that disallow useless attribute on <template> tags.

🐛 Bug Fixes

  • #​1647 Fixed false positives for toRefs in vue/no-unused-properties rule.
  • #​1648 Fixed unable to autofix event name with update:.

All commits: v7.18.0 -> v7.19.0

v7.18.0

Compare Source

✨ Enhancements

  • #​1626 Added vue/component-api-style rule that aims to make the API style you use to define Vue components consistent in your project.

⚙️ Updates

  • #​1619 Updated vue/script-indent rule to support Class static block and typescript-eslint v5(rc)
  • #​1620 Changed type determination logic of type-only defineProps to follow vue v3.2.9.

All commits: v7.17.0 -> v7.18.0

v7.17.0

Compare Source

✨ Enhancements

  • #​1605 Added vue/no-v-text rule that disallow v-text directive.

⚙️ Updates

  • #​1607, #​1610 Added support for ESLint v8 (beta).
    Note that ESLint v8 beta support will be removed without notice once a stable version of ESLint v8 is released.

All commits: v7.16.0 -> v7.17.0

v7.16.0

Compare Source

✨ Enhancements

  • #​1596 Added vue/valid-v-memo rule that enforce valid v-memo directives.
  • #​1599 Updated vue/no-unsupported-features rule to support Vue 3.2 syntaxes.

🐛 Bug Fixes

  • #​1602 Fixed false positives for namespace component in vue/script-setup-uses-vars rule.

⚙️ Updates

  • #​1598 Updated vue/no-restricted-v-bind and vue/valid-v-bind rules to support attr modifier.

All commits: v7.15.2 -> v7.16.0

v7.15.2

Compare Source

🐛 Bug Fixes

  • #​1600 Fixed false positives in vue/no-use-computed-property-like-method rule.

All commits: v7.15.1 -> v7.15.2


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-7.x branch from c2b1a57 to 3dea9b0 Compare August 10, 2021 11:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vue to v7.15.2 chore(deps): update dependency eslint-plugin-vue to v7.16.0 Aug 10, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-7.x branch from 3dea9b0 to 7e020b9 Compare August 27, 2021 06:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vue to v7.16.0 chore(deps): update dependency eslint-plugin-vue to v7.17.0 Aug 27, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-7.x branch from 7e020b9 to f0ef4f1 Compare September 17, 2021 12:13
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vue to v7.17.0 chore(deps): update dependency eslint-plugin-vue to v7.18.0 Sep 17, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-7.x branch from f0ef4f1 to 81b005b Compare October 5, 2021 02:52
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vue to v7.18.0 chore(deps): update dependency eslint-plugin-vue to v7.19.0 Oct 5, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-7.x branch from 81b005b to edf8354 Compare October 6, 2021 09:14
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vue to v7.19.0 chore(deps): update dependency eslint-plugin-vue to v7.19.1 Oct 6, 2021
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vue to v7.19.1 chore(deps): update dependency eslint-plugin-vue to v7.20.0 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-7.x branch from edf8354 to 2e1f477 Compare October 20, 2021 08:31
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vue to v7.20.0 Update dependency eslint-plugin-vue to v7.20.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency eslint-plugin-vue to v7.20.0 chore(deps): update dependency eslint-plugin-vue to v7.20.0 Dec 17, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

1 participant