Skip to content

Conversation

@ylemkimon
Copy link
Contributor

Changes:

Refactored lockfile extraction code.

Context:

For #7700

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please tick one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added unit tests, or
  • Unit tests + ran on a real repository

Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one Question: Why switch to undefined instead of existing NaN ? Otherwise LGTM

Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested NaN vs undefined

undefined < 6 === false
undefined > 6 === false
NaN > 6 === false
NaN < 6 === false

just a small type change

@rarkins rarkins merged commit b184d1e into renovatebot:master Nov 13, 2020
@renovate-release
Copy link

🎉 This PR is included in version 23.83.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants