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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update automap to the latest version 🚀 #6

Closed
wants to merge 2 commits into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 12, 2017

Version 1.0.0 of automap just got published.

Dependency automap
Current Version 0.2.0
Type dependency

The version 1.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 automap.
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.


Commits

The new version differs by 4 commits .

  • 9c75b5e Release 1.0.0
  • 71c6e20 updated to use autoInject
  • e6bfb82 Merge pull request #6 from firstandthird/greenkeeper/update-all
  • 0dd8179 chore(package): update dependencies

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2017

Version 1.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

  • b0c3b49 Release 1.0.1
  • 73f2307 bug: always sets first element in array as the item

See the full diff.

@@ -59,7 +59,7 @@ exports.register = (server, options, next) => {
});
},
// execute the actions in parallel:
performActions: ['logHook', (results, done) => {
performActions: (logHook, done) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

performActions(logHook, done) {...

@@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"async": "^2.1.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets get rid of ^

@@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"async": "^2.1.1",
"automap": "^0.2.0",
"automap": "^1.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.0.1 (I believe)

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 2, 2017

Version 1.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits .

  • 42649f0 Release 1.1.0
  • d1a017d added ability to pass in concurrency
  • 0e3763d added itemIndex and itemCount
  • 91afc5e Merge pull request #7 from firstandthird/tapeTests
  • c3f02e3 add tape tests

See the full diff.

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.

2 participants