Tallyb / loopback-graphql

Adding graphql to loopback, based on Apollo Server
MIT License
201 stars 18 forks source link

Update loopback-datasource-juggler to the latest version πŸš€ #122

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The devDependency loopback-datasource-juggler was updated from 3.24.0 to 4.0.0.

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.


Find out more about this release.

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 πŸš€

Commits

The new version differs by 14 commits.

  • 708826c 4.1.0
  • 104b861 Merge pull request #1638 from strongloop/exclude-hidden-properties-from-where
  • a391762 Ren handleUndefined to normalizeUndefinedInQuery
  • 0ce3f4e Report circular or deep query objects
  • 39ff54d Hide offending properties from the error object
  • a761e0d Tidy up extended operator check
  • f2e7186 Prevent hidden/protected props from being searched
  • f1f5358 Merge pull request #1642 from strongloop/fix-4028
  • 60e1629 Report errors for missing id props for include
  • f7036b2 Merge pull request #1629 from mgabeler-lee-6rs/fix/fast-id-unique-check
  • abaf29f Merge pull request #1623 from mitsos1os/issue-1622
  • 1ddac5b fix: add test coverage, correct typo that exposed
  • 248d57d fix: accelerate unique id checking
  • eb921ed remove null in embedded doc properties updates

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 8ebb734 4.1.1
  • 726c697 Merge pull request #1647 from strongloop/fix-1646
  • 2af2599 Allow hidden/protected props as an object

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 3348d50 4.1.2
  • 7609585 Merge pull request #1649 from strongloop/fix-1645
  • dbe25f2 Check composite keys containing hidden props
  • 8fa7c94 Improve hidden/protected property checks

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • f0a6bd1 4.2.0
  • 35f61c4 Merge pull request #1652 from strongloop/fix-1651
  • eb85b3e Allow configuration of maxDepthOfQuery

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • a39cbeb 4.2.1
  • 0f0b391 Merge pull request #1658 from leon3s/fix-maxDepthOfQuery-config
  • 65548b6 [ BUGFIX ] maxDepthOfQuery config

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 4933032 4.3.0
  • 8f09552 Merge pull request #1661 from strongloop/allow-flags-in-options
  • 916d80c Merge pull request #1660 from strongloop/fix/update-apidocs-file-list
  • f6e1df8 Allow flags to be passed via options
  • cc27664 chore: update file list for apidocs

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 5f713f0 4.4.0
  • b2cbf99 Merge pull request #1662 from strongloop/set-default-remote-options
  • f9131aa Use options from request for settings

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • caa36a2 5.0.0
  • 47ef38e Merge pull request #1675 from strongloop/upgrade-eslint-config
  • 09e2208 Upgrade eslint-config-loopback to latest
  • bd5fd07 Merge pull request #1674 from strongloop/eslint/use-const-not-var
  • 9e0f624 manually fix remaining problems
  • 422ec9a autofix eslint errors
  • 261ca1f eslint: enable no-var and prefer-const rules
  • 8684df6 Merge pull request #1673 from strongloop/upgrade-deps
  • 84322d0 Update eslint-config-loopback to latest
  • e513c0d Update dependencies to latest versions
  • e834368 Upgrade bson to 4.x (latest)
  • 0cf0fa9 Merge pull request #1671 from strongloop/feat/execute
  • fda332d feat: dataSource.execute(cmd, args, opts, cb)
  • 3c2669e eslint: enable ES2017 (async functions)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 4d28881 4.5.3
  • c0a778e Merge pull request #1670 from up-group/master
  • fd99c6d Support nested properties with class type

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits ahead by 4, behind by 1.

  • ce7194f 4.6.0
  • 75a8c6a 4.5.4
  • 01df370 Merge pull request #1693 from strongloop/feat/type-sub-property
  • a391c83 feat: Support "type" key in sub-properties

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 095fe62 4.6.1
  • a8d0d78 Merge pull request #1707 from strongloop/test/fix-default-values
  • 7d69bda Improve tests for empty vs. default values
  • 84eee5a Merge pull request #1704 from strongloop/fix/default-value-in-response
  • e45292d Do not apply default values on data from database
  • ff5a3fa Update datasource-connector.md (#1703)
  • 3f9448f Merge pull request #1699 from strongloop/fix/list-format
  • 80d8fcd feat: support array within array
  • 5a7c032 fix: update lodash (#1696)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 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 πŸš€