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 v5.2.3 #5

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 5, 2020

Mend Renovate

This PR contains the following updates:

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

Release Notes

vuejs/eslint-plugin-vue

v5.2.3

Compare Source

🐛 Bug Fixes
  • 082c03d fixed a crash bug on ESLint 6.0.0.

v5.2.2

Compare Source

🐛 Bug Fixes

  • #​821 fixed vue/no-boolean-default rule to not crash if the option is default-false and no default property.

v5.2.1

Compare Source

🐛 Bug Fixes
  • #​816 fixed vue/no-async-in-computed-properties to not crash on return statements that have no value.

v5.2.0

Compare Source

✨ Enhancements

New Rules:
  • #​481 added vue/v-on-function-call rule that enforces or forbids parentheses after method calls without arguments in v-on directives.
  • #​581 added vue/require-direct-export rule that enforces the component to be directly exported.
  • #​612 added vue/no-boolean-default rule that disallows the default value of boolean properties.
  • #​668 added vue/match-component-file-name rule that verifies component name property to match its file name.
  • #​680 added vue/array-bracket-spacing rule that enforces consistent spacing inside array brackets in <template>.
  • #​680 added vue/eqeqeq rule that applies eqeqeq rule to expressions in <template>.
  • #​680 added vue/key-spacing rule that applies key-spacing rule to expressions in <template>.
  • #​680 added vue/object-curly-spacing rule that applies object-curly-spacing rule to expressions in <template>.
  • #​680 added vue/space-infix-ops rule that applies space-infix-ops rule to expressions in <template>.
  • #​680 added vue/space-unary-ops rule that applies space-unary-ops rule to expressions in <template>.
  • #​758 added vue/no-restricted-syntax rule that applies no-restricted-syntax rule to expressions in <template>.
  • #​767 added vue/arrow-spacing rule that applies arrow-spacing rule to expressions in <template>.
  • #​770 added vue/block-spacing rule that applies block-spacing rule to expressions in <template>.
  • #​771 added vue/brace-style rule that applies brace-style rule to expressions in <template>.
  • #​772 added vue/camelcase rule that applies camelcase rule to expressions in <template>.
  • #​773 added vue/comma-dangle rule that applies comma-dangle rule to expressions in <template>.
New Options:
  • #​714 added registeredComponentsOnly option to vue/component-name-in-template-casing rule to ignore unknown elements.
Other changes in Rules:
  • #​786 modified vue/order-in-components rule to recognize Nuxt-specific members.

🐛 Bug Fixes

  • #​738 fixed vue/multiline-html-element-content-newline rule and vue/singleline-html-element-content-newline rule to ignore inline elements by default.
  • #​745 fixed vue/no-async-in-computed-properties rule to allow await expression in nested scopes.
  • #​750 fixed vue/use-v-on-exact rule about false positives.
  • #​754 fixed multiple bugs via updating vue-eslint-parser.
    • it fixed the parser to parse anonymous functions in v-on directive correctly.
    • it fixed the parser to parse multiple parameters in slot-scope attribute correctly.
    • it fixed the parser to not parse expressions in the elements which have v-pre directive.
  • #​790 fixed vue/no-unused-components rule to process computed properties properly.
  • #​791 fixed vue/require-default-prop rule and vue/require-valid-default-prop rule to process computed properties properly.
  • #​793 fixed vue/no-unused-components rule to process empty :is directives properly.

All commits: v5.1.0...v5.2.0


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
Copy link
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.

1 participant