Update eslint-plugin-vue 9.32.0 → 10.1.0 (major) #761
+39
−106
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint-plugin-vue (9.32.0 → 10.1.0) · Repo
Release Notes
10.1.0
10.0.1
10.0.0
9.33.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 68 commits:
10.1.0
feat(no-multiple-template-root): support disallowComments property (#2685)
feat: add `define-props-destructuring` rule (#2736)
feat(no-bare-strings-in-template): `allowlist` support regex (#2734)
10.0.1
fix(no-dupe-keys): detect props destructure rename (#2731)
fix(require-default-prop): report props destructure (#2728)
docs: use `===` instead of `==` (#2727)
fix(no-ref-as-operand): do not report in tagged template expression (#2726)
Better report location for `vue/html-self-closing` (#2724)
ci: prevent action running on forks (#2717)
Updates resources (#2716)
docs: fix old config names (#2709)
fix: fix typecheck (#2707)
refactor: migrate @types/eslint-visitor-keys → eslint-visitor-keys (#2705)
docs: replace circle ci badge with github workflow badge (#2704)
fix(no-export-in-script-setup): better report location (#2701)
fix: fix walking program AST when multiple script blocks (#2703)
fix: sync `.eslintrc` configs name changes (#2700)
Add vue-eslint-parser to Yarn install instructions (#2698)
10.0.0
feat(prefer-true-attribute-shorthand): add `except` option (#2694)
Upgrade vue-eslint-parser to v10 (#2697)
Deprecate Vue 2 only rules (#2675)
Remove globals from configs (#2674)
Drop support for old versions of ESLint and Node.js (#2669)
Change legacy base config so that vue-eslint-parser is only used for `.vue` (#2668)
Change `vue-eslint-parser` to peer dependency (#2670)
Remove unused `runOutsideVue` option from `vue/sort-keys` (#2655)
Add `vue/valid-define-options` to `vue3-essential` config (#2653)
Remove setup-compiler-macros environments (#2652)
Rename .eslintrc configs (#2648)
Remove deprecated rules (#2645)
Add `vue/no-required-prop-with-default` to recommended configs (#2640)
Change Versioning Policy (#2630)
Add update-resources script (#2171)
Add `slots`+`expose` to `vue/order-in-components` default order (#2153)
Remove legacy schema from `vue/custom-event-name-casing` (#2626)
Add `vue/no-deprecated-model-definition` to `vue3-essential` config (#2629)
Add `vue/no-deprecated-delete-set` to `vue3-essential` config (#2628)
Add `vue/block-order` to recommended configs (#2627)
Fix detect Nuxt3 defineNuxtComponent (#2311)
feat: add `vue/no-import-compiler-macros` rule (#2684)
feat: handle generic parameter types (#2693)
9.33.0
Add `ignoreProps` option to `vue/prop-name-casing` (#2679)
feat(no-ref-as-operand): use `ref.value` to replace `ref` when emit (#2680)
fix(max-props): count unique keys (#2683)
fix(no-bare-strings-in-template): resolve regex matching order (#2682)
Update `vue/no-implicit-coercion` rule docs (#2671)
Add `vue/no-implicit-coercion` rule (#2639)
feat: Add a test case to require-valid-default-prop (#2637)
fix(prefer-use-template-ref): fix crash when use non-block setup function (#2636)
Change `anyOf` to `oneOf` in rule schemas to make intent clearer (#2663)
Move unused ESLint config for internal rules to main ESLint config (#2664)
docs: fix link hash (#2662)
fix(no-multiple-objects-in-class): improve grammar of description (#2658)
fix(no-multiple-slot-args): improve grammar of description (#2659)
Update development dependencies (#2656)
Improve CI workflow (#2649)
Improve `no-invalid-meta` internal rule (#2647)
test: add suggestions to `no-unused-vars` tests (#2650)
Fix sidebar categories in rule docs (#2646)
Improve rules docs source readability (#2641)
Update @stylistic/eslint-plugin to v2.12.0 (#2643)
fix typo in rule description (#2642)
docs: align example variable name (#2633)
docs: fix missing options `allow` value (#2631)
🗑️ vue-eslint-parser (removed)
🗑️ globals (removed)
🗑️ espree (removed)
🗑️ eslint-scope (removed)
🗑️ type-fest (removed)
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