Socket
Socket
Sign inDemoInstall

@vue/cli-service

Package Overview
Dependencies
56
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
17Next

4.5.8

Diff

Changelog

Source

4.5.8 (2020-10-19)

:bug: Bug Fix
  • @vue/cli-plugin-typescript
    • #5975 fix: update vue-shims for Vue v3.0.1 (@cexbrayat)
  • @vue/cli
    • #5961 fix: npm 7 compat by turning on legacy-peer-deps flag (@sodatea)
  • @vue/cli-plugin-eslint
    • #5962 fix: narrow the eslint peer dep version range, avoiding npm 7 error (@sodatea)
Committers: 2
soda
published 4.5.7 •

Changelog

Source

4.5.7 (2020-10-07)

:bug: Bug Fix
  • @vue/cli-plugin-babel, @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli
    • #5871 fix: more accurate warning message for missing global peer dependencies (@sodatea)
    • #5902 fix: incorrectly read Taobao binary mirror configuration. (@godky)
    • #5892 fix: respect scope when resolving package metadata (@bodograumann)
  • @vue/cli-plugin-pwa, @vue/cli-service
:memo: Documentation
Committers: 4
soda
published 4.5.6 •

Changelog

Source

4.5.6 (2020-09-10)

:bug: Bug Fix
Committers: 1
soda
published 4.5.5 •

Changelog

Source

4.5.5 (2020-09-10)

:bug: Bug Fix
  • @vue/cli-service
    • #5868 fix: enable some syntax extensions by default for vue script compiler (@sodatea)
  • @vue/cli-plugin-router, @vue/cli-service
    • #5852 fix: fix duplicate id="app" in Vue 3 project template (@sodatea)
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #5591 fix(unit-jest, unit-mocha): generate passing tests when bare option is used with router enabled (#3544) (@IwalkAlone)
  • @vue/cli-plugin-pwa
  • @vue/cli
    • #5827 fix: fix support for Node.js v8 and deprecate it (@sodatea)
    • #5823 Handle GPG sign git config for initial commit (@spenserblack)
    • #5808 fix: strip non-ansi characters from registry config (@sodatea)
    • #5801 fix: do not throw when api.render is called from an anonymous function (@sodatea)
:house: Internal
  • @vue/cli-ui
    • #3687 perf(ui): improve get folder list to use Promises instead of sync (@pikax)
:hammer: Underlying Tools
  • @vue/babel-preset-app
    • #5831 chore: rename jsx package scope from ant-design-vue to vue (@Amour1688)
Committers: 8
soda
published 4.5.4 •

Changelog

Source

4.5.4 (2020-08-18)

:bug: Bug Fix
  • @vue/cli-plugin-typescript
  • @vue/cli-service
  • @vue/cli
Committers: 3
soda
published 4.5.3 •

Changelog

Source

4.5.3 (2020-08-11)

:bug: Bug Fix
  • @vue/cli-service
    • #5774 fix: load vue from @vue/cli-service-global on vue serve/vue build (@sodatea)
  • @vue/cli-plugin-e2e-webdriverio, @vue/cli-plugin-typescript
    • #5769 fix: add missing mocha type if wdio is not installed along with any unit testing frameworks (@sodatea)
  • @vue/cli-plugin-typescript
    • #5771 fix: only replace App.vue when there's no router plugin (@sodatea)
Committers: 1
soda
published 4.5.2 •

Changelog

Source

4.5.2 (2020-08-10)

:bug: Bug Fix
  • @vue/cli-plugin-typescript
    • #5768 fix: no longer need a shim for fork-ts-checker vue 3 support (@sodatea)
:memo: Documentation
  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli
:house: Internal
  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli
Committers: 3
soda
published 4.5.1 •

Changelog

Source

4.5.1 (2020-08-06)

:rocket: New Features
  • @vue/cli-plugin-e2e-webdriverio, @vue/cli-shared-utils, @vue/cli
  • @vue/cli-service
    • #5725 feat: implement a migrator that removes vue-cli-plugin-next as it's no longer needed (@sodatea)
:bug: Bug Fix
  • @vue/cli-plugin-typescript
    • #5731 fix: fix skipLibCheck default value for vue create (@sodatea)
    • #5722 fix: use fork-ts-checker-webpack-plugin v5 for vue 3 type checking (@sodatea)
  • @vue/cli
    • #5744 fix: ignore .svn/** when reading and writing files (@sodatea)
    • #5736 fix(e2e): shouldn't install webdrivers for unchecked browsers on creation (@sodatea)
  • @vue/cli-service
    • #5718 fix: make vue-loader-v16 an optional dependency, avoid crashing npm 5 (@sodatea)
:house: Internal
:hammer: Underlying Tools
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-e2e-webdriverio, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-service, @vue/cli-test-utils
Committers: 6
soda
published 4.5.0 •

Changelog

Source

4.5.0 (2020-07-24)

:rocket: New Features
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-router, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-plugin-vuex, @vue/cli-service, @vue/cli-test-utils, @vue/cli-ui, @vue/cli
    • #5637 feat: allow choosing vue version on creation (and in presets) (@sodatea)
  • @vue/cli-plugin-typescript
    • #5688 feat: add skipLibCheck option in the TS template (defaults to true) (@sodatea)
  • @vue/cli-service, @vue/cli-test-utils, @vue/cli
  • @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli-service, @vue/cli
:bug: Bug Fix
  • @vue/cli-service
  • @vue/babel-preset-app
    • #5543 fix: better error message for non-existent polyfill names (@sodatea)
:memo: Documentation
:house: Internal
  • @vue/cli-shared-utils
  • @vue/cli-service, @vue/cli
Committers: 7
soda
published 4.4.6 •

Changelog

Source

4.4.6 (2020-06-24)

:bug: Bug Fix
  • @vue/cli
:memo: Documentation
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