Closed cbaker6 closed 1 year ago
semantic-release 21.0.1 isn't compatible with current dev dependencies and https://github.com/parse-community/parse-server-fs-adapter/pull/41 should be reverted
Closing; issue seems based on an incorrect conclusion; see https://github.com/parse-community/parse-server-fs-adapter/issues/47.
New Issue Checklist
Issue Description
semantic-release 21.0.1 isn't compatible with current dev dependencies and #41 should be reverted. It appears to me that dependabot allowed an incorrect update in #41 and somehow forced an update to the package-lock. The warnings and errors in logs below look explicit and state a number of problems like
peer semantic-release@">=16.0.0 <18.0.0" from @semantic-release/github@7.2.3
.41 updated from
semantic-release@17.4.6
tosemantic-release@21.0.1
which are outside the peer dependency windows in the logs. It seems if that update was to be done properly, other semantic-release updates should have been done at the same time.In addition, the parse-server receives way more updates than this repo and it's versions aren't this high: https://github.com/parse-community/parse-server/blob/9674d4a2c0a9d0cda112056a6a2b1629931f37a3/package.json#L75-L107
Steps to reproduce
Use
npm i
to install a new packageActual Outcome
npm i
to install new packages results in the logs belowExpected Outcome
npm i
to install new packages should not have errors due tosemantic-release
Environment
Client
2.0.0
Server
6.2.0
Linux
Local (docker)
Database
Postgres
15
Local (docker)
Logs