Skip to content

Commit

Permalink
build(deps-dev): bump tap from 16.3.8 to 18.1.5
Browse files Browse the repository at this point in the history
Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.8 to 18.1.5.
- [Release notes](https://github.com/tapjs/tapjs/releases)
- [Commits](https://github.com/tapjs/tapjs/compare/v16.3.8...tap@18.1.5)

---
updated-dependencies:
- dependency-name: tap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bcomnes committed Sep 28, 2023
1 parent 464bcc0 commit c9ea947
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sandbox.js
config.json
package-lock.json
neofeed
.tap
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"minimatch": "^9.0.0",
"npm-run-all": "^4.1.5",
"standard": "^17.0.0",
"tap": "^16.0.0"
"tap": "^18.1.5"
},
"homepage": "https://github.com/bcomnes/async-neocities",
"keywords": [
Expand All @@ -46,12 +46,21 @@
"test": "run-s test:*",
"test:deps": "dependency-check . --no-dev --no-peer",
"test:standard": "standard",
"test:tape": "tap --no-check-coverage",
"test:tape": "tap",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md"
},
"standard": {
"ignore": [
"dist"
]
},
"tap": {
"serial": [],
"typecheck": false,
"allow-incomplete-coverage": true,
"coverage-report": [
"text",
"lcovonly"
]
}
}

0 comments on commit c9ea947

Please sign in to comment.