@dnlup/vue-cli-plugin-unit-ava
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.0.0-rc.2](https://github.com/dnlup/vue-cli-plugin-unit-ava/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2019-09-10) | ||
### Bug Fixes | ||
* **generator:** add Vuetify css when css loader is selected ([9c83e43](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/9c83e43)) | ||
## [1.0.0-rc.1](https://github.com/dnlup/vue-cli-plugin-unit-ava/compare/v1.0.0-beta.7...v1.0.0-rc.1) (2019-08-27) | ||
@@ -7,0 +14,0 @@ |
@@ -108,2 +108,8 @@ require('browser-env')() | ||
<%_ if (uiFramework === 'Vuetify') { _%> | ||
// Setup Vuetify | ||
// See https://vuetifyjs.com/en/getting-started/quick-start#full-installation | ||
<%_ if (styles && styles.includes('css')) { _%> | ||
require('vuetify/dist/vuetify.min.css') | ||
<%_ } _%> | ||
Vue.use(Vuetify, { | ||
@@ -110,0 +116,0 @@ iconfont: 'md' |
{ | ||
"name": "@dnlup/vue-cli-plugin-unit-ava", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"description": "@vue/cli plugin to run unit tests with ava", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"release": "HUSKY_SKIP_HOOKS=1 standard-version", | ||
"postrelease": "git push --follow-tags origin master && conventional-github-releaser -p angular" | ||
"postrelease": "git push --follow-tags origin master && node ./scripts/publish.js" | ||
}, | ||
@@ -43,24 +43,26 @@ "keywords": [ | ||
"devDependencies": { | ||
"@vue/babel-preset-app": "^3.8.0", | ||
"@vue/cli": "^3.8.4", | ||
"@vue/cli-service": "^3.8.4", | ||
"@vue/cli-test-utils": "^3.8.0", | ||
"@vue/babel-preset-app": "^3.11.0", | ||
"@vue/cli": "^3.11.0", | ||
"@vue/cli-service": "^3.11.0", | ||
"@vue/cli-test-utils": "^3.11.0", | ||
"@vue/test-utils": "^1.0.0-beta.29", | ||
"ava": "^2.1.0", | ||
"ava": "^2.3.0", | ||
"babel-plugin-module-resolver": "^3.2.0", | ||
"browser-env": "^3.2.6", | ||
"commitizen": "^3.1.1", | ||
"commitizen": "^4.0.3", | ||
"conventional-github-releaser": "^3.1.3", | ||
"css-modules-require-hook": "^4.2.3", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^6.0.1", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-node": "^9.1.0", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.2.2", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"husky": "^3.0.4", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"execa": "^2.0.4", | ||
"husky": "^3.0.5", | ||
"inquirer": "^7.0.0", | ||
"is-ci": "^2.0.0", | ||
"lint-staged": "^8.2.1", | ||
"nanoid": "^2.0.3", | ||
"lint-staged": "^9.2.5", | ||
"nanoid": "^2.0.4", | ||
"nyc": "^14.1.1", | ||
@@ -70,8 +72,8 @@ "require-extension-hooks": "^0.3.3", | ||
"require-extension-hooks-vue": "^3.0.0", | ||
"rimraf": "^2.6.3", | ||
"standard-version": "^6.0.1", | ||
"stylus": "^0.54.5", | ||
"rimraf": "^3.0.0", | ||
"standard-version": "^7.0.0", | ||
"stylus": "^0.54.7", | ||
"ts-node": "^8.3.0", | ||
"tsconfig-paths": "^3.8.0", | ||
"vue-cli-plugin-vuetify": "^0.5.0" | ||
"vue-cli-plugin-vuetify": "^0.6.3" | ||
}, | ||
@@ -78,0 +80,0 @@ "husky": { |
@@ -22,3 +22,3 @@ import test from 'ava' | ||
] | ||
for (let key of packages) { | ||
for (const key of packages) { | ||
pkg.devDependencies[key] && | ||
@@ -25,0 +25,0 @@ t.is(pkg.devDependencies[key], devDependencies[key]) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
430041
29
1239
0
34