Closed roggervalf closed 1 year ago
please @jhnns, when you get some chance
this is weird, I can execute the tests locally without errors also I tried to update package-lock using version 1, as it was generated with that version
so it's failing for node 10 because of this change https://github.com/eslint/eslint/pull/14592 base on https://github.com/eslint/eslint/issues/14023. https://community.sonarsource.com/t/drop-of-node-js-10-support-and-deprecation-of-node-js-12-support/59590 node 10 is no longer being supported, so this should be considered as a breaking change, let me update the ci to drop of node 10 as well
Thank you for your PR. The failing tests were caused by a breaking change in the package-lock file from npm 8 to 9. I decided to remove official Node 10, 12, 14 and 16 support, as it was not possible to run the CI pipeline with this breaking change.
I made all these changes on the master branch as it was easier for me, so I'm closing this one. The ESLint update shipped with rewire v7.0.0.
also I think it will solve https://github.com/jhnns/rewire/pull/207 and https://github.com/jhnns/rewire/issues/208, as new versions do not depend on semver