Bump eslint-plugin-vue from 9.33.0 to 10.4.0
Bumps eslint-plugin-vue from 9.33.0 to 10.4.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v10.4.0
Minor Changes
Added
ignoreParentsoption tovue/no-deprecated-slot-attribute(#2784)Added new
vue/no-negated-v-if-conditionrule (#2794)Added new
vue/no-negated-conditionrule (#2795)Patch Changes
Resolved TypeScript compatibility issues introduced by eslint-typegen (#2790)
Fixed inconsistent quotes in
vue/block-langerror messages (#2805)v10.3.0
Minor Changes
Added
@typescript-eslint/parseras an optional peer dependency (#2775)Added TypeScript IntelliSense support via eslint-typegen (#2770)
vue/no-deprecated-slot-attributeignoreoption now supports regex patterns (#2773)Patch Changes
Fixed false negatives when using typescript-eslint v8 in
vue/script-indentrule (#2775)
vue/no-restricted-html-elementsnow also checks SVG and MathML elements (#2755)Updated resources (#2752)
v10.2.0
Minor Changes
vue/no-restricted-html-elementsnow accepts multiple elements in each entry (#2750)Patch Changes
- Updated resources (#2747)
v10.1.0
✨ Enhancements
- #2734 Improved
allowlistoption ofvue/no-bare-strings-in-templaterule to accept regex.- #2736 Added
vue/define-props-destructuringrule that enforce consistent style for props destructuring.- #2685 Added
disallowCommentsoption tovue/no-multiple-template-rootrule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.1...v10.1.0
... (truncated)
Changelog
Sourced from eslint-plugin-vue's changelog.
10.4.0
Minor Changes
Added
ignoreParentsoption tovue/no-deprecated-slot-attribute(#2784)Added new
vue/no-negated-v-if-conditionrule (#2794)Added new
vue/no-negated-conditionrule (#2795)Patch Changes
Resolved TypeScript compatibility issues introduced by eslint-typegen (#2790)
Fixed inconsistent quotes in
vue/block-langerror messages (#2805)10.3.0
Minor Changes
Added
@typescript-eslint/parseras an optional peer dependency (#2775)Add TypeScript IntelliSense support via eslint-typegen (#2770)
vue/no-deprecated-slot-attributeignoreoption now supports regex patterns (#2773)Patch Changes
Fixed false negatives when using typescript-eslint v8 in
vue/script-indentrule (#2775)Update resources (#2752)
vue/no-restricted-html-elementsnow also checks SVG and MathML elements (#2755)10.2.0
Minor Changes
- vue/no-restricted-html-elements now accepts multiple elements in each entry. (#2750)
Patch Changes
- Updates resources (#2747)
Commits
15185f5Version Packages (#2792)87c7d83test(func-call-spacing): remove obsolete compatibility code (#2830)0701213test(no-deprecated-functional-template): make tests more strict (#2875)e0683fdtest(no-deprecated-html-element-is): make tests more strict (#2876)aca04e5test(no-deprecated-dollar-scopedslots-api): make tests more strict (#2872)fe5692dtest(no-deprecated-props-default-this): make tests more strict (#2878)d349881test(no-deprecated-inline-template): make tests more strict (#2877)1f59ac9test(no-deprecated-scope-attribute): make tests more strict (#2879)cb2ae5btest(no-deprecated-slot-attribute): make tests more strict (#2880)3b67050test(no-deprecated-slot-scope-attribute): make tests more strict (#2881)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Build Artifacts
| Asset type | Download link |
|---|---|
| PEX file | kolibri-0.19.0a1.dev0_git.41.g403c2e5c.pex |
| Windows Installer (EXE) | kolibri-0.19.0a1.dev0+git.41.g403c2e5c-windows-setup-unsigned.exe |
| Debian Package | kolibri_0.19.0a1.dev0+git.41.g403c2e5c-0ubuntu1_all.deb |
| Mac Installer (DMG) | kolibri-0.19.0a1.dev0+git.41.g403c2e5c.dmg |
| Android Package (APK) | kolibri-0.19.0a1.dev0+git.41.g403c2e5c-0.1.5-debug.apk |
| Raspberry Pi Image | kolibri-pi-image-0.19.0a1.dev0+git.41.g403c2e5c.zip |
| TAR file | kolibri-0.19.0a1.dev0+git.41.g403c2e5c.tar.gz |
| WHL file | kolibri-0.19.0a1.dev0+git.41.g403c2e5c-py2.py3-none-any.whl |
I think we will need to add a dependency on vue eslint parser to make this work.
Simply doing this got rid of the initial error, but produced another one.