* feat: flag to ignore upload requests
* chore: bump up @pnpm/server dep to 0.7.1
* test: ignore upload requests
* fix: add help for ignore upload requests
* fix: use promisify instead of thenify
`await [Promise]` returns immediately; we want to wait for each
installation to complete before advancing to the next chunk.
enabling tslint's await-promise rule could have caught this, but
only if the typings for p-limit and graph-sequencer were improved.
* feat: parse side-effects-cache(-readonly) options
* fix: add new options to help
* fix(deps): update
* test: side effects cache tests, same as supi
* test; remove unused variables and imports
* test: do not use spread syntax
* feat: upload side effects cache when needed
* feat: add side-effects-cache support
* fix: review suggestions
* fix: rename to cacheByNodeVersion, compute immediately centralLocation
* fix: make cacheByNodeVersion nullable, fix centralLocation, move nodeMajor to the top
* fix: s/nodeVersion/engineName/
* fix: some renames, add verifyStoreIntegrity option
* fix(deps): update
* fix: fix failing tests
* fix: update package-store to v0.15.1
* test: creating side effects cache
* test: using the side effects cache, in readonly mode too
* fix: rename engine to include 'node', test for opts.force
* feat: add upload method to the server store controller
* chore: add .idea to .gitignore
* fix: new upload signature
* fix: lock upload in the server to make sure it is sequential
* fix: delete lock also on failure
* fix: s/nodeVersion/engineName/
* fix: add verifyStoreIntegrity option
* fix: update dependencies
* test: upload side effect cache
* test: fix as per review
BREAKING CHANGE:
implements new store controller interface