Raigen / gw2-guild-mission-toolkit

A toolkit for helping guilds managing and leading their guild missions.
MIT License
0 stars 0 forks source link

Update yaml-loader to the latest version 🚀 #27

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ 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 dependency 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’t 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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: