Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Bump eslint-plugin-vue from 5.1.0 to 5.2.1 #180

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 15, 2019

Bumps eslint-plugin-vue from 5.1.0 to 5.2.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v5.2.1

🐛 Bug Fixes

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

v5.2.0

✨ 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.

... (truncated)
Commits
Maintainer changes

This version was pushed to npm by mysticatea, a new releaser for eslint-plugin-vue since your current version.


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
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 15, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-5.2.1 branch 3 times, most recently from 2e6dbb4 to f668a1a Compare February 15, 2019 17:00
@appinteractive
Copy link
Member

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Lulalaby
Copy link

@dependabot-bot rebase

Unverified

The committer email address is not verified.
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v5.1.0...v5.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-5.2.1 branch from f668a1a to 5639aed Compare February 18, 2019 08:58
@Lulalaby Lulalaby merged commit 748c0ce into master Feb 18, 2019
@Lulalaby Lulalaby deleted the dependabot/npm_and_yarn/eslint-plugin-vue-5.2.1 branch February 18, 2019 09:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code PR: merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants