chore: bump js-yaml#256
Merged
Merged
Conversation
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
Dario Valdespino (darvld)
requested a review
from Sam Gammon (sgammon)
as a code owner
July 24, 2026 13:23
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #256 +/- ##
=======================================
Coverage 86.81% 86.81%
=======================================
Files 13 13
Lines 1365 1365
=======================================
Hits 1185 1185
Misses 180 180 |
There was a problem hiding this comment.
Pull request overview
Updates the project’s JavaScript YAML parsing dependency to the newer js-yaml release, with corresponding lockfile updates, aiming to address dependency/security tooling reports.
Changes:
- Bump
js-yamlfrom4.1.1to4.3.0inpackage.json. - Update
bun.lockto reflect the new top-leveljs-yaml@4.3.0resolution.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps the direct devDependency js-yaml to 4.3.0. |
| bun.lock | Updates lock entries for js-yaml, but still includes older transitive js-yaml versions via cosmiconfig tooling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bumps js-yaml to 4.3.0 to address dependabot reports.