traPtitech / traQ_R-UI

traQ R - traP Internal Messenger Application Frontend
MIT License
18 stars 1 forks source link

Update eslint-plugin-vue to the latest version πŸš€ #1215

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

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

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


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

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 2 commits.

  • f955a55 version v6.2.1
  • f558b79 Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with alphabetical option. (#1055)

See the full diff