chore: upgrade dep. - #65
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the tar dependency from ^7.4.3 to ^7.5.3 and includes a patch version bump along with documentation improvements to clarify the library's dual-mode operation (runtime parsing vs. build-time compilation).
Changes:
- Upgraded tar dependency to ^7.5.3 (from ^7.4.3)
- Bumped package version to 1.7.3
- Updated documentation to emphasize support for both runtime and build-time JSX compilation
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Version bump to 1.7.3, updated description to clarify "with or without a build step", and tar dependency upgrade to ^7.5.3 |
| package-lock.json | Locked tar version at 7.5.3 with updated integrity hash, consistent version updates throughout |
| README.md | Enhanced documentation to clarify loader precompilation capabilities and WASM runtime removal benefits |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
=======================================
Coverage 88.81% 88.81%
=======================================
Files 23 23
Lines 1707 1707
Branches 460 460
=======================================
Hits 1516 1516
Misses 54 54
Partials 137 137 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.