Socket
Socket
Sign inDemoInstall

@vue/cli-service

Package Overview
Dependencies
566
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
17Next

5.0.0-beta.5

Diff

Changelog

Source

5.0.0-beta.5 (2021-10-10)

:rocket: New Features
  • @vue/cli-plugin-eslint, @vue/cli-service
    • #6714 feat(cli-plugin-eslint): use ESLint class instead of CLIEngine (@ota-meshi)
:boom: Breaking Changes
  • @vue/cli-plugin-e2e-webdriverio
    • #6695 refactor(webdriverio)!: don't include sync API support by default (@sodatea)
Committers: 3
soda
published 5.0.0-beta.4 •

Changelog

Source

5.0.0-beta.4 (2021-09-15)

:rocket: New Features
  • @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest
  • @vue/cli-plugin-eslint, @vue/cli-service, @vue/cli-test-utils
  • @vue/cli-plugin-babel, @vue/cli-plugin-eslint
    • #6663 feat: generate projects with transpileDependencies: true by default (@sodatea)
  • @vue/cli-plugin-e2e-cypress
    • #6662 feat!: update cypress to 8.3 and require it to be a peer dependency (@sodatea)
:boom: Breaking Changes
  • @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest
  • @vue/cli-plugin-eslint, @vue/cli-service, @vue/cli-test-utils
  • @vue/cli-plugin-e2e-cypress
    • #6662 feat!: update cypress to 8.3 and require it to be a peer dependency (@sodatea)
:bug: Bug Fix
  • @vue/cli-service
    • #6665 fix: avoid copy-webpack plugin errors in module mode (@sodatea)
    • #6645 fix(cli-service): wrong property name (typo) (@Vinsea)
:memo: Documentation
  • #6653 docs: recommend SFC playground and StackBlitz for instant prototyping (@sodatea)
:house: Internal
  • @vue/cli-plugin-pwa, @vue/cli-service
  • @vue/cli-ui
Committers: 4
soda
published 5.0.0-beta.3 •

Changelog

Source

5.0.0-beta.3 (2021-08-10)

:rocket: New Features
  • @vue/cli-plugin-unit-jest
  • @vue/cli-service
:boom: Breaking Changes
  • @vue/cli-plugin-webpack-4, @vue/cli-service
:bug: Bug Fix
  • @vue/cli-service
    • #6597 fix: mark sideEffects: true for styles in Vue components (@sodatea)
  • @vue/cli-plugin-unit-mocha
    • #6560 fix(mocha): do not ignore JavaScript tests when TypeScript plugin is installed (@j-a-m-l)
:memo: Documentation
Committers: 4
soda
published 5.0.0-beta.2 •

Changelog

Source

5.0.0-beta.2 (2021-06-09)

:rocket: New Features
  • @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli-shared-utils, @vue/cli
:bug: Bug Fix
  • @vue/cli-plugin-pwa
    • #6518 fix(pwa): Replace closeTag parameter with voidTag for HtmlWebpackPlugin (@tcitworld)
  • @vue/cli-service
  • @vue/cli-plugin-unit-mocha
    • #6478 fix(mocha): set mode to none to avoid DefinePlugin conflict (@sodatea)
:memo: Documentation
:house: Internal
  • @vue/cli-service
Committers: 6
soda
published 5.0.0-beta.1 •

Changelog

Source

5.0.0-beta.1 (2021-05-14)

:rocket: New Features
  • @vue/cli-service
  • @vue/cli-plugin-unit-mocha
:boom: Breaking Changes
  • @vue/cli-ui
    • #6443 fix!: keep project name validation rules in sync between UI and CLI (@sodatea)
:bug: Bug Fix
  • @vue/cli-service
    • #6470 fix(SafariNomoduleFixPlugin): use RawSource instead of a plain object (@KaelWD)
  • @vue/cli-plugin-typescript
    • #6456 fix(typescript): add missing dependencies and require.resolve compiler (@merceyz)
  • @vue/cli-ui
    • #6443 fix!: keep project name validation rules in sync between UI and CLI (@sodatea)
  • @vue/cli-plugin-unit-jest
:house: Internal
Committers: 4
soda
published 4.5.13 •

Changelog

Source

4.5.13 (2021-05-08)

:bug: Bug Fix
  • @vue/babel-preset-app
    • #6459 fix: fix modern mode optional chaining syntax tranpilation (@sodatea)
  • @vue/cli-plugin-unit-mocha
  • @vue/cli-service

Others

  • #6300 chore: remove the word "Preview" from vue 3 preset (@sodatea)
Committers: 3
soda
published 5.0.0-beta.0 •

Changelog

Source

5.0.0-beta.0 (2021-04-25)

:rocket: New Features
  • @vue/cli-plugin-typescript
  • @vue/cli-plugin-webpack-4, @vue/cli-service
    • #6420 feat!: upgrade to css-minimizer-webpack-plugin v2 (@sodatea)
  • @vue/cli-service
    • #6422 feat!: always inject safari-nomodule-fix as an external script; drop --no-unsafe-inline flag (@sodatea)
    • #6285 feat(cli-service): provide jsconfig.json in no-ts template (@yoyo930021)
    • #5997 feat(cli-service): add inline loader support for html-webpack-plugin (@ylc395)
  • @vue/babel-preset-app, @vue/cli-service
    • #6419 feat: only needs one bundle if all targets support es module (@sodatea)
  • @vue/cli-plugin-babel, @vue/cli-service, @vue/cli-ui
    • #6416 feat!: turn on modern mode by default, and provide a --no-module option (@sodatea)
  • @vue/cli-plugin-typescript, @vue/cli-service
:boom: Breaking Changes
  • @vue/cli-ui-addon-webpack, @vue/cli-ui-addon-widgets, @vue/cli-ui
  • @vue/cli-plugin-webpack-4, @vue/cli-service
    • #6420 feat!: upgrade to css-minimizer-webpack-plugin v2 (@sodatea)
  • @vue/cli-service
    • #6422 feat!: always inject safari-nomodule-fix as an external script; drop --no-unsafe-inline flag (@sodatea)
  • @vue/cli-plugin-babel, @vue/cli-service, @vue/cli-ui
    • #6416 feat!: turn on modern mode by default, and provide a --no-module option (@sodatea)
:bug: Bug Fix
  • @vue/cli-ui
  • @vue/cli-service
  • @vue/cli-plugin-unit-jest
    • #6418 Show fallback message for typescript jest preset if ts-jest is not in… (@m0ksem)
  • @vue/cli-plugin-unit-mocha
:memo: Documentation
  • #6438 docs: add modern mode changes to the migration guide (@sodatea)
Committers: 8
soda
published 5.0.0-alpha.8 •

Changelog

Source

5.0.0-alpha.8 (2021-03-24)

:rocket: New Features
  • @vue/cli-plugin-babel, @vue/cli-service
    • #6354 feat: when transpileDependencies is set to true, transpile all dependencies in node_modules (@sodatea)
  • @vue/cli-service
    • #6355 feat: a defineConfig API from @vue/cli-service for better typing support in vue.config.js (@sodatea)
:boom: Breaking Changes
  • @vue/cli-service
  • @vue/cli-plugin-unit-jest
    • #6347 refactor!: move vue-jest and ts-jest to peer dependencies (@sodatea)
:bug: Bug Fix
Committers: 4
soda
published 4.5.12 •

Changelog

Source

4.5.12 (2021-03-17)

  • bump vue-codemod to work around an NPM hoisting bug
  • bump minimum required JSX preset / plugin versions, fixes https://github.com/vuejs/jsx/issues/183
  • bump default typescript version to 4.1 and prettier version to 2.x for new projects, fixes #6299
soda
published 5.0.0-alpha.7 •

Changelog

Source

5.0.0-alpha.7 (2021-03-11)

:bug: Bug Fix
  • @vue/cli-service
    • #6343 fix: use cssnano v5.0.0-rc.1, work around a npm 6 hoisting bug (@sodatea)
Committers: 1
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc