Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tape from 4.13.0 to 5.0.1 #1689

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jul 8, 2020

Bumps tape from 4.13.0 to 5.0.1.

Commits
  • ce9a282 v5.0.1
  • b7af113 Merge tag 'v4.13.3'
  • a861230 v4.13.3
  • 9676a21 [Dev Deps] update eslint, falafel, js-yaml
  • 8887189 [Deps] update minimist, resolve
  • fb94836 [Fix] createStream: result payload is not always an object
  • 582fe00 [Fix] createStream: result payload is not always an object (#519)
  • c421eb3 [Dev Deps] update eslint
  • 751e592 [Fix] Update RegExp for matching stack frames to handle Promise/then scenario...
  • 470e43b [Fix] Update RegExp for matching stack frames to handle Promise/then scenario
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 8, 2020
@gitpod-io
Copy link

gitpod-io bot commented Jul 8, 2020

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch 3 times, most recently from 9eac1c5 to 565eefd Compare July 12, 2020 20:16
@codecov
Copy link

codecov bot commented Jul 12, 2020

Codecov Report

Merging #1689 (b804d34) into main (853e719) will decrease coverage by 1.51%.
The diff coverage is 52.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1689      +/-   ##
==========================================
- Coverage   66.67%   65.16%   -1.52%     
==========================================
  Files         130      137       +7     
  Lines        2686     2862     +176     
  Branches      433      462      +29     
==========================================
+ Hits         1791     1865      +74     
- Misses        895      997     +102     
Impacted Files Coverage Δ
src/Modules.js 100.00% <ø> (ø)
src/modules/EdgeDetect/Module.js 100.00% <ø> (ø)
src/modules/WebglDistort/Module.js 2.29% <0.00%> (ø)
src/modules/ColorHalftone/Module.js 3.63% <3.63%> (ø)
src/modules/Shadow/Module.js 44.30% <44.30%> (ø)
src/modules/Mask/Module.js 87.87% <87.87%> (ø)
src/modules/Overlay/Module.js 93.18% <94.11%> (-1.69%) ⬇️
src/modules/ColorHalftone/index.js 100.00% <100.00%> (ø)
src/modules/Colorbar/Module.js 100.00% <100.00%> (ø)
src/modules/Crop/Module.js 88.88% <100.00%> (ø)
... and 12 more

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch 5 times, most recently from 502ea16 to 1716c1a Compare August 5, 2020 23:34
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch from 1716c1a to 74510dd Compare September 21, 2020 21:54
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch from 74510dd to 8e01ec0 Compare October 6, 2020 15:58
@jywarren
Copy link
Member

Huh, this one is strange:

    ✖ convolve outputs correct array
    ---------------------------------
      operator: deepEqual
      expected: |-
        [ [ 9 ] ]
      actual: |-
        [ { 0: 9 } ]
      stack: |-

https://travis-ci.com/github/publiclab/image-sequencer/jobs/395969687#L991-L998

and a few other errors too!

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch 5 times, most recently from 1ca1d3d to 6f0cd89 Compare October 15, 2020 19:25
@dependabot-preview dependabot-preview bot requested a review from a team as a code owner October 15, 2020 19:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch 6 times, most recently from f5b79bc to b350e51 Compare October 22, 2020 23:09
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch from b350e51 to 7dc5b05 Compare October 29, 2020 13:29
@harshkhandeparkar
Copy link
Member

Oops... Well, gpu.js outputs an array as an array-like object -> {0: firstElem, 1: 2nd, 2: 3rd...} and I think tape doesn't consider that as an array.
We can do the following:

  1. Use some simple custom code to convert one of them
  2. Use some lodash to do the same
  3. Find a way to do that in tape

@jywarren
Copy link
Member

jywarren commented Oct 29, 2020 via email

@harshkhandeparkar
Copy link
Member

I'll see if tape can do it :)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch 5 times, most recently from 09e41e0 to 164ea02 Compare November 1, 2020 15:55
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch 10 times, most recently from 38737f2 to 750ef44 Compare November 5, 2020 06:28
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch from 750ef44 to b804d34 Compare November 10, 2020 15:56
Bumps [tape](https://github.com/substack/tape) from 4.13.0 to 5.0.1.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](tape-testing/tape@v4.13.0...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-5.0.1 branch from b804d34 to 3bc106c Compare November 13, 2020 17:27
@dependabot-preview
Copy link
Author

Superseded by #1784.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/tape-5.0.1 branch December 30, 2020 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants