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.

It looks like node 8 was dropped in a patch release

See original GitHub issue

https://github.com/conventional-changelog/conventional-changelog/pull/599

Now getting the following in CI error conventional-recommended-bump@6.0.9: The engine "node" is incompatible with this module. Expected version ">=10". Got "8.17.0"

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
G-Rathcommented, May 22, 2020

Any chance of getting a patch release reverting this breaking change?

1reaction
Julusiancommented, Dec 22, 2020

To make standard-version 7.x work in node 8, we had to use yarn resolutions to pin the following. Going any newer in the semver range defined by the calling package would try to use a version with the engine error.

"resolutions": {
    "**/conventional-changelog-angular": "5.0.6",
    "**/conventional-changelog-atom": "2.0.3",
    "**/conventional-changelog-codemirror": "2.0.3",
    "**/conventional-changelog-core": "4.1.3",
    "**/conventional-changelog-conventionalcommits": "4.2.3",
    "**/conventional-changelog-ember": "2.0.4",
    "**/conventional-changelog-eslint": "3.0.4",
    "**/conventional-changelog-express": "2.0.1",
    "**/conventional-changelog-jshint": "2.0.3",
    "**/conventional-changelog-preset-loader": "2.3.0",
    "**/conventional-changelog-writer": "4.0.11",
    "**/conventional-commits-filter": "2.0.2",
    "**/conventional-commits-parser": "3.0.8"
  }
Read more comments on GitHub >

github_iconTop Results From Across the Web

Update Now! Node.js 8 is Not Supported from 2020.
It... cycle will expire on December 31, 2019 – which means that Node 8 won't get any more updates, bug fixes or security...
Read more >
Drop Node 4 support (and Node 6 and Node 8) #3919 - GitHub
The official support for Node 4 is ending soon (April 2018) and from time to time we have quite a few issues like...
Read more >
Upgrading Node.js to latest version - Stack Overflow
Just go to nodejs.org and use the latest installer. · 2. I had to run choco install nodejs. · Make sure to run...
Read more >
LostGrid to no longer support older versions of Node
Version 8 isn't quite ready yet and I'm going hold off releasing it until December when Node support for v0. 12 ends.
Read more >
Drop of Node.js 12 support and deprecation of Node.js 14 ...
To be clear, we do support Node.js LTS v14 as deprecated, however that does not mean we support all its old minor releases....
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