dracoapi / dracowalker

MIT License
2 stars 3 forks source link

Update yaml to the latest version 🚀 #74

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 1.0.0-rc.7 of yaml was just published.

Dependency yaml
Current Version 0.3.0
Type dependency

The version 1.0.0-rc.7 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.

It might be worth looking into these changes and trying to get this project onto the latest version of yaml.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


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:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v1.0.0

Whoa. It's like, ready? Just one minor bug has been reported in the last month, so now's as good a time as any to officially release this thing. A few small changes compared to the last RC:

  • Drop the need for .default when using require('yaml')
  • Fix for the bug part of #28, now always putting collection comments on their own line
  • Fix setOrigRanges() for flow collections, adding origOffset to FlowChar objects (Fixes #40)
Commits

The new version differs by 30 commits.

  • 3649942 1.0.0
  • bcc5d4b Update documentation version
  • e24a5de Update dependencies
  • c1f80b1 Leave collection comments on their own line (see #28)
  • 3660fc5 Support use with YAML=require('yaml'), with or without .default
  • 1005d01 Fix setOrigRanges() for flow collections, adding origOffset to FlowChar objects (Fixes #40)
  • 2163323 1.0.0-rc.8
  • 3b58f10 Update dependencies (Babel 7.0.0-rc.2)
  • 68ae540 Update package.json description
  • 67729fb Update docs
  • 0c8b9e0 cst/Collection: Set atLineStart during lineStart reset (Fixes #38)
  • d531dd6 Harmonise test file names
  • c7247fe fix: checkKeyLength false positive (#37)
  • 699c1b1 fix: empty blockValue as empty string (#35)
  • 4590884 fix(flowSeq): explicit key with empty value (#33)

There are 30 commits in total.

See the full diff