renovatebot/pep440

refactor: rename `parsed` type to `Pep440Version`

Closed this issue ยท 6 comments

Rename parsed type to Pep440Version.

Originally posted by @viceice in #115 (comment)

This package needs to published again right?

yes, we should do a major bump to be save. But we should make all required changes before. You can use yarn link feature to test locally at renovate.

yes, we should do a major bump to be save. But we should make all required changes before. You can use yarn link feature to test locally at renovate.

Tried yarn link it works fine on other local projects as I am able to link pep440 to them. But in the renovate dev:container yarn is unable find the local pep440.

So I tested by manually copying the files to node_modules/@renovate/pep440 and running yarn test/lint/null-check

Tried yarn link it works fine on other local projects as I am able to link pep440 to them. But in the renovate dev:container yarn is unable find the local pep440.

So I tested by manually copying the files to node_modules/@renovate/pep440 and running yarn test/lint/null-check

You need to checkout pep440 in dev container too and link there ๐Ÿ˜‰

๐ŸŽ‰ This issue has been resolved in version 1.1.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€