[PR #48] [MERGED] Bump eslint-plugin-vue from 5.1.0 to 6.0.1 #55

Closed
opened 2026-02-26 04:36:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/48
Author: @dependabot-preview[bot]
Created: 12/16/2019
Status: Merged
Merged: 12/19/2019
Merged by: @moollaza

Base: masterHead: dependabot/npm_and_yarn/eslint-plugin-vue-6.0.1


📝 Commits (1)

  • 534a4c9 Bump eslint-plugin-vue from 5.1.0 to 6.0.1

📊 Changes

2 files changed (+12 additions, -21 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+11 -20)

📄 Description

Bumps eslint-plugin-vue from 5.1.0 to 6.0.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v6.0.1

🐛 Bug Fixes

  • #984 Fixed an issue where the message "requires a peer of eslint@^5.0.0" was reported when installing the eslint-plugin-vue.

v6.0.0

💥 Breaking Changes

  • #979 Dropped support for Node.js 6.x, ESLint 5.x.
  • #940 Dropped autofix of vue/prop-name-casing.
  • #823 Added Nuxt properties to the default order of vue/order-in-components.
  • #895 #807 Upgrade to vue-eslint-parser@6.0.4

Enhancements

Core:

  • #807 Support new syntax in Vue.js 2.6.
  • #979 Added support for ESLint 6.x.

New Rules:

  • #798 Added vue/no-empty-pattern rule applies no-empty-pattern rule to expressions in \<template>.
  • #794 Added vue/dot-location rule applies dot-location rule to expressions in \<template>.
  • #795 Added vue/keyword-spacing rule applies keyword-spacing rule to expressions in \<template>.
  • #838 Added vue/no-deprecated-scope-attribute rule that reports deprecated scope attribute in Vue.js v2.5.0+.
  • #837 Added vue/valid-v-slot rule that checks whether every v-slot directive is valid.
  • #836 Added vue/v-slot-style rule that enforces v-slot directive style which you should use shorthand or long form.

🐛 Bug Fixes

  • #904 Fixed vue/use-v-on-exact to allows events with different key codes
  • #937 Fixed typo in vue/valid-v-else rule message

All commits: v5.2.3 -> v6.0.0

v5.2.3

🐛 Bug Fixes

  • 082c03de5dd1f6efe27e2f6dd9fd111f1434ce61 fixed a crash bug on ESLint 6.0.0.

v5.2.2

🐛 Bug Fixes

  • #821 fixed vue/no-boolean-default rule to not crash if the option is default-false and no default property.

v5.2.1

🐛 Bug Fixes

... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moollaza/repo-remover/pull/48 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/16/2019 **Status:** ✅ Merged **Merged:** 12/19/2019 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-vue-6.0.1` --- ### 📝 Commits (1) - [`534a4c9`](https://github.com/moollaza/repo-remover/commit/534a4c9a5bac5f4049fecd36224166273fc23d15) Bump eslint-plugin-vue from 5.1.0 to 6.0.1 ### 📊 Changes **2 files changed** (+12 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+11 -20) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.1.0 to 6.0.1. <details> <summary>Release notes</summary> *Sourced from [eslint-plugin-vue's releases](https://github.com/vuejs/eslint-plugin-vue/releases).* > ## v6.0.1 > ## 🐛 Bug Fixes > > - [#984](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/984) Fixed an issue where the message "requires a peer of eslint@^5.0.0" was reported when installing the eslint-plugin-vue. > > ## v6.0.0 > ## 💥 Breaking Changes > > - [#979](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/979) Dropped support for Node.js 6.x, ESLint 5.x. > - [#940](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/940) Dropped autofix of `vue/prop-name-casing`. > - [#823](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/823) Added `Nuxt` properties to the default order of `vue/order-in-components`. > - [#895](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/895) [#807](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/807) Upgrade to `vue-eslint-parser`@6.0.4 > > ## ✨ Enhancements > > ### Core: > > - [#807](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/807) Support new syntax in Vue.js 2.6. > - [#979](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/979) Added support for ESLint 6.x. > > ### New Rules: > > - [#798](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/798) Added `vue/no-empty-pattern` rule applies `no-empty-pattern` rule to expressions in `\<template>`. > - [#794](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/794) Added `vue/dot-location` rule applies `dot-location` rule to expressions in `\<template>`. > - [#795](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/795) Added `vue/keyword-spacing` rule applies `keyword-spacing` rule to expressions in `\<template>`. > - [#838](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/838) Added `vue/no-deprecated-scope-attribute` rule that reports deprecated `scope` attribute in Vue.js v2.5.0+. > - [#837](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/837) Added `vue/valid-v-slot` rule that checks whether every `v-slot` directive is valid. > - [#836](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/836) Added `vue/v-slot-style` rule that enforces `v-slot` directive style which you should use shorthand or long form. > > ## 🐛 Bug Fixes > > - [#904](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/904) Fixed `vue/use-v-on-exact` to allows events with different key codes > - [#937](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/937) Fixed typo in `vue/valid-v-else` rule message > > ---- > > **All commits:** [v5.2.3 -> v6.0.0](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.3...v6.0.0) > > ## v5.2.3 > ## 🐛 Bug Fixes > > - 082c03de5dd1f6efe27e2f6dd9fd111f1434ce61 fixed a crash bug on ESLint 6.0.0. > > ## v5.2.2 > ## 🐛 Bug Fixes > > - [#821](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/821) fixed `vue/no-boolean-default` rule to not crash if the option is `default-false` and no `default` property. > > ## v5.2.1 > ### 🐛 Bug Fixes ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`fc7afd7`](https://github.com/vuejs/eslint-plugin-vue/commit/fc7afd7e9f492826a9a5b3255fd6d0404717dfb2) 6.0.1 - [`3643c9a`](https://github.com/vuejs/eslint-plugin-vue/commit/3643c9affa7c82061fdf93177d5d36be32a25fa5) Upgrade vue-eslint-parser@^6.0.5 ([#984](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/984)) - [`ccb3dbb`](https://github.com/vuejs/eslint-plugin-vue/commit/ccb3dbbef4ec95b5f3813f895fc264a8e6ee62e3) 6.0.0 - [`6d48d11`](https://github.com/vuejs/eslint-plugin-vue/commit/6d48d118e19096ac83d8abc7773c97d77ca87b51) Chore: Update packages to support ESlint v6 ([#979](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/979)) - [`edf43ff`](https://github.com/vuejs/eslint-plugin-vue/commit/edf43ffe1c56db99c81d8eaa62de36b2fa47604e) Drop autofix of prop-name-casing. ([#940](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/940)) - [`3836af4`](https://github.com/vuejs/eslint-plugin-vue/commit/3836af4cac1db79a5e33c8a6464b2bd9670a9494) Fix: register v-slot-style and valid-v-slot ([#880](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/880)) - [`e59eb09`](https://github.com/vuejs/eslint-plugin-vue/commit/e59eb0986e54bf9e03d09d5c1c0368d63912af9e) Fixed jsx parsing error ([#961](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/961)) - [`1d12b93`](https://github.com/vuejs/eslint-plugin-vue/commit/1d12b93e510c475433ec61ef9257bec2cd467c3c) typo ([#947](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/947)) - [`27fc35c`](https://github.com/vuejs/eslint-plugin-vue/commit/27fc35c8323cfceeafd3129f03129998f9ddd424) chore: Keep Nuxt's 'asyncData' and 'fetch' with 'data' ([#823](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/823)) - [`d822a03`](https://github.com/vuejs/eslint-plugin-vue/commit/d822a0313016c52db82f88c73a7b6a6fe8539cd6) pref: improve traverse ([#912](https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/912)) - Additional commits viewable in [compare view](https://github.com/vuejs/eslint-plugin-vue/compare/v5.1.0...v6.0.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=5.1.0&new-version=6.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=5.1.0&new-version=6.0.1) 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-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/repo-remover-moollaza#55
No description provided.