-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(repo): add conformance rule for our package.json files #29078
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
"@jest/reporters": "^29.4.1", | ||
"@jest/test-result": "^29.4.1", | ||
"@jest/types": "^29.4.1", | ||
"@jest/reporters": "29.7.0", |
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.
Our jest packages weren't aligned for some reason
@@ -60,5 +60,8 @@ | |||
}, | |||
"nx-migrations": { | |||
"migrations": "./migrations.json" | |||
}, | |||
"publishConfig": { |
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.
Found by the new rule!
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.
I thought we needed this for provenance... how does rspack have provenance without this?
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.
It's not for provenance, it's needed because the default access for new scoped package is restricted and so the first time we publish a new package we need this explicit config. Technically after that point we no longer need it anymore, but it doesn't do any harm, just makes its state explicit, and so having this be a rule for all package.json files means we won't run into any issues when new packages are added in future.
b9be66d
to
6bf9063
Compare
Your CI Pipeline Execution ↗ for commit 0321794 is in progress ⏳
☁️ Nx Cloud last updated this comment at |
059d2f8
to
0321794
Compare
No description provided.