eik-lib / core

Core server package
3 stars 2 forks source link

chore(deps): update dependency tap to v18 #389

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tap (source) 16.3.10 -> 18.7.0 age adoption passing confidence

Release Notes

tapjs/tapjs (tap) ### [`v18.7.0`](https://togithub.com/tapjs/tapjs/compare/tap@18.6.1...tap@18.7.0) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.6.1...tap@18.7.0) ### [`v18.6.1`](https://togithub.com/tapjs/tapjs/compare/tap@18.6.0...tap@18.6.1) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.6.0...tap@18.6.1) ### [`v18.6.0`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.8...tap@18.6.0) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.8...tap@18.6.0) ### [`v18.5.8`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.7...tap@18.5.8) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.7...tap@18.5.8) ### [`v18.5.7`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.6...tap@18.5.7) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.6...tap@18.5.7) ### [`v18.5.6`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.5...tap@18.5.6) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.5...tap@18.5.6) ### [`v18.5.5`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.4...tap@18.5.5) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.4...tap@18.5.5) ### [`v18.5.4`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.3...tap@18.5.4) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.3...tap@18.5.4) ### [`v18.5.3`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.2...tap@18.5.3) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.2...tap@18.5.3) ### [`v18.5.2`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.1...tap@18.5.2) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.1...tap@18.5.2) ### [`v18.5.1`](https://togithub.com/tapjs/tapjs/compare/tap@18.5.0...tap@18.5.1) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.5.0...tap@18.5.1) ### [`v18.5.0`](https://togithub.com/tapjs/tapjs/compare/tap@18.4.6...tap@18.5.0) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.4.6...tap@18.5.0) ### [`v18.4.6`](https://togithub.com/tapjs/tapjs/compare/tap@18.4.5...tap@18.4.6) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.4.5...tap@18.4.6) ### [`v18.4.5`](https://togithub.com/tapjs/tapjs/compare/tap@18.4.4...tap@18.4.5) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.4.4...tap@18.4.5) ### [`v18.4.4`](https://togithub.com/tapjs/tapjs/compare/tap@18.4.3...tap@18.4.4) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.4.3...tap@18.4.4) ### [`v18.4.3`](https://togithub.com/tapjs/tapjs/compare/tap@18.4.2...tap@18.4.3) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.4.2...tap@18.4.3) ### [`v18.4.2`](https://togithub.com/tapjs/tapjs/compare/tap@18.4.1...tap@18.4.2) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.4.1...tap@18.4.2) ### [`v18.4.1`](https://togithub.com/tapjs/tapjs/compare/tap@18.4.0...tap@18.4.1) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.4.0...tap@18.4.1) ### [`v18.4.0`](https://togithub.com/tapjs/tapjs/releases/tag/tap%4018.4.0) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.3.1...tap@18.4.0) #### What's Changed Note: The formatting of `Symbol` objects and enumerable `Symbol` properties has changed in snapshots and object diffs. You may need to run `tap --snapshot` after updating to this release, and/or update some tests that were relying on symbol property keys being ignored. - Include `Symbol` keys in formatting/comparison. - Print symbols in formatted objects as `Symbol.for(...)` if appropriate. - Print known symbols from the `Symbol` constructor as `Symbol.`, eg `Symbol.iterator` instead of `Symbol(Symbol.iterator)`. - Add reporter-file config option [https://github.com/tapjs/tapjs/pull/931](https://togithub.com/tapjs/tapjs/pull/931) **Full Changelog**: https://github.com/tapjs/tapjs/compare/tap@18.3.0...tap@18.4.0 ### [`v18.3.1`](https://togithub.com/tapjs/tapjs/releases/tag/tap%4018.3.1) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.3.0...tap@18.3.1) Bug-fix, actually turning off type checking by default, as intended. ### [`v18.3.0`](https://togithub.com/tapjs/tapjs/releases/tag/tap%4018.3.0) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.2.2...tap@18.3.0) - Compare and format React elements as JSX by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/928](https://togithub.com/tapjs/tapjs/pull/928) **Full Changelog**: https://github.com/tapjs/tapjs/commits/tap@18.3.0 ### [`v18.2.2`](https://togithub.com/tapjs/tapjs/releases/tag/tap%4018.2.2) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.2.1...tap@18.2.2) #### What's Changed - Show only master branch badge by [@​ranisalt](https://togithub.com/ranisalt) in [https://github.com/tapjs/tapjs/pull/250](https://togithub.com/tapjs/tapjs/pull/250) - Buffered tests by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/309](https://togithub.com/tapjs/tapjs/pull/309) - update to latest release of nyc (fixes [#​373](https://togithub.com/tapjs/tapjs/issues/373)) by [@​mykmelez](https://togithub.com/mykmelez) in [https://github.com/tapjs/tapjs/pull/394](https://togithub.com/tapjs/tapjs/pull/394) - Fix missing “not” in default message for strictNotSame by [@​charmander](https://togithub.com/charmander) in [https://github.com/tapjs/tapjs/pull/410](https://togithub.com/tapjs/tapjs/pull/410) - Fix typos in docs + update contributing guide by [@​customcommander](https://togithub.com/customcommander) in [https://github.com/tapjs/tapjs/pull/424](https://togithub.com/tapjs/tapjs/pull/424) - docs: add unique page titles by [@​stephenmathieson](https://togithub.com/stephenmathieson) in [https://github.com/tapjs/tapjs/pull/429](https://togithub.com/tapjs/tapjs/pull/429) - Add hexagonal-lambda to the tap 100 list by [@​focusaurus](https://togithub.com/focusaurus) in [https://github.com/tapjs/tapjs/pull/433](https://togithub.com/tapjs/tapjs/pull/433) - add dotenv to the tap 100 list by [@​maxbeatty](https://togithub.com/maxbeatty) in [https://github.com/tapjs/tapjs/pull/441](https://togithub.com/tapjs/tapjs/pull/441) - Don't emit end while waiting for pipes to clear by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/507](https://togithub.com/tapjs/tapjs/pull/507) - Fix font-family typo by [@​jordanbtucker](https://togithub.com/jordanbtucker) in [https://github.com/tapjs/tapjs/pull/520](https://togithub.com/tapjs/tapjs/pull/520) - Add support for --coverage-map= by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/533](https://togithub.com/tapjs/tapjs/pull/533) - Switch back to nyc release by [@​goto-bus-stop](https://togithub.com/goto-bus-stop) in [https://github.com/tapjs/tapjs/pull/540](https://togithub.com/tapjs/tapjs/pull/540) - fixed directory by [@​0xflotus](https://togithub.com/0xflotus) in [https://github.com/tapjs/tapjs/pull/551](https://togithub.com/tapjs/tapjs/pull/551) - Remove sentence about Node 4 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/tapjs/tapjs/pull/560](https://togithub.com/tapjs/tapjs/pull/560) - Add `my-way` to 100 club by [@​amio](https://togithub.com/amio) in [https://github.com/tapjs/tapjs/pull/573](https://togithub.com/tapjs/tapjs/pull/573) - Exit with the yaml parse error on bad rc files by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/614](https://togithub.com/tapjs/tapjs/pull/614) - Add node.js 13 to testing by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/627](https://togithub.com/tapjs/tapjs/pull/627) - Fix extra-from-error processing to handle Win32 absolute filenames by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/663](https://togithub.com/tapjs/tapjs/pull/663) - Disable CI on Node.js 14 by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/667](https://togithub.com/tapjs/tapjs/pull/667) - Fix circular import between mocha.js and tap.js by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/671](https://togithub.com/tapjs/tapjs/pull/671) - Disable `ts` and `jsx` by default, remove `esm` by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/651](https://togithub.com/tapjs/tapjs/pull/651) - Rename t.notEqual to t.not. by [@​zkldi](https://togithub.com/zkldi) in [https://github.com/tapjs/tapjs/pull/738](https://togithub.com/tapjs/tapjs/pull/738) - Remove unused import by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/tapjs/tapjs/pull/745](https://togithub.com/tapjs/tapjs/pull/745) - Fix for [#​740](https://togithub.com/tapjs/tapjs/issues/740) by [@​zkldi](https://togithub.com/zkldi) in [https://github.com/tapjs/tapjs/pull/744](https://togithub.com/tapjs/tapjs/pull/744) - gracefully handle the lack of a global.process object by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/775](https://togithub.com/tapjs/tapjs/pull/775) - Update Node.js min version to 10.x in CONTRIBUTING by [@​trivikr](https://togithub.com/trivikr) in [https://github.com/tapjs/tapjs/pull/752](https://togithub.com/tapjs/tapjs/pull/752) - Fix typo on the getting started guide by [@​henriquehbr](https://togithub.com/henriquehbr) in [https://github.com/tapjs/tapjs/pull/769](https://togithub.com/tapjs/tapjs/pull/769) - Add jsonpath-faster by [@​AndyA](https://togithub.com/AndyA) in [https://github.com/tapjs/tapjs/pull/754](https://togithub.com/tapjs/tapjs/pull/754) - docs: fix broken link by [@​iRoachie](https://togithub.com/iRoachie) in [https://github.com/tapjs/tapjs/pull/782](https://togithub.com/tapjs/tapjs/pull/782) - Fix script on using node-tap with codecov by [@​tsekityam](https://togithub.com/tsekityam) in [https://github.com/tapjs/tapjs/pull/768](https://togithub.com/tapjs/tapjs/pull/768) - Remove unused variables / add linting by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/tapjs/tapjs/pull/748](https://togithub.com/tapjs/tapjs/pull/748) - bump listendev action to v0.2.0 by [@​fntlnz](https://togithub.com/fntlnz) in [https://github.com/tapjs/tapjs/pull/862](https://togithub.com/tapjs/tapjs/pull/862) - Isaacs/node 20 loaders by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/884](https://togithub.com/tapjs/tapjs/pull/884) - TypeScript 5.2, use tshy for hybrid builds by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/886](https://togithub.com/tapjs/tapjs/pull/886) - Add --fail-skip/todo opts, better skip reporting by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/901](https://togithub.com/tapjs/tapjs/pull/901) - node:test interop round 1 by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/905](https://togithub.com/tapjs/tapjs/pull/905) - Isaacs/node test interop by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/910](https://togithub.com/tapjs/tapjs/pull/910) - more reporters by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/926](https://togithub.com/tapjs/tapjs/pull/926) - Compare and format React elements as JSX by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/928](https://togithub.com/tapjs/tapjs/pull/928) #### New Contributors - [@​ranisalt](https://togithub.com/ranisalt) made their first contribution in [https://github.com/tapjs/tapjs/pull/250](https://togithub.com/tapjs/tapjs/pull/250) - [@​mykmelez](https://togithub.com/mykmelez) made their first contribution in [https://github.com/tapjs/tapjs/pull/394](https://togithub.com/tapjs/tapjs/pull/394) - [@​charmander](https://togithub.com/charmander) made their first contribution in [https://github.com/tapjs/tapjs/pull/410](https://togithub.com/tapjs/tapjs/pull/410) - [@​customcommander](https://togithub.com/customcommander) made their first contribution in [https://github.com/tapjs/tapjs/pull/424](https://togithub.com/tapjs/tapjs/pull/424) - [@​stephenmathieson](https://togithub.com/stephenmathieson) made their first contribution in [https://github.com/tapjs/tapjs/pull/429](https://togithub.com/tapjs/tapjs/pull/429) - [@​focusaurus](https://togithub.com/focusaurus) made their first contribution in [https://github.com/tapjs/tapjs/pull/433](https://togithub.com/tapjs/tapjs/pull/433) - [@​maxbeatty](https://togithub.com/maxbeatty) made their first contribution in [https://github.com/tapjs/tapjs/pull/441](https://togithub.com/tapjs/tapjs/pull/441) - [@​goto-bus-stop](https://togithub.com/goto-bus-stop) made their first contribution in [https://github.com/tapjs/tapjs/pull/540](https://togithub.com/tapjs/tapjs/pull/540) - [@​0xflotus](https://togithub.com/0xflotus) made their first contribution in [https://github.com/tapjs/tapjs/pull/551](https://togithub.com/tapjs/tapjs/pull/551) - [@​mcollina](https://togithub.com/mcollina) made their first contribution in [https://github.com/tapjs/tapjs/pull/560](https://togithub.com/tapjs/tapjs/pull/560) - [@​amio](https://togithub.com/amio) made their first contribution in [https://github.com/tapjs/tapjs/pull/573](https://togithub.com/tapjs/tapjs/pull/573) - [@​zkldi](https://togithub.com/zkldi) made their first contribution in [https://github.com/tapjs/tapjs/pull/738](https://togithub.com/tapjs/tapjs/pull/738) - [@​jsumners](https://togithub.com/jsumners) made their first contribution in [https://github.com/tapjs/tapjs/pull/745](https://togithub.com/tapjs/tapjs/pull/745) - [@​trivikr](https://togithub.com/trivikr) made their first contribution in [https://github.com/tapjs/tapjs/pull/752](https://togithub.com/tapjs/tapjs/pull/752) - [@​henriquehbr](https://togithub.com/henriquehbr) made their first contribution in [https://github.com/tapjs/tapjs/pull/769](https://togithub.com/tapjs/tapjs/pull/769) - [@​AndyA](https://togithub.com/AndyA) made their first contribution in [https://github.com/tapjs/tapjs/pull/754](https://togithub.com/tapjs/tapjs/pull/754) - [@​iRoachie](https://togithub.com/iRoachie) made their first contribution in [https://github.com/tapjs/tapjs/pull/782](https://togithub.com/tapjs/tapjs/pull/782) - [@​tsekityam](https://togithub.com/tsekityam) made their first contribution in [https://github.com/tapjs/tapjs/pull/768](https://togithub.com/tapjs/tapjs/pull/768) - [@​fntlnz](https://togithub.com/fntlnz) made their first contribution in [https://github.com/tapjs/tapjs/pull/862](https://togithub.com/tapjs/tapjs/pull/862) **Full Changelog**: https://github.com/tapjs/tapjs/commits/tap@18.2.2 ### [`v18.2.1`](https://togithub.com/tapjs/tapjs/releases/tag/tap%4018.2.1) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.2.0...tap@18.2.1) Note: this is the first auto-generated release notes release for tap 18, and GitHub picked up *every* change in all the repos pulled into the monorepo since forever. It's not technically "incorrect" per se, but it is unhelpful. Moving forward, these will be hopefully much less absurd. My apologies for the spam if you were tagged in this. *** #### What's Changed - Show only master branch badge by [@​ranisalt](https://togithub.com/ranisalt) in [https://github.com/tapjs/tapjs/pull/250](https://togithub.com/tapjs/tapjs/pull/250) - Buffered tests by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/309](https://togithub.com/tapjs/tapjs/pull/309) - update to latest release of nyc (fixes [#​373](https://togithub.com/tapjs/tapjs/issues/373)) by [@​mykmelez](https://togithub.com/mykmelez) in [https://github.com/tapjs/tapjs/pull/394](https://togithub.com/tapjs/tapjs/pull/394) - Fix missing “not” in default message for strictNotSame by [@​charmander](https://togithub.com/charmander) in [https://github.com/tapjs/tapjs/pull/410](https://togithub.com/tapjs/tapjs/pull/410) - Fix typos in docs + update contributing guide by [@​customcommander](https://togithub.com/customcommander) in [https://github.com/tapjs/tapjs/pull/424](https://togithub.com/tapjs/tapjs/pull/424) - docs: add unique page titles by [@​stephenmathieson](https://togithub.com/stephenmathieson) in [https://github.com/tapjs/tapjs/pull/429](https://togithub.com/tapjs/tapjs/pull/429) - Add hexagonal-lambda to the tap 100 list by [@​focusaurus](https://togithub.com/focusaurus) in [https://github.com/tapjs/tapjs/pull/433](https://togithub.com/tapjs/tapjs/pull/433) - add dotenv to the tap 100 list by [@​maxbeatty](https://togithub.com/maxbeatty) in [https://github.com/tapjs/tapjs/pull/441](https://togithub.com/tapjs/tapjs/pull/441) - Don't emit end while waiting for pipes to clear by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/507](https://togithub.com/tapjs/tapjs/pull/507) - Fix font-family typo by [@​jordanbtucker](https://togithub.com/jordanbtucker) in [https://github.com/tapjs/tapjs/pull/520](https://togithub.com/tapjs/tapjs/pull/520) - Add support for --coverage-map= by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/533](https://togithub.com/tapjs/tapjs/pull/533) - Switch back to nyc release by [@​goto-bus-stop](https://togithub.com/goto-bus-stop) in [https://github.com/tapjs/tapjs/pull/540](https://togithub.com/tapjs/tapjs/pull/540) - fixed directory by [@​0xflotus](https://togithub.com/0xflotus) in [https://github.com/tapjs/tapjs/pull/551](https://togithub.com/tapjs/tapjs/pull/551) - Remove sentence about Node 4 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/tapjs/tapjs/pull/560](https://togithub.com/tapjs/tapjs/pull/560) - Add `my-way` to 100 club by [@​amio](https://togithub.com/amio) in [https://github.com/tapjs/tapjs/pull/573](https://togithub.com/tapjs/tapjs/pull/573) - Exit with the yaml parse error on bad rc files by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/614](https://togithub.com/tapjs/tapjs/pull/614) - Add node.js 13 to testing by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/627](https://togithub.com/tapjs/tapjs/pull/627) - Fix extra-from-error processing to handle Win32 absolute filenames by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/663](https://togithub.com/tapjs/tapjs/pull/663) - Disable CI on Node.js 14 by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/667](https://togithub.com/tapjs/tapjs/pull/667) - Fix circular import between mocha.js and tap.js by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/671](https://togithub.com/tapjs/tapjs/pull/671) - Disable `ts` and `jsx` by default, remove `esm` by [@​coreyfarrell](https://togithub.com/coreyfarrell) in [https://github.com/tapjs/tapjs/pull/651](https://togithub.com/tapjs/tapjs/pull/651) - Rename t.notEqual to t.not. by [@​zkldi](https://togithub.com/zkldi) in [https://github.com/tapjs/tapjs/pull/738](https://togithub.com/tapjs/tapjs/pull/738) - Remove unused import by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/tapjs/tapjs/pull/745](https://togithub.com/tapjs/tapjs/pull/745) - Fix for [#​740](https://togithub.com/tapjs/tapjs/issues/740) by [@​zkldi](https://togithub.com/zkldi) in [https://github.com/tapjs/tapjs/pull/744](https://togithub.com/tapjs/tapjs/pull/744) - gracefully handle the lack of a global.process object by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/775](https://togithub.com/tapjs/tapjs/pull/775) - Update Node.js min version to 10.x in CONTRIBUTING by [@​trivikr](https://togithub.com/trivikr) in [https://github.com/tapjs/tapjs/pull/752](https://togithub.com/tapjs/tapjs/pull/752) - Fix typo on the getting started guide by [@​henriquehbr](https://togithub.com/henriquehbr) in [https://github.com/tapjs/tapjs/pull/769](https://togithub.com/tapjs/tapjs/pull/769) - Add jsonpath-faster by [@​AndyA](https://togithub.com/AndyA) in [https://github.com/tapjs/tapjs/pull/754](https://togithub.com/tapjs/tapjs/pull/754) - docs: fix broken link by [@​iRoachie](https://togithub.com/iRoachie) in [https://github.com/tapjs/tapjs/pull/782](https://togithub.com/tapjs/tapjs/pull/782) - Fix script on using node-tap with codecov by [@​tsekityam](https://togithub.com/tsekityam) in [https://github.com/tapjs/tapjs/pull/768](https://togithub.com/tapjs/tapjs/pull/768) - Remove unused variables / add linting by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/tapjs/tapjs/pull/748](https://togithub.com/tapjs/tapjs/pull/748) - bump listendev action to v0.2.0 by [@​fntlnz](https://togithub.com/fntlnz) in [https://github.com/tapjs/tapjs/pull/862](https://togithub.com/tapjs/tapjs/pull/862) - Isaacs/node 20 loaders by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/884](https://togithub.com/tapjs/tapjs/pull/884) - TypeScript 5.2, use tshy for hybrid builds by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/886](https://togithub.com/tapjs/tapjs/pull/886) - Add --fail-skip/todo opts, better skip reporting by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/901](https://togithub.com/tapjs/tapjs/pull/901) - node:test interop round 1 by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/905](https://togithub.com/tapjs/tapjs/pull/905) - Isaacs/node test interop by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/910](https://togithub.com/tapjs/tapjs/pull/910) - more reporters by [@​isaacs](https://togithub.com/isaacs) in [https://github.com/tapjs/tapjs/pull/926](https://togithub.com/tapjs/tapjs/pull/926) #### New Contributors - [@​ranisalt](https://togithub.com/ranisalt) made their first contribution in [https://github.com/tapjs/tapjs/pull/250](https://togithub.com/tapjs/tapjs/pull/250) - [@​mykmelez](https://togithub.com/mykmelez) made their first contribution in [https://github.com/tapjs/tapjs/pull/394](https://togithub.com/tapjs/tapjs/pull/394) - [@​charmander](https://togithub.com/charmander) made their first contribution in [https://github.com/tapjs/tapjs/pull/410](https://togithub.com/tapjs/tapjs/pull/410) - [@​customcommander](https://togithub.com/customcommander) made their first contribution in [https://github.com/tapjs/tapjs/pull/424](https://togithub.com/tapjs/tapjs/pull/424) - [@​stephenmathieson](https://togithub.com/stephenmathieson) made their first contribution in [https://github.com/tapjs/tapjs/pull/429](https://togithub.com/tapjs/tapjs/pull/429) - [@​focusaurus](https://togithub.com/focusaurus) made their first contribution in [https://github.com/tapjs/tapjs/pull/433](https://togithub.com/tapjs/tapjs/pull/433) - [@​maxbeatty](https://togithub.com/maxbeatty) made their first contribution in [https://github.com/tapjs/tapjs/pull/441](https://togithub.com/tapjs/tapjs/pull/441) - [@​goto-bus-stop](https://togithub.com/goto-bus-stop) made their first contribution in [https://github.com/tapjs/tapjs/pull/540](https://togithub.com/tapjs/tapjs/pull/540) - [@​0xflotus](https://togithub.com/0xflotus) made their first contribution in [https://github.com/tapjs/tapjs/pull/551](https://togithub.com/tapjs/tapjs/pull/551) - [@​mcollina](https://togithub.com/mcollina) made their first contribution in [https://github.com/tapjs/tapjs/pull/560](https://togithub.com/tapjs/tapjs/pull/560) - [@​amio](https://togithub.com/amio) made their first contribution in [https://github.com/tapjs/tapjs/pull/573](https://togithub.com/tapjs/tapjs/pull/573) - [@​zkldi](https://togithub.com/zkldi) made their first contribution in [https://github.com/tapjs/tapjs/pull/738](https://togithub.com/tapjs/tapjs/pull/738) - [@​jsumners](https://togithub.com/jsumners) made their first contribution in [https://github.com/tapjs/tapjs/pull/745](https://togithub.com/tapjs/tapjs/pull/745) - [@​trivikr](https://togithub.com/trivikr) made their first contribution in [https://github.com/tapjs/tapjs/pull/752](https://togithub.com/tapjs/tapjs/pull/752) - [@​henriquehbr](https://togithub.com/henriquehbr) made their first contribution in [https://github.com/tapjs/tapjs/pull/769](https://togithub.com/tapjs/tapjs/pull/769) - [@​AndyA](https://togithub.com/AndyA) made their first contribution in [https://github.com/tapjs/tapjs/pull/754](https://togithub.com/tapjs/tapjs/pull/754) - [@​iRoachie](https://togithub.com/iRoachie) made their first contribution in [https://github.com/tapjs/tapjs/pull/782](https://togithub.com/tapjs/tapjs/pull/782) - [@​tsekityam](https://togithub.com/tsekityam) made their first contribution in [https://github.com/tapjs/tapjs/pull/768](https://togithub.com/tapjs/tapjs/pull/768) - [@​fntlnz](https://togithub.com/fntlnz) made their first contribution in [https://github.com/tapjs/tapjs/pull/862](https://togithub.com/tapjs/tapjs/pull/862) **Full Changelog**: https://github.com/tapjs/tapjs/commits/tap@18.2.1 ### [`v18.2.0`](https://togithub.com/tapjs/tapjs/compare/tap@18.1.5...tap@18.2.0) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.1.5...tap@18.2.0) ### [`v18.1.5`](https://togithub.com/tapjs/tapjs/compare/tap@18.1.4...tap@18.1.5) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.1.4...tap@18.1.5) ### [`v18.1.4`](https://togithub.com/tapjs/tapjs/compare/tap@18.1.3...tap@18.1.4) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.1.3...tap@18.1.4) ### [`v18.1.3`](https://togithub.com/tapjs/tapjs/compare/tap@18.1.2...tap@18.1.3) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.1.2...tap@18.1.3) ### [`v18.1.2`](https://togithub.com/tapjs/tapjs/compare/tap@18.1.1...tap@18.1.2) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.1.1...tap@18.1.2) ### [`v18.1.1`](https://togithub.com/tapjs/tapjs/compare/tap@18.1.0...tap@18.1.1) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.1.0...tap@18.1.1) ### [`v18.1.0`](https://togithub.com/tapjs/tapjs/compare/tap@18.0.4...tap@18.1.0) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.0.4...tap@18.1.0) ### [`v18.0.4`](https://togithub.com/tapjs/tapjs/compare/tap@18.0.3...tap@18.0.4) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.0.3...tap@18.0.4) ### [`v18.0.3`](https://togithub.com/tapjs/tapjs/compare/tap@18.0.2...tap@18.0.3) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.0.2...tap@18.0.3) ### [`v18.0.2`](https://togithub.com/tapjs/tapjs/compare/tap@18.0.1...tap@18.0.2) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.0.1...tap@18.0.2) ### [`v18.0.1`](https://togithub.com/tapjs/tapjs/compare/tap@18.0.0...tap@18.0.1) [Compare Source](https://togithub.com/tapjs/tapjs/compare/tap@18.0.0...tap@18.0.1) ### [`v18.0.0`](https://togithub.com/tapjs/tapjs/compare/v16.3.10...tap@18.0.0) [Compare Source](https://togithub.com/tapjs/tapjs/compare/v16.3.10...tap@18.0.0)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 4 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 1.3.35 :tada:

The release is available on:

Your semantic-release bot :package::rocket: