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-run from 6.0.1 to 7.0.0 #1662

Merged
merged 2 commits into from
Jul 6, 2020

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Apr 16, 2020

Bumps tape-run from 6.0.1 to 7.0.0.

Commits

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 Apr 16, 2020
@codecov
Copy link

codecov bot commented Apr 16, 2020

Codecov Report

Merging #1662 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1662   +/-   ##
=======================================
  Coverage   65.42%   65.42%           
=======================================
  Files         132      132           
  Lines        2742     2742           
  Branches      438      438           
=======================================
  Hits         1794     1794           
  Misses        948      948           

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-run-7.0.0 branch 3 times, most recently from 543a2fd to 3ea4a0d Compare July 5, 2020 22:13
@gitpod-io
Copy link

gitpod-io bot commented Jul 5, 2020

Bumps [tape-run](https://github.com/juliangruber/tape-run) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/juliangruber/tape-run/releases)
- [Changelog](https://github.com/juliangruber/tape-run/blob/master/History.md)
- [Commits](tape-testing/tape-run@v6.0.1...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tape-run-7.0.0 branch from 3ea4a0d to d7b26fe Compare July 5, 2020 22:45
@jywarren
Copy link
Member

jywarren commented Jul 6, 2020

Getting this, which is a separate issue, but looks like it's choking on some ES6 => syntax, so we should remove or convert/browserify it?

> TEST=true istanbul cover tape test/core/*.js test/core/ui/user-interface.js test/core/modules/*.js | tap-spec;
Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
    at module.exports (/home/travis/build/publiclab/image-sequencer/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
    at HTMLCanvasElementImpl.getContext (/home/travis/build/publiclab/image-sequencer/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
    at HTMLCanvasElement.getContext (/home/travis/build/publiclab/image-sequencer/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:41:47)
    at Object.canvas (/home/travis/build/publiclab/image-sequencer/node_modules/gifshot/dist/gifshot.js:111:46)
    at document.undefined.createElement (/home/travis/build/publiclab/image-sequencer/node_modules/gifshot/dist/gifshot.js:335:38)
    at Object.<anonymous> (/home/travis/build/publiclab/image-sequencer/node_modules/gifshot/dist/gifshot.js:2825:2)
    at Module._compile (module.js:653:30)

@jywarren
Copy link
Member

jywarren commented Jul 6, 2020

Also looks like maybe just Chrome crashed:

(node:8543) UnhandledPromiseRejectionWarning: Error: Failed to launch chrome!
Inconsistency detected by ld.so: dl-tls.c: 493: _dl_allocate_tls_init: Assertion `listp->slotinfo[cnt].gen <= GL(dl_tls_generation)' failed!
TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
    at onClose (/home/travis/build/publiclab/image-sequencer/node_modules/puppeteer/lib/Launcher.js:349:14)
    at ChildProcess.helper.addEventListener (/home/travis/build/publiclab/image-sequencer/node_modules/puppeteer/lib/Launcher.js:339:60)
    at emitTwo (events.js:131:20)
    at ChildProcess.emit (events.js:214:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
(node:8543) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:8543) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
    ✖ test exited without ending
    -----------------------------
      operator: fail
      at: process.<anonymous> (/home/travis/build/publiclab/image-sequencer/node_modules/tape/index.js:88:19)
      stack: |-

@jywarren
Copy link
Member

jywarren commented Jul 6, 2020

This is also a real error, looks like it's trying to find fs module in node env:

> image-sequencer@3.5.1 core-tests /home/travis/build/publiclab/image-sequencer
> cat ./output/core-tests.js | tape-run --render="tap-spec"
  Load ndvi-colormap meta module
    TypeError: fs.readFileSync is not a function
        at http://localhost:35987/bundle.js:132515:30
        at Image.img.onload (http://localhost:35987/bundle.js:21657:5)
    WebAssembly acceleration errored; falling back to JavaScript in PixelManipulation
    TypeError: fs.readFileSync is not a function
        at http://localhost:35987/bundle.js:132515:30
        at Image.img.onload (http://localhost:35987/bundle.js:21657:5)
    WebAssembly acceleration errored; falling back to JavaScript in PixelManipulation
    ✔ Opaque Meta-Module not undefined
  Load colorbar opaque meta module
    TypeError: fs.readFileSync is not a function
        at http://localhost:35987/bundle.js:132515:30
        at Image.img.onload (http://localhost:35987/bundle.js:21657:5)
    WebAssembly acceleration errored; falling back to JavaScript in PixelManipulation
    TypeError: fs.readFileSync is not a function
        at http://localhost:35987/bundle.js:132515:30
        at Image.img.onload (http://localhost:35987/bundle.js:21657:5)
    WebAssembly acceleration errored; falling back to JavaScript in PixelManipulation
    ✔ Opaque Meta-Module not undefined

@jywarren
Copy link
Member

jywarren commented Jul 6, 2020

Restarting to see if we get past the chrome crash, the other errors i think were unrelated and should be opened in new issues.

@jywarren jywarren merged commit 222d217 into main Jul 6, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/tape-run-7.0.0 branch July 6, 2020 15:50
@jywarren jywarren mentioned this pull request Oct 14, 2020
5 tasks
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.

1 participant