anoff/plantbuddy

An in-range update of eslint-plugin-vue is breaking the build 🚨

Closed this issue Β· 6 comments

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

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-vue is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 3 commits.

  • 1064f10 πŸ”– 5.2.3
  • 158c10b chore: update ESLint to v6
  • 082c03d fix: remove eslint internal traverser (#910)

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 🌴

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

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

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

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 63 commits ahead by 63, behind by 3.

  • 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 63 commits in total.

See the full diff

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v6.1.1

πŸ› Bug Fixes

  • #1019 Fixed crashes in no-reserved-component-names, match-component-file-name and component-definition-name-casing rules

All commits: v6.1.0 -> v6.1.1

Commits

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

  • 1a58ed7 version v6.1.1
  • 3f94c08 Fixed crashes of no-reserved-component-names, match-component-file-name and component-definition-name-casing rules. (#1019)
  • ee4143b version 6.1.0
  • 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)

There are 66 commits in total.

See the full diff

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v6.2.0

✨ Enhancements

New Rules:

  • #997 Added vue/sort-keys rule that the sort-keys rule which is compatible with order-in-components.
  • #1021 Added vue/padding-line-between-blocks rule requires or disallows blank lines between the given 2 blocks.

New Options:

  • #1022 Added alphabetical option to vue/attributes-order rule to alphabetical ordering within groupings.
  • #1031 Added avoidEscape option to vue/html-quotes rule.

πŸ› Bug Fixes

  • #1027 Fixed false positives in vue/no-side-effects-in-computed-properties
  • #1046 Fixed an error when using spread elements in vue/require-default-prop.

All commits: v6.1.2 -> v6.2.0

Commits

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

  • 667bb2e version 6.2.0
  • ca2c962 Add avoidEscape option to vue/html-quotes rule (#1031)
  • 5980cdc Fixed an error when using spread elements in vue/require-default-prop. (#1046)
  • a4e3f0f Fixed false positives in no-side-effects-in-computed-properties (#1027)
  • 8cd3a41 adding in alphabetical ordering within groupings (#1022)
  • b394ca6 New: Add vue/padding-line-between-blocks rule (#1021)
  • 7608dea New Rule vue/sort-keys (#997)
  • fe190dc README.md-VSCode ESlint Auto Fix (#1037)
  • 774f4f3 Update match-component-file-name docs (#1032)
  • 2e1d15b version 6.1.2
  • 5b7dd8a fix: list semver as a dependency (#1023)
  • da1848c Update README.md (#1020)
  • 1a58ed7 version v6.1.1
  • 3f94c08 Fixed crashes of no-reserved-component-names, match-component-file-name and component-definition-name-casing rules. (#1019)
  • ee4143b version 6.1.0

There are 78 commits in total.

See the full diff

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v6.2.1

πŸ› Bug Fixes

  • #1055 Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with alphabetical option.

All commits: v6.2.0 -> v6.2.1

Commits

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

  • f955a55 version v6.2.1
  • f558b79 Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with alphabetical option. (#1055)
  • 667bb2e version 6.2.0
  • ca2c962 Add avoidEscape option to vue/html-quotes rule (#1031)
  • 5980cdc Fixed an error when using spread elements in vue/require-default-prop. (#1046)
  • a4e3f0f Fixed false positives in no-side-effects-in-computed-properties (#1027)
  • 8cd3a41 adding in alphabetical ordering within groupings (#1022)
  • b394ca6 New: Add vue/padding-line-between-blocks rule (#1021)
  • 7608dea New Rule vue/sort-keys (#997)
  • fe190dc README.md-VSCode ESlint Auto Fix (#1037)
  • 774f4f3 Update match-component-file-name docs (#1032)
  • 2e1d15b version 6.1.2
  • 5b7dd8a fix: list semver as a dependency (#1023)
  • da1848c Update README.md (#1020)
  • 1a58ed7 version v6.1.1

There are 80 commits in total.

See the full diff

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v6.2.2

πŸ› Bug Fixes

  • #1071 Fixed vue/no-use-v-if-with-v-for error when using destructuring for iteration or using iteration of expression

All commits: v6.2.1 -> v6.2.2

Commits

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

  • 800182c 6.2.2
  • e77081d Fixed no-use-v-if-with-v-for error when using destructuring for iteration or using iteration of expression (#1071)
  • ab3bf36 Update jsx-uses-vars.md (#1060)
  • f955a55 version v6.2.1
  • f558b79 Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with alphabetical option. (#1055)
  • 667bb2e version 6.2.0
  • ca2c962 Add avoidEscape option to vue/html-quotes rule (#1031)
  • 5980cdc Fixed an error when using spread elements in vue/require-default-prop. (#1046)
  • a4e3f0f Fixed false positives in no-side-effects-in-computed-properties (#1027)
  • 8cd3a41 adding in alphabetical ordering within groupings (#1022)
  • b394ca6 New: Add vue/padding-line-between-blocks rule (#1021)
  • 7608dea New Rule vue/sort-keys (#997)
  • fe190dc README.md-VSCode ESlint Auto Fix (#1037)
  • 774f4f3 Update match-component-file-name docs (#1032)
  • 2e1d15b version 6.1.2

There are 83 commits in total.

See the full diff