question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v11.1.0 appears to have been a breaking change in a minor version.

See original GitHub issue
  • it removed nodes 4 - 7 from the test matrix
  • it upgraded async from v2 to v3, which drops support for node 4 and earlier
  • it upgraded npm from v4 to v6, which drops support for node versions below node 6
  • you added multimatch, and that author’s deps all aggressively drop support for older nodes, and happens to require node 8+.

In this case, I’m not even invoking david in nvm’s test suite; i’m just trying to install it on node 0.10. See https://travis-ci.org/nvm-sh/nvm/jobs/621428822 as an example.

For a tool that checks deps with semver, I’d hope for more semver compliance. Would you consider reverting all of these breaking changes in a v11 release, and rereleasing as a v12?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ljharbcommented, Dec 9, 2019

Thanks, v11.1.1 seems to have fixed it 😃

1reaction
alanshawcommented, Dec 6, 2019

Yes I would, and I’m sorry to have caused you pain.

…but I just checked out the v11 tag and there’s test failures 😦

Read more comments on GitHub >

github_iconTop Results From Across the Web

Versions | Docs | Twitter Developer Platform
All breaking changes will be bundled into a new version ... The way that draft campaigns and line items are retrieved has been...
Read more >
/CHANGELOG.md | oak@v11.1.0 | Deno
Version 10.0.0. feat: remove std/http and std/ws (#408). BREAKING CHANGE. All HTTP native server implementations have been stabilized in Deno, ...
Read more >
Breaking change in previous major release - Stack Overflow
so "1.1.0" should become "2.0.0". Not true. Not only do you already have a 2.0.0, the semver spec doesn't require monotonicity.
Read more >
Consolidated JDK 11 Release Notes - Java - Oracle
The following sections summarize changes made in all Java SE 11.0.17 BPR releases. ... To reduce the compatibility risk for JARs that have...
Read more >
Release notes — ocrmypdf 11.6.2 documentation
Breaking changes. Support for pdfminer.six version 20181108 has been dropped, along with a monkeypatch that made this version work.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found