[PR #70] [CLOSED] Bump @vue/cli-plugin-eslint from 3.5.0 to 4.1.2 #80

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 205cf3f Bump @vue/cli-plugin-eslint from 3.5.0 to 4.1.2

📊 Changes

2 files changed (+73 additions, -603 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+72 -602)

📄 Description

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

Release notes

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

v4.1.2

4.1.2 (2019-12-28)

🐛 Bug Fix

  • @vue/cli-plugin-pwa
    • #4974 fix: fix several bugs in the PWA plugin UI, make it usable again (@sodatea)
  • @vue/cli
    • #4922 fix: should download to different tmp directories for different preset names (@sodatea)
  • @vue/cli-plugin-babel
    • #4924 fix: do not throw when babel config contains ignore/include/exclude (@sodatea)

📝 Documentation

🏠 Internal

Committers: 9

v4.1.1

🐛 Bug Fix

  • @vue/cli-plugin-typescript

Committers: 1

v4.1.0

Notable Changes

... (truncated)
Changelog

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

4.1.2 (2019-12-28)

🐛 Bug Fix

  • @vue/cli-plugin-pwa
    • #4974 fix: fix several bugs in the PWA plugin UI, make it usable again (@sodatea)
  • @vue/cli
    • #4922 fix: should download to different directories for different presets (@sodatea)
  • @vue/cli-plugin-babel
    • #4924 fix: do not throw when babel config contains ignore/include/exclude (@sodatea)

📝 Documentation

🏠 Internal

Committers: 9

4.1.1 (2019-11-27)

🐛 Bug Fix

  • @vue/cli-plugin-typescript

Committers: 1

... (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.


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/70 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.1.2` --- ### 📝 Commits (1) - [`205cf3f`](https://github.com/moollaza/repo-remover/commit/205cf3fc6d1f31bc160504a97243f98880582efd) Bump @vue/cli-plugin-eslint from 3.5.0 to 4.1.2 ### 📊 Changes **2 files changed** (+73 additions, -603 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+72 -602) </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.1.2. <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.1.2</h2> <h2>4.1.2 (2019-12-28)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli-plugin-pwa</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4974">#4974</a> fix: fix several bugs in the PWA plugin UI, make it usable again (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4922">#4922</a> fix: should download to different tmp directories for different preset names (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-babel</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4924">#4924</a> fix: do not throw when babel config contains <code>ignore</code>/<code>include</code>/<code>exclude</code> (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>@vue/cli-service-global</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5004">#5004</a> build: fix npm link to homepage (<a href="https://github.com/Scrum">@Scrum</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-unit-jest</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4754">#4754</a> docs: update debugging instructions (<a href="https://github.com/zigomir">@zigomir</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4976">#4976</a> docs: his -&gt; their (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4973">#4973</a> docs: mention navigateFallback option for PWA App Shell caching (<a href="https://github.com/clementmas">@clementmas</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4917">#4917</a> docs: [RU] Translation update (<a href="https://github.com/Alex-Sokolov">@Alex-Sokolov</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>dependency maintenance across all packages</li> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4904">#4904</a> refactor: use inline approach (<a href="https://github.com/jamesgeorge007">@jamesgeorge007</a>)</li> </ul> </li> <li><code>@vue/cli-service</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4909">#4909</a> changed var-name <code>async</code> to <code>isAsync</code> (<a href="https://github.com/ikumargaurav">@ikumargaurav</a>)</li> </ul> </li> </ul> <h4>Committers: 9</h4> <ul> <li>Alexander Sokolov (<a href="https://github.com/Alex-Sokolov">@Alex-Sokolov</a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li>Ivan Demidov (<a href="https://github.com/Scrum">@Scrum</a>)</li> <li>James George (<a href="https://github.com/jamesgeorge007">@jamesgeorge007</a>)</li> <li>Jorge Moliner (<a href="https://github.com/whoisjorge">@whoisjorge</a>)</li> <li>Jun-Kyu Kim (<a href="https://github.com/x6ax6b">@x6ax6b</a>)</li> <li>Kumar Gaurav (<a href="https://github.com/ikumargaurav">@ikumargaurav</a>)</li> <li>clem (<a href="https://github.com/clementmas">@clementmas</a>)</li> <li>ziga (<a href="https://github.com/zigomir">@zigomir</a>)</li> </ul> <h2>v4.1.1</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli-plugin-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4894">#4894</a> fix: fix tsx compilation (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> <h2>v4.1.0</h2> <h3>Notable Changes</h3> </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.1.2 (2019-12-28)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli-plugin-pwa</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4974">#4974</a> fix: fix several bugs in the PWA plugin UI, make it usable again (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4922">#4922</a> fix: should download to different directories for different presets (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-babel</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4924">#4924</a> fix: do not throw when babel config contains ignore/include/exclude (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>@vue/cli-service-global</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5004">#5004</a> build: fix link to homepage (<a href="https://github.com/Scrum">@Scrum</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-unit-jest</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4754">#4754</a> Update debugging instructions (<a href="https://github.com/zigomir">@zigomir</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4976">#4976</a> docs: his -&gt; their (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4973">#4973</a> docs: mention navigateFallback option for PWA App Shell caching (<a href="https://github.com/clementmas">@clementmas</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4917">#4917</a> docs: [RU] Translation update (<a href="https://github.com/Alex-Sokolov">@Alex-Sokolov</a>)</li> </ul> </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/4904">#4904</a> refactor: use inline approach (<a href="https://github.com/jamesgeorge007">@jamesgeorge007</a>)</li> </ul> </li> <li><code>@vue/cli-service</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4909">#4909</a> changed var-name <code>async</code> to <code>isAsync</code> (<a href="https://github.com/ikumargaurav">@ikumargaurav</a>)</li> </ul> </li> </ul> <h4>Committers: 9</h4> <ul> <li>Alexander Sokolov (<a href="https://github.com/Alex-Sokolov">@Alex-Sokolov</a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li>Ivan Demidov (<a href="https://github.com/Scrum">@Scrum</a>)</li> <li>James George (<a href="https://github.com/jamesgeorge007">@jamesgeorge007</a>)</li> <li>Jorge Moliner (<a href="https://github.com/whoisjorge">@whoisjorge</a>)</li> <li>Jun-Kyu Kim (<a href="https://github.com/x6ax6b">@x6ax6b</a>)</li> <li>Kumar Gaurav (<a href="https://github.com/ikumargaurav">@ikumargaurav</a>)</li> <li>clem (<a href="https://github.com/clementmas">@clementmas</a>)</li> <li>ziga (<a href="https://github.com/zigomir">@zigomir</a>)</li> </ul> <h2>4.1.1 (2019-11-27)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli-plugin-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4894">#4894</a> fix: fix tsx compilation (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-cli/commit/3b7227d54402bc1c21394bd57597e5fbe94e9107"><code>3b7227d</code></a> v4.1.2</li> <li><a href="https://github.com/vuejs/vue-cli/commit/3873d02382dfcb4e63b60bceca59eb75d34f3221"><code>3873d02</code></a> chore: dependency maintenance</li> <li><a href="https://github.com/vuejs/vue-cli/commit/2ddcc65dfe2a1f75df9df0b391c9b3e181407faf"><code>2ddcc65</code></a> v4.1.1</li> <li><a href="https://github.com/vuejs/vue-cli/commit/d316a187894a588722018c46113182c9dcb6c178"><code>d316a18</code></a> v4.1.0</li> <li><a href="https://github.com/vuejs/vue-cli/commit/84aed8ef100776ca83f297bb42725d5127e87663"><code>84aed8e</code></a> chore: dependency maintenance</li> <li><a href="https://github.com/vuejs/vue-cli/commit/1c41371a42d1e5c2d7c1213a4297dc899b9535e6"><code>1c41371</code></a> v4.1.0-beta.0</li> <li><a href="https://github.com/vuejs/vue-cli/commit/17925c6ae643608853d43bb413ceccc4b8a1bd6b"><code>17925c6</code></a> v4.0.5</li> <li><a href="https://github.com/vuejs/vue-cli/commit/31df36d85fe9c63f26054afce2fb85f6147c1596"><code>31df36d</code></a> fix(eslint): autofix code style after scaffolding on older versions of cli (#...</li> <li><a href="https://github.com/vuejs/vue-cli/commit/86c500fd4b72179a17f12db9132d4a989a914135"><code>86c500f</code></a> chore: dependency maintenance (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/4734">#4734</a>)</li> <li><a href="https://github.com/vuejs/vue-cli/commit/85c9cbfedaee327a704cd9a3481833971e8bb8e8"><code>85c9cbf</code></a> fix: fix eslint not found error in <code>vue serve</code> command (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/4728">#4728</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-cli/commits/v4.1.2/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.1.2)](https://dependabot.com/compatibility-score.html?dependency-name=@vue/cli-plugin-eslint&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=4.1.2) 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 04:36:46 +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#80
No description provided.