jest-md-dashboard
Advanced tools
Comparing version
# Changelog | ||
## [0.7.2](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.7.1...jest-md-dashboard-v0.7.2) (2023-01-11) | ||
## [0.8.0](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.7.2...jest-md-dashboard-v0.8.0) (2024-02-26) | ||
### ⚠ BREAKING CHANGES | ||
* drop Node 14 and 16 support ([#469](https://github.com/tasshi-me/jest-md-dashboard/issues/469)) | ||
### Bug Fixes | ||
* **deps:** Bump json5 from 1.0.1 to 1.0.2 ([#260](https://github.com/mshrtsr/jest-md-dashboard/issues/260)) ([0ea87ca](https://github.com/mshrtsr/jest-md-dashboard/commit/0ea87ca0b14d233f18a51c7d613f22e611596019)) | ||
* **deps:** update dependency typescript to v5 ([#289](https://github.com/tasshi-me/jest-md-dashboard/issues/289)) ([4d513f7](https://github.com/tasshi-me/jest-md-dashboard/commit/4d513f76696d31077c6fc0b33a8718adac7dfc95)) | ||
## [0.7.1](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.7.0...jest-md-dashboard-v0.7.1) (2022-09-08) | ||
### Miscellaneous Chores | ||
* drop Node 14 and 16 support ([#469](https://github.com/tasshi-me/jest-md-dashboard/issues/469)) ([d786b57](https://github.com/tasshi-me/jest-md-dashboard/commit/d786b572416394771a29b764fa474c4a57a4867f)) | ||
## [0.7.2](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.7.1...jest-md-dashboard-v0.7.2) (2023-01-11) | ||
### Bug Fixes | ||
* **deps:** update dependency isomorphic-git to ^1.19.2 ([#88](https://github.com/mshrtsr/jest-md-dashboard/issues/88)) ([206b384](https://github.com/mshrtsr/jest-md-dashboard/commit/206b384c3a04d1af7e8b81188a129a6e0ec72d1e)) | ||
* **deps:** update dependency isomorphic-git to ^1.19.3 ([#99](https://github.com/mshrtsr/jest-md-dashboard/issues/99)) ([ea6f642](https://github.com/mshrtsr/jest-md-dashboard/commit/ea6f6424a77052d2a48cf345becac2c2ecacf7a5)) | ||
* **deps:** update dependency isomorphic-git to ^1.21.0 ([#101](https://github.com/mshrtsr/jest-md-dashboard/issues/101)) ([c9bbcc3](https://github.com/mshrtsr/jest-md-dashboard/commit/c9bbcc3181ecc0d0ef1c05d6a77f38bfd01aa2c3)) | ||
* **deps:** Bump json5 from 1.0.1 to 1.0.2 ([#260](https://github.com/tasshi-me/jest-md-dashboard/issues/260)) ([0ea87ca](https://github.com/tasshi-me/jest-md-dashboard/commit/0ea87ca0b14d233f18a51c7d613f22e611596019)) | ||
## [0.7.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.6.1...jest-md-dashboard-v0.7.0) (2022-08-16) | ||
## [0.7.1](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.7.0...jest-md-dashboard-v0.7.1) (2022-09-08) | ||
### Bug Fixes | ||
* **deps:** update dependency isomorphic-git to ^1.19.2 ([#88](https://github.com/tasshi-me/jest-md-dashboard/issues/88)) ([206b384](https://github.com/tasshi-me/jest-md-dashboard/commit/206b384c3a04d1af7e8b81188a129a6e0ec72d1e)) | ||
* **deps:** update dependency isomorphic-git to ^1.19.3 ([#99](https://github.com/tasshi-me/jest-md-dashboard/issues/99)) ([ea6f642](https://github.com/tasshi-me/jest-md-dashboard/commit/ea6f6424a77052d2a48cf345becac2c2ecacf7a5)) | ||
* **deps:** update dependency isomorphic-git to ^1.21.0 ([#101](https://github.com/tasshi-me/jest-md-dashboard/issues/101)) ([c9bbcc3](https://github.com/tasshi-me/jest-md-dashboard/commit/c9bbcc3181ecc0d0ef1c05d6a77f38bfd01aa2c3)) | ||
## [0.7.0](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.6.1...jest-md-dashboard-v0.7.0) (2022-08-16) | ||
### Features | ||
* sort test results alphabetically by file path ([#68](https://github.com/mshrtsr/jest-md-dashboard/issues/68)) ([051e9e2](https://github.com/mshrtsr/jest-md-dashboard/commit/051e9e2689ffe4cd5009fed3b23a2d09ad88e455)) | ||
* sort test results alphabetically by file path ([#68](https://github.com/tasshi-me/jest-md-dashboard/issues/68)) ([051e9e2](https://github.com/tasshi-me/jest-md-dashboard/commit/051e9e2689ffe4cd5009fed3b23a2d09ad88e455)) | ||
@@ -29,6 +45,6 @@ | ||
* **deps:** update dependency isomorphic-git to ^1.19.1 ([#58](https://github.com/mshrtsr/jest-md-dashboard/issues/58)) ([9ce3564](https://github.com/mshrtsr/jest-md-dashboard/commit/9ce35646c5c0e246ee0d26ba97a1b04c0f95aa63)) | ||
* make sort order of test result ascending ([#83](https://github.com/mshrtsr/jest-md-dashboard/issues/83)) ([cbb5475](https://github.com/mshrtsr/jest-md-dashboard/commit/cbb547511555aa6fcce6bdf89a68f41e87d773bd)) | ||
* **deps:** update dependency isomorphic-git to ^1.19.1 ([#58](https://github.com/tasshi-me/jest-md-dashboard/issues/58)) ([9ce3564](https://github.com/tasshi-me/jest-md-dashboard/commit/9ce35646c5c0e246ee0d26ba97a1b04c0f95aa63)) | ||
* make sort order of test result ascending ([#83](https://github.com/tasshi-me/jest-md-dashboard/issues/83)) ([cbb5475](https://github.com/tasshi-me/jest-md-dashboard/commit/cbb547511555aa6fcce6bdf89a68f41e87d773bd)) | ||
## [0.6.1](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.6.0...jest-md-dashboard-v0.6.1) (2022-07-08) | ||
## [0.6.1](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.6.0...jest-md-dashboard-v0.6.1) (2022-07-08) | ||
@@ -38,5 +54,5 @@ | ||
* add example to README.md ([e2cd19e](https://github.com/mshrtsr/jest-md-dashboard/commit/e2cd19e13d89c6b54efe17b5c3e058f02052ce15)) | ||
* add example to README.md ([e2cd19e](https://github.com/tasshi-me/jest-md-dashboard/commit/e2cd19e13d89c6b54efe17b5c3e058f02052ce15)) | ||
## [0.6.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.5.0...jest-md-dashboard-v0.6.0) (2022-07-03) | ||
## [0.6.0](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.5.0...jest-md-dashboard-v0.6.0) (2022-07-03) | ||
@@ -46,5 +62,5 @@ | ||
* show summary for each test files ([7996c7e](https://github.com/mshrtsr/jest-md-dashboard/commit/7996c7e2654cc6eb159f1b9bcd96375ab0fe7b64)) | ||
* show the status icon for ancestors. ([a7550f8](https://github.com/mshrtsr/jest-md-dashboard/commit/a7550f836c0be1144c2fb710951fd0ca61342d41)) | ||
* show the status icon for each test. ([59f9613](https://github.com/mshrtsr/jest-md-dashboard/commit/59f9613a065eefd0f2c9d053f3af5ceed8f7d369)) | ||
* show summary for each test files ([7996c7e](https://github.com/tasshi-me/jest-md-dashboard/commit/7996c7e2654cc6eb159f1b9bcd96375ab0fe7b64)) | ||
* show the status icon for ancestors. ([a7550f8](https://github.com/tasshi-me/jest-md-dashboard/commit/a7550f836c0be1144c2fb710951fd0ca61342d41)) | ||
* show the status icon for each test. ([59f9613](https://github.com/tasshi-me/jest-md-dashboard/commit/59f9613a065eefd0f2c9d053f3af5ceed8f7d369)) | ||
@@ -54,5 +70,5 @@ | ||
* inherit `silent` from jest global config ([d5876dd](https://github.com/mshrtsr/jest-md-dashboard/commit/d5876dda08b6ed90d2959e859e98e1e2fc3ef7ab)) | ||
* inherit `silent` from jest global config ([d5876dd](https://github.com/tasshi-me/jest-md-dashboard/commit/d5876dda08b6ed90d2959e859e98e1e2fc3ef7ab)) | ||
## [0.5.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.4.0...jest-md-dashboard-v0.5.0) (2022-07-03) | ||
## [0.5.0](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.4.0...jest-md-dashboard-v0.5.0) (2022-07-03) | ||
@@ -67,4 +83,4 @@ | ||
* output to file by default ([#34](https://github.com/mshrtsr/jest-md-dashboard/issues/34)) ([ed723bf](https://github.com/mshrtsr/jest-md-dashboard/commit/ed723bff813227b43290c2b15f2a6b3160f3054d)) | ||
* remove `permalink` option and add `permalinkBaseUrl` ([#37](https://github.com/mshrtsr/jest-md-dashboard/issues/37)) ([a9fdceb](https://github.com/mshrtsr/jest-md-dashboard/commit/a9fdceb40fd76d12287e9c7181bafa6493f64684)) | ||
* output to file by default ([#34](https://github.com/tasshi-me/jest-md-dashboard/issues/34)) ([ed723bf](https://github.com/tasshi-me/jest-md-dashboard/commit/ed723bff813227b43290c2b15f2a6b3160f3054d)) | ||
* remove `permalink` option and add `permalinkBaseUrl` ([#37](https://github.com/tasshi-me/jest-md-dashboard/issues/37)) ([a9fdceb](https://github.com/tasshi-me/jest-md-dashboard/commit/a9fdceb40fd76d12287e9c7181bafa6493f64684)) | ||
@@ -74,5 +90,5 @@ | ||
* change default dashboard title ([dc5d2cd](https://github.com/mshrtsr/jest-md-dashboard/commit/dc5d2cd47c0d9a4b30baf1cb37d3ae8c0191f066)) | ||
* change default dashboard title ([dc5d2cd](https://github.com/tasshi-me/jest-md-dashboard/commit/dc5d2cd47c0d9a4b30baf1cb37d3ae8c0191f066)) | ||
## [0.4.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.3.1...jest-md-dashboard-v0.4.0) (2022-06-29) | ||
## [0.4.0](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.3.1...jest-md-dashboard-v0.4.0) (2022-06-29) | ||
@@ -82,4 +98,4 @@ | ||
* add a test summary ([#21](https://github.com/mshrtsr/jest-md-dashboard/issues/21)) ([df28a9c](https://github.com/mshrtsr/jest-md-dashboard/commit/df28a9c014a492734e59e57ee79b88a96b1eda9f)) | ||
* add permalink option ([#18](https://github.com/mshrtsr/jest-md-dashboard/issues/18)) ([124b765](https://github.com/mshrtsr/jest-md-dashboard/commit/124b7659579f8e205563080f46edf209151dc1cd)) | ||
* add a test summary ([#21](https://github.com/tasshi-me/jest-md-dashboard/issues/21)) ([df28a9c](https://github.com/tasshi-me/jest-md-dashboard/commit/df28a9c014a492734e59e57ee79b88a96b1eda9f)) | ||
* add permalink option ([#18](https://github.com/tasshi-me/jest-md-dashboard/issues/18)) ([124b765](https://github.com/tasshi-me/jest-md-dashboard/commit/124b7659579f8e205563080f46edf209151dc1cd)) | ||
@@ -89,5 +105,5 @@ | ||
* use config.rootDir to generate file path ([ec74a88](https://github.com/mshrtsr/jest-md-dashboard/commit/ec74a884677ff695365b7c02d6d40af61c698852)) | ||
* use config.rootDir to generate file path ([ec74a88](https://github.com/tasshi-me/jest-md-dashboard/commit/ec74a884677ff695365b7c02d6d40af61c698852)) | ||
## [0.3.1](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.3.0...jest-md-dashboard-v0.3.1) (2022-06-28) | ||
## [0.3.1](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.3.0...jest-md-dashboard-v0.3.1) (2022-06-28) | ||
@@ -97,5 +113,5 @@ | ||
* show outputPath when file generated ([7ff155f](https://github.com/mshrtsr/jest-md-dashboard/commit/7ff155fe0a568ea2a1020e17198a76b06ec88f4f)) | ||
* show outputPath when file generated ([7ff155f](https://github.com/tasshi-me/jest-md-dashboard/commit/7ff155fe0a568ea2a1020e17198a76b06ec88f4f)) | ||
## [0.3.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.2.0...jest-md-dashboard-v0.3.0) (2022-06-27) | ||
## [0.3.0](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.2.0...jest-md-dashboard-v0.3.0) (2022-06-27) | ||
@@ -109,5 +125,5 @@ | ||
* convert to pure ESM package ([#11](https://github.com/mshrtsr/jest-md-dashboard/issues/11)) ([2fb5efb](https://github.com/mshrtsr/jest-md-dashboard/commit/2fb5efb1ee8b1520c5bb11d9d490482c121ddf19)) | ||
* convert to pure ESM package ([#11](https://github.com/tasshi-me/jest-md-dashboard/issues/11)) ([2fb5efb](https://github.com/tasshi-me/jest-md-dashboard/commit/2fb5efb1ee8b1520c5bb11d9d490482c121ddf19)) | ||
## [0.2.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.1.0...jest-md-dashboard-v0.2.0) (2022-06-25) | ||
## [0.2.0](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.1.0...jest-md-dashboard-v0.2.0) (2022-06-25) | ||
@@ -117,3 +133,3 @@ | ||
* add `outputPath` option ([12325e7](https://github.com/mshrtsr/jest-md-dashboard/commit/12325e70868353a543c75d8ea48ee72b26d66935)) | ||
* add `outputPath` option ([12325e7](https://github.com/tasshi-me/jest-md-dashboard/commit/12325e70868353a543c75d8ea48ee72b26d66935)) | ||
@@ -123,3 +139,3 @@ | ||
* build package before publish ([e3ac569](https://github.com/mshrtsr/jest-md-dashboard/commit/e3ac56990eab6568b4dd2b2673d7c3e39cec06ff)) | ||
* build package before publish ([e3ac569](https://github.com/tasshi-me/jest-md-dashboard/commit/e3ac56990eab6568b4dd2b2673d7c3e39cec06ff)) | ||
@@ -131,3 +147,3 @@ ## 0.1.0 (2022-06-24) | ||
* MarkdownDashboardReporter ([d89ace4](https://github.com/mshrtsr/jest-md-dashboard/commit/d89ace4e0371e425414d5918730b56ecc8ee8794)) | ||
* MarkdownDashboardReporter ([d89ace4](https://github.com/tasshi-me/jest-md-dashboard/commit/d89ace4e0371e425414d5918730b56ecc8ee8794)) | ||
@@ -137,2 +153,2 @@ | ||
* version bump (0.1.0) ([73cdfa2](https://github.com/mshrtsr/jest-md-dashboard/commit/73cdfa2dc423d692d4188a096b1f01ecf1a2102f)) | ||
* version bump (0.1.0) ([73cdfa2](https://github.com/tasshi-me/jest-md-dashboard/commit/73cdfa2dc423d692d4188a096b1f01ecf1a2102f)) |
{ | ||
"name": "jest-md-dashboard", | ||
"version": "0.7.2", | ||
"version": "0.8.0", | ||
"description": "Generating a pretty Markdown dashboard for Jest", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mshrtsr/jest-md-dashboard.git" | ||
"url": "git+https://github.com/tasshi-me/jest-md-dashboard.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mshrtsr/jest-md-dashboard/issues" | ||
"url": "https://github.com/tasshi-me/jest-md-dashboard/issues" | ||
}, | ||
"homepage": "https://github.com/mshrtsr/jest-md-dashboard#readme", | ||
"homepage": "https://github.com/tasshi-me/jest-md-dashboard#readme", | ||
"author": "Masaharu TASHIRO <masatsr.kit@gmail.com>", | ||
@@ -23,5 +23,34 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=v14.21.1" | ||
"node": ">=18.19.1" | ||
}, | ||
"packageManager": "pnpm@8.15.4", | ||
"dependencies": { | ||
"isomorphic-git": "^1.25.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.9", | ||
"@babel/preset-env": "^7.23.9", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@cybozu/eslint-config": "^22.0.2", | ||
"@jest/globals": "^29.7.0", | ||
"@jest/reporters": "^29.7.0", | ||
"@jest/test-result": "^29.7.0", | ||
"@jest/types": "^29.6.3", | ||
"@tsconfig/recommended": "^1.0.3", | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"babel-jest": "^29.7.0", | ||
"eslint": "^8.57.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"jest": "^29.7.0", | ||
"jest-cli": "^29.7.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.2.5", | ||
"release-please": "^16.9.0", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3" | ||
}, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"prebuild": "run-s clean", | ||
@@ -39,30 +68,3 @@ "build": "tsc --build tsconfig.json --force", | ||
"clean": "rimraf lib" | ||
}, | ||
"dependencies": { | ||
"isomorphic-git": "^1.21.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@cybozu/eslint-config": "^18.0.0", | ||
"@jest/globals": "^29.3.1", | ||
"@jest/reporters": "^29.3.1", | ||
"@jest/test-result": "^29.3.1", | ||
"@jest/types": "^29.3.1", | ||
"@tsconfig/recommended": "^1.0.1", | ||
"@types/jest": "^29.2.5", | ||
"@typescript-eslint/parser": "^5.48.1", | ||
"babel-jest": "^29.3.1", | ||
"eslint": "^8.31.0", | ||
"eslint-import-resolver-typescript": "^3.5.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"jest": "^29.3.1", | ||
"jest-cli": "^29.3.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.2", | ||
"release-please": "^15.1.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.9.4" | ||
} | ||
} | ||
} |
# jest-md-dashboard | ||
[](https://badge.fury.io/js/jest-md-dashboard) | ||
[](https://codecov.io/gh/mshrtsr/jest-md-dashboard) | ||
[](https://github.com/mshrtsr/jest-md-dashboard/actions/workflows/test.yml) | ||
[](https://github.com/mshrtsr/jest-md-dashboard/actions/workflows/lint.yml) | ||
[](https://codecov.io/gh/tasshi-me/jest-md-dashboard) | ||
[](https://github.com/tasshi-me/jest-md-dashboard/actions/workflows/test.yml) | ||
[](https://github.com/tasshi-me/jest-md-dashboard/actions/workflows/lint.yml) | ||
[](LICENSE) | ||
@@ -22,3 +22,3 @@ | ||
See https://github.com/mshrtsr/jest-md-dashboard/issues/20 | ||
See https://github.com/tasshi-me/jest-md-dashboard/issues/20 | ||
@@ -39,2 +39,8 @@ ## Installation | ||
### pnpm | ||
```shell | ||
pnpm add -D jest-md-dashboard | ||
``` | ||
## Usage | ||
@@ -88,3 +94,3 @@ | ||
e.g. `https://github.com/mshrtsr/jest-md-dashboard/blob/` | ||
e.g. `https://github.com/tasshi-me/jest-md-dashboard/blob/` | ||
@@ -91,0 +97,0 @@ #### 2. Run on GitHub Actions |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
30407
3.31%109
5.83%1
Infinity%Updated