Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove semver usage #2531

Merged
merged 3 commits into from Oct 19, 2023
Merged

remove semver usage #2531

merged 3 commits into from Oct 19, 2023

Conversation

Uzlopak
Copy link
Member

@Uzlopak Uzlopak commented Oct 17, 2023

We dont have semver as dependency or devDependency. It is only working because semver is installed for another devdependency. Theoretically we should add semver as devdependency to avoid breaking something if we remove the devdependency which uses semver. But we can avoid the necessity to use semver by directly using native code.

Copy link
Member

@gr2m gr2m left a comment

Choose a reason for hiding this comment

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

Great catch, thank you!

@gr2m gr2m enabled auto-merge (squash) October 19, 2023 17:03
@gr2m gr2m merged commit f7216e9 into nock:main Oct 19, 2023
16 of 19 checks passed
@github-actions
Copy link

🎉 This PR is included in version 13.3.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gr2m
Copy link
Member

gr2m commented Oct 19, 2023

Hmm odd that this merged, despite CI failing for Node 16 🤔

@gr2m
Copy link
Member

gr2m commented Oct 19, 2023

I think I found the culprit: #2538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants