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
68
17Next

4.2.1

Diff

Changelog

Source

4.2.1 (2020-02-07)

:bug: Bug Fix
  • @vue/cli-ui
    • 776275d fix: add graphql-server.js to npm files (@sodatea)
:memo: Documentation
Committers: 8
soda
published 4.2.0 •

Changelog

Source

4.2.0 (2020-02-07)

:rocket: 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
  • @vue/babel-preset-app
  • @vue/cli-service-global
    • #5029 feat: don't throw on console/debugger statements for vue serve (@sodatea)
:bug: Bug Fix
  • @vue/cli-shared-utils, @vue/cli
    • #5150 fix: should infer package manager from config if there's no lockfile in the project (@sodatea)
    • #5045 refactor: use a plain http request to get package metadata (@sodatea)
  • @vue/cli
    • #5062 fix afterInvoke/onCreateComplete callbacks in Migrator (@sodatea)
    • #5038 fix: extendPackage dependency versions should be string (@pksunkara)
  • @vue/cli-ui, @vue/cli
    • #4985 fix(CORS): only allow connections from the designated host (@Akryum)
    • #5142 fix(CORS): fixup #4985, allow same-origin ws requests of any domain (@sodatea)
  • @vue/cli-plugin-e2e-cypress
  • @vue/cli-service
    • #5113 fix: correctly calculate cacheIdentifier from lockfiles (@sodatea)
  • @vue/cli-plugin-pwa
    • #5089 fix: pwa-plugin avoid generating manifest when path is an URL (@tkint)
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #5028 fix applyESLint when eslint plugin is added after unit test plugins (@sodatea)
  • @vue/cli-service, @vue/cli-test-utils
  • @vue/cli-plugin-e2e-nightwatch
:memo: Documentation
:house: Internal
  • @vue/babel-preset-app, @vue/cli-plugin-babel
    • #5133 refactor: remove usage of deprecated babel functions, preparing for babel 8 (@sodatea)
  • @vue/cli-service
    • #5123 fix: vue-template-compiler can be optional if @vue/compiler-sfc presents (@sodatea)
    • #5060 refactor: use the title option in the html template, instead of hard-code the project name (@sodatea)
  • @vue/cli
    • #5110 refactor: use env variables to set registry for package managers (@sodatea)
  • @vue/cli-shared-utils
    • #5092 refactor: use createRequire to load/resolve modules (@sodatea)
  • @vue/cli-plugin-router, @vue/cli-plugin-typescript, @vue/cli-service
Committers: 17
soda
published 4.1.2 •

Changelog

Source

4.1.2 (2019-12-28)

:bug: Bug Fix
  • @vue/cli-plugin-pwa
    • #4974 fix: fix several bugs in the PWA plugin UI, make it usable again (@sodatea)
  • @vue/cli
    • #4922 fix: should download to different directories for different presets (@sodatea)
  • @vue/cli-plugin-babel
    • #4924 fix: do not throw when babel config contains ignore/include/exclude (@sodatea)
:memo: Documentation
:house: Internal
Committers: 9
soda
published 4.1.1 •

Changelog

Source

4.1.1 (2019-11-27)

:bug: Bug Fix
  • @vue/cli-plugin-typescript
Committers: 1
soda
published 4.1.0 •

Changelog

Source

4.1.0 (2019-11-27)

:rocket: New Features
  • @vue/cli-plugin-pwa
    • #4736 feat: allow use of full url for pwa manifest and icons (@tkint)
:bug: Bug Fix
  • @vue/cli-shared-utils
    • #4842 Replace chalk.reset with stripAnsi in @vue/cli-shared-utils/lib/logger.js (@perakerberg)
  • @vue/cli
    • #4883 fix: support parser option for codemods, and enable ts parsing by default (@sodatea)
    • #4859 fix: invalid version error when modules not installed (@yannbertrand)
:memo: Documentation
Committers: 11
soda
published 4.1.0-beta.0 •

Changelog

Source

4.1.0-beta.0 (2019-11-09)

:rocket: New Features
  • @vue/cli
    • #4715 feat(GeneratorAPI): accept multiple arguments for the resolve method (@sodatea)
    • #4767 feat: support binary mirrors for taobao registry (@sodatea)
  • @vue/cli-service, @vue/cli-ui-addon-webpack, @vue/cli-ui-addon-widgets, @vue/cli-ui, @vue/cli
    • #4798 feat: enable postcss+autoprefixer by default internally, reducing boilerplate (@sodatea)
:bug: Bug Fix
  • @vue/cli-service
  • @vue/babel-preset-app
    • #4797 fix: add sourceType: 'unambiguous' to babel preset (@sodatea)
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-service
    • #4777 refactor: use babel overrides to transpile babel runtime helpers (@sodatea)
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli-ui
:memo: Documentation
:house: Internal
  • @vue/cli-ui
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-service
    • #4777 refactor: use babel overrides to transpile babel runtime helpers (@sodatea)
Committers: 5
soda
published 4.0.5 •

Changelog

Source

4.0.5 (2019-10-22)

:bug: Bug Fix
  • @vue/cli
    • #4741 fix: should tolerate cli version check error (@sodatea)
    • #4720 fix: do not install core plugins that have major version bumps (@sodatea)
  • @vue/cli-plugin-eslint
    • #4740 fix(eslint): autofix code style after scaffolding on older versions of cli (@sodatea)
    • #4728 fix: fix eslint not found error in vue serve command (@sodatea)
  • @vue/cli-ui
    • #4739 fix(ui): "add router" button should not require prompt in terminal (@sodatea)
    • #4724 fix(ui): fix latest version check always displaying "0.1.0" (@sodatea)
:memo: Documentation
  • #4733 Fix indentation of --inline-vue description (@mul14)
:house: Internal
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-e2e-cypress, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-router, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-service-global, @vue/cli-service, @vue/cli-test-utils, @vue/cli-ui-addon-webpack, @vue/cli-ui-addon-widgets, @vue/cli-ui, @vue/cli
Committers: 2
soda
published 3.12.1 •

soda
published 4.0.4 •

Changelog

Source

4.0.4 (2019-10-18)

:bug: Bug Fix
  • @vue/cli-service
    • #4711 fix: fix a typo that caused router failed to install in older versions (@sodatea)
:memo: Documentation
Committers: 2
soda
published 4.0.3 •

Changelog

Source

4.0.3 (2019-10-17)

:bug: Bug Fix
  • @vue/cli-ui, @vue/cli
  • @vue/cli-service
    • #4696 fix: allow v3 cli to invoke vuex & router plugin from inside cli-service (@sodatea)
  • @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-ui
    • #4697 fix: fix "lint on commit" projects generation error (@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