Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

chore(deps): update vue cli (major)#61

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-vue-cli
Open

chore(deps): update vue cli (major)#61
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-vue-cli

Conversation

@renovate

@renovate renovate Bot commented Feb 9, 2021

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@vue/cli (source) 4.5.115.0.9 age confidence
@vue/cli-plugin-babel (source) 4.5.115.0.9 age confidence
@vue/cli-plugin-eslint (source) 4.5.115.0.9 age confidence
@vue/cli-plugin-typescript (source) 4.5.115.0.9 age confidence
@vue/cli-service (source) 4.5.115.0.9 age confidence
@vue/eslint-config-prettier 6.0.010.2.0 age confidence
@vue/eslint-config-typescript 5.1.014.6.0 age confidence

Release Notes

vuejs/vue-cli (@​vue/cli)

v5.0.9

Compare Source

🐛 Bug Fix
Committers: 2

v5.0.8

Compare Source

🐛 Bug Fix
  • @vue/cli-service
  • @vue/cli-ui
    • 07052c4 fix: Vue CLI UI graphql subscription server error, fixes #​7221

v5.0.7

Compare Source

  • @vue/cli-service
  • @vue/cli-ui
    • #​7210 chore: upgrade to apollo-server-express 3.x
Committers: 2

v5.0.6

Compare Source

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v5.0.5

Compare Source

🐛 Bug Fix
Committers: 3

v5.0.4

Compare Source

🐛 Bug Fix
  • @vue/cli-service
  • @vue/cli-shared-utils, @vue/cli-ui
    • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain
Committers: 1

v5.0.3

Compare Source

🐛 Bug Fix
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v5.0.2

Compare Source

🐛 Bug Fix
Committers: 2

v5.0.1

Compare Source

Same as 5.0.0.

v4.5.19

Compare Source

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target.
If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix
  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v4.5.18

Compare Source

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v4.5.17

Compare Source

🐛 Bug Fix
  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain
Committers: 1

v4.5.16

Compare Source

🐛 Bug Fix
  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v4.5.15

Compare Source

Bug Fixes
  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files.
Fixes compatibility with pinia.

v4.5.14

Compare Source

Security Fixes

This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI.
We recommend all users of vue ui to upgrade to this version as soon as possible.

Credits:

Ngo Wei Lin (@​Creastery) of STAR Labs (@​starlabs_sg)

v4.5.13

Compare Source

🐛 Bug Fix
Others
Committers: 3

v4.5.12

Compare Source

  • bump vue-codemod to work around an NPM hoisting bug
  • bump minimum required JSX preset / plugin versions, fixes vuejs/jsx#183
  • bump default typescript version to 4.1 and prettier version to 2.x for new projects, fixes #​6299
vuejs/eslint-config-prettier (@​vue/eslint-config-prettier)

v10.2.0

Compare Source

New Features

Full Changelog: vuejs/eslint-config-prettier@v10.1.0...v10.2.0

v10.1.0

Compare Source

New Features

  • Added .d.ts files, fixed #​24

Full Changelog: vuejs/eslint-config-prettier@v10.0.0...v10.1.0

v10.0.0

Compare Source

What's Changed

Full Changelog: vuejs/eslint-config-prettier@v9.0.0...v10.0.0

v9.0.0

Compare Source

Breaking Changes

  • Update eslint-config-prettier to v9 by @​WikiRik in #​18, which contains the following potential breaking change:

    Changed: unicode-bom is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@​nstepien)!

v8.0.0

Compare Source

Breaking Changes
  • Upgraded to Prettier v3; please check out the Prettier release blog for more details
  • Requires Node.js >= v14
  • Requires ESLint >= v8

v7.1.0

Compare Source

New Features
  • Added a skip-formatting ruleset b5933a9

v7.0.0

Compare Source

Breaking Changes
  • Updated the dependencies and simplified the usage
  • We now recommend using this package along with @rushstack/eslint-patch
vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.6.0

Compare Source

New Features

  • feat: allowComponentTypeUnsafety option to configure the strictness of no-unsafe-* rules by @​haoqunjiang in #​185

Full Changelog: vuejs/eslint-config-typescript@v14.5.1...v14.6.0

v14.5.1

Compare Source

Notable Changes

  • fix: ensure there's only one instance of eslint-plugin-vue in the config, to avoid Cannot redefine plugin "vue" errors by @​haoqunjiang in #​184

Full Changelog: vuejs/eslint-config-typescript@v14.5.0...v14.5.1

v14.5.0

Compare Source

What's Changed

  • chore(deps): update dependency vue-eslint-parser to v10 by @​renovate in #​157
  • chore(deps): expand peer dependency eslint-plugin-vue version range to allow v10 by @​renovate in #​156

Full Changelog: vuejs/eslint-config-typescript@v14.4.0...v14.5.0

v14.4.0

Compare Source

What's Changed

Full Changelog: vuejs/eslint-config-typescript@v14.3.0...v14.4.0

v14.3.0

Compare Source

New Features
  • A completely new approach to set up the ESLint configurations with helpers like defineConfigWithVueTs and vueTsConfigs.
    Please read the documentation for more details.
    With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.

[!NOTE]
The old style ...vueTsEslintConfig() still works, there's no need to update to the new style if that has been working well in your project.

Bug Fixes
New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.2.0...v14.3.0

v14.2.0

Compare Source

What's Changed

  • fix: add absolute path for reading file contents, fix rootDir issue by @​markieo1 in #​108
  • feat: add a defineConfig utility function and use it in examples by @​haoqunjiang in #​117 Don't use this feature yet, it's under active refactoring for better usability.

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.4...v14.2.0

v14.1.4

Compare Source

v14.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.2...v14.1.3

v14.1.2

Compare Source

Bug Fixes

  • Print more friendly error messages if the user provides a non-existent configuration name to extends.

Full Changelog: vuejs/eslint-config-typescript@v14.1.1...v14.1.2

v14.1.1

Compare Source

Bug Fixes

  • Fixed #​91

    TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"

Full Changelog: vuejs/eslint-config-typescript@v14.1.0...v14.1.1

v14.1.0

Compare Source

New Features
  • feat: simplify the *TypeChecked configs by providing a meaningful and performant default by @​haoqunjiang in #​89
Bug Fixes
  • fix: add the missing dot to extraFileExtensions by @​jfrs in #​90
New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.1...v14.1.0

v14.0.1

Compare Source

Bugfixes

  • Fixed an occasional bug that when using with npm or yarn v1, an invalid ecmaVersion error would be thrown if the wrong version of estree is hoisted to the node_modules root. Fixes #​87. [aae95d6]

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.0...v14.0.1

v14.0.0

Compare Source

What's Changed

Full Changelog: vuejs/eslint-config-typescript@v13.0.0...v14.0.0

v13.0.0

Compare Source

Notable Changes

typescript-eslint is upgraded to v7.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7

It's a small major release that only updates some peer dependency version requirements:

  • Requires Node.js >= 18.18, TypeScript >= 4.7.4, ESLint >= 8.56

v12.0.0

Compare Source

Notable Changes

typescript-eslint is upgraded to v6.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/
Here are some notable changes you might encounter when upgrading @vue/eslint-config-typescript from v11 to v12:

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

Breaking Changes
  • Bump eslint-plugin-vue to v9
  • Drop Node.js v12 support
Other Notable Changes
  • Use multiple parsers for more precise checking, and potentially improves performance (8c3628c)

v10.0.0

Compare Source

Breaking Change
  • @typescript-eslint/* becomes dependencies instead of peer dependencies. It's because we now recommend using this package along with @rushstack/eslint-patch.

v9.1.0

Compare Source

  • feat: allow using const foo = require('foo') in plain CommonJS modules (109b3f8)

v9.0.1

Compare Source

  • Fixes the peer dependency version of eslint-plugin-vue (#​37) (@​2malh)

v9.0.0

Compare Source

  • Upgrade vue-eslint-parser to v8;
  • Drop support for Node.js < v12.22.0, v13, >=v14 < v14.17.0, v15

v8.0.0

Compare Source

Thanks to @​cexbrayat

v7.0.0

Compare Source

Update to @typescript-eslint/* v4.

See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0

v6.0.0

Compare Source

Update to @​typescript-eslint/* v3. See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0

The most notable ones are:

  • Dropped support for Node version 8
  • Dropped support for TypeScript 3.2

Check out the linked issues for more information about added/removed rules:


Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file major Pull requests that update a major version labels Feb 9, 2021
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 19d86ca to d9c024d Compare March 8, 2021 10:50
@github-actions

github-actions Bot commented Mar 8, 2021

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from d9c024d to 70896ee Compare March 8, 2021 12:27
@github-actions

github-actions Bot commented Mar 8, 2021

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 70896ee to c6a07f3 Compare March 9, 2021 14:32
@github-actions

github-actions Bot commented Mar 9, 2021

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from c6a07f3 to 2194813 Compare March 10, 2021 14:23
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 2194813 to 0077ee9 Compare March 12, 2021 17:39
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 0077ee9 to e0212d0 Compare October 18, 2021 19:44
@renovate renovate Bot changed the title Update dependency @vue/eslint-config-typescript to v7 Update dependency @vue/eslint-config-typescript to v8 Oct 18, 2021
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from e0212d0 to b3c1c17 Compare March 7, 2022 15:41
@renovate renovate Bot changed the title Update dependency @vue/eslint-config-typescript to v8 Update Vue CLI (major) Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from b3c1c17 to e683172 Compare March 26, 2022 12:52
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from e683172 to 6244ac8 Compare May 24, 2022 15:57
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch 3 times, most recently from 41f1bac to 2f62ce9 Compare June 16, 2022 16:53
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch 2 times, most recently from 71c77d3 to 338657f Compare July 7, 2022 11:23
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 338657f to 6c5367e Compare September 25, 2022 13:58
@renovate renovate Bot changed the title Update Vue CLI (major) chore(deps): update vue cli (major) Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 6c5367e to 79dc03d Compare November 20, 2022 16:38
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 79dc03d to dcd1a97 Compare March 16, 2023 06:29
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from dcd1a97 to 8e68336 Compare May 28, 2023 11:16
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 8e68336 to aa56076 Compare July 20, 2023 17:09
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from aa56076 to 6310d75 Compare September 13, 2023 16:25
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 6310d75 to 9495f84 Compare December 29, 2023 10:46
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 9495f84 to d4de62c Compare March 8, 2024 11:23
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch 2 times, most recently from b894c02 to 3b3a690 Compare October 10, 2024 19:52
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch 2 times, most recently from 3e0d794 to 8ed860e Compare October 15, 2024 09:12
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch 3 times, most recently from 8a41753 to 32cbb28 Compare October 23, 2024 10:03
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 32cbb28 to ff5efe9 Compare November 25, 2024 16:31
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from ff5efe9 to 494ab6e Compare December 25, 2024 17:06
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch 2 times, most recently from 3072e8a to 93e736a Compare January 19, 2025 08:25
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 93e736a to b825d13 Compare February 9, 2025 14:50
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from b825d13 to e2b66ca Compare March 6, 2025 10:06
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from e2b66ca to 37f1dd6 Compare June 17, 2025 10:49
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 37f1dd6 to 3f06664 Compare July 2, 2025 13:32
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 3f06664 to 01df414 Compare October 8, 2025 19:57
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 01df414 to a3728f7 Compare October 21, 2025 15:07
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from a3728f7 to 41aa6ff Compare November 10, 2025 16:53
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 41aa6ff to 6ae714c Compare November 18, 2025 17:00
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 6ae714c to 373318d Compare December 3, 2025 18:15
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 373318d to 30bf4c2 Compare December 31, 2025 14:15
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 30bf4c2 to 7d9d422 Compare January 8, 2026 18:36
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from 7d9d422 to fec0ccd Compare January 19, 2026 19:43
@renovate renovate Bot force-pushed the renovate/major-vue-cli branch from fec0ccd to 14c9bce Compare January 23, 2026 19:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file major Pull requests that update a major version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant