fix(deps): bump eslint-plugin-vue from 9.33.0 to 10.8.0 in /templates/node-vue by dependabot[bot] · Pull Request #401 · oracle/create-database-app
Bumps eslint-plugin-vue from 9.33.0 to 10.8.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v10.8.0
Minor Changes
- Added ESLint v10 as an allowed peer dependency (needs
eslint-parser-vuev10.3.0) (#2962)- Added more
Promisefunctions tovue/no-async-in-computed-properties(#3020)- Added
ignoreVBindObjectoption tovue/attributes-order(#3012)- Added
allowEmptyAliasoption tovue/valid-v-for(#3011)- Added new
destructure: "only-when-assigned"option tovue/define-props-destructuringand changed default value fromdestructure: "always"todestructure: "only-when-assigned"(#3009)Patch Changes
- Fixed
vue/no-unused-varsto detect components passed as slot props (#3008)v10.7.0
Minor Changes
- Added new
-errorconfig variants, with all rules' severity set toerror:strongly-recommended-error,recommended-error,vue2-strongly-recommended-error,vue2-recommended-error(along with their flat config equivalents) (#2796)- Added new
vue/no-literals-in-templaterule (#3000)- Added new
vue/no-undef-directivesrule (#2990)- Added new
ignoreEOLCommentsoption tovue/no-multi-spacesrule (#2989)- Changed
vue/no-negated-v-if-conditionsuggestion to autofix (#2984)- Added TypeScript support for eslint-plugin-vue development (#2916)
Patch Changes
- Fixed false positives in
vue/define-props-destructuringrule when imported types are passed todefineProps(#2995)- Updated Vue 3 export names resources: added
DirectiveModifiers(#2996)- Updated Vue 3 export names resources: added
nodeOpsandpatchProp(#2986)v10.6.2
Patch Changes
- Fixed false positives in non-intersecting conditions in
vue/no-duplicate-class-namesand correctly detect duplicates in combining expressions (#2980)- Fixed false positives for
TSImportTypeinvue/script-indentrule (#2969)- Improved performance and type safety in
vue/prefer-use-template-ref(#2982)v10.6.1
Patch Changes
- Fixed false positives for comments outside
\<template>invue/no-multiple-template-rootrule (#2964)v10.6.0
Minor Changes
- Updated
vue/no-import-compiler-macrosto clarify that macros are not allowed outside<script setup>(#2938)- Added new
vue/no-duplicate-class-namesrule (#2934)Patch Changes
- Fixed
vue/no-v-htmlrule to allow ignoring call expressions (#2950)
... (truncated)
Changelog
Sourced from eslint-plugin-vue's changelog.
10.8.0
Minor Changes
- Added ESLint v10 as an allowed peer dependency (needs
eslint-parser-vuev10.3.0) (#2962)- Added more
Promisefunctions tovue/no-async-in-computed-properties(#3020)- Added
ignoreVBindObjectoption tovue/attributes-order(#3012)- Added
allowEmptyAliasoption tovue/valid-v-for(#3011)- Added new
destructure: "only-when-assigned"option tovue/define-props-destructuringand changed default value fromdestructure: "always"todestructure: "only-when-assigned"(#3009)Patch Changes
- Fixed
vue/no-unused-varsto detect components passed as slot props (#3008)10.7.0
Minor Changes
- Added new
-errorconfig variants, with all rules' severity set toerror:strongly-recommended-error,recommended-error,vue2-strongly-recommended-error,vue2-recommended-error(along with their flat config equivalents) (#2796)- Added new
vue/no-literals-in-templaterule (#3000)- Added new
vue/no-undef-directivesrule (#2990)- Added new
ignoreEOLCommentsoption tovue/no-multi-spacesrule (#2989)- Changed
vue/no-negated-v-if-conditionsuggestion to autofix (#2984)- Added TypeScript support for eslint-plugin-vue development (#2916)
Patch Changes
- Fixed false positives in
vue/define-props-destructuringrule when imported types are passed todefineProps(#2995)- Updated Vue 3 export names resources: added
DirectiveModifiers(#2996)- Updated Vue 3 export names resources: added
nodeOpsandpatchProp(#2986)10.6.2
Patch Changes
- Fixed false positives in non-intersecting conditions in
vue/no-duplicate-class-namesand correctly detect duplicates in combining expressions (#2980)- Fixed false positives for
TSImportTypeinvue/script-indentrule (#2969)- Improved performance and type safety in
vue/prefer-use-template-ref(#2982)10.6.1
Patch Changes
- Fixed false positives for comments outside
\<template>invue/no-multiple-template-rootrule (#2964)10.6.0
Minor Changes
- Updated
vue/no-import-compiler-macrosto clarify that macros are not allowed outside<script setup>(#2938)
... (truncated)
Commits
4b92896Version Packages (#3023)2523927feat: allow ESLint v10 as peer dependency (#2962)57058cefeat(define-props-destructuring): addonly-when-assignedoption (#3009)72fdd6eFix release workflow (#3022)69604f7feat(no-async-in-computed-properties): add missing Promise methods (#3020)8bfb795feat(valid-v-for): addallowEmptyAliasoption (#3011)9cb3e87feat(attributes-order): addignoreVBindObjectoption (#3012)598d30fFix deploy preview (#3021)99dcf29docs(no-unused-properties): complete options list (#3018)138db47fix(no-unused-vars): detect slot props used as component tags (#3008)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-vue since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)