oculus42 / short-uuid

Translate standard UUIDs into shorter formats and back.
MIT License
450 stars 13 forks source link

An in-range update of snyk is breaking the build 🚨 #33

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The devDependency snyk was updated from 1.174.1 to 1.174.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

snyk is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/oculus42/short-uuid/builds/543687966?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.174.2

1.174.2 (2019-06-10)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 0babc68 Merge pull request #566 from snyk/fix/snyk-help
  • 19ff58f fix: fix broken snyk help

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 5 years ago

After pinning to 1.174.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.175.0

1.175.0 (2019-06-11)

Features

  • Gradle improvements: Android config selection, verified Gradle 2.x support (c8bad2d)
Commits

The new version differs by 2 commits.

  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.175.1

1.175.1 (2019-06-11)

Bug Fixes

  • typescriptify request.js (a75c021)
Commits

The new version differs by 4 commits.

  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.175.2

1.175.2 (2019-06-11)

Bug Fixes

  • better error message when scanning Python projects (b4dba65)
Commits

The new version differs by 6 commits.

  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects
  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.175.3

1.175.3 (2019-06-12)

Bug Fixes

  • remove auto authentication on all commands other than auth (4e0c35f)
Commits

The new version differs by 8 commits.

  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth
  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects
  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • 4e0c35f fix: remove auto authentication on all commands other than auth
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.175.4

1.175.4 (2019-06-12)

Bug Fixes

  • drop empty dependencies (payload size optimization) (dd4f623)
Commits

The new version differs by 10 commits.

  • 7a3f1cf Merge pull request #572 from snyk/fix/drop-empty-dependencies
  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth
  • dd4f623 fix: drop empty dependencies (payload size optimization)
  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects
  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • 4e0c35f fix: remove auto authentication on all commands other than auth
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.176.0

1.176.0 (2019-06-12)

Bug Fixes

  • show stacktrace only when in debug mode (31c42d9)

Features

Commits

The new version differs by 15 commits.

  • 6a7e93d Merge pull request #574 from snyk/fix/show_stack_only_in_debug
  • 81afb52 Merge pull request #561 from snyk/feat/go-modules-support
  • 7a3f1cf Merge pull request #572 from snyk/fix/drop-empty-dependencies
  • de224c7 chore: revert req.txt change and grammar fix
  • 31c42d9 fix: show stacktrace only when in debug mode
  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth
  • 4b6e4b9 feat: Go Modules support
  • dd4f623 fix: drop empty dependencies (payload size optimization)
  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects
  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • 4e0c35f fix: remove auto authentication on all commands other than auth
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.177.0

1.177.0 (2019-06-12)

Features

  • update snyk-php-plugin version (ce6474b)
Commits

The new version differs by 17 commits.

  • 4ff99b4 Merge pull request #575 from snyk/feat/update-snyk-php-plugin-version
  • ce6474b feat: update snyk-php-plugin version
  • 6a7e93d Merge pull request #574 from snyk/fix/show_stack_only_in_debug
  • 81afb52 Merge pull request #561 from snyk/feat/go-modules-support
  • 7a3f1cf Merge pull request #572 from snyk/fix/drop-empty-dependencies
  • de224c7 chore: revert req.txt change and grammar fix
  • 31c42d9 fix: show stacktrace only when in debug mode
  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth
  • 4b6e4b9 feat: Go Modules support
  • dd4f623 fix: drop empty dependencies (payload size optimization)
  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects
  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.177.1

1.177.1 (2019-06-13)

Bug Fixes

  • add logging to sbt-plugin (c724c17)
Commits

The new version differs by 20 commits.

  • a71d76a Merge pull request #554 from snyk/fix/sbt-plugin-logging
  • c397d47 test: fix typescript in tests
  • c724c17 fix: add logging to sbt-plugin
  • 4ff99b4 Merge pull request #575 from snyk/feat/update-snyk-php-plugin-version
  • ce6474b feat: update snyk-php-plugin version
  • 6a7e93d Merge pull request #574 from snyk/fix/show_stack_only_in_debug
  • 81afb52 Merge pull request #561 from snyk/feat/go-modules-support
  • 7a3f1cf Merge pull request #572 from snyk/fix/drop-empty-dependencies
  • de224c7 chore: revert req.txt change and grammar fix
  • 31c42d9 fix: show stacktrace only when in debug mode
  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth
  • 4b6e4b9 feat: Go Modules support
  • dd4f623 fix: drop empty dependencies (payload size optimization)
  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.178.0

1.178.0 (2019-06-13)

Features

  • experimental command line flag to print the dependency tree (c431bc4)
Commits

The new version differs by 22 commits.

  • 352e8fb Merge pull request #577 from snyk/feat/print-dep-tree-experimental
  • c431bc4 feat: experimental command line flag to print the dependency tree
  • a71d76a Merge pull request #554 from snyk/fix/sbt-plugin-logging
  • c397d47 test: fix typescript in tests
  • c724c17 fix: add logging to sbt-plugin
  • 4ff99b4 Merge pull request #575 from snyk/feat/update-snyk-php-plugin-version
  • ce6474b feat: update snyk-php-plugin version
  • 6a7e93d Merge pull request #574 from snyk/fix/show_stack_only_in_debug
  • 81afb52 Merge pull request #561 from snyk/feat/go-modules-support
  • 7a3f1cf Merge pull request #572 from snyk/fix/drop-empty-dependencies
  • de224c7 chore: revert req.txt change and grammar fix
  • 31c42d9 fix: show stacktrace only when in debug mode
  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth
  • 4b6e4b9 feat: Go Modules support
  • dd4f623 fix: drop empty dependencies (payload size optimization)

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.178.1

1.178.1 (2019-06-13)

Bug Fixes

  • sbt-plugin stdin hanging (5602d4a)
Commits

The new version differs by 24 commits.

  • 0559422 Merge pull request #578 from snyk/fix/sbt-plugin-stdin
  • 352e8fb Merge pull request #577 from snyk/feat/print-dep-tree-experimental
  • 5602d4a fix: sbt-plugin stdin hanging
  • c431bc4 feat: experimental command line flag to print the dependency tree
  • a71d76a Merge pull request #554 from snyk/fix/sbt-plugin-logging
  • c397d47 test: fix typescript in tests
  • c724c17 fix: add logging to sbt-plugin
  • 4ff99b4 Merge pull request #575 from snyk/feat/update-snyk-php-plugin-version
  • ce6474b feat: update snyk-php-plugin version
  • 6a7e93d Merge pull request #574 from snyk/fix/show_stack_only_in_debug
  • 81afb52 Merge pull request #561 from snyk/feat/go-modules-support
  • 7a3f1cf Merge pull request #572 from snyk/fix/drop-empty-dependencies
  • de224c7 chore: revert req.txt change and grammar fix
  • 31c42d9 fix: show stacktrace only when in debug mode
  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.179.0

1.179.0 (2019-06-14)

Bug Fixes

  • align go modules package manager naming with backend (63f4597)

Features

  • allow monitor for go modules (4a9149d)
Commits

The new version differs by 28 commits.

  • 3b6d18c Merge pull request #576 from snyk/feat/go-modules-support
  • f3fee7b chore: renaming gomod to gomodules for consistency
  • 4a9149d feat: allow monitor for go modules
  • 63f4597 fix: align go modules package manager naming with backend
  • 0559422 Merge pull request #578 from snyk/fix/sbt-plugin-stdin
  • 352e8fb Merge pull request #577 from snyk/feat/print-dep-tree-experimental
  • 5602d4a fix: sbt-plugin stdin hanging
  • c431bc4 feat: experimental command line flag to print the dependency tree
  • a71d76a Merge pull request #554 from snyk/fix/sbt-plugin-logging
  • c397d47 test: fix typescript in tests
  • c724c17 fix: add logging to sbt-plugin
  • 4ff99b4 Merge pull request #575 from snyk/feat/update-snyk-php-plugin-version
  • ce6474b feat: update snyk-php-plugin version
  • 6a7e93d Merge pull request #574 from snyk/fix/show_stack_only_in_debug
  • 81afb52 Merge pull request #561 from snyk/feat/go-modules-support

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.179.1

1.179.1 (2019-06-20)

Bug Fixes

  • name and version in gomodules (7cbc9e1)
Commits

The new version differs by 30 commits.

  • de94535 Merge pull request #583 from snyk/fix/gomodules-name-version
  • 7cbc9e1 fix: name and version in gomodules
  • 3b6d18c Merge pull request #576 from snyk/feat/go-modules-support
  • f3fee7b chore: renaming gomod to gomodules for consistency
  • 4a9149d feat: allow monitor for go modules
  • 63f4597 fix: align go modules package manager naming with backend
  • 0559422 Merge pull request #578 from snyk/fix/sbt-plugin-stdin
  • 352e8fb Merge pull request #577 from snyk/feat/print-dep-tree-experimental
  • 5602d4a fix: sbt-plugin stdin hanging
  • c431bc4 feat: experimental command line flag to print the dependency tree
  • a71d76a Merge pull request #554 from snyk/fix/sbt-plugin-logging
  • c397d47 test: fix typescript in tests
  • c724c17 fix: add logging to sbt-plugin
  • 4ff99b4 Merge pull request #575 from snyk/feat/update-snyk-php-plugin-version
  • ce6474b feat: update snyk-php-plugin version

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.180.0

1.180.0 (2019-06-21)

Features

  • Release typescripted sbt with timeout handling (6ea9891)
Commits

The new version differs by 2 commits.

  • 419e2f5 Merge pull request #587 from snyk/feat/release-sbt-plugin-ts
  • 6ea9891 feat: Release typescripted sbt with timeout handling

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.180.1

1.180.1 (2019-06-23)

Bug Fixes

  • add alpine platform to standalone binary release assets (82ef58c)
Commits

The new version differs by 6 commits.

  • c362a24 Merge pull request #590 from snyk/fix/apline-standalone-binary
  • 82ef58c fix: add alpine platform to standalone binary release assets
  • 88d334a Merge pull request #586 from snyk/refactor/eslint-rules
  • 419e2f5 Merge pull request #587 from snyk/feat/release-sbt-plugin-ts
  • 6ea9891 feat: Release typescripted sbt with timeout handling
  • 8a39d93 refactor: harmonize eslint and tslint rules re arrow functions

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.180.2

1.180.2 (2019-06-24)

Bug Fixes

  • use let/const instead of var (43f416c)
Commits

The new version differs by 10 commits.

  • 7f8a635 Merge pull request #591 from snyk/fix/use-let-and-const
  • cf5088d Merge pull request #593 from snyk/revert-590-fix/apline-standalone-binary
  • 7b6c1c9 Revert "fix: add alpine platform to standalone binary release assets"
  • c362a24 Merge pull request #590 from snyk/fix/apline-standalone-binary
  • 43f416c fix: use let/const instead of var
  • 82ef58c fix: add alpine platform to standalone binary release assets
  • 88d334a Merge pull request #586 from snyk/refactor/eslint-rules
  • 419e2f5 Merge pull request #587 from snyk/feat/release-sbt-plugin-ts
  • 6ea9891 feat: Release typescripted sbt with timeout handling
  • 8a39d93 refactor: harmonize eslint and tslint rules re arrow functions

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.181.0

1.181.0 (2019-06-24)

Features

  • Add more analytics around monitor (acb34dd)
Commits

The new version differs by 12 commits.

  • 406562b Merge pull request #596 from snyk/feat/add-more-analytics-monitor
  • acb34dd feat: Add more analytics around monitor
  • 7f8a635 Merge pull request #591 from snyk/fix/use-let-and-const
  • cf5088d Merge pull request #593 from snyk/revert-590-fix/apline-standalone-binary
  • 7b6c1c9 Revert "fix: add alpine platform to standalone binary release assets"
  • c362a24 Merge pull request #590 from snyk/fix/apline-standalone-binary
  • 43f416c fix: use let/const instead of var
  • 82ef58c fix: add alpine platform to standalone binary release assets
  • 88d334a Merge pull request #586 from snyk/refactor/eslint-rules
  • 419e2f5 Merge pull request #587 from snyk/feat/release-sbt-plugin-ts
  • 6ea9891 feat: Release typescripted sbt with timeout handling
  • 8a39d93 refactor: harmonize eslint and tslint rules re arrow functions

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.182.0

1.182.0 (2019-06-25)

Features

  • Add branch analytics back (5f71703)
Commits

The new version differs by 14 commits.

  • 343ef2f Merge pull request #598 from snyk/feat/target-analytics
  • 5f71703 feat: Add branch analytics back
  • 406562b Merge pull request #596 from snyk/feat/add-more-analytics-monitor
  • acb34dd feat: Add more analytics around monitor
  • 7f8a635 Merge pull request #591 from snyk/fix/use-let-and-const
  • cf5088d Merge pull request #593 from snyk/revert-590-fix/apline-standalone-binary
  • 7b6c1c9 Revert "fix: add alpine platform to standalone binary release assets"
  • c362a24 Merge pull request #590 from snyk/fix/apline-standalone-binary
  • 43f416c fix: use let/const instead of var
  • 82ef58c fix: add alpine platform to standalone binary release assets
  • 88d334a Merge pull request #586 from snyk/refactor/eslint-rules
  • 419e2f5 Merge pull request #587 from snyk/feat/release-sbt-plugin-ts
  • 6ea9891 feat: Release typescripted sbt with timeout handling
  • 8a39d93 refactor: harmonize eslint and tslint rules re arrow functions

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.183.0

1.183.0 (2019-06-25)

Bug Fixes

Features

  • add isDocker to monitor analytics (2ee3d41)
Commits

The new version differs by 22 commits.

  • 7b1fe64 Merge pull request #601 from snyk/feat/node-12
  • 55c842f Merge pull request #594 from snyk/chore/split-option-types
  • fa75681 Merge pull request #600 from snyk/feat/add-docker-analytics
  • 343ef2f Merge pull request #598 from snyk/feat/target-analytics
  • 524c555 test: Add node 12 to test matrix
  • 2ee3d41 feat: add isDocker to monitor analytics
  • 5f71703 feat: Add branch analytics back
  • 68ee346 fix: Init protect options
  • d5a7493 fix: Add array includes lib
  • 406562b Merge pull request #596 from snyk/feat/add-more-analytics-monitor
  • acb34dd feat: Add more analytics around monitor
  • 2db2107 chore: refactor patch & split option types by command
  • 7f8a635 Merge pull request #591 from snyk/fix/use-let-and-const
  • cf5088d Merge pull request #593 from snyk/revert-590-fix/apline-standalone-binary
  • 7b6c1c9 Revert "fix: add alpine platform to standalone binary release assets"

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.184.0

1.184.0 (2019-06-25)

Features

Commits

The new version differs by 25 commits.

  • 349df1a Merge pull request #599 from snyk/feat/monitor-errors
  • aaea9bf feat: add monitor errors
  • d3a3644 feat: add monitor errors
  • 7b1fe64 Merge pull request #601 from snyk/feat/node-12
  • 55c842f Merge pull request #594 from snyk/chore/split-option-types
  • fa75681 Merge pull request #600 from snyk/feat/add-docker-analytics
  • 343ef2f Merge pull request #598 from snyk/feat/target-analytics
  • 524c555 test: Add node 12 to test matrix
  • 2ee3d41 feat: add isDocker to monitor analytics
  • 5f71703 feat: Add branch analytics back
  • 68ee346 fix: Init protect options
  • d5a7493 fix: Add array includes lib
  • 406562b Merge pull request #596 from snyk/feat/add-more-analytics-monitor
  • acb34dd feat: Add more analytics around monitor
  • 2db2107 chore: refactor patch & split option types by command

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.185.0

1.185.0 (2019-06-26)

Bug Fixes

  • fix undefined in error for node_modules traversal (2f70dc5)

Features

  • pruning of big-trees if a flag is specified (7d93b5d)
  • remove isOutdated functionality from snyk test (92e95e4)
Commits

The new version differs by 31 commits.

  • 1e7ea3d Merge pull request #604 from snyk/feat/remove-isOutdated-from-snyk-test
  • b913302 Merge pull request #588 from snyk/feat/prune-tree
  • 9298bd8 Merge pull request #602 from snyk/fix/fix-undefined-in-error
  • 92e95e4 feat: remove isOutdated functionality from snyk test
  • 7d93b5d feat: pruning of big-trees if a flag is specified
  • 349df1a Merge pull request #599 from snyk/feat/monitor-errors
  • aaea9bf feat: add monitor errors
  • d3a3644 feat: add monitor errors
  • 7b1fe64 Merge pull request #601 from snyk/feat/node-12
  • 55c842f Merge pull request #594 from snyk/chore/split-option-types
  • fa75681 Merge pull request #600 from snyk/feat/add-docker-analytics
  • 343ef2f Merge pull request #598 from snyk/feat/target-analytics
  • 2f70dc5 fix: fix undefined in error for node_modules traversal
  • 524c555 test: Add node 12 to test matrix
  • 2ee3d41 feat: add isDocker to monitor analytics

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.185.1

1.185.1 (2019-06-26)

Bug Fixes

  • add docker image for Gradle 5 (82e3527)
  • make docker images smaller (a692570)
Commits

The new version differs by 34 commits.

  • 41f0063 Merge pull request #592 from snyk/fix/smaller-docker-image
  • a692570 fix: make docker images smaller
  • 1e7ea3d Merge pull request #604 from snyk/feat/remove-isOutdated-from-snyk-test
  • 82e3527 fix: add docker image for Gradle 5
  • b913302 Merge pull request #588 from snyk/feat/prune-tree
  • 9298bd8 Merge pull request #602 from snyk/fix/fix-undefined-in-error
  • 92e95e4 feat: remove isOutdated functionality from snyk test
  • 7d93b5d feat: pruning of big-trees if a flag is specified
  • 349df1a Merge pull request #599 from snyk/feat/monitor-errors
  • aaea9bf feat: add monitor errors
  • d3a3644 feat: add monitor errors
  • 7b1fe64 Merge pull request #601 from snyk/feat/node-12
  • 55c842f Merge pull request #594 from snyk/chore/split-option-types
  • fa75681 Merge pull request #600 from snyk/feat/add-docker-analytics
  • 343ef2f Merge pull request #598 from snyk/feat/target-analytics

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.185.2

1.185.2 (2019-06-27)

Bug Fixes

  • apt update after adding docker repository (5f62bec)
Commits

The new version differs by 36 commits.

  • 745412b Merge pull request #607 from snyk/fix/smaller-docker-image
  • 5f62bec fix: apt update after adding docker repository
  • 41f0063 Merge pull request #592 from snyk/fix/smaller-docker-image
  • a692570 fix: make docker images smaller
  • 1e7ea3d Merge pull request #604 from snyk/feat/remove-isOutdated-from-snyk-test
  • 82e3527 fix: add docker image for Gradle 5
  • b913302 Merge pull request #588 from snyk/feat/prune-tree
  • 9298bd8 Merge pull request #602 from snyk/fix/fix-undefined-in-error
  • 92e95e4 feat: remove isOutdated functionality from snyk test
  • 7d93b5d feat: pruning of big-trees if a flag is specified
  • 349df1a Merge pull request #599 from snyk/feat/monitor-errors
  • aaea9bf feat: add monitor errors
  • d3a3644 feat: add monitor errors
  • 7b1fe64 Merge pull request #601 from snyk/feat/node-12
  • 55c842f Merge pull request #594 from snyk/chore/split-option-types

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.185.4

1.185.4 (2019-06-27)

Bug Fixes

  • scan all Gradle subprojects when computing config attributes (44da7f5)