gpagespeed
gpagespeed copied to clipboard
Update dependency tap to v18
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
tap (source) | 15.1.5 -> 18.8.0 |
Release Notes
tapjs/tapjs (tap)
v18.8.0
v18.7.3
v18.7.2
v18.7.1
v18.7.0
v18.6.1
v18.6.0
v18.5.8
v18.5.7
v18.5.6
v18.5.5
v18.5.4
v18.5.3
v18.5.2
v18.5.1
v18.5.0
v18.4.6
v18.4.5
v18.4.4
v18.4.3
v18.4.2
v18.4.1
v18.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 asSymbol.<key>
, egSymbol.iterator
instead ofSymbol(Symbol.iterator)
. - Add reporter-file config option https://github.com/tapjs/tapjs/pull/931
Full Changelog: https://github.com/tapjs/tapjs/compare/[email protected]@18.4.0
v18.3.1
Bug-fix, actually turning off type checking by default, as intended.
v18.3.0
- Compare and format React elements as JSX by @isaacs in https://github.com/tapjs/tapjs/pull/928
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.2.2
What's Changed
- Show only master branch badge by @ranisalt in https://github.com/tapjs/tapjs/pull/250
- Buffered tests by @isaacs in https://github.com/tapjs/tapjs/pull/309
- update to latest release of nyc (fixes #373) by @mykmelez in https://github.com/tapjs/tapjs/pull/394
- Fix missing “not” in default message for strictNotSame by @charmander in https://github.com/tapjs/tapjs/pull/410
- Fix typos in docs + update contributing guide by @customcommander in https://github.com/tapjs/tapjs/pull/424
- docs: add unique page titles by @stephenmathieson in https://github.com/tapjs/tapjs/pull/429
- Add hexagonal-lambda to the tap 100 list by @focusaurus in https://github.com/tapjs/tapjs/pull/433
- add dotenv to the tap 100 list by @maxbeatty in https://github.com/tapjs/tapjs/pull/441
- Don't emit end while waiting for pipes to clear by @isaacs in https://github.com/tapjs/tapjs/pull/507
- Fix font-family typo by @jordanbtucker in https://github.com/tapjs/tapjs/pull/520
- Add support for --coverage-map=
by @isaacs in https://github.com/tapjs/tapjs/pull/533 - Switch back to nyc release by @goto-bus-stop in https://github.com/tapjs/tapjs/pull/540
- fixed directory by @0xflotus in https://github.com/tapjs/tapjs/pull/551
- Remove sentence about Node 4 by @mcollina in https://github.com/tapjs/tapjs/pull/560
- Add
my-way
to 100 club by @amio in https://github.com/tapjs/tapjs/pull/573 - Exit with the yaml parse error on bad rc files by @isaacs in https://github.com/tapjs/tapjs/pull/614
- Add node.js 13 to testing by @coreyfarrell in https://github.com/tapjs/tapjs/pull/627
- Fix extra-from-error processing to handle Win32 absolute filenames by @coreyfarrell in https://github.com/tapjs/tapjs/pull/663
- Disable CI on Node.js 14 by @coreyfarrell in https://github.com/tapjs/tapjs/pull/667
- Fix circular import between mocha.js and tap.js by @coreyfarrell in https://github.com/tapjs/tapjs/pull/671
- Disable
ts
andjsx
by default, removeesm
by @coreyfarrell in https://github.com/tapjs/tapjs/pull/651 - Rename t.notEqual to t.not. by @zkldi in https://github.com/tapjs/tapjs/pull/738
- Remove unused import by @jsumners in https://github.com/tapjs/tapjs/pull/745
- Fix for #740 by @zkldi in https://github.com/tapjs/tapjs/pull/744
- gracefully handle the lack of a global.process object by @isaacs in https://github.com/tapjs/tapjs/pull/775
- Update Node.js min version to 10.x in CONTRIBUTING by @trivikr in https://github.com/tapjs/tapjs/pull/752
- Fix typo on the getting started guide by @henriquehbr in https://github.com/tapjs/tapjs/pull/769
- Add jsonpath-faster by @AndyA in https://github.com/tapjs/tapjs/pull/754
- docs: fix broken link by @iRoachie in https://github.com/tapjs/tapjs/pull/782
- Fix script on using node-tap with codecov by @tsekityam in https://github.com/tapjs/tapjs/pull/768
- Remove unused variables / add linting by @jsumners in https://github.com/tapjs/tapjs/pull/748
- bump listendev action to v0.2.0 by @fntlnz in https://github.com/tapjs/tapjs/pull/862
- Isaacs/node 20 loaders by @isaacs in https://github.com/tapjs/tapjs/pull/884
- TypeScript 5.2, use tshy for hybrid builds by @isaacs in https://github.com/tapjs/tapjs/pull/886
- Add --fail-skip/todo opts, better skip reporting by @isaacs in https://github.com/tapjs/tapjs/pull/901
- node:test interop round 1 by @isaacs in https://github.com/tapjs/tapjs/pull/905
- Isaacs/node test interop by @isaacs in https://github.com/tapjs/tapjs/pull/910
- more reporters by @isaacs in https://github.com/tapjs/tapjs/pull/926
- Compare and format React elements as JSX by @isaacs in https://github.com/tapjs/tapjs/pull/928
New Contributors
- @ranisalt made their first contribution in https://github.com/tapjs/tapjs/pull/250
- @mykmelez made their first contribution in https://github.com/tapjs/tapjs/pull/394
- @charmander made their first contribution in https://github.com/tapjs/tapjs/pull/410
- @customcommander made their first contribution in https://github.com/tapjs/tapjs/pull/424
- @stephenmathieson made their first contribution in https://github.com/tapjs/tapjs/pull/429
- @focusaurus made their first contribution in https://github.com/tapjs/tapjs/pull/433
- @maxbeatty made their first contribution in https://github.com/tapjs/tapjs/pull/441
- @goto-bus-stop made their first contribution in https://github.com/tapjs/tapjs/pull/540
- @0xflotus made their first contribution in https://github.com/tapjs/tapjs/pull/551
- @mcollina made their first contribution in https://github.com/tapjs/tapjs/pull/560
- @amio made their first contribution in https://github.com/tapjs/tapjs/pull/573
- @zkldi made their first contribution in https://github.com/tapjs/tapjs/pull/738
- @jsumners made their first contribution in https://github.com/tapjs/tapjs/pull/745
- @trivikr made their first contribution in https://github.com/tapjs/tapjs/pull/752
- @henriquehbr made their first contribution in https://github.com/tapjs/tapjs/pull/769
- @AndyA made their first contribution in https://github.com/tapjs/tapjs/pull/754
- @iRoachie made their first contribution in https://github.com/tapjs/tapjs/pull/782
- @tsekityam made their first contribution in https://github.com/tapjs/tapjs/pull/768
- @fntlnz made their first contribution in https://github.com/tapjs/tapjs/pull/862
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.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 in https://github.com/tapjs/tapjs/pull/250
- Buffered tests by @isaacs in https://github.com/tapjs/tapjs/pull/309
- update to latest release of nyc (fixes #373) by @mykmelez in https://github.com/tapjs/tapjs/pull/394
- Fix missing “not” in default message for strictNotSame by @charmander in https://github.com/tapjs/tapjs/pull/410
- Fix typos in docs + update contributing guide by @customcommander in https://github.com/tapjs/tapjs/pull/424
- docs: add unique page titles by @stephenmathieson in https://github.com/tapjs/tapjs/pull/429
- Add hexagonal-lambda to the tap 100 list by @focusaurus in https://github.com/tapjs/tapjs/pull/433
- add dotenv to the tap 100 list by @maxbeatty in https://github.com/tapjs/tapjs/pull/441
- Don't emit end while waiting for pipes to clear by @isaacs in https://github.com/tapjs/tapjs/pull/507
- Fix font-family typo by @jordanbtucker in https://github.com/tapjs/tapjs/pull/520
- Add support for --coverage-map=
by @isaacs in https://github.com/tapjs/tapjs/pull/533 - Switch back to nyc release by @goto-bus-stop in https://github.com/tapjs/tapjs/pull/540
- fixed directory by @0xflotus in https://github.com/tapjs/tapjs/pull/551
- Remove sentence about Node 4 by @mcollina in https://github.com/tapjs/tapjs/pull/560
- Add
my-way
to 100 club by @amio in https://github.com/tapjs/tapjs/pull/573 - Exit with the yaml parse error on bad rc files by @isaacs in https://github.com/tapjs/tapjs/pull/614
- Add node.js 13 to testing by @coreyfarrell in https://github.com/tapjs/tapjs/pull/627
- Fix extra-from-error processing to handle Win32 absolute filenames by @coreyfarrell in https://github.com/tapjs/tapjs/pull/663
- Disable CI on Node.js 14 by @coreyfarrell in https://github.com/tapjs/tapjs/pull/667
- Fix circular import between mocha.js and tap.js by @coreyfarrell in https://github.com/tapjs/tapjs/pull/671
- Disable
ts
andjsx
by default, removeesm
by @coreyfarrell in https://github.com/tapjs/tapjs/pull/651 - Rename t.notEqual to t.not. by @zkldi in https://github.com/tapjs/tapjs/pull/738
- Remove unused import by @jsumners in https://github.com/tapjs/tapjs/pull/745
- Fix for #740 by @zkldi in https://github.com/tapjs/tapjs/pull/744
- gracefully handle the lack of a global.process object by @isaacs in https://github.com/tapjs/tapjs/pull/775
- Update Node.js min version to 10.x in CONTRIBUTING by @trivikr in https://github.com/tapjs/tapjs/pull/752
- Fix typo on the getting started guide by @henriquehbr in https://github.com/tapjs/tapjs/pull/769
- Add jsonpath-faster by @AndyA in https://github.com/tapjs/tapjs/pull/754
- docs: fix broken link by @iRoachie in https://github.com/tapjs/tapjs/pull/782
- Fix script on using node-tap with codecov by @tsekityam in https://github.com/tapjs/tapjs/pull/768
- Remove unused variables / add linting by @jsumners in https://github.com/tapjs/tapjs/pull/748
- bump listendev action to v0.2.0 by @fntlnz in https://github.com/tapjs/tapjs/pull/862
- Isaacs/node 20 loaders by @isaacs in https://github.com/tapjs/tapjs/pull/884
- TypeScript 5.2, use tshy for hybrid builds by @isaacs in https://github.com/tapjs/tapjs/pull/886
- Add --fail-skip/todo opts, better skip reporting by @isaacs in https://github.com/tapjs/tapjs/pull/901
- node:test interop round 1 by @isaacs in https://github.com/tapjs/tapjs/pull/905
- Isaacs/node test interop by @isaacs in https://github.com/tapjs/tapjs/pull/910
- more reporters by @isaacs in https://github.com/tapjs/tapjs/pull/926
New Contributors
- @ranisalt made their first contribution in https://github.com/tapjs/tapjs/pull/250
- @mykmelez made their first contribution in https://github.com/tapjs/tapjs/pull/394
- @charmander made their first contribution in https://github.com/tapjs/tapjs/pull/410
- @customcommander made their first contribution in https://github.com/tapjs/tapjs/pull/424
- @stephenmathieson made their first contribution in https://github.com/tapjs/tapjs/pull/429
- @focusaurus made their first contribution in https://github.com/tapjs/tapjs/pull/433
- @maxbeatty made their first contribution in https://github.com/tapjs/tapjs/pull/441
- @goto-bus-stop made their first contribution in https://github.com/tapjs/tapjs/pull/540
- @0xflotus made their first contribution in https://github.com/tapjs/tapjs/pull/551
- @mcollina made their first contribution in https://github.com/tapjs/tapjs/pull/560
- @amio made their first contribution in https://github.com/tapjs/tapjs/pull/573
- @zkldi made their first contribution in https://github.com/tapjs/tapjs/pull/738
- @jsumners made their first contribution in https://github.com/tapjs/tapjs/pull/745
- @trivikr made their first contribution in https://github.com/tapjs/tapjs/pull/752
- @henriquehbr made their first contribution in https://github.com/tapjs/tapjs/pull/769
- @AndyA made their first contribution in https://github.com/tapjs/tapjs/pull/754
- @iRoachie made their first contribution in https://github.com/tapjs/tapjs/pull/782
- @tsekityam made their first contribution in https://github.com/tapjs/tapjs/pull/768
- @fntlnz made their first contribution in https://github.com/tapjs/tapjs/pull/862
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.2.0
v18.1.5
v18.1.4
v18.1.3
v18.1.2
v18.1.1
v18.1.0
v18.0.4
v18.0.3
v18.0.2
v18.0.1
v18.0.0
v16.3.10
v16.3.9
v16.3.8
v16.3.7
v16.3.6
v16.3.5
v16.3.4
v16.3.3
v16.3.2
v16.3.1
v16.3.0
v16.2.0
v16.1.0
v16.0.1
v16.0.0
https://node-tap.org/changelog/#160---2022-03-05
v15.2.3
v15.2.2
v15.2.1
v15.2.0
v15.1.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.