-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore(deps): upgrade nock to v13 #5043
Conversation
- upgrade nock throughout packages to 13.2.8 - remove nock from packageRules in renovate.json
💖 Thanks for opening this pull request! 💖 |
.changeset/shaggy-falcons-sparkle.md
Outdated
"@pnpm/tarball-fetcher": patch | ||
--- | ||
|
||
Upgrade nock to v13. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need a changeset for these changes because it only affects tests. We won't release new versions due to changes to tests or dev dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for letting me know, I assumed so.
It seems the CI pipelines will all be passing, so I will push another commit with removal of changeset, then should be good to merge.
Congrats on merging your first pull request! 🎉🎉🎉 |
Description
I was looking for a good way to get started with contributing code to this repo, so I upgraded
nock
dependency.The breaking changes of v13 don't seem to impact this repo, see: https://github.com/nock/nock/releases/tag/v13.0.0 and https://github.com/nock/nock/blob/75507727cf09a0b7bf0aa7ebdf3621952921b82e/migration_guides/migrating_to_13.md
To my understanding, only ESM-only dependencies are listed in
renovate.json
, so I am wondering whynock
was listed there.Changes
nock
throughout packages to 13.2.8nock
frompackageRules
inrenovate.json