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 feathers-vuex to the latest version 🚀 #106

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 21, 2019

The dependency feathers-vuex was updated from 1.7.2 to 2.0.1.

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: marshallswain
License: MIT

Find out more about this release.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling ff7984b on greenkeeper/feathers-vuex-2.0.1 into 566c43d on master.

greenkeeper bot added a commit that referenced this pull request Oct 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2019

Update to this version instead 🚀

Release Notes for Fix bug with checking for `id` field

The getId utility function has been updated to check the prototype chain for the id property.

/**
 * Get the id from a record in this order:
 *   1. id
 *   2. _id
 *   3. the `idField`
 * @param item
 */
export function getId(item, idField) {
  if (!item) {
    return
  }
  if (item.id != null || item.hasOwnProperty('id')) {
    return item.id
  }
  if (item._id != null || item.hasOwnProperty('_id')) {
    return item._id
  }
  if (item[idField] != null || item.hasOwnProperty(idField)) {
    return item[idField]
  }
}
Commits

The new version differs by 72 commits.

  • cc45810 Merge pull request #287 from feathers-plus/dependabot/npm_and_yarn/serialize-error-5.0.0
  • b109b70 fix: use new serialize-error imports
  • 2c3fa3c docs: service plugin realtime events and config
  • fa92403 Merge branch 'master' of https://github.com/feathers-plus/feathers-vuex
  • 90e6cef docs: clarify feathers-client service section
  • 3fe7cfb Merge pull request #322 from feathers-plus/dependabot/npm_and_yarn/feathersjs/authentication-client-4.3.7
  • 994e2c6 Update yarn.lock
  • a10a948 chore(deps-dev): bump @feathersjs/authentication-client
  • c571126 Merge branch 'dependabot/npm_and_yarn/feathersjs/authentication-client-4.3.7'
  • c627a39 Merge pull request #321 from feathers-plus/dependabot/npm_and_yarn/vue/eslint-config-prettier-5.0.0
  • 7441f61 Merge pull request #320 from feathers-plus/dependabot/npm_and_yarn/feathersjs/errors-4.3.7
  • b20997c Merge pull request #319 from feathers-plus/dependabot/npm_and_yarn/mocha-6.2.2
  • 9102245 Merge pull request #318 from feathers-plus/dependabot/npm_and_yarn/typescript-3.6.4
  • 78928f5 Merge pull request #317 from feathers-plus/dependabot/npm_and_yarn/fast-copy-2.0.3
  • 53794dc Merge pull request #316 from feathers-plus/dependabot/npm_and_yarn/feathers-memory-4.1.0

There are 72 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 2, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 2, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 10, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 10, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 16, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 1, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 10, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 10, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 12, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 14, 2020
greenkeeper bot added a commit that referenced this pull request Mar 14, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 15, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 15, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 31, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 31, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 2, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 2, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 2, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 2, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 7, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 7, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 7, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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.

1 participant