aknuds1 / bankai

DIY asset server
http://yoshuawuyts.com/bankai/
Apache License 2.0
0 stars 0 forks source link

Update choo to the latest version 🚀 #18

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 6.0.0 of choo just got published.

Dependency choo
Current Version 5.6.2
Type devDependency

The version 6.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of choo. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 6.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 5a57235 6.0.1
  • fccb408 Fix toString remove last letter in href (#559)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.1.0 just got published.

Update to this version instead 🚀

Release Notes v6.1.0
  • Exporting bel/raw via choo/html/raw
Commits

The new version differs by 3 commits.

  • 91e74fa chore(pkg): banish lock file (#568)
  • fd22637 Add link to Reddit. (#566)
  • ef3b372 exporting bel/raw via choo/html/raw (#565)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 2e4c76e 6.3.0
  • b66d7de package: prepublish -> prepublishOnly (#573)
  • fcd08d7 deps: update bel to 5.1.3 (#571)
  • 626fb9a travis: add node 8 the list of runners (#572)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 5305fe6 6.4.1
  • 8595f1f Populate state.query before calling router (#575)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • ae6de94 6.4.2
  • bfb9ed7 add index.d.ts into files field on package.json (#576)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 0bedc6c 6.4.3
  • b317abc Add optionality to 'opts' in Choo constructor (#584)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.4.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.6.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 2dab1b5 6.6.1
  • 73b1a82 handle multiple arguments for emitter in views (#615)
  • 50a2c73 Update .gitignore (#599)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.7.0 just got published.

Update to this version instead 🚀

Release Notes v6.7.0

We upgraded our router to fix some inconsistencies in routing, courtesy of @marcbachmann! 🎉

  • Fixes the routing to modify the state before the navigate event happens. This means you can access the updated state within the navigate event. Modifies the state before the render event is triggered. Therefore this fixes #530, #553, #549, #610, #463
  • Exposes .emit as an alias to .emitter.emit

Thanks everyone that helped on this release!

Commits

The new version differs by 3 commits.

See the full diff