Skip to content

Switch from js-yaml to yaml, updating dev dependencies#24

Open
eemeli wants to merge 4 commits intoistanbuljs:masterfrom
eemeli:yaml
Open

Switch from js-yaml to yaml, updating dev dependencies#24
eemeli wants to merge 4 commits intoistanbuljs:masterfrom
eemeli:yaml

Conversation

@eemeli
Copy link
Copy Markdown

@eemeli eemeli commented Nov 15, 2025

Fixes #22
Closes #13

This is an alternative to #23, which includes updates to xo and tap to allow for npm test to succeed. Rather than updating the js-yaml dependency, it's here replaced by yaml.

A very simple Github Actions script is included to run npm install and npm test on PRs and default branch commits.

The behaviour change regarding JSON file parsing discussed in #13 is not included here.

@eemeli
Copy link
Copy Markdown
Author

eemeli commented Nov 15, 2025

As the CI action won't be run in this repo until/unless this PR is merged, I also applied it here for demo purposes: https://github.com/eemeli/load-nyc-config/actions/runs/19384575593

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.

js-yaml dependency below 4.1.1 has prototype pollution in merge Consider switching YAML libraries

1 participant