akinaru-lu / lmm

Personal blog
https://www.lumingming.net
MIT License
1 stars 0 forks source link

chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 7.4.0 in /manager #1035

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps eslint-plugin-vue from 6.2.2 to 7.4.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v7.4.0

✨ Enhancements

New Rules:

  • #1381 Added vue/no-restricted-call-after-await rule that reports your restricted calls after the await expression.
  • #1388 Added vue/v-on-event-hyphenation rule that enforces using hyphenated v-on event names on custom components in Vue templates.
  • #1389 Added vue/no-restricted-block rule that allows you to specify block names that you don't want to use in your application.

Other changes in Rules:

  • #1387 Added deepData option to vue/no-unused-properties rule.

πŸ› Bug Fixes

  • #1382 Fixed multiple reporting of same warnings in vue/no-unregistered-component rule.
  • #1391 Fixed false positives for v-bind="object" syntax in vue/attributes-order rule.

All commits: v7.3.0 -> v7.4.0

v7.3.0

✨ Enhancements

  • #1080 Added vue/new-line-between-multiline-property rule that enforces new lines between multi-line properties.
  • #1376 Added vue/no-restricted-props rule that disallows prop names that you don't want to use.
  • #1377 Added vue/no-restricted-custom-event rule that disallows custom event names that you don't want to use.

βš™οΈ Updates


All commits: v7.2.0 -> v7.3.0

v7.2.0

✨ Enhancements

  • #1364 Added casing option to vue/custom-event-name-casing rule.

βš™οΈ Updates

πŸ› Bug Fixes

  • #1335 Fixed false positives when using is attr in vue/valid-v-bind-sync rule.
  • #1366 Fixed false positives when using v-for variable for v-slot in vue/valid-v-slot rule
Commits


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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #1049.