-
-
Notifications
You must be signed in to change notification settings - Fork 3
chore: release napi-postinstall #33
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
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Pull Request Overview
This PR is a release commit for napi-postinstall, updating the version from 0.2.3 to 0.2.4 and preparing the package for publishing.
- Updated inline snapshot in tests to reflect the new version
- Bumped version and dependency reference in package.json
- Added a new section in CHANGELOG.md for version 0.2.4 and removed the associated changeset file
Reviewed Changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.
File | Description |
---|---|
test/basic.spec.ts | Updated inline error snapshot to reflect the new version |
package.json | Version bumped to 0.2.4 in package metadata and dependencies |
CHANGELOG.md | Added changelog section for version 0.2.4 |
.changeset/wet-bottles-boil.md | Removed changeset file post-release |
Files not reviewed (2)
- test/fixtures/npm-10/package-lock.json: Language not supported
- test/fixtures/npm/package-lock.json: Language not supported
size-limit report 📦
|
commit: |
📊 Package size report No changes
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
Deploy preview for napi-postinstall ready! ✅ Preview Built with commit 28644d1. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
=======================================
Coverage 34.41% 34.41%
=======================================
Files 6 6
Lines 587 587
Branches 57 57
=======================================
Hits 202 202
Misses 385 385 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
napi-postinstall@0.2.4
Patch Changes
6195df6
Thanks @JounQin! - fix: targetES2020
for Node <15 compatibility