Skip to content

Commit

Permalink
Merge branch 'master' into vitaliytv/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Feb 17, 2022
2 parents 6b04b41 + 08a6fdc commit 50e1430
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# coverage-node changelog

## Next

### Patch

- Updated dependencies.
- Amended the v6.0.0 changelog entry.

## 6.0.1

### Patch
Expand Down Expand Up @@ -27,13 +34,14 @@
- Check TypeScript types via a new package `types` script.
- Fixed various type related issues.
- Also run GitHub Actions CI with Node.js v17, and drop v15.
- Removed the [`jsdoc-md`](https://npm.im/jsdoc-md) dev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section.
- Fixed snapshot tests for the Node.js v17.0.0+ behavior of adding the Node.js version after trace for errors that cause the process to exit.
- Configured Prettier option `singleQuote` to the default, `false`.
- Reorganized the test file structure.
- Renamed imports in the test index module.
- Added `CliError` class tests.
- Runtime type check `CLiError` constructor arguments.
- Simplified runtime type error messages.
- Configured Prettier option `singleQuote` to the default, `false`.
- Added a `license.md` MIT License file.
- Readme tweaks.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"dependencies": {
"@bcoe/v8-coverage": "^0.2.3",
"@types/node": "*",
"disposable-directory": "^5.0.1",
"disposable-directory": "^5.0.2",
"kleur": "^4.1.4"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint": "^8.9.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.5.1",
"replace-stack-traces": "^1.0.0",
"snapshot-assertion": "^4.0.1",
"test-director": "^8.0.1",
"typescript": "^4.6.0-dev.20220125"
"snapshot-assertion": "^4.0.2",
"test-director": "^8.0.2",
"typescript": "^4.7.0-dev.20220217"
},
"scripts": {
"eslint": "eslint .",
Expand Down

0 comments on commit 50e1430

Please sign in to comment.