[PR #86] [CLOSED] Bump @vue/cli-plugin-babel from 4.1.1 to 4.2.1 #94

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/vue/cli-plugin-babel-4.2.1


📝 Commits (1)

  • 852c7f0 Bump @vue/cli-plugin-babel from 4.1.1 to 4.2.1

📊 Changes

2 files changed (+713 additions, -526 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+712 -525)

📄 Description

Bumps @vue/cli-plugin-babel from 4.1.1 to 4.2.1.

Release notes

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

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

Then in the projects, run

vue upgrade

Notable Changes

Vue CLI UI CORS Issue

A critically CORS vulnerability is fixed in this version. We recommend all users of vue ui to upgrade to this version as soon as possible.

#4985 #5142

Lock Minor Version By Default

From this version on, newly-created projects and newly-added CLI plugins will lock the plugin version ranges to their minor versions.

The core functionalities of Vue CLI is quite stable at the moment. So we decided to make this change to improve project stability even more.

Users can run vue upgrade periodically to bump the minor versions in the projects. We also expect this change to make the adoption of new features smoother.

See more detailed explanation at vuejs/vue-cli#5012

ESLint 6

With the recent updates in the ecosystem (eslint-plugin-vue, @vue/eslint-config-airbnb, @vue/eslint-config-standard, @vue/eslint-config-prettier, @vue/eslint-config-typescript), Vue CLI now supports ESLint 6. It will scaffold all new projects will ESLint 6.

For users from older versions, ESLint 5 is still supported. If you want to adopt ESLint 6 in the project, it's recommended to migrate through the vue upgrade command; otherwise, there will be much manual work to do.

Optional Chaining & Nullish Coalescing

We now support the optional chaining and nullish coalescing operators!

... (truncated)
Changelog

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

4.2.1 (2020-02-07)

🐛 Bug Fix

📝 Documentation

Committers: 8

4.2.0 (2020-02-07)

🚀 New Features

  • @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli
    • #5149 feat(GeneratorAPI): allow passing options to api.extendPackage (@sodatea)
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #5147 feat: create projects with @vue/test-utils beta 31 (@sodatea)
  • @vue/cli-ui, @vue/cli
    • #5134 feat: lock minor versions when creating projects / adding plugins (@sodatea)
  • @vue/cli-plugin-typescript, @vue/cli-ui
  • @vue/cli
    • #5091 feat: vue upgrade monorepo support, --from option, and a new vue migrate --from command (@sodatea)
    • #4828 feat: add option --merge to create command (@zyy7259)
  • @vue/cli-service
  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-ui-addon-webpack, @vue/cli-ui-addon-widgets, @vue/cli-ui, @vue/cli
  • @vue/cli-service, @vue/cli-shared-utils, @vue/cli
... (truncated)
Commits
  • 8b951f8 v4.2.1
  • 079a451 v4.2.0
  • f5f4de0 feat(GeneratorAPI): allow passing options to api.extendPackage (#5149)
  • c8cecff refactor: remove usage of deprecated babel functions, preparing for babel 8 (...
  • 8028d9f chore: dependency maintenance
  • a468abf feat: implement a migrator to upgrade to eslint 6 (#5085)
  • 3b7227d v4.1.2
  • c7961cd fix: do not throw when babel config contains ignore/include/exclude (#4924)
  • 3873d02 chore: dependency maintenance
  • See full diff 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/86 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue/cli-plugin-babel-4.2.1` --- ### 📝 Commits (1) - [`852c7f0`](https://github.com/moollaza/repo-remover/commit/852c7f095f834acaceec764d11f295be9f819514) Bump @vue/cli-plugin-babel from 4.1.1 to 4.2.1 ### 📊 Changes **2 files changed** (+713 additions, -526 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+712 -525) </details> ### 📄 Description Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) from 4.1.1 to 4.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-cli/releases">@vue/cli-plugin-babel's releases</a>.</em></p> <blockquote> <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> <p>Then in the projects, run</p> <pre><code>vue upgrade </code></pre> <h2>Notable Changes</h2> <h3>Vue CLI UI CORS Issue</h3> <p>A critically CORS vulnerability is fixed in this version. We recommend all users of <code>vue ui</code> to upgrade to this version as soon as possible.</p> <p><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4985">#4985</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5142">#5142</a></p> <h3>Lock Minor Version By Default</h3> <p>From this version on, newly-created projects and newly-added CLI plugins will lock the plugin version ranges to their minor versions.</p> <p>The core functionalities of Vue CLI is quite stable at the moment. So we decided to make this change to improve project stability even more.</p> <p>Users can run <code>vue upgrade</code> periodically to bump the minor versions in the projects. We also expect this change to make the adoption of new features smoother.</p> <p>See more detailed explanation at <a href="https://github-redirect.dependabot.com/vuejs/vue-cli/issues/5012">vuejs/vue-cli#5012</a></p> <h3>ESLint 6</h3> <p>With the recent updates in the ecosystem (<a href="https://github.com/vuejs/eslint-plugin-vue/releases">eslint-plugin-vue</a>, <a href="https://github.com/vuejs/eslint-config-airbnb/releases">@vue/eslint-config-airbnb</a>, <a href="https://github.com/vuejs/eslint-config-standard/releases">@vue/eslint-config-standard</a>, <a href="https://github.com/vuejs/eslint-config-prettier/releases">@vue/eslint-config-prettier</a>, <a href="https://github.com/vuejs/eslint-config-typescript/releases">@vue/eslint-config-typescript</a>), Vue CLI <a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4933">now supports ESLint 6</a>. It will scaffold all new projects will ESLint 6.</p> <p>For users from older versions, ESLint 5 is still supported. If you want to adopt ESLint 6 in the project, it's recommended to migrate through the <code>vue upgrade</code> command; otherwise, there will be much manual work to do.</p> <h3>Optional Chaining &amp; Nullish Coalescing</h3> <p>We now support the <a href="https://github.com/TC39/proposal-optional-chaining">optional chaining</a> and <a href="https://github.com/tc39/proposal-nullish-coalescing">nullish coalescing</a> operators!</p> </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-babel's changelog</a>.</em></p> <blockquote> <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> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5076">#5076</a> Add a demo for multiple loaders (<a href="https://github.com/FrankFang">@FrankFang</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5079">#5079</a> Mention that Vue CLI should be installed in Prototyping guide (<a href="https://github.com/NataliaTepluhina">@NataliaTepluhina</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5078">#5078</a> Fix a typo in migration guide (<a href="https://github.com/NataliaTepluhina">@NataliaTepluhina</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5055">#5055</a> docs: mention the precedence of <code>.vue</code> &amp; <code>.ts(x)</code> extensions (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5019">#5019</a> Updated zh-cn translation in cli section (<a href="https://github.com/mactanxin">@mactanxin</a>)</li> </ul> <h4>Committers: 8</h4> <ul> <li>Alexander Sokolov (<a href="https://github.com/Alex-Sokolov">@Alex-Sokolov</a>)</li> <li>Frank Fang (<a href="https://github.com/FrankFang">@FrankFang</a>)</li> <li>Haoqun Jiang (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li>Natalia Tepluhina (<a href="https://github.com/NataliaTepluhina">@NataliaTepluhina</a>)</li> <li>Xin Tan (<a href="https://github.com/mactanxin">@mactanxin</a>)</li> <li><a href="https://github.com/defead">@defead</a></li> <li>Илья (<a href="https://github.com/iliyaZelenko">@iliyaZelenko</a>)</li> <li>小新 (<a href="https://github.com/llccing">@llccing</a>)</li> </ul> <h2>4.2.0 (2020-02-07)</h2> <h4>:rocket: New Features</h4> <ul> <li><code>@vue/cli-plugin-babel</code>, <code>@vue/cli-plugin-eslint</code>, <code>@vue/cli-plugin-typescript</code>, <code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5149">#5149</a> feat(GeneratorAPI): allow passing options to <code>api.extendPackage</code> (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-unit-jest</code>, <code>@vue/cli-plugin-unit-mocha</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5147">#5147</a> feat: create projects with @vue/test-utils beta 31 (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-ui</code>, <code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5134">#5134</a> feat: lock minor versions when creating projects / adding plugins (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-plugin-typescript</code>, <code>@vue/cli-ui</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/5128">#5128</a> feat: upgrade to typescript@~3.7.5 (<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/5091">#5091</a> feat: <code>vue upgrade</code> monorepo support, <code>--from</code> option, and a new <code>vue migrate --from</code> command (<a href="https://github.com/sodatea">@sodatea</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4828">#4828</a> feat: add option <code>--merge</code> to <code>create</code> command (<a href="https://github.com/zyy7259">@zyy7259</a>)</li> </ul> </li> <li><code>@vue/cli-service</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4953">#4953</a> feat: adds transparent PnP support to Webpack (<a href="https://github.com/arcanis">@arcanis</a>)</li> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/2411">#2411</a> feat(cli): add <code>--stdin</code> flag to serve (<a href="https://github.com/nullpilot">@nullpilot</a>)</li> </ul> </li> <li><code>@vue/babel-preset-app</code>, <code>@vue/cli-plugin-e2e-nightwatch</code>, <code>@vue/cli-plugin-eslint</code>, <code>@vue/cli-plugin-pwa</code>, <code>@vue/cli-ui-addon-webpack</code>, <code>@vue/cli-ui-addon-widgets</code>, <code>@vue/cli-ui</code>, <code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4933">#4933</a> feat: upgrade to eslint 6 (<a href="https://github.com/sodatea">@sodatea</a>)</li> </ul> </li> <li><code>@vue/cli-service</code>, <code>@vue/cli-shared-utils</code>, <code>@vue/cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4827">#4827</a> feat: respect existing package.json (<a href="https://github.com/zyy7259">@zyy7259</a>)</li> </ul> </li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <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-babel/issues/5149">#5149</a>)</li> <li><a href="https://github.com/vuejs/vue-cli/commit/c8cecffedbf7b19cf930bb2821b5c352bc716a67"><code>c8cecff</code></a> refactor: remove usage of deprecated babel functions, preparing for babel 8 (...</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/a468abfa6c148b94116a6f517038b28d85108417"><code>a468abf</code></a> feat: implement a migrator to upgrade to eslint 6 (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/5085">#5085</a>)</li> <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/c7961cd5af12ee77b59c02928926f01bab4b9ba8"><code>c7961cd</code></a> fix: do not throw when babel config contains ignore/include/exclude (<a href="https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/4924">#4924</a>)</li> <li><a href="https://github.com/vuejs/vue-cli/commit/3873d02382dfcb4e63b60bceca59eb75d34f3221"><code>3873d02</code></a> chore: dependency maintenance</li> <li>See full diff in <a href="https://github.com/vuejs/vue-cli/commits/v4.2.1/packages/@vue/cli-plugin-babel">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@vue/cli-plugin-babel&package-manager=npm_and_yarn&previous-version=4.1.1&new-version=4.2.1)](https://dependabot.com/compatibility-score/?dependency-name=@vue/cli-plugin-babel&package-manager=npm_and_yarn&previous-version=4.1.1&new-version=4.2.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) --- <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:22 +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#94
No description provided.