quasarframework / quasar-ui-qactivity

Create activity timeline
https://qactivity.netlify.app/
MIT License
46 stars 6 forks source link

chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.1.0 #54

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps eslint-plugin-vue from 6.2.2 to 8.1.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v8.1.0

✨ Enhancements

  • #1707 Added vue/no-child-content rule that reports child content of elements that have a directive which overwrites that child content.
  • #1712 Added vue/no-expose-after-await rule that reports the expose() after await expression.
  • #1703 Added composition-vue2 style option in vue/component-api-style rule.

🐛 Bug Fixes

  • #1713 Fixed false positives for type-only exports in vue/no-export-in-script-setup rule.
  • #1715 Fixed false negatives for v-bind.sync in vue/no-mutating-props rule.
  • #1715 Fixed false positives for shadowed props in vue/no-mutating-props rule.
  • #1718 Fixed memory leak.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.3...v8.1.0

v8.0.3

🐛 Bug Fixes

  • #1691 Upgrade vue-eslint-parser to use patch. It upgrade fixes the wrong location in multiple <script>

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.2...v8.0.3

v8.0.2

🐛 Bug Fixes

  • #1689 Fixed false positive for filename in vue/multi-word-component-names rule

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.1...v8.0.2

v8.0.1

🐛 Bug Fixes

  • #1686 Fixed false positives for arrow return in vue/valid-next-tick rule.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.0...v8.0.1

v8.0.0

💥 Breaking Changes

... (truncated)

Commits
  • 20eaee7 8.1.0
  • da3e481 Fix memory leak (#1718)
  • ff47c73 Fix false positives and false negatives in vue/no-mutating-props rule. (#1715)
  • e0dddb1 False positives for type-only exports in vue/no-export-in-script-setup rule...
  • 7c6ac02 Add vue/no-expose-after-await rule (#1712)
  • f4c12cc Add vue/no-child-content rule (#1707)
  • 6c64a09 README Corrections (#1709)
  • 5c0cd71 Docs: Add hints for rules that provide suggestions (#1708)
  • e928e4c Add composition-vue2 style in vue/component-api-style (#1703)
  • c033ac6 grammar fixes, rule guide reconstruction, rename changelog to releases (#1706)
  • Additional commits viewable in compare view


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 and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.