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 parse-domain is breaking the build 🚨 #133

Open
greenkeeper bot opened this issue May 27, 2019 · 7 comments
Open

An in-range update of parse-domain is breaking the build 🚨 #133

greenkeeper bot opened this issue May 27, 2019 · 7 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented May 27, 2019

The devDependency parse-domain was updated from 2.1.7 to 2.1.8.

🚨 View failing branch.

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

parse-domain is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

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

Release Notes for v2.1.8

Bug Fixes

  • Add timeout to download public suffix list (#56) (1fbd49c)
  • Fix error where a lot of domains were not detected (fc80789), closes #64
  • Fix sanity check during npm run build:tries (a3c1eeb)
  • Fix thrown error with input that only contains whitespaces (1d1a24a), closes #32 #61
Commits

The new version differs by 13 commits.

  • 5234dbc chore(release): 2.1.8
  • 2a46408 chore: Fix Travis badge in README
  • 7545566 chore: Add package-lock.json
  • f194641 chore: Fix ESLint issues after merging #56
  • 1fbd49c fix: Add timeout to download public suffix list (#56)
  • 10745db chore: Update dependencies
  • a3c1eeb fix: Fix sanity check during npm run build:tries
  • 98b794d chore: Refactor after merging #65
  • fc80789 fix: Fix error where a lot of domains were not detected
  • 1d1a24a fix: Fix thrown error with input that only contains whitespaces
  • 601d192 docs(core): add Snyk badge to README to show known vulnerabilities in project/dependencies
  • b97754e Add missing changes for version 2.1.7
  • 10b3ffd Add Snyk detected vulnerabilities badge

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 May 27, 2019

After pinning to 2.1.7 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 May 27, 2019

  • The devDependency parse-domain was updated from 2.1.8 to 2.2.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • d15444c chore(release): 2.2.0
  • ad6ced2 feat: Remove runtime dependency on npm

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 28, 2019

  • The devDependency parse-domain was updated from 2.2.0 to 2.2.1.

Your tests are still failing with this version. Compare changes

Release Notes for v2.2.1

Bug Fixes

  • Fix 'run-s: command not found' on postinstall (ce42e2e), closes #72
  • Fix problem where malformed URLs threw an error (#70) (28d7e4b)
Commits

The new version differs by 4 commits.

  • 7710b74 chore(release): 2.2.1
  • ce42e2e fix: Fix 'run-s: command not found' on postinstall
  • efc2976 chore: Refactor after merging #70
  • 28d7e4b fix: Fix problem where malformed URLs threw an error (#70)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2019

  • The devDependency parse-domain was updated from 2.2.1 to 2.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for v2.3.0
Commits

The new version differs by 4 commits.

  • 88cdc19 chore(release): 2.3.0
  • 656c9fc chore: Add tests for real-world use cases.
  • 5e90ea7 chore: Fix TypeScript typings after merging #66
  • 10b6693 feat: Add TypeScript typings (#66)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 10, 2019

  • The devDependency parse-domain was updated from 2.3.1 to 2.3.2.

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

Release Notes for v2.3.2

Bug Fixes

Commits

The new version differs by 5 commits.

  • f7a1199 chore(release): 2.3.2
  • 69162fc fix: Fix bug when parsing private TLDs (#79)
  • bf49e72 chore(release): 2.3.1
  • 2f4684c fix: TypeScript definition not available on npm module
  • 27199d5 fix: updatedAt timestamp breaks bundle caching (#75, #60)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 2, 2019

  • The devDependency parse-domain was updated from 2.3.2 to 2.3.3.

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

Commits

The new version differs by 9 commits.

  • 6a14556 chore(release): 2.3.3
  • 395c599 chore(deps): bump eslint-utils from 1.3.1 to 1.4.3 (#84)
  • 53bf74d chore: Replace mocha and chai with jest (#81)
  • 8b931e5 chore: Add node v12 in Travis tests (#80)
  • f7a1199 chore(release): 2.3.2
  • 69162fc fix: Fix bug when parsing private TLDs (#79)
  • bf49e72 chore(release): 2.3.1
  • 2f4684c fix: TypeScript definition not available on npm module
  • 27199d5 fix: updatedAt timestamp breaks bundle caching (#75, #60)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 2, 2019

  • The devDependency parse-domain was updated from 2.3.3 to 2.3.4.

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

Commits

The new version differs by 11 commits.

  • 9246927 chore(release): 2.3.4
  • 2f1ba3d chore: Fix security issues in dependencies (#88)
  • 6a14556 chore(release): 2.3.3
  • 395c599 chore(deps): bump eslint-utils from 1.3.1 to 1.4.3 (#84)
  • 53bf74d chore: Replace mocha and chai with jest (#81)
  • 8b931e5 chore: Add node v12 in Travis tests (#80)
  • f7a1199 chore(release): 2.3.2
  • 69162fc fix: Fix bug when parsing private TLDs (#79)
  • bf49e72 chore(release): 2.3.1
  • 2f4684c fix: TypeScript definition not available on npm module
  • 27199d5 fix: updatedAt timestamp breaks bundle caching (#75, #60)

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