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:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, v11.1.1 seems to have fixed it 😃
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 😦