Update eslint-plugin-vue 9.28.0 → 9.31.0 (minor) #598
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.28.0 → 9.31.0) · Repo
Release Notes
9.31.0
9.30.0
9.29.1
9.29.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
9.31.0
feat(no-empty-component-block): support auto fix (#2595)
feat: add prefer-use-template-ref rule (#2554)
fix(require-explicit-slots): ignore attribute binding (#2591)
refactor: store the defineEmits variable name (#2592)
feat(no-reserved-component-names): add case sensitive option (#2594)
fix(define-macros-order): skip TSModuleDeclaration statements (#2593)
9.30.0
Fix false negatives and false positives in `vue/require-valid-default-prop` rule (#2586)
fix(custom-event-name-casing): check defineEmits variable name in template (#2585)
Update development dependencies (#2582)
9.29.1
Fix Linter type import in index.d.ts (#2572)
9.29.0
fix: type declarations for configs (#2566)
fix(utils): also recognize .tsx files as Vue files (#2565)
Add support for props destructure to `vue/no-setup-props-reactivity-loss` rule (#2550)
doc: add example for Vue class component (#2561)
Add support for props destructure to `vue/no-restricted-props` rule (#2562)
Add support for props destructure to `vue/no-required-prop-with-default` rule (#2560)
Add support for props destructure to `vue/no-boolean-default` rule (#2553)
Add support for props destructure to `vue/require-default-prop` rule (#2552)
Add support for props destructure to `vue/require-valid-default-prop` rule (#2551)
Vuex and Pinia support for `no-undef-properties` (#2513)
Add TypeScript declarations for configs (#2528)
feat(no-unused-refs): support template ref api (#2541)
feat: add no-deprecated-delete-set rule (#2540)
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