Socket
Socket
Sign inDemoInstall

@vue/cli-service

Package Overview
Dependencies
58
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
1214
17Next

3.0.3

Diff

Changelog

Source

3.0.3 (2018-09-12)

cli-plugin-unit-mocha

Bug Fixes

cli-service

Bug Fixes
  • fix ESDIR errors when outputDir contains dots (1682ff7), closes #2414
  • hash module ids in anonymous chunks, avoid ENAMETOOLONG error (69cec80), closes #2490
soda
published 3.0.2 •

Changelog

Source

3.0.2 (2018-09-11)

cli

Bug Fixes

cli-plugin-babel

Bug Fixes

cli-plugin-eslint

Bug Fixes
  • also lint nested js files starting with dot (b81d11e)

cli-plugin-unit-jest

Bug Fixes
  • cli-plugin-unit-jest: also process SVG files with jest-transform-stub (#2368) (3def765)
  • ensure unit test examples work in projects created with --bare (b62c6ba), closes #2262

cli-plugin-unit-mocha

Bug Fixes
  • fix file name resovling in mocha env (f683583)

cli-service

Bug Fixes
  • cli-service: treat specific flags as boolean only (b1f3a4c), closes #2258
  • add hash to filename in development mode (#2403) (33dad39), closes #2391 #1132
  • adjust postcss-loader order when using inline minification (a2d1095)
  • fix cssnanoOptions format (d0320eb), closes #2395
  • fix extracted css publicPath for target --lib (1973e2d), closes #2260
  • fix hmr compatibility with worker-loader (#2286) (78c6877), closes #2276
  • fix HMR hostname when devServe.host is set (#2230) (2f19904)
  • revert default symlinks setting (#2409) (c9cc225), closes #1559 #2195 #2284 #1609
  • revert named-chunks nameResolver algorithm (#2324) (3933187), closes #1959
  • serve: respect devServer.openPage field (#2309) (f9652a1)

cli-shared-utils

Bug Fixes

cli-ui

Bug Fixes
  • put actions buttons together, closes #1588 (812159a)
  • ansi up shouldn't escape HTML, closes #2187 (51490c6)
  • pane toolbar switch background in dark mode (ad6f934)
  • restore select element (config/task) (a549d56)
  • TopBar: project dropdown button not flat to be more accessible (59dbc02)
  • cli-ui: ignore "false" ENOENT errors on Windows (#2294) (bf91533)
  • plugin api: IPC now namspaced per project by default, closes #2189 (f261410)
Features
  • configuration details: better loading UX (5efbd1b)

cli-ui-addon-webpack

Bug Fixes
  • webpack dashboard: anazlyer sort on size types + performance improvements (de290d8)
  • webpack dashboard: support any command for mode (855da76)

docs

Bug Fixes
yyx990803
published 3.0.1 •

Changelog

Source

3.0.1 (2018-08-16)

cli

Bug Fixes
  • fix local preset inference on Windows (f83f31a)
  • temporary fix core-js dep for vue ui (6d64750), closes #2215
  • generator: handle directories starting with dot (1892bcc), closes #2222

cli-plugin-eslint

Bug Fixes
  • eslint: lint command should also lint config files starting with dot (8189f20), closes #2228

cli-plugin-typescript

Bug Fixes

cli-service

Bug Fixes
  • allow relative baseUrl other than ./ (#2168) (d14d4e6)
  • inspect --plugins should log plugin names from webpack-merge (#2201) (69a4fb3)
  • minify embedded CSS with extract: false (a2c767e), closes #2214
  • preserve rule names when configureWebpack is present (2257034), closes #2206
  • work around url-loader 1.1.0 regression (1f0c8e9), closes #2242

docs

Bug Fixes
  • fix css output location for relative baseUrl + more details in docs (1e7fa2c)
  • eslint: always emit error when lintOnSave === error + improve docs (d96a794), closes #2162

other

Bug Fixes
yyx990803
published 3.0.0 •

Changelog

Source

3.0.0 (2018-08-10)

other

Bug Fixes
  • avoid adding githooks if created as sub dir in existing git repo (ba75e29), closes #2131
yyx990803
published 3.0.0-rc.12 •

Changelog

Source

3.0.0-rc.12 (2018-08-09)

cli

Features
  • support generator.js and prompts.js in preset (3b21fad)

cli-service

Bug Fixes
  • avoid os.cpus() error in certain envs (327d041), closes #2110
Code Refactoring
  • use better modern mode and cors implementation (7b39bed)
Features
  • support Subresource Integrity via integrity option (55043d3)

cli-service-global

Bug Fixes
  • install vue-template-compiler for global service (c42cb94)

cli-ui

Bug Fixes

other

Bug Fixes
  • ensure consistent build hash with different project locations (9e4d62c)

BREAKING CHANGES

  • The corsUseCredentials option has been replaced by the new crossorigin option.
yyx990803
published 3.0.0-rc.11 •

Changelog

Source

3.0.0-rc.11 (2018-08-07)

babel-preset-app

Bug Fixes
  • fix Promise.finally missing in Firefox (b20f624), closes #2012

cli

Bug Fixes
Features
  • create: more descriptions and links (9f9ddb1)

cli-plugin-babel

Bug Fixes
  • babel cache should take browserslist into account (356eef6)

cli-plugin-e2e-cypress

Bug Fixes

cli-plugin-eslint

Bug Fixes
  • cli-plugin-eslint: remove base rules from ui (#2029) (1e10161)
  • eslint plugin module loading in workspaces (185ae6d)
Features
  • rework eslint configuration tab to display all rules (#2008) (7953d83)

cli-plugin-typescript

Bug Fixes
  • tslint: also lint tsx blocks (55f4c5f)
  • typescript: explicitly enable allowSyntheticDefaultImports (350f77b)
  • typescript: prevent compilation error when using src attribute on sfc (#2068) (7706dcf)
  • typescript: tsconfig whitespace (#2046) (437f56c)
  • typescript: use esnext in lib (#2045) (5838096)

cli-plugin-unit-jest

Bug Fixes
  • jest: make sure jest tests work without babel (99761b3), closes #2040

cli-plugin-unit-mocha

Features
  • service: Enable inspector debugging for unit test by mocha (#2013) (2243515)

cli-service

Bug Fixes
  • css: fix importLoaders which only applies to plain CSS imports (4220835), closes #2055
  • pwa: workaround index sw manifest path when using relative indexPath (68aaa8f), closes #2007
  • avoid crashing when adding router via UI (128d9d9), closes #2034
  • defensive html chunk sorting (495c25a), closes #1993
  • make vue-template-compiler a peer dep to allow version pinning (fd839b5), closes #2086
Features
  • respect devServer field in webpack config as well (3894a4a), closes #2053
  • support --bare flag when creating new projects (c6ca93e), closes #2030

cli-ui

Bug Fixes
  • deps: more robust isInstalled (9079d3e)
  • filediff: expand all don't expand files collapsed by default (like yarn.lock) (3bda824)
  • change new project folder input placeholder, closes #2069 (4c8c3e9)
Features
  • support ANSI colors in ListItemInfo (8c96c15)
  • file-diff: syntax highlighting, better background colors (196c84c)

docs

Features
  • allow enfoce extract css in development (686ec25), closes #2002

BREAKING CHANGES

  • setting css.extract to true will now force extraction in development
yyx990803
published 3.0.0-rc.10 •

Changelog

Source

3.0.0-rc.10 (2018-07-30)

cli

Features
  • add create option for router history mode (6392a60)

cli-plugin-typescript

Bug Fixes
  • tslint: should only lint <script lang="ts"> (2a21612), closes #1984
Features
  • typescript: upgrade default TS version to 3.0 (483a082)

cli-service

Bug Fixes
  • ensure entry chunk is placed last for CSS overrides (352d3bb)
Features
yyx990803
published 3.0.0-rc.9 •

Changelog

Source

3.0.0-rc.9 (2018-07-29)

cli

Bug Fixes

cli-plugin-unit-jest

Bug Fixes
  • improve jest/mocha add compat with typescript (252dd3d)

cli-service

Bug Fixes
Features
  • hasPlugin matches router or vuex (1c5fdd0)
yyx990803
published 3.0.0-rc.8 •

Changelog

Source

3.0.0-rc.8 (2018-07-27)

babel-preset-app

Code Refactoring
  • babel: use individual plugins instead of stage presets (da833d6)

cli

Bug Fixes

cli-plugin-typescript

Bug Fixes
  • do not default emitDecoratorMetadata to true (aea4cfe), closes #1708
  • fix tslint on vue file with no script (6b91a13)

cli-plugin-unit-jest

Bug Fixes
  • jest: fix jest tests due to jsdom 11.12.0 (7d65353), closes #1960

cli-service

Bug Fixes
  • avoid hash collisions (#1959) (4b5a634)
  • fix hmr in docker + support devServer.public with protocol (da38ed4)
Features
  • serve: detect and add tip when running inside container (ed0315a)

BREAKING CHANGES

  • babel: @vue/babel-preset-app no longer includes @babel/preset-stage-2. Now the only pre stage-3 proposals included are dynamic import, decorators and class properties. This is because Babel 7 will be removing stage presets altogether.
yyx990803
published 3.0.0-rc.7 •

Changelog

Source

3.0.0-rc.7 (2018-07-27)

cli

Features

cli-service

Bug Fixes
  • fix absolute path for outputDir option (e7602ab)
  • make sure router.js passes airbnb lint (e27e679), closes #1956
Features
  • support specifying index output path via indexPath option (b9ecb90)
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc