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

An in-range update of source-map-support is breaking the build 🚨 #310

Open
greenkeeper bot opened this issue Mar 12, 2019 · 9 comments
Open

An in-range update of source-map-support is breaking the build 🚨 #310

greenkeeper bot opened this issue Mar 12, 2019 · 9 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Mar 12, 2019

The dependency source-map-support was updated from 0.5.10 to 0.5.11.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

source-map-support is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/appveyor/branch: AppVeyor build succeeded (Details).
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 6 commits.

  • 6035ef5 0.5.11
  • f70e1ca Update built files
  • bd2c3f5 Merge pull request #236 from LinusU/update-deps
  • 2e04483 Update some dev-dependencies
  • 538e1c5 Merge pull request #235 from ArtemGovorov/patch-1
  • 16f1a6d Fix resetRetrieveHandlers to reset retrieveSourceMap and retrieveFile functions

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 12, 2019

After pinning to 0.5.10 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 208d1df 0.5.12
  • 2afd513 Update built files
  • f2a0fbf Merge pull request #237 from legraphista/fix/195
  • 2515a8f Add: test for console.trace
  • 4da4100 Fix: formatting in prepareStackTrace when error isn't of instance Error

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 31, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 4a9c45d 0.5.13
  • c4453fd Update built files
  • bfc73f9 Merge pull request #249 from evanw/LinusU-patch-1
  • 4852362 Tweak regex in retrieveSourceMapURL

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 28, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 8cb9300 0.5.14
  • 4715e2d Update built files
  • 8a92ccf Merge pull request #253 from JLHwung/fix-function-name-logic
  • 3f4006b fix: function name should be obtained from next frams’s position

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 28, 2019

Your tests are still failing with this version. Compare changes

Release Notes for 🚢 0.5.15
  • 🐛 Adapt to node's removal of the module header
Commits

The new version differs by 5 commits.

  • e2fcc4c 0.5.15
  • 3315173 Update built files
  • a64d497 Merge pull request #255 from tapjs/node-header-length-change
  • b2e96dd test: SyntaxError may quote unexpected token
  • 27606c1 fix: Adapt to node's removal of the module header

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 30, 2019

Your tests are still failing with this version. Compare changes

Release Notes for 🚢 0.5.16
  • 🐛 Fix "cannot read property 'name' of undefined" error
Commits

The new version differs by 5 commits.

  • 61ebf23 0.5.16
  • 1c708c1 Update built files
  • a29a7e4 Merge pull request #261 from 6utt3rfly/fix/260-name-of-undefined
  • 27ca2df Simplify null/undefined check
  • e5aff39 Fix #260 - name of undefined (line 379)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 19, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 5 commits.

  • 4cba532 0.5.17
  • c71c5d1 Update built files
  • 2a08b93 Merge pull request #269 from addaleax/fix-workers
  • 59b442f Use braces around if body
  • 1db97ff Fix Node.js Worker support by not shimming uncaughtException

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 21, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 9 commits.

  • 282a3f8 0.5.18
  • d3dfdc0 Update built files
  • 19257f6 Merge pull request #271 from evanw/dynamic-require
  • e92f20c Fix WebPack compatibility by using dynamic require
  • 4cba532 0.5.17
  • c71c5d1 Update built files
  • 2a08b93 Merge pull request #269 from addaleax/fix-workers
  • 59b442f Use braces around if body
  • 1db97ff Fix Node.js Worker support by not shimming uncaughtException

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 17 commits.

  • d29e9c8 0.5.19
  • 86ba398 Update built files
  • 50642d6 Merge pull request #259 from evanw/dependabot/npm_and_yarn/ecstatic-3.3.2
  • d630e43 Merge pull request #273 from evanw/dynamic-require-module
  • 619bcc0 Use dynamicRequire to import 'module'
  • 282a3f8 0.5.18
  • d3dfdc0 Update built files
  • 19257f6 Merge pull request #271 from evanw/dynamic-require
  • e92f20c Fix WebPack compatibility by using dynamic require
  • 4cba532 0.5.17
  • c71c5d1 Update built files
  • 2a08b93 Merge pull request #269 from addaleax/fix-workers
  • 59b442f Use braces around if body
  • 1db97ff Fix Node.js Worker support by not shimming uncaughtException
  • d8343e7 Merge pull request #267 from Cunero-Lang/dependabot/npm_and_yarn/mixin-deep-1.3.2

There are 17 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants