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

fix(valid-package-def): ignore pnpm workspace protocol #258

Merged

Conversation

altano
Copy link
Contributor

@altano altano commented Mar 28, 2024

PR Checklist

Overview

pnpm has a "workspace protocol" (link) that allows you to explicitly say a package lives in your current workspace. Ignore this when doing package.json validation by adding workspace to the ignore glob.

pnpm has a "workspace protocol" (link) that allows you to explicitly say a package lives in your current workspace. Ignore this when doing package.json validation.

This fixes JoshuaKGoldberg#251
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

💯 thanks!

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.27%. Comparing base (8d9ed75) to head (d4adc8f).
Report is 106 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #258      +/-   ##
==========================================
- Coverage   99.30%   99.27%   -0.04%     
==========================================
  Files          15       17       +2     
  Lines         866      965      +99     
  Branches       73       81       +8     
==========================================
+ Hits          860      958      +98     
- Misses          6        7       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JoshuaKGoldberg JoshuaKGoldberg merged commit 4b061e6 into JoshuaKGoldberg:main Mar 28, 2024
13 of 14 checks passed
@JoshuaKGoldberg
Copy link
Owner

@all-contributors please add @altano for code.

🤖 Beep boop! This comment was added automatically by all-contributors-auto-action.
Not all contributions can be detected from Git & GitHub alone. Please comment any missing contribution types this bot missed.
...and of course, thank you for contributing! 💙

Copy link
Contributor

@JoshuaKGoldberg

I've put up a pull request to add @altano! 🎉

I couldn't determine any contributions to add, did you specify any contributions?
Please make sure to use valid contribution names.

Copy link

🎉 This is included in version v0.12.1 🎉

The release is available on:

Cheers! 📦🚀

JoshuaKGoldberg pushed a commit that referenced this pull request Mar 28, 2024
Adds @altano as a contributor for code.

This was requested by JoshuaKGoldberg [in this
comment](#258 (comment))

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
@altano altano deleted the altano/pnpm-workspace-protocol branch March 28, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: pnpm workspace protocol not supported in valid-package-def
2 participants