dependency-time-machine
dependency-time-machine copied to clipboard
🕰️ Tool to automatically update dependencies one-by-one in chronorogical order
Just a thought, because implementing this might not be too easy. There are package upgrades which are not picked up because at some point scopes were introduced at npmjs.org (i.e....
Would it be possible to have an option to skip dependencies that cause issues? I want to preform a general update to my dependencies and find that I am regularly...
From what I observed, a rollback is applied only if my `--test-script` fails. If my `--install-script` fails, my `package.json` stays in the failing state. I'm not sure however, which would...
It would be nice if the scripts knew about: * the package which is updated right now * the old version * the new version I'm using some custom bash...
This doesn't work on Windows systems. "The system cannot find the path specified" Not sure if it's to do with `cd -` which I'm not sure works on Windows how...
I am getting the following error when running on my project Error fetching data https://registry.npmjs.org/@omri/test TypeError: Cannot convert undefined or null to object at Function.entries () at /Users/ok/.npm/_npx/7254a26873ccefd6/node_modules/dependency-time-machine/bin/src/util/httpDependencyResolver.js:41:55 at Generator.next...
``` "dependencies": { "react15": "npm:react@^15.6.2", "react16": "npm:react@^16.13.1" } ``` https://docs.npmjs.com/cli/v11/configuring-npm/package-json#dependencies