[PR #135] [CLOSED] Bump @vue/cli-plugin-eslint from 4.3.1 to 4.4.6 #142

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • ed24532 Bump @vue/cli-plugin-eslint from 4.3.1 to 4.4.6

📊 Changes

2 files changed (+18 additions, -40 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+17 -39)

📄 Description

Bumps @vue/cli-plugin-eslint from 4.3.1 to 4.4.6.

Release notes

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

v4.4.6

🐛 Bug Fix

📝 Documentation

Committers: 1

v4.4.5

🐛 Bug Fix

  • @vue/cli-service
    • #5592 fix polyfill injection when building app on multiple threads (@dtcz)
    • #5598 fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored (@sodatea)
  • @vue/cli-plugin-e2e-cypress
  • @vue/cli
    • #5586 fix: support auth token when retrieving package metadata (@sodatea)
  • @vue/cli-plugin-e2e-nightwatch
    • #5528 fix: should not install corresponding webdriver if the browser is unselected (@sodatea)

🏠 Internal

  • @vue/cli-shared-utils
    • #5572 refactor: replace request-promise-native with util.promisify (@jeneser)

Committers: 5

v4.4.4

🐛 Bug Fix

  • @vue/cli-plugin-typescript
    • #5576 fix: should return the parse result in the compiler-sfc-shim (@sodatea)

Committers: 1

v4.4.3

How to Upgrade

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

yarn global add @vue/cli
</tr></table> ... (truncated)
Changelog

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

4.4.6 (2020-06-24)

🐛 Bug Fix

  • @vue/cli

📝 Documentation

Committers: 1

4.4.5 (2020-06-22)

🐛 Bug Fix

  • @vue/cli-service
    • #5592 fix polyfill injection when building app on multiple threads (@dtcz)
    • #5598 fix: fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored (@sodatea)
  • @vue/cli-plugin-e2e-cypress
  • @vue/cli
    • #5586 fix: support auth token when retrieving package metadata (@sodatea)
  • @vue/cli-plugin-e2e-nightwatch
    • #5528 fix(nightwatch): should not install corresponding webdriver if the browser is unselected (@sodatea)

🏠 Internal

  • @vue/cli-shared-utils
    • #5572 refactor: replace request-promise-native with util.promisify (@jeneser)

Committers: 5

4.4.4 (2020-06-12)

🐛 Bug Fix

  • @vue/cli-plugin-typescript
    • #5576 fix: should return the parse result in the compiler-sfc-shim (@sodatea)

Committers: 1

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/135 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.4.6` --- ### 📝 Commits (1) - [`ed24532`](https://github.com/moollaza/repo-remover/commit/ed24532ea1d9d4021c964d87bd7a0adbee9ab92d) Bump @vue/cli-plugin-eslint from 4.3.1 to 4.4.6 ### 📊 Changes **2 files changed** (+18 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+17 -39) </details> ### 📄 Description Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) from 4.3.1 to 4.4.6. <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.4.6</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/5614">#5614</a> fix jscodeshift peer dependency error (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5609">#5609</a> fix support for some legacy registry servers (<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/5603">#5603</a> docs: @babel-preset/env -&gt; @babel/preset-env (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> <h4>Committers: 1</h4> <ul> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> <h2>v4.4.5</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli-service</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5592">#5592</a> fix polyfill injection when building app on multiple threads (<a href="https://github.com/dtcz">@dtcz</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5598">#5598</a> fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-e2e-cypress</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5580">#5580</a> fix: stop ignoring --config-file cypress option (<a href="https://github.com/ahderman">@ahderman</a>)</li> </ul> </li> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5586">#5586</a> fix: support auth token when retrieving package metadata (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-e2e-nightwatch</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5528">#5528</a> fix: should not install corresponding webdriver if the browser is unselected (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>@vue/cli-shared-utils</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5572">#5572</a> refactor: replace request-promise-native with util.promisify (<a href="https://github.com/jeneser">@jeneser</a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Alexander Sokolov (<a href="https://github.com/Alex-Sokolov">@Alex-Sokolov</a>)</li> <li>Alexandre D'Erman (<a href="https://github.com/ahderman">@ahderman</a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li>Yazhe Wang (<a href="https://github.com/jeneser">@jeneser</a>)</li> <li><a href="https://github.com/dtcz">@dtcz</a></li> </ul> <h2>v4.4.4</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/5576">#5576</a> fix: should return the parse result in the compiler-sfc-shim (<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.4.3</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 &lt;/tr&gt;&lt;/table&gt; ... (truncated) </code></pre> </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.4.6 (2020-06-24)</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/5614">#5614</a> fix jscodeshift peer dependency error (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5609">#5609</a> fix: fix support for some legacy registry servers (<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/5603">#5603</a> docs: @babel-preset/env -&gt; @babel/preset-env (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5603">#5603</a> docs: @babel-preset/env -&gt; @babel/preset-env (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> <h4>Committers: 1</h4> <ul> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> <h2>4.4.5 (2020-06-22)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>@vue/cli-service</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5592">#5592</a> fix polyfill injection when building app on multiple threads (<a href="https://github.com/dtcz">@dtcz</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5598">#5598</a> fix: fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-e2e-cypress</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5580">#5580</a> Fix: stop ignoring --config-file cypress option (<a href="https://github.com/ahderman">@ahderman</a>)</li> </ul> </li> <li><code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5586">#5586</a> fix: support auth token when retrieving package metadata (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-e2e-nightwatch</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5528">#5528</a> fix(nightwatch): should not install corresponding webdriver if the browser is unselected (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>@vue/cli-shared-utils</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5572">#5572</a> refactor: replace request-promise-native with util.promisify (<a href="https://github.com/jeneser">@jeneser</a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Alexander Sokolov (<a href="https://github.com/Alex-Sokolov">@Alex-Sokolov</a>)</li> <li>Alexandre D'Erman (<a href="https://github.com/ahderman">@ahderman</a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li>Yazhe Wang (<a href="https://github.com/jeneser">@jeneser</a>)</li> <li><a href="https://github.com/dtcz">@dtcz</a></li> </ul> <h2>4.4.4 (2020-06-12)</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/5576">#5576</a> fix: should return the parse result in the compiler-sfc-shim (<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> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-cli/commit/e311b062cb388f4d6230ea45cdc3bd3512b88b61"><code>e311b06</code></a> v4.4.6</li> <li><a href="https://github.com/vuejs/vue-cli/commit/b66bc8c6e6e628f03cb2545871211c00795b266d"><code>b66bc8c</code></a> v4.4.5</li> <li><a href="https://github.com/vuejs/vue-cli/commit/6592e62770791d5d2c0236a73767975e29305a95"><code>6592e62</code></a> docs: update cli eslint plugin configuration (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/5579">#5579</a>) [ci skip]</li> <li><a href="https://github.com/vuejs/vue-cli/commit/78374b717ee3d7a4f3bc9e40d70cb946baedacab"><code>78374b7</code></a> v4.4.4</li> <li><a href="https://github.com/vuejs/vue-cli/commit/d9453e82271547a6f4c359968595cb303250b26c"><code>d9453e8</code></a> v4.4.3</li> <li><a href="https://github.com/vuejs/vue-cli/commit/e13f8f8588b71f728d4f3df6174f1ca25dbd06e5"><code>e13f8f8</code></a> chore: merge branch 'master' into dev</li> <li><a href="https://github.com/vuejs/vue-cli/commit/a4839e921bff841bf8893628282348f7f450a46e"><code>a4839e9</code></a> v4.4.2</li> <li><a href="https://github.com/vuejs/vue-cli/commit/1d0deded949e18dae25c91d4624091e4a30bb17f"><code>1d0dede</code></a> fix(eslint-migrator): skip upgrade prompt if eslint v7 is detected (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/5545">#5545</a>)</li> <li><a href="https://github.com/vuejs/vue-cli/commit/34f303b0b6a03f96e8c21d308931219154a7e627"><code>34f303b</code></a> v4.4.1</li> <li><a href="https://github.com/vuejs/vue-cli/commit/6323b73260e461c4aeb866fde4231f15d19f9c4e"><code>6323b73</code></a> v4.4.0</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-cli/commits/v4.4.6/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=4.3.1&new-version=4.4.6)](https://dependabot.com/compatibility-score/?dependency-name=@vue/cli-plugin-eslint&package-manager=npm_and_yarn&previous-version=4.3.1&new-version=4.4.6) 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:30 +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#142
No description provided.