Conversation
b5069f0 to
53ab8a1
Compare
1db3029 to
32b6abf
Compare
c8e4be3 to
c85c333
Compare
2c257a5 to
2b062a0
Compare
|
@FloEdelmann Note that the docs website is reflecting changes introduced in this PR Here: https://eslint.vuejs.org/user-guide/ I see the "Alternatively, there are versions of the configs with all rules set to error suffixed with -error that you can use." statement (implemented in #2796) which I was happy to see. But alas, it's not actually released yet. Is the workflow mistakenly publishing there? And when will this actually get released? Is there some schedule? |
2b062a0 to
d5a1f03
Compare
No, it works as intended. But we can think about deploying the docs only after a release, and have the
No, we release a patch version relatively quickly if there are critical bugs, and a minor version when enough stuff has accumulated and not too many work-in-progress PRs are open. But we'll likely release soon™. |
d5a1f03 to
93e6753
Compare
93e6753 to
fd94a4c
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
eslint-plugin-vue@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 TypeScript support for eslint-plugin-vue development (#2916)
Changed
vue/no-negated-v-if-conditionsuggestion to autofix (#2984)Added new
ignoreEOLCommentsoption tovue/no-multi-spacesrule (#2989)Patch Changes
Updated Vue 3 export names resources: added
DirectiveModifiers(#2996)Updated Vue 3 export names resources: added
nodeOpsandpatchProp(#2986)Fixed false positives in
vue/define-props-destructuringrule when imported types are passed todefineProps(#2995)