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 9.31.0 → 9.32.0 (minor) #624

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Dec 13, 2024

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ eslint-plugin-vue (9.31.0 → 9.32.0) · Repo

Release Notes

9.32.0

✨ Enhancements

  • #2598 Added checkMultiRootNodes option to vue/no-duplicate-attr-inheritance rule and changed to ignore multi-root components by default.
  • #2610 Added ignoreElementNamespaces option to vue/no-v-text-v-html-on-component rule.
  • #2609 Added ignoreTags option to vue/attribute-hyphenation rule and vue/v-on-event-hyphenation rule.
  • #2611 Added vue/restricted-component-names rule that enforces using only specific component names.
  • #2620 Added vue/slot-name-casing rule that enforces specific casing for slot names.
  • #2617 Added support for type references in vue/require-explicit-slots rule.
  • #2608 Added support for shallowRef in vue/prefer-use-template-ref rule.

🐛 Bug Fixes

  • #2612 Changed vue/prefer-use-template-ref rule to only check root-level variables.

Full Changelog: v9.31.0...v9.32.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 11 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added dependencies Pull requests that update a dependency file Technical debt Technical Debt labels Dec 13, 2024
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.26%. Comparing base (93693a5) to head (214c6d6).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #624   +/-   ##
========================================
  Coverage    80.26%   80.26%           
========================================
  Files           38       38           
  Lines         2742     2742           
  Branches       267      267           
========================================
  Hits          2201     2201           
  Misses         541      541           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Technical debt Technical Debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants