Skip to content

Commit

Permalink
Merge pull request #15 from hifiwi-fi/dependabot/npm_and_yarn/tap-18.4.0
Browse files Browse the repository at this point in the history
Bump tap from 16.3.9 to 18.4.0
  • Loading branch information
bcomnes authored Sep 30, 2023
2 parents 695f2d1 + 63aeb7a commit 9c3c881
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: .tap/report/lcov.info


automerge:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ public
.env
dependency-graph.html
test-out.js
.tap
2 changes: 1 addition & 1 deletion dist/out.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { extractMeta } from '@breadcrum/extract-meta'
const { ver } = PKG // eslint-disable-line no-undef

const height = 680
const height = 800
const width = 710

const url = location.href
Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
},
"devDependencies": {
"auto-changelog": "^2.0.0",
"c8": "^8.0.0",
"dependency-cruiser": "^14.0.0",
"desm": "^1.3.0",
"esbuild": "^0.19.0",
"gh-release": "^7.0.0",
"npm-run-all2": "^6.0.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.3.2"
"tap": "^18.4.0"
},
"engines": {
"node": ">=18.0.0",
Expand Down Expand Up @@ -51,7 +50,7 @@
"test:build": "run-s build",
"test:deptree": "depcruise --validate .dependency-cruiser.json .",
"test:standard": "standard --verbose | snazzy",
"test:tap": "METRICS=0 c8 tap --no-coverage --color",
"test:tap": "tap",
"version": "run-s prepare version:*",
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'",
"version:git": "git add CHANGELOG.md dist",
Expand All @@ -67,10 +66,13 @@
"type": "individual",
"url": "https://github.com/sponsors/bcomnes"
},
"c8": {
"reporter": [
"lcov",
"text"
"tap": {
"serial": [],
"typecheck": false,
"allow-incomplete-coverage": true,
"coverage-report": [
"text",
"lcovonly"
]
},
"dependencies": {
Expand Down

0 comments on commit 9c3c881

Please sign in to comment.