Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Jul 26, 2019

Bumps eslint-plugin-vue from 5.0.0-beta.5 to 5.2.3.

Release notes

Sourced from eslint-plugin-vue's releases.

v5.2.3

🐛 Bug Fixes

  • 082c03de5dd1f6efe27e2f6dd9fd111f1434ce61 fixed a crash bug on ESLint 6.0.0.

v5.2.2

🐛 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

🐛 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.
... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 and block automerging
  • @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). To ignore the version in this PR you can just close it
  • @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)
  • 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 the dependencies Pull requests that update a dependency file label Jul 26, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-5.2.3 branch from e499196 to 7a97f57 Compare October 8, 2019 08:01
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.0.0-beta.5 to 5.2.3.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v5.0.0-beta.5...v5.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-5.2.3 branch from 7a97f57 to 76aeee8 Compare October 18, 2019 07:03
@dependabot-preview
Copy link
Author

Superseded by #119.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-vue-5.2.3 branch November 7, 2019 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants