Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-plugin-vue from 5.0.0-beta.3 to 5.0.0-beta.5 #437

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 23, 2018

Bumps eslint-plugin-vue from 5.0.0-beta.3 to 5.0.0-beta.5.

Release notes

Sourced from eslint-plugin-vue's releases.

v5.0.0-beta.4

Diff: v5.0.0-beta.3 -> v5.0.0-beta.4

⭐ Features

  • 7c574f416c16573bf2a482b2378af65b71b08f39 #271 Add [use-v-on-exact] rule
  • b36337907aee50582bbd728c526ac04d3e3d5d07 #535 Add ignoreProperties option to [no-multi-spaces] rule
  • d0fd01f267b7fc5e6318d0cc7971ffac447f2ad0 #519 Add modifiers option to [valid-v-on] rule
  • 2049c5c0187a7d2c45b71d3a28611f81b1d6169b #556 Add "ignoreWhenBindingPresent" option to [no-unused-component] rule

🐛 Bug fixes

  • f7a4dc01a97cd6c1b25609bd3caa5c45bb04af74 #580 Fix false positives regarding components inside SVGs
  • 7bb543803669d1003a07345e80b5150b929c8047 #648 The name of the iteration variable in [valid-v-model] message is incorrect
  • 501a4092c4e9a776574da4228938f0bb1174f105 #637 Don't ignore elements with "is" binding in [component-name-in-template-casing]
  • 023121c7c98edd4dbf1f1f499dbb84485f41a93c #550 Fix logic behind kabab-case and snake_case for propID
  • d1cd06ef146baf34b00cb967c3455c234a4ed59d #240 Fix false positives of iteration variable in [valid-v-model]
  • 6032f213bba901df65df71b16e18803f500e67a8 #595 #596 Fix issues with props:
    • [prop-name-casing]: is working now with array props literals
    • [prop-name-casing]: reports all errors if there are non Literal keys in it
    • require-default-prop: allow to use shorthand, properties and function calls
    • require-prop-types: reports names for types different than literals
    • require-prop-types: fix false positive error when is set to empty array
    • require-prop-types: will return now errors about each prop from ArrayExpression
    • fix spread operator issues across all prop related rules
  • 176aa8b209740b628705af09e291c9976ff89b98 #616 Improve error message in [max-attributes-per-line]
  • dcaccd5f75450069c4da11b69ab569c9a40f0f36 #614 Improve errors in [valid-v-on], detect forbidden keywords
  • badd05113630a79aaa1be29e4785308a08bacf65 #564 #575 Fix issues with TypeScript in require-default-prop, require-prop-types, require-prop-type-constructor, require-valid-default-prop
    • Allow to use export default (Vue as VueConstructor<Vue>).extend({ syntax
  • 45be30659050853ff032cf81000a15657b0150c4 #606 Improve detection of components in no-unused-components rule
  • dd6ed4fb9d86a765d6f8e0894a928f9cbab61d3b #598 Ignore templates with src tag in no-unused-components
  • 096949bb8a93f05d752f339d850332e4f1968358 #615 Fix reporting correct name in require-prop-type-constructor
  • bc29d3d78f5c413fa102f6263e4ba9a7bae3f0a2 #560 Allow null type in require-prop-type-constructor
  • b1e1bb95ebfdc98a8187551c27c6d2b9f73b1625 #566 Fix: if no trailing comma, not to leave trailing comma after fixed of order-in-components
  • f0c8b379ce8e98f5f3cd0ee582ad6abbf6604f7f #554 Improve auto fix when html-self-closing and [component-name-in-template-casing] are active
  • 2049c5c0187a7d2c45b71d3a28611f81b1d6169b #556 Improve detecting custom components in [no-unused-component] rule

⚙️ Chores / Updates

  • 449789bb4385ec483bca8aab8a747dad65234a9b Add VSC launch configuration
  • cd26c7e8991dfd96b4716c26514d40c91fb5e698 Add "how to integrate with Sublime Text"
  • c1f43f55e2ccfc01a665b34e3df58e5876c1096b Add "how to integrate with Atom editor"
  • 562fde184a7a37f551fc98711a0bb4233c749606 Add "how to disable Vetur template validation"
  • 1b5a799bad163525196e3f8c49bcf88f842d21c5 ba3ba3de4245db1f86e9ec20e756db8774feeb85 5c435081e8051bf5f3dd1733e51d87ef1e80fa64 3ccf3ef209e45ee29b5d5235af97a8b8d6ea98aa 84743088046d9427f196fab36dc9efdc9754fee9 ce7cb10ed0e8925978e3ef493babde22e7dc2c67 117ffc619f15cbb4ed627d58b922e03f4d02acc0 Update readme and documentations
  • 2ddcec94ea49cbd132a87c2e072efb0704729ec1 remove eslint-plugin-html from dependencies
... (truncated)
Commits
  • 1ef1d33 5.0.0-beta.5
  • b18d351 chore: add type to all rules (#673)
  • 3dd2e42 chore: enable no-mixed-operators to catch potentially harmful expressions (#672)
  • c15f05e chore: Report errors only for base and essential rules (#654)
  • c75a188 add instruction about the linter on contribution guide (#669)
  • 276fe20 Fix: singleline-html-element-content-newline case sensitivity (#666)
  • 07a7d9f Fix: multiline-html-element-content-newline case sensitivity (#663)
  • 5da94e1 Update valid-v-bind.md (#660)
  • adb4a0d Fix reporting issues from executeOnFunctionsWithoutReturn (#655)
  • 8fd7ab8 chore: Update uncategorized rules' categories (#651)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will not automatically merge this PR because it includes a non-semver update to a development dependency.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 23, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-5.0.0-beta.5 branch 10 times, most recently from 3f671b5 to 7a2b0fe Compare November 28, 2018 15:06
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-5.0.0-beta.5 branch from 7a2b0fe to f5833ea Compare November 29, 2018 17:03
@dependabot-preview
Copy link
Contributor Author

Superseded by #473.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-vue-5.0.0-beta.5 branch December 3, 2018 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant