Socket
Socket
Sign inDemoInstall

@vue/cli-service

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/cli-service - npm Package Versions

1
17

3.0.0-rc.6

Diff

Changelog

Source

3.0.0-rc.6 (2018-07-26)

cli

Bug Fixes
  • infer rootOptions for late invoked generators (ce58549), closes #1820
  • plugin generator should be optional (75eb5b1), closes #1896
  • README.md not in initial commit, closes #1869 (fde3c0e)
  • create: clear tmpdir before cloning remote preset, fix #1878 (#1880) (a1097f2)
  • create: Commands added by plugin (through preset) won't have description in README' (#1910) (e9d01eb)
  • create: fix force git init (967f99a)
  • create: fix shouldInitGit check (#1901) (7e6c37c)
  • create: prioritize preset name present in ~/.vuerc (#1874) (87a6272), closes #1871

cli-plugin-eslint

Bug Fixes

cli-plugin-typescript

Bug Fixes
  • typescript: fix ts + modern mode (d6d2af5), closes #1577
  • typescript: default esModuleInterop to true (a352bdc), closes #1895
Documentation
  • mention ts peer dep change (9bb74bc)
Features
  • plugin-api: prompts.js can now export a function which receives package info (e33b04c)
  • typescript: make typescript a peer dep so user can specify its version (f278faf)

cli-plugin-unit-jest

Features
  • unit-jest: run jest in the same process (cd88cfa)

cli-service

Bug Fixes
  • disable chunk sorting in html-webpack-plugin (744c375), closes #1669
  • build: avoid default import warning when lib entry has no default export (d26cb86), closes #1641
  • build: ensure consistent chunk id for async chunks (db26361), closes #1916
  • build: fix global object when building as lib with async chunks (369f972), closes #1607
  • build: respect productionSourceMap option for all targets (dcf9931), closes #1898
  • dev-server: pass 2nd argument to devServer.before (#1854) (8cdc9d1), closes #1833
  • web-component: fix multiple wc-async bundles on the same page (10aa996), closes #1150
Features
  • add corsUseCredentials option (30215c2), closes #1867
  • Add link to Vue News to bootstrapped component (#1920) (098b63e)
  • demonstrate route-level code splitting in generated file (7d46db9), closes #1928
  • build: set output target before configureWebpack, close #1941 (#1943) (6c966f4)
  • serve: allow specifying public network url via command line (ccc90c9)

cli-shared-utils

Bug Fixes
Performance Improvements
  • improve CLI startup performance (4b4e460)

cli-ui

Bug Fixes
  • plugin api: cwd is not a function #1876 (#1877) (24edd93)
  • plugin api: task hooks (non-vue cli project) (0ee1983)
  • suggestions: refresh list when locale changes (c5ac93e)
  • task: shell mode (fix cd) + more robust error handing (8e6622f)
  • task parameters: revert to a modal (d442de2)
  • tasks: parameters (3936dfc)
  • tasks: unset options (4feddbd)
  • typo (ca7ad70)
Features
  • task: save/restore params (d30475b)
Performance Improvements
  • task: better perceived perf with display priority (7761808)

docs

Bug Fixes
Features
  • build: allow specifying chunks in multi-page mode (8415622), closes #1923

eslint-config-typescript

Bug Fixes
  • typescript: avoid error when using ts + eslint + e2e-nightwatch (87ad7fc), closes #1922
  • temporarily disable space-infix-ops for eslint + TS (fe11774), closes #1672

BREAKING CHANGES

  • typescript is now a peer dependency of @vue/cli-plugin-typescript. If you are upgrading from a previous version, you will need to explicitly install typescript in your project.
akryum
published 3.0.0-rc.5 •

Changelog

Source

3.0.0-rc.5 (2018-07-16)

cli-service

Bug Fixes
  • build: modern plugin when building multi page applications with output in sub directories (#1866) (d3d827c)

cli-ui

Bug Fixes
Features
  • project-import: loading on import button (25171a5)
yyx990803
published 3.0.0-rc.4 •

Changelog

Source

3.0.0-rc.4 (2018-07-13)

babel-preset-app

Bug Fixes
  • babel: default polyfills need es6.array.iterator for IE (#1769) (bda6dea), closes #1642
  • babel: set useBuiltins to false during MODERN_BUILD (#1758) (f32fdae)

cli

Bug Fixes
  • Don't allow duplicate injections of import statements and root options by plugins (#1774) (8eb7fc3)
  • fix npmignore, prevent version cache from being published (30dbad8)
  • generate readme with code blocks (8e79e2d)
  • Restore --offline option for legacy vue init API (#1605) (d8b06bb)
  • version check ignores cached version. fixes #1613 (#1614) (9f0bf08)
Features
  • generator: allow plugins to modify how configs are extracted (#1130) (e393be7)
  • Create .browserslistrc file when user chose "separate config files" (#1773) (7b3812e), closes #1236
  • Generating README.md (#1717) (278e992)

cli-plugin-e2e-nightwatch

Features
  • ui: Add 'config' and 'env' options to nightwatch ui prompts (#1646) (77fc6d9)

cli-plugin-pwa

Features

cli-plugin-unit-jest

Bug Fixes
  • unit:jest: issue with Jest configuration regex not matching template. (#1756) (47794ae)

cli-service

Bug Fixes
  • build: add charset to demo pages, fix #1765 (#1793) (3899b52)
  • modern: fix the failure of modern build when the output HTML filename contain subdirectories (78174dc)
  • modern: send credentials when loading script modules. (#1695) (e2a7063)
  • avoid using ES6 in code injected into --lib builds (#1736) (d601441)
  • default html template, closes #1679 (#1707) (20bbff0)
  • Fixed a bug that caused mode to be ignored if run together with watch (#1700) (1b1a89f)
  • when script has no attributes (#1628) (b1331ee)
Features
  • ui: improved IpcMessenger with new options (c2da5fc)

cli-ui

Bug Fixes
  • serve task: unset host and port default values, closes #1837 (1ec6cf3)
  • ui: (dev) task: reset NODE_ENV (14f2392)
  • ui: add 'projectTypes' to addView api (be5ec5f)
  • ui: args dedupe crashing if an arg isn't a string (6649988)
  • ui: bus plugin error (0872781)
  • ui: chrome bug: grid element overflow (c167797)
  • ui: clear client addons on PluginApi reset (3eb5116)
  • ui: clear webpack stats before run (6023c2e)
  • ui: cli-service more info link (701d02a)
  • ui: connection banner zindex (346f95d)
  • ui: create: delete folder first, fix #1627 (5b61f8f)
  • ui: darkMode lost on cache reset (b4f6b3c)
  • ui: deduplicate task arguments, closes #1561 (f86597b)
  • ui: default tasks regex, closes #1629 (cb0e646)
  • ui: don't split on '=' (c8224de)
  • ui: dropdown separator color (e81fc65)
  • ui: error in ProjectTaskDetails (3000bdf)
  • ui: error in updateQuery handlers on store reset (92fe96e)
  • ui: file diff netork-only (48413fa)
  • ui: FileDiffView: display error message (d5a2407)
  • ui: folders on Windows (4b44509)
  • ui: hasPlugin crash (581e4ec)
  • ui: homepage tooltip (935f18e)
  • ui: identicon in dark mode (d51f08d)
  • ui: identicon size (14b7ba7)
  • ui: more button color when active (888352a)
  • ui: package search input focus (229e81e)
  • ui: prevent loading client addons multiple times (4683a7f)
  • ui: refactoring and bug fixes (4b9db7c)
  • ui: page scrolling (06e445d)
  • ui: PluginApi light mode (9929b70)
  • ui: running task from dropdown if no project is open (c9f8920)
  • ui: suggestion: actionLink not working (6c8d220)
  • ui: task arg deduplication with = (4c96bea)
  • ui: terminal background color in dark mode (fd92852)
  • ui: use separate DB for dev (841b470)
  • ui: webpack dashboard fixes (7a5964d)
  • ui: wrong context for webpack config, closes 1611 (4c69052)
Features
  • ui: Dependencies view (#1740) (286d75e)
  • ui: display task duration (20b6f4e)
  • ui: enable Vue devtools (ad415fa)
  • ui: extract package search into own component (1143c14)
  • ui: folder explorer: better loading indicator (e5e65cb)
  • ui: forced theme via URL (24b9874)
  • ui: import non- vue-cli projects (bf9d30b)
  • ui: log store reset (93765c9)
  • ui: open project in editor (7a0cd08)
  • ui: recent projects in top bar dropdown (ceccfbf)
  • local service plugins, closes #1841 (0835281)
  • ui: PluginApi: resolve + getProject (eca54fc)
  • ui: project homepage (0199d72)
  • ui: projects: search input (c04f69e)
  • ui: restore webpack stats when switching projects (657e425)
  • ui: search fields (6bc5d72)
  • ui: tasks dropdown: open task details (81e5184)
  • vue config command (#1554) (153c418)
  • ui: tasks overview in projects (c4f3358)
  • ui: toggle favorite in top bar (653cc30)
  • ui: use 'yarn info' if possible to get package metadata instead of npm.org api (which is slower) (090c52d)

cli-ui-addon-webpack

Bug Fixes
Features
  • ui: better build progress (55c2819)
  • ui: webpack: build status emphasize errors/warnings (120be23)

docs

Bug Fixes
  • set minimum node version (from mini-css-extract) (0b66a75)
  • underscore escaping for dotfiles (#1737) (a9aa3de), closes #1732
Features
yyx990803
published 3.0.0-rc.3 •

Changelog

Source

3.0.0-rc.3 (2018-06-18)

cli

Bug Fixes
  • invoke: deep merge only plain objects (a7f3c2c)
  • invoke: merge data in config transforms (35cb714)
  • invoke: not reading dot files (49d56db)
  • better version check, closes #1564 (8b9477f)

cli-plugin-unit-mocha

Features

cli-service

Bug Fixes
  • ui: put temp stats files in node_modules (2a21434)

cli-shared-utils

Bug Fixes

cli-ui

Bug Fixes
  • ui: bail on error reading package.json, closes #1599 (3ebb104)
  • ui: Config prompts error (bbc974d)
  • ui: configurations: broken package.json mode, closes #1598 (5885dd5)
  • ui: create: package manager select (61662c4)
  • ui: folder explorer: better performance + auto scroll to top (d63cc0d)
  • ui: folder loading indicator + e2e tests (6c4ebb0)
  • ui: folder path parts style (123fffa)
  • ui: images urls while serving the ui (dev) (4144efc)
  • ui: improved performance (c378658)
  • ui: improved remote preset checking (0ba5e09)
  • ui: list item hover background more subtle (a5bb260)
  • ui: more spacing in status bar (80a847f)
  • ui: project create details: bigger grid gap (cfed833)
  • ui: project creation not reset (9efdfaf)
  • ui: remove console.log (04d76a2)
  • ui: reset webpack.config.js service on correct CWD, closes #1555 (dc2f8e8)
  • ui: task logs performance regression (0ea3a22)
  • ui: task logs queue not flushed if not enough logs (8753971)
  • ui: terminal dark theme background (959ea07)
  • ui: translate link (f365767)
  • ui: tweak prompt style for more spacing (d5d57fe)
  • ui: typo (#1600) (e261ddb)
Features
  • ui: about button in project manager (a242d73)
  • ui: allow partial GraphQL results (e6d68ca)
  • ui: basic global error handler (5566208)
  • ui: better item logo animation (22b92ba)
  • ui: folder explorer: better UX + hide hidden folders by default (545cc3f)
  • ui: folder explorer: change position of error icon (d62ad77)
  • ui: folder explorer: create new folders (ccde77c)
  • ui: import project: missing modules modal (99dc316)
  • ui: project create: folder already exists warning (4d9a092)
  • ui: project manager: back button (4413dee)
  • ui: refresh plugin API button (c658223)
  • ui: remote preset support (7402148)
  • ui: suggestions animation (82836f5)
  • ui: v-focus directive (e1a0c4c)
  • ui: validate new project folder name (8957c3a)
  • ui: vue-cli config (2f0961d)
yyx990803
published 3.0.0-rc.2 •

Changelog

Source

3.0.0-rc.2 (2018-06-14)

cli

Bug Fixes
  • ui: wrong NODE_ENV value if undefined (09b72eb)

cli-ui

Bug Fixes

cli-ui-addon-webpack

Bug Fixes
  • ui: wwebpack dashboard performance improvements (9f5dda4)
Features
yyx990803
published 3.0.0-rc.1 •

Changelog

Source

3.0.0-rc.1 (2018-06-13)

babel-preset-app

Features
  • apply minimal transpilation when building as web component (3b2cc6b)

cli

Bug Fixes
  • clear children modules from cache (50027c6)
  • ui: CSS Pre-processors "More info" link leads to 404 (#1534) (919bcbb)
  • ui: save db in user home (6e1f735)

cli-plugin-eslint

Features
  • ui: open eslintrc suggestion (a26669c)

cli-plugin-pwa

Features
  • ui: pwa open vue config/manifest suggestions (e57e749)

cli-plugin-unit-jest

Bug Fixes
  • transform es modules syntax for Jest when not using Babel (65d5d36), closes #1524

cli-plugin-unit-mocha

Bug Fixes
  • unit-mocha: node externals are unnecessary for testing client code (460c200), closes #1548

cli-service

Bug Fixes
  • asset output relative check (1195aee), closes #1545
  • fix custom mode NODE_ENV regression (60de7c4), closes #1528
  • runtimeCompiler default (e15fa20)
  • should repsect configureWebpack hooks when resolving app config (a7564d6)
  • build: --target app should respect inline entry as well (323a38c), closes #1533
  • use devServer.public to build sockjsUrl, if defined. (#1526) (f0498f6)
Features
  • modern mode (204d8f0)
  • vue-cli-service build --report/--report-json (272ef5e)

cli-ui

Bug Fixes
  • ui: dark mode nav button badge counters (0ba3920)
  • ui: bail access denied folders (5984a0d)
  • ui: create: first feature removed if 'use config files' not checked (b361473)
  • ui: improve task logs performance (36908a9)
  • ui: increase terminal output scrollback (292c35f)
  • ui: IPC conflict (1fcd2d0)
  • ui: nav button bullet border color (aee5c93)
  • ui: nav button custom image align (99b030a)
  • ui: reload plugin api after plugin update (be3d538)
  • ui: reset apollo store on reconnect (caf31a1)
  • ui: Suggestions API fixes (e7e2fb2)
  • ui: task command too long (9426f38)
Features

other

Bug Fixes
  • check more files for links (182f3b7)
yyx990803
published 3.0.0-beta.16 •

Changelog

Source

3.0.0-beta.16 (2018-06-08)

babel-preset-app

Bug Fixes
  • avoid injecting polyfills when targeting node (586c8aa)

cli

Bug Fixes
  • avoid util.promisify when resolving webpack.config.js (89a0e65), closes #1473
  • bail when registry ping fails (be5526e), closes #1427
  • use fallback module resolve for Node version < 10 (12d51fd), closes #1486
Features

cli-plugin-e2e-cypress

Features

cli-plugin-pwa

Bug Fixes
  • pwa plugin should be ignored when target is not app (85e6e5e), closes #1497

cli-plugin-typescript

Features

cli-plugin-unit-jest

Bug Fixes
  • should not inject babel-core shim if babel plugin is not used (a91d022), closes #1424
Features

cli-service

Bug Fixes
  • fine tune chunk splitting (4db901c), closes #1488
  • fix invoke output (d65a251)
  • only provide baseUrl fix if baseUrl provided (#1421) (af1151a)
  • build: default to development mode in build --watch (#1430) (3193b0d)
  • env: preserve existing env vars so load in reverse order. (#1503) (7c1ef24)
  • serve: make sockjs url fixed with host (#1476) (2cbe373)
  • ui: correct i18n mistake (#1445) (dc07315)
  • resolve.symlinks to false so that node_modules exclusion works (5b4df14)
Features
  • allow configuring css-loader options via css.loaderOptions.css (7d06f09), closes #1484
  • allow configuring postcss-loader via css.loaderOptions.postcss (0ba111e)
  • allow using relative baseUrl (dc38211)
  • bail when user directly mutate output.publicPath (1732007)
  • build: support named exports when building --target lib with js/ts entry (1dc47eb), closes #1436
  • cli-service: support --no-clean flag (#1457) (c19bbff), closes #1446

cli-ui

Bug Fixes
Code Refactoring
Features
  • ui tweaks & fixes (#1409) (7354525)
  • ui: Display cli-service in plugins view (so it can be upgraded) (#1422) (f42632b)
  • ui: update all plugin to wanted version button (#1456) (98b6d26)

docs

Bug Fixes

BREAKING CHANGES

  • css.localIdentName has been deprecated. Use css.loaderOptions.css.localIdentName instead.
  • e2e-cypress: Cypress has been upgraded to 3.0. See changelog at https://docs.cypress.io/guides/references/changelog.html
  • build: When building a js/ts entry file with --target lib, the library now exposes a Module with both default and named exports. This means in the UMD build, the default export now needs to be accessed as window.yourLib.default, and in the CommonJS build as const yourLib = require('yourLib').default. If you don't have named exports and want to retain the previous behavior, you can configure webpack to use output.libraryExport: 'default' in vue.config.js.
  • ui: - file-icon for the configurations is removed
  • Configuration objects icon option changed and is now working differently: you can either use a material icon code or a custom image (see Public static files in the UI Plugin docs).
  • Task objects have a new icon option which works exactly the same
  • By default, if no icon is provided for either the config or the task, the corresponding vue-cli plugin logo will be used instead (if any).
  • jest is upgraded to 23.1.0 with minor breaking changes but should not affect normal test cases
yyx990803
published 3.0.0-beta.15 •

Changelog

Source

3.0.0-beta.15 (2018-05-30)

cli

Bug Fixes

cli-plugin-e2e-cypress

Bug Fixes

cli-plugin-typescript

Bug Fixes
  • typescript: avoid including router file when router is not selected (4d00161)
Performance Improvements
  • use importHelpers: true in tsconfig.json (60f0a0a)

cli-service

Bug Fixes
  • cli-service: make devBaseUrl work properly in serve command (#1405) (04600e6)
  • unit-mocha: ensure correct mode for webpack config (e17f78c), closes #1389
  • fix caching dependency (close #1384) (9846cd5)
Features
  • respect baseUrl during development (a9e1286)

cli-ui

Bug Fixes

docs

Features
  • add --copy option for vue-cli-service serve (#1355) (5e95b3d)

BREAKING CHANGES

  • devBaseUrl option has been removed. baseUrl now works for both development and production. To use different paths for prod/dev, use conditional values based on process.env.NODE_ENV in vue.config.js.
yyx990803
published 3.0.0-beta.14 •

yyx990803
published 3.0.0-beta.13 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc