Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 16, 2025

Removes js-yaml. It's no longer used after updating ancestor dependency yaml-loader. These dependencies need to be updated together.

Removes js-yaml

Updates yaml-loader from 0.5.0 to 0.8.1

Release notes

Sourced from yaml-loader's releases.

v0.8.1

  • Fix namespace query handling (#57)

v0.8.0

Breaking Changes

  • Require Node.js 12.13 or later

Other Changes

  • Improve error for missing asStream option

v0.7.0

Breaking Changes

  • Output JavaScript source by default, rather than JSON (#27)
  • With the update to yaml@2, some of its options change (#44)
  • Require Node.js 10.14.2 or later (d9f769f)

Other Changes

  • Update dependencies

v0.6.0

Breaking Changes

  • Replace js-yaml dependency with yaml It's possible that js-yaml has been parsing some invalid YAML as actually valid, so there's a chance that not absolutely everything will work as previously.

  • Drop output JSON prettification This changes the appearance of the loader's output, as it's no longer multiline and tab-indented.

New Features

  • Add asStream option (#20)
  • Support YAML.parse options, default to prettyErrors: true
  • Throw rather than emit errors
  • Load only a subtree of the YAML file with namespace (#9)

Other Changes

  • chore: Update dependencies
  • ci: Add Travis CI testing
  • perf: Drop this.cacheable() call as obsolete
  • test: Add tests (#17)
  • docs: Update README.md (#21)
  • docs: Update LICENSE with "Copyright Eemeli Aro and other contributors"
Commits
  • 2b90e2f 0.8.1
  • d066ce3 fix: Namespace query handling (#57)
  • 7c20690 ci: Update config to use npm install in Node.js 14
  • 1bba265 chore: Refresh lockfile
  • aff64e5 chore!: Note Node.js v14 as minimum supported version
  • 174b34f test: Add end-to-end testing
  • e327836 chore: Rename test/test.js -> test/direct.test.js
  • b72178f chore: Refresh lockfile
  • e8b10cb 0.8.0
  • 72df8d7 chore!: Drop Node.js 10 support
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by eemeli, a new releaser for yaml-loader since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [js-yaml](https://github.com/nodeca/js-yaml). It's no longer used after updating ancestor dependency [yaml-loader](https://github.com/eemeli/yaml-loader). These dependencies need to be updated together.


Removes `js-yaml`

Updates `yaml-loader` from 0.5.0 to 0.8.1
- [Release notes](https://github.com/eemeli/yaml-loader/releases)
- [Commits](eemeli/yaml-loader@v0.5.0...v0.8.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 
  dependency-type: indirect
- dependency-name: yaml-loader
  dependency-version: 0.8.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant