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

Update eslint-plugin-vue to the latest version 🚀 #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 26, 2019

The devDependency eslint-plugin-vue was updated from 5.2.3 to 6.0.2.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: ota-meshi
License: MIT

Release Notes for v6.0.2

🐛 Bug Fixes

  • #962 Fixed false positives inside the ternary operator in no-async-in-computed-properties.
  • #963 Fixed an issue that caused an error when extra commas were included in require-prop-type-constructor.
  • #1009 Fixed an issue that code was broken by autofix of require-prop-type-constructor.
  • #1010 Fixed broken links in messages.

All commits: v6.0.1 -> v6.0.2

Commits

The new version differs by 39 commits ahead by 39, behind by 3.

  • 2e75458 version 6.0.2
  • 959298f Fixed broken links. (#1010)
  • 4476263 Fixed a bug that source code is broken by autofix of require-prop-type-constructor. (#1009)
  • acb48eb Fixed lint error on CI (#1008)
  • 2418da7 Fixed an issue that caused an error when extra commas were included in require-prop-type-constructor (#963)
  • b412783 Fixed false positives inside the ternary operator in no-async-in-computed-properties (#962)
  • e8f130c Typescript doc for vue/html-indent (#989)
  • fc7afd7 6.0.1
  • 3643c9a Upgrade vue-eslint-parser@^6.0.5 (#984)
  • ccb3dbb 6.0.0
  • 6d48d11 Chore: Update packages to support ESlint v6 (#979)
  • edf43ff Drop autofix of prop-name-casing. (#940)
  • 3836af4 Fix: register v-slot-style and valid-v-slot (#880)
  • e59eb09 Fixed jsx parsing error (#961)
  • 1d12b93 typo (#947)

There are 39 commits in total.

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Dec 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2019

Update to this version instead 🚀

Release Notes for v6.1.0

✨ Enhancements

Core:

  • #985 Upgrade vue-eslint-parser to 7.0.0

New Rules:

  • #886 Added vue/static-class-names-order rule that enforce the order of static class names.
  • #945 Added vue/require-name-property rule that require a name property in Vue components.
  • #757 Added vue/no-reserved-component-names rule that disallow the use of reserved names in component definitions.
  • #763 Added vue/component-tags-order rule that enforce the order of component top-level elements.
  • #646 Added vue/component-definition-name-casing rule that enforce specific casing for component definition name.
  • #647 Added vue/valid-v-bind-sync rule that checks whether every .sync modifier on v-bind directives is valid.
  • #839 Added vue/no-deprecated-slot-attribute rule that disallows slot attribute.
  • #840 Added vue/no-deprecated-slot-scope-attribute rule that disallows slot-scope attribute.
  • #841 Added vue/no-unsupported-features rule that disallow unsupported Vue.js syntax on the specified version.
  • #843 Added vue/no-static-inline-styles rule that disallow static inline style attributes.
  • #959 Added vue/max-len rule that enforces a maximum line length.
  • #964 Added vue/no-irregular-whitespace rule that disallow irregular whitespace.

🐛 Bug Fixes

  • #1015 Fixed wrong indentation.
  • #1016 Fixed "ignores" option of html-indent does not work

All commits: v6.0.2 -> v6.1.0

Commits

The new version differs by 24 commits.

  • 386cec4 Fixed: "ignores" option of html-indent does not work (#1016)
  • c8cdd77 Fixed wrong indentation (#1015)
  • 99fe70d Update documents and Fixed lint error (#1014)
  • d397635 rule:attrubutes-order moved attributest to constants (#951)
  • b0a4a26 Improve (slightly) sentence grammar in User Guide (#972)
  • 18076fd Update README.md (#946)
  • 5cce6e0 Fix missing word in opening sentence (#969)
  • bebf1cb Improve Sublime Text instructions (#949)
  • a3a73f1 Add vue/no-irregular-whitespace rule (#964)
  • 501cef9 Add vue/max-len rule (#959)
  • c19c37b refactor: use Array.includes() to check for existence (#1013)
  • ec94d6a Change document style for new rules added & Fixed new rule test casesto work with eslint v6 (#1012)
  • 603a6e1 ⭐️New: Add vue/no-static-inline-styles rule (#843)
  • 0c80259 ⭐️New: Add vue/no-unsupported-features rule (#841)
  • a5fd31e ⭐️New: Add vue/no-deprecated-slot-scope-attribute rule (#840)

There are 24 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 16, 2020
greenkeeper bot added a commit that referenced this pull request Feb 17, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 8, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 8, 2020

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants