build(deps-dev): bump eslint-plugin-vue from 6.0.1 to 6.1.1 in /webapp
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps eslint-plugin-vue from 6.0.1 to 6.1.1.
Release notes
Sourced from eslint-plugin-vue's releases.
v6.1.1
🐛 Bug Fixes
- #1019 Fixed crashes in
no-reserved-component-names
,match-component-file-name
andcomponent-definition-name-casing
rules
All commits: v6.1.0 -> v6.1.1
v6.1.0
✨ EnhancementsCore:
- #985 Upgrade vue-eslint-parser to 7.0.0
New Rules:
- #886 Added
vue/static-class-names-order
rule that enforce the order of static class names.- #945 Added
vue/require-name-property
rule that require a name property in Vue components.- #757 Added
vue/no-reserved-component-names
rule that disallow the use of reserved names in component definitions.- #763 Added
vue/component-tags-order
rule that enforce the order of component top-level elements.- #646 Added
vue/component-definition-name-casing
rule that enforce specific casing for component definition name.- #647 Added
vue/valid-v-bind-sync
rule that checks whether every.sync
modifier onv-bind
directives is valid.- #839 Added
vue/no-deprecated-slot-attribute
rule that disallowsslot
attribute.- #840 Added
vue/no-deprecated-slot-scope-attribute
rule that disallowsslot-scope
attribute.- #841 Added
vue/no-unsupported-features
rule that disallow unsupported Vue.js syntax on the specified version.- #843 Added
vue/no-static-inline-styles
rule that disallow static inlinestyle
attributes.- #959 Added
vue/max-len
rule that enforces a maximum line length.- #964 Added
vue/no-irregular-whitespace
rule that disallow irregular whitespace.
🐛 Bug Fixes
All commits: v6.0.2 -> v6.1.0
v6.0.2
🐛 Bug Fixes
- #962 Fixed false positives inside the ternary operator in
no-async-in-computed-properties
.- #963 Fixed an issue that caused an error when extra commas were included in
require-prop-type-constructor
.- #1009 Fixed an issue that code was broken by autofix of
require-prop-type-constructor
.- #1010 Fixed broken links in messages.
... (truncated)
Commits
-
1a58ed7
version v6.1.1 -
3f94c08
Fixed crashes ofno-reserved-component-names
,match-component-file-name
a... -
ee4143b
version 6.1.0 -
386cec4
Fixed: "ignores" option ofhtml-indent
does not work (#1016) -
c8cdd77
Fixed wrong indentation (#1015) -
99fe70d
Update documents and Fixed lint error (#1014) -
d397635
rule:attrubutes-order moved attributest to constants (#951) -
b0a4a26
Improve (slightly) sentence grammar in User Guide (#972) -
18076fd
Update README.md (#946) -
5cce6e0
Fix missing word in opening sentence (#969) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ota-meshi, 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)