vue-search-input
Advanced tools
Comparing version
module.exports = { | ||
extends: ['eslint-config-kouts/vue3-typescript'] | ||
extends: ['@kouts/eslint-config/vue3-typescript'] | ||
} |
@@ -0,1 +1,9 @@ | ||
## [1.1.11](https://github.com/kouts/vue-search-input/compare/v1.1.10...v1.1.11) (2022-11-10) | ||
### Bug Fixes | ||
* updated eslint config ([2ac45dc](https://github.com/kouts/vue-search-input/commit/2ac45dcfdff9b0a07b9abb436e8352d53d4d9e35)) | ||
* updated npm packages ([4480cc2](https://github.com/kouts/vue-search-input/commit/4480cc2236657f54a01952b4299d3d0a70f706c3)) | ||
## [1.1.10](https://github.com/kouts/vue-search-input/compare/v1.1.9...v1.1.10) (2022-09-05) | ||
@@ -2,0 +10,0 @@ |
@@ -1,4 +0,4 @@ | ||
{"total": {"lines":{"total":53,"covered":53,"skipped":0,"pct":100},"statements":{"total":66,"covered":66,"skipped":0,"pct":100},"functions":{"total":18,"covered":18,"skipped":0,"pct":100},"branches":{"total":43,"covered":43,"skipped":0,"pct":100},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":"Unknown"}} | ||
{"total": {"lines":{"total":94,"covered":89,"skipped":0,"pct":94.68},"statements":{"total":102,"covered":96,"skipped":0,"pct":94.11},"functions":{"total":28,"covered":26,"skipped":0,"pct":92.85},"branches":{"total":79,"covered":72,"skipped":0,"pct":91.13},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":"Unknown"}} | ||
,"/home/runner/work/vue-search-input/vue-search-input/src/SearchInput.types.ts": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}} | ||
,"/home/runner/work/vue-search-input/vue-search-input/src/SearchInput.vue": {"lines":{"total":52,"covered":52,"skipped":0,"pct":100},"functions":{"total":18,"covered":18,"skipped":0,"pct":100},"statements":{"total":65,"covered":65,"skipped":0,"pct":100},"branches":{"total":43,"covered":43,"skipped":0,"pct":100}} | ||
,"/home/runner/work/vue-search-input/vue-search-input/src/SearchInput.vue": {"lines":{"total":93,"covered":88,"skipped":0,"pct":94.62},"functions":{"total":28,"covered":26,"skipped":0,"pct":92.85},"statements":{"total":101,"covered":95,"skipped":0,"pct":94.05},"branches":{"total":79,"covered":72,"skipped":0,"pct":91.13}} | ||
} |
@@ -12,5 +12,2 @@ module.exports = { | ||
moduleNameMapper: { | ||
// Fix in order for vue-test-utils to work with Jest 28 | ||
// https://github.com/vuejs/vue-test-utils/issues/1975 | ||
'^@vue/test-utils$': require.resolve('@vue/test-utils'), | ||
'^@/(.*)$': '<rootDir>/src/$1', | ||
@@ -21,3 +18,8 @@ '^@playground/(.*)$': '<rootDir>/playground/$1', | ||
coveragePathIgnorePatterns: ['/node_modules/', '/playground/', '/tests/'], | ||
coverageReporters: ['text', 'json-summary'] | ||
coverageReporters: ['text', 'json-summary'], | ||
// Fix in order for vue-test-utils to work with Jest 28 | ||
// https://github.com/vuejs/vue-jest/issues/479 | ||
testEnvironmentOptions: { | ||
customExportConditions: ['node', 'node-addons'] | ||
} | ||
} |
{ | ||
"name": "vue-search-input", | ||
"description": "A Vue.js 3 search input component, inspired by the global search input of Storybook and GitHub.", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "repository": "https://github.com/kouts/vue-search-input", | ||
"module": "dist/vue-search-input.es.js", | ||
"types": "dist/types/SearchInput.vue.d.ts", | ||
"types": "dist/SearchInput.vue.d.ts", | ||
"exports": { | ||
@@ -47,32 +47,21 @@ ".": { | ||
"devDependencies": { | ||
"@babel/core": "^7.18.13", | ||
"@babel/preset-env": "^7.18.10", | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@babel/core": "^7.20.2", | ||
"@babel/preset-env": "^7.20.2", | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"@kouts/eslint-config": "^0.0.8", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/jest": "^28.1.8", | ||
"@types/node": "^18.7.15", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"@vitejs/plugin-vue": "^3.0.3", | ||
"@vue/compiler-sfc": "^3.2.38", | ||
"@vue/eslint-config-typescript": "^11.0.0", | ||
"@vue/test-utils": "^2.0.2", | ||
"@vue/vue3-jest": "28.0.1", | ||
"babel-jest": "^28.1.3", | ||
"bootstrap": "^5.2.0", | ||
"eslint": "^8.23.0", | ||
"eslint-config-kouts": "^2.3.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-html": "^7.1.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.2.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-promise": "^6.0.1", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"eslint-plugin-vue": "^9.4.0", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"@types/jest": "^29.2.2", | ||
"@types/node": "^18.11.9", | ||
"@vitejs/plugin-vue": "^3.2.0", | ||
"@vue/compiler-sfc": "^3.2.44", | ||
"@vue/test-utils": "^2.2.1", | ||
"@vue/vue3-jest": "29.2.0", | ||
"babel-jest": "^29.3.1", | ||
"bootstrap": "^5.2.2", | ||
"eslint": "^8.27.0", | ||
"husky": "^8.0.2", | ||
"jest": "^29.3.1", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"lint-staged": "^13.0.3", | ||
@@ -82,11 +71,10 @@ "make-coverage-badge": "^1.2.0", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"sass": "^1.54.8", | ||
"ts-jest": "^28.0.8", | ||
"typescript": "^4.8.2", | ||
"vite": "^3.0.9", | ||
"vite-plugin-dts": "^1.4.1", | ||
"vue": "^3.2.38", | ||
"vue-eslint-parser": "^9.0.3", | ||
"vue-tsc": "^0.40.7" | ||
"sass": "^1.56.1", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.2.3", | ||
"vite-plugin-dts": "^1.7.0", | ||
"vue": "^3.2.44", | ||
"vue-tsc": "^1.0.9" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
module.exports = require('eslint-config-kouts/prettier.config.js') | ||
module.exports = require('@kouts/eslint-config/prettier.config.js') |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30
-28.57%807
0.25%94718
-0.08%