[PR #94] [CLOSED] Bump @vue/cli-plugin-eslint from 3.5.0 to 4.2.3 #101

Closed
opened 2026-02-26 05:30:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/94
Author: @dependabot-preview[bot]
Created: 2/28/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.2.3


📝 Commits (1)

  • ee41917 Bump @vue/cli-plugin-eslint from 3.5.0 to 4.2.3

📊 Changes

2 files changed (+97 additions, -625 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+96 -624)

📄 Description

Bumps @vue/cli-plugin-eslint from 3.5.0 to 4.2.3.

Release notes

Sourced from @vue/cli-plugin-eslint's releases.

v4.2.3

🐛 Bug Fix

  • @vue/cli
    • #5163 fix "Vue packages version mismatch" error caused by other global packages (@sodatea)
    • #5202 fix(GeneratorAPI): remove warning when using extendPackage with prune (@cexbrayat)
  • @vue/cli-service-global
    • #5196 fix(cli-service-global): fix no-debugger rule config (@sodatea)

📝 Documentation

🏠 Internal

Committers: 9

v4.2.2

🐛 Bug Fix

  • @vue/cli

v4.2.1

🐛 Bug Fix

v4.2.0

How to Upgrade

First, reinstall the latest version of @vue/cli globally.

yarn global add @vue/cli
# OR
npm install -g @vue/cli
... (truncated)
Changelog

Sourced from @vue/cli-plugin-eslint's changelog.

4.2.3 (2020-02-27)

🐛 Bug Fix

  • @vue/cli
    • #5163 fix "Vue packages version mismatch" error caused by other global packages (@sodatea)
    • #5202 fix(GeneratorAPI): remove warning when using extendPackage with prune (@cexbrayat)
  • @vue/cli-service-global
    • #5196 fix(cli-service-global): fix no-debugger rule config (@sodatea)

📝 Documentation

🏠 Internal

Committers: 9

4.2.2 (2020-02-07)

🐛 Bug Fix

  • @vue/cli

4.2.1 (2020-02-07)

🐛 Bug Fix

📝 Documentation

... (truncated)
Commits
  • 0380f22 v4.2.3
  • 94da524 v4.2.2
  • 8b951f8 v4.2.1
  • 079a451 v4.2.0
  • f5f4de0 feat(GeneratorAPI): allow passing options to api.extendPackage (#5149)
  • 1b64ff8 fix: fix eslint errors for typescript + e2e-nightwatch setup
  • 3ee096e fix: don't output warning message on eslint deps upgrade
  • 4501390 test: uncomment the airbnb eslint migrator test
  • 8028d9f chore: dependency maintenance
  • 592b305 chore: add newline in prompt message
  • 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 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/94 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/28/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.2.3` --- ### 📝 Commits (1) - [`ee41917`](https://github.com/moollaza/repo-remover/commit/ee419179650dfb8820afaf23d529010a99032288) Bump @vue/cli-plugin-eslint from 3.5.0 to 4.2.3 ### 📊 Changes **2 files changed** (+97 additions, -625 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+96 -624) </details> ### 📄 Description Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) from 3.5.0 to 4.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-cli/releases">@vue/cli-plugin-eslint's releases</a>.</em></p> <blockquote> <h2>v4.2.3</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5163">#5163</a> fix &quot;Vue packages version mismatch&quot; error caused by other global packages (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5202">#5202</a> fix(GeneratorAPI): remove warning when using extendPackage with prune (<a href="https://github.com/cexbrayat">@cexbrayat</a>)</li> </ul> </li> <li><code>@vue/cli-service-global</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5196">#5196</a> fix(cli-service-global): fix no-debugger rule config (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5224">#5224</a> Update mode-and-env.md (<a href="https://github.com/derline">@derline</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5184">#5184</a> Remove unnecessary hyphen (<a href="https://github.com/dehero">@dehero</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5209">#5209</a> docs(zh): update example format (<a href="https://github.com/defead">@defead</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5141">#5141</a> docs(zh): Update now 404 url (<a href="https://github.com/xiaohp">@xiaohp</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5176">#5176</a> Added basic upgrading instructions (<a href="https://github.com/Uninen">@Uninen</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5157">#5157</a> docs(zh): fix typos (<a href="https://github.com/maomao1996">@maomao1996</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5166">#5166</a> chore: switch over to leven for command suggestion (<a href="https://github.com/jamesgeorge007">@jamesgeorge007</a>)</li> </ul> </li> </ul> <h4>Committers: 9</h4> <ul> <li>Cédric Exbrayat (<a href="https://github.com/cexbrayat">@cexbrayat</a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li>James George (<a href="https://github.com/jamesgeorge007">@jamesgeorge007</a>)</li> <li>Ville Säävuori (<a href="https://github.com/Uninen">@Uninen</a>)</li> <li>Xiao Haiping (<a href="https://github.com/xiaohp">@xiaohp</a>)</li> <li><a href="https://github.com/defead">@defead</a></li> <li><a href="https://github.com/dehero">@dehero</a></li> <li><a href="https://github.com/derline">@derline</a></li> <li>茂茂 (<a href="https://github.com/maomao1996">@maomao1996</a>)</li> </ul> <h2>v4.2.2</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli</code> <ul> <li><a href="https://github.com/vuejs/vue-cli/commit/0d0168b">0d0168b</a> fix(ui): fix the incorrect RegExp used for CORS check (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h2>v4.2.1</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli-ui</code> <ul> <li><a href="https://github.com/vuejs/vue-cli/commit/776275d">776275d</a> fix: add graphql-server.js to npm files (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h2>v4.2.0</h2> <h2>How to Upgrade</h2> <p>First, reinstall the latest version of <code>@vue/cli</code> globally.</p> <pre><code>yarn global add @vue/cli # OR npm install -g @vue/cli </code></pre> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md">@vue/cli-plugin-eslint's changelog</a>.</em></p> <blockquote> <h2>4.2.3 (2020-02-27)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5163">#5163</a> fix &quot;Vue packages version mismatch&quot; error caused by other global packages (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5202">#5202</a> fix(GeneratorAPI): remove warning when using extendPackage with prune (<a href="https://github.com/cexbrayat">@cexbrayat</a>)</li> </ul> </li> <li><code>@vue/cli-service-global</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5196">#5196</a> fix(cli-service-global): fix no-debugger rule config (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5224">#5224</a> Update mode-and-env.md (<a href="https://github.com/derline">@derline</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5184">#5184</a> Remove unnecessary hyphen (<a href="https://github.com/dehero">@dehero</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5209">#5209</a> docs(zh): update example format (<a href="https://github.com/defead">@defead</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5141">#5141</a> docs(zh): Update now 404 url (<a href="https://github.com/xiaohp">@xiaohp</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5176">#5176</a> Added basic upgrading instructions (<a href="https://github.com/Uninen">@Uninen</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5157">#5157</a> docs(zh): fix typos (<a href="https://github.com/maomao1996">@maomao1996</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5166">#5166</a> chore: switch over to leven for command suggestion (<a href="https://github.com/jamesgeorge007">@jamesgeorge007</a>)</li> </ul> </li> </ul> <h4>Committers: 9</h4> <ul> <li>Cédric Exbrayat (<a href="https://github.com/cexbrayat">@cexbrayat</a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li>James George (<a href="https://github.com/jamesgeorge007">@jamesgeorge007</a>)</li> <li>Ville Säävuori (<a href="https://github.com/Uninen">@Uninen</a>)</li> <li>Xiao Haiping (<a href="https://github.com/xiaohp">@xiaohp</a>)</li> <li><a href="https://github.com/defead">@defead</a></li> <li><a href="https://github.com/dehero">@dehero</a></li> <li><a href="https://github.com/derline">@derline</a></li> <li>茂茂 (<a href="https://github.com/maomao1996">@maomao1996</a>)</li> </ul> <h2>4.2.2 (2020-02-07)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli</code> <ul> <li><a href="https://github.com/vuejs/vue-cli/commit/0d0168b">0d0168b</a> fix(ui): fix the incorrect RegExp used for CORS check (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h2>4.2.1 (2020-02-07)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli-ui</code> <ul> <li><a href="https://github.com/vuejs/vue-cli/commit/776275d">776275d</a> fix: add graphql-server.js to npm files (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5126">#5126</a> fix(docs): new travis CLI interface (<a href="https://github.com/iliyaZelenko">@iliyaZelenko</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5122">#5122</a> Add a demo for multiple loaders (Chinese doc) (<a href="https://github.com/FrankFang">@FrankFang</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5094">#5094</a> docs: [RU] Translation update (<a href="https://github.com/Alex-Sokolov">@Alex-Sokolov</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5081">#5081</a> line 47 according to english version (<a href="https://github.com/defead">@defead</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-cli/commit/0380f226b9d5df188622c6bdb3d1b12f8b4e044c"><code>0380f22</code></a> v4.2.3</li> <li><a href="https://github.com/vuejs/vue-cli/commit/94da5243bebae0359951288568c9992c6933a1a6"><code>94da524</code></a> v4.2.2</li> <li><a href="https://github.com/vuejs/vue-cli/commit/8b951f81d586a9a7472ce43240fe2e525dc09ded"><code>8b951f8</code></a> v4.2.1</li> <li><a href="https://github.com/vuejs/vue-cli/commit/079a451f18003eabf3eca88107df75b5583024d7"><code>079a451</code></a> v4.2.0</li> <li><a href="https://github.com/vuejs/vue-cli/commit/f5f4de0aa31e9e6c3fd57807fba2bccca072b687"><code>f5f4de0</code></a> feat(GeneratorAPI): allow passing options to <code>api.extendPackage</code> (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/5149">#5149</a>)</li> <li><a href="https://github.com/vuejs/vue-cli/commit/1b64ff8464c317f8d5616626bf483f582c2e01c3"><code>1b64ff8</code></a> fix: fix eslint errors for typescript + e2e-nightwatch setup</li> <li><a href="https://github.com/vuejs/vue-cli/commit/3ee096ec35b97fccc54bcef87d3621dfedad3e9d"><code>3ee096e</code></a> fix: don't output warning message on eslint deps upgrade</li> <li><a href="https://github.com/vuejs/vue-cli/commit/45013906de6a0e84a65f8080705f93f82e8c9cf7"><code>4501390</code></a> test: uncomment the airbnb eslint migrator test</li> <li><a href="https://github.com/vuejs/vue-cli/commit/8028d9fff717e7cd2abee1c0d451df69fe0d498f"><code>8028d9f</code></a> chore: dependency maintenance</li> <li><a href="https://github.com/vuejs/vue-cli/commit/592b305d7e4cfb414b9d09af62a72e0270f5f03f"><code>592b305</code></a> chore: add newline in prompt message</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-cli/commits/v4.2.3/packages/@vue/cli-plugin-eslint">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@vue/cli-plugin-eslint&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=4.2.3)](https://dependabot.com/compatibility-score/?dependency-name=@vue/cli-plugin-eslint&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=4.2.3) 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) --- <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 05:30:23 +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#101
No description provided.