Socket
Socket
Sign inDemoInstall

@vue/cli-plugin-vuex

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/cli-plugin-vuex - npm Package Versions

1
79

4.0.2

Diff

Changelog

Source

4.0.2 (2019-10-17)

:bug: Bug Fix
  • @vue/cli-service
    • #4693 fix: add a compatibility layer for router & vuex for CLI v3 (@sodatea)
Committers: 1
soda
published 4.0.1 •

Changelog

Source

4.0.1 (2019-10-16)

:bug: Bug Fix
  • @vue/cli-plugin-eslint, @vue/cli-plugin-router, @vue/cli-plugin-vuex, @vue/cli-service-global, @vue/cli-ui-addon-webpack, @vue/cli-ui-addon-widgets, @vue/cli-ui, @vue/cli
    • fec160f fix: no need to assertCliVersion. avoid breaking old versions (@sodatea)
soda
published 4.0.0 •

Changelog

Source

4.0.0 (2019-10-16)

:rocket: New Features
  • @vue/cli-shared-utils, @vue/cli
:boom: Breaking Changes
  • @vue/cli
    • #4681 chore!: add @vue/cli in --version output, to avoid confusion (@sodatea)
:bug: Bug Fix
  • @vue/cli-plugin-babel
:memo: Documentation
Committers: 5
soda
published 4.0.0-rc.8 •

Changelog

Source

4.0.0-rc.8 (2019-10-11)

:rocket: New Features
  • @vue/cli
  • @vue/babel-preset-app, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #4663 feat(babel-preset): set target to node whenever NODE_ENV === 'test' (@sodatea)
  • @vue/cli-plugin-pwa
    • #4664 feat(pwa): improve compatibility with v3 plugin usage (@sodatea)
  • @vue/cli-service
    • #4641 feat: make the minimizer config available in all modes (@sodatea)
    • #4644 feat: add webdriver log files to gitignore (@sodatea)
:boom: Breaking Changes
  • @vue/cli-service
    • #4676 chore!: upgrade terser-webpack-plugin to 2.x (@sodatea)
    • #4673 refactor!: use DefinePlugin (again) instead of EnvironmentPlugin (@sodatea)
:bug: Bug Fix
  • @vue/cli-service
    • #4666 fix: fix redundant log messages from webpack-dev-server (@sodatea)
:house: Internal
  • @vue/cli-service
    • #4673 refactor!: use DefinePlugin (again) instead of EnvironmentPlugin (@sodatea)
:hammer: Underlying Tools
  • @vue/cli-service
Committers: 2
soda
published 4.0.0-rc.7 •

Changelog

Source

4.0.0-rc.7 (2019-10-01)

:bug: Bug Fix
  • @vue/cli-service
    • #4637 fix: avoid accidentally overriding sass config with scss configs (@sodatea)
Committers: 1
soda
published 4.0.0-rc.6 •

Changelog

Source

4.0.0-rc.6 (2019-09-30)

:rocket: New Features
  • @vue/cli-plugin-babel
    • #4633 feat(babel-migrator): transform babel preset regardless of plugin version (@sodatea)
:bug: Bug Fix
  • @vue/cli
    • #4634 fix(upgrade-all): avoid accidentally writing outdated package.json back (@sodatea)
Committers: 1
soda
published 4.0.0-rc.5 •

Changelog

Source

4.0.0-rc.5 (2019-09-30)

:rocket: New Features
  • @vue/cli
  • @vue/cli-plugin-babel
    • #4629 feat(babel): transform preset names in the plugin migrator (@sodatea)
:bug: Bug Fix
  • @vue/cli-service
    • #4631 fix: fix sassOptions merging for scss syntax in sass-loader v8 (@sodatea)
  • @vue/cli-plugin-e2e-nightwatch
    • #4622 fix: fix nightwatch template's compatibility with eslint plugin (@sodatea)
    • #4627 fix: fix nightwatch cli option (--url) handling (@sodatea)
Committers: 2
soda
published 4.0.0-rc.4 •

Changelog

Source

4.0.0-rc.4 (2019-09-25)

Start from the version, the unit-jest plugin comes with 4 configuration presets:

  • @vue/cli-plugin-unit-jest The default preset for the most common type of projects
  • @vue/cli-plugin-unit-jest/presets/no-babel If you don't have @vue/cli-plugin-babel installed and don't want to see babel files in the project
  • @vue/cli-plugin-unit-jest/presets/typescript The preset with TypeScript support (but no TSX support)
  • @vue/cli-plugin-unit-jest/presets/typescript-and-babel The preset with TypeScript (and TSX) and babel support.

If you haven't changed the default Jest configurations (lies in either jest.config.js or the jest field in package.json) ever since project creation, you can now replace the massive configuration object with one single field:

module.exports = {
  // Replace the following preset name with the one you want to use from the above list
  preset: '@vue/cli-plugin-unit-jest'
}

A reminder: The default test environment in the new presets is jsdom@15, which differs from the default one in Jest 24 (jsdom@11). This is to be aligned with the upcoming Jest 25 updates. Most users won't be affected by this change. For a detailed changelog with regard to jsdom, see https://github.com/jsdom/jsdom/blob/master/Changelog.md

:rocket: New Features
  • @vue/cli-plugin-unit-jest
    • #4607 feat: use jsdom v15 in jest presets instead of the default v11 (@sodatea)
    • #4597 refactor: move jest configs into presets (@sodatea)
  • @vue/cli-plugin-e2e-nightwatch, @vue/cli-shared-utils, @vue/cli
    • #4563 feat(nightwatch): check user's installed browser versions on scaffolding / before running tests (@sodatea)
:bug: Bug Fix
  • @vue/cli-service
    • #4613 fix: correctly ignore html templates in copy-webpack-plugin (@sodatea)
:memo: Documentation
:hammer: Underlying Tools
  • @vue/cli-plugin-unit-jest
    • #4607 feat: use jsdom v15 in jest presets instead of the default v11 (@sodatea)
    • #4597 refactor: move jest configs into presets (@sodatea)
Committers: 4
soda
published 4.0.0-rc.3 •

Changelog

Source

4.0.0-rc.3 (2019-09-09)

:rocket: New Features
  • @vue/cli-service, @vue/cli-shared-utils
  • @vue/cli-plugin-e2e-nightwatch
    • #4541 Upgrade Nightwatch to v1.2 and update bundled config and generated tests (@beatfactor)
Committers: 2
soda
published 4.0.0-rc.2 •

Changelog

Source

4.0.0-rc.2 (2019-09-08)

:rocket: New Features
  • @vue/cli-plugin-eslint, @vue/cli
    • #4549 feat: implement a migrator to auto add eslint to deps (@sodatea)
:bug: Bug Fix
  • @vue/cli-plugin-e2e-nightwatch
  • @vue/cli-service
  • @vue/cli
    • #4546 fix(upgrade): correctly update version range in package.json (@sodatea)
:memo: Documentation
Committers: 3
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