donejs / done-component

A plugin for creating <can-component>s
https://www.npmjs.com/package/done-component
MIT License
8 stars 2 forks source link

Update can-route-pushstate to the latest version πŸš€ #91

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 5.0.0 of can-route-pushstate was just published.

Dependency can-route-pushstate
Current Version 4.1.1
Type devDependency

The version 5.0.0 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 can-route-pushstate.

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.


Commits

The new version differs by 11 commits.

  • 6f8192f 5.0.0
  • da578de Merge pull request #108 from canjs/major
  • fe97225 Merge branch 'master' into major
  • 3c296d9 Merge pull request #107 from canjs/docs-codeblock
  • 3af4388 Move the documented API usage into @type
  • d8f311b 5.0.0-pre.0
  • 1d11d9b Merge pull request #106 from canjs/new-api
  • 36a9b89 Conform to the new API
  • 6e95b16 Document the new API
  • 861dec2 All tests are passing
  • e20e30b Current status

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:

greenkeeper[bot] commented 6 years ago

Version 5.0.1 just got published.

Update to this version instead πŸš€

Release Notes Improved documentation for urlData.root

#113.

Commits

The new version differs by 6 commits.

  • 2b7e4c0 5.0.1
  • 9f90eb4 Merge pull request #113 from canjs/root-docs
  • c51e8ab updating root docs
  • 996ccb9 Merge pull request #109 from canjs/can-util-removal
  • c43454a remove can-util from package.json
  • 13bfc8d get rid of can-util

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.2 just got published.

Update to this version instead πŸš€

Release Notes v5.0.2

Removed bug in documentation which broke links to can-route-pushstate

Commits

The new version differs by 3 commits.

  • 8355950 5.0.2
  • 8e26b8c Merge pull request #114 from canjs/fixed-code-in-description
  • 0fac729 Removed code from description which caused broken links

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 751d213 5.0.4
  • 5b30d40 cleaning up the tests, trying to make one more timing tollerant

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 1e68f85 5.0.5
  • 6d7e28c Merge pull request #118 from canjs/safari-passing
  • d1051d3 Fix test failing in Safari

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 7fcd09c 5.0.6
  • c06d632 linting
  • 1896603 fixes bugs caused by adding .value to single value observables
  • 36499fa Merge pull request #117 from canjs/116-preventDefaultTest
  • dad9926 (#116) test checking event.preventDefault called
  • d849b41 call preventDefault before potential errors occur during pushState changes

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 24dabe7 5.0.7
  • ad7210b Merge pull request #123 from canjs/nodeteardown
  • d23fc78 Prevent tearing down history methods in Node

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • fcf7a7e 5.0.8
  • db470bb Merge pull request #129 from canjs/steal-with-promises
  • bb44801 using steal-with-promises for scripts loaded by canjs/canjs test suite

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 109c44f 5.0.9
  • 8752887 [WIP] Docco improvements (#136)
  • fe4e16c Docco and major refactoring (#134)
  • f7f8352 Detailed in line documentation for better docco docs.

See the full diff

matthewp commented 5 years ago

Replaced by https://github.com/donejs/done-component/pull/105