[PR #93] [CLOSED] Bump @vue/cli-service from 4.1.1 to 4.2.3 #100

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/93
Author: @dependabot-preview[bot]
Created: 2/28/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/vue/cli-service-4.2.3


📝 Commits (1)

  • 4d35a8c Bump @vue/cli-service from 4.1.1 to 4.2.3

📊 Changes

2 files changed (+209 additions, -164 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+208 -163)

📄 Description

Bumps @vue/cli-service from 4.1.1 to 4.2.3.

Release notes

Sourced from @vue/cli-service'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-service'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

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/93 **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-service-4.2.3` --- ### 📝 Commits (1) - [`4d35a8c`](https://github.com/moollaza/repo-remover/commit/4d35a8ce0141da703aef71c0e50bf33a3b70146d) Bump @vue/cli-service from 4.1.1 to 4.2.3 ### 📊 Changes **2 files changed** (+209 additions, -164 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+208 -163) </details> ### 📄 Description Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) from 4.1.1 to 4.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-cli/releases">@vue/cli-service'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-service'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/d49349177d598312a00a0a2e04653e480e6d59a9"><code>d493491</code></a> chore: pre release sync</li> <li><a href="https://github.com/vuejs/vue-cli/commit/02a4799256dddea12220bd064089a618edeb0b00"><code>02a4799</code></a> chore: update vue &amp; vue-template-compiler to 2.6.11</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/5bf6051b751088f3104b2a3e551914d93096732e"><code>5bf6051</code></a> fix: vue-template-compiler can be optional if @vue/compiler-sfc presents (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/5123">#5123</a>)</li> <li><a href="https://github.com/vuejs/vue-cli/commit/d11ecc2151b3e05a6d5cc0e57ad2452909b71d3a"><code>d11ecc2</code></a> fix: correctly calculate cacheIdentifier from lockfiles (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/5113">#5113</a>)</li> <li><a href="https://github.com/vuejs/vue-cli/commit/8fcea225b7b4406ff7c03e34d4e962b45d78ef9f"><code>8fcea22</code></a> feat: adds transparent PnP support to Webpack (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4953">#4953</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-cli/commits/v4.2.3/packages/@vue/cli-service">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@vue/cli-service&package-manager=npm_and_yarn&previous-version=4.1.1&new-version=4.2.3)](https://dependabot.com/compatibility-score/?dependency-name=@vue/cli-service&package-manager=npm_and_yarn&previous-version=4.1.1&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#100
No description provided.