Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yaml-loader to the latest version 馃殌 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 21, 2020


鈽濓笍 Important announcement: Greenkeeper will be saying goodbye 馃憢 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency yaml-loader was updated from 0.5.0 to 0.6.0.

This version is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: eemeli
License: MIT

Release Notes for 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

The new version differs by 23 commits.

  • cdda5c2 0.6.0
  • ad0bf62 chore: Update dependencies
  • 296bc8a chore: Update files list in package.json
  • d648310 docs: Update LICENSE with "Copyright Eemeli Aro and other contributors"
  • bd9ef6c chore: Apply Prettier styling
  • eb1eafe chore: Add & configure Prettier
  • 087e598 feat: Add asStream option (Fixes #20)
  • 276a86c feat: Drop output JSON prettification
  • d6a0394 chore: Update package.json to account for moved repo
  • 0d51b94 ci: Add Travis CI testing
  • 99a7c85 feat: Support YAML.parse options, default to prettyErrors:true
  • 89b96cd perf: Drop this.cacheable() call as obsolete
  • ba697d0 docs: Update README
  • 077252e test: Refactor to use Jest expect rather than assert
  • 2ee83fe test: Switch from Mocha to Jest

There are 23 commits in total.

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants