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

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

Open
greenkeeper bot opened this issue Feb 17, 2019 · 131 comments
Open

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

greenkeeper bot opened this issue Feb 17, 2019 · 131 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Feb 17, 2019

The dependency snyk was updated from 1.130.0 to 1.131.0.

🚨 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.131.0

1.131.0 (2019-02-17)

Features

  • use jsdiff instead of 'patch' to reduce dependency on OS binaries (3e5838a)
Commits

The new version differs by 2 commits.

  • 90b0830 Merge pull request #355 from snyk/feat/jsdiff
  • 3e5838a feat: use jsdiff instead of 'patch' to reduce dependency on OS binaries

See the full diff

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2019

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2019

  • The dependency snyk was updated from 1.131.0 to 1.132.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.132.0

1.132.0 (2019-02-17)

Features

Commits

The new version differs by 2 commits.

  • f124e0b Merge pull request #368 from snyk/feat/add-paket
  • 6ebacda feat: add paket

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2019

  • The dependency snyk was updated from 1.132.0 to 1.132.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.132.1

1.132.1 (2019-02-17)

Bug Fixes

  • improve patch-fail error analytics (8f720dd)
Commits

The new version differs by 6 commits.

  • 01a4106 Merge pull request #374 from snyk/fix/improve-patch-fail-analytics
  • 8f720dd fix: improve patch-fail error analytics
  • ae910a1 Merge pull request #372 from snyk/chore/remove-get-uri-and-hasbin
  • d6e700a Merge pull request #371 from snyk/chore/undefsafe-to-lodash-get
  • c3c1a33 chore: remove get-uri and hasbin
  • d448d88 chore: replace undefsafe with lodash.get

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2019

  • The dependency snyk was updated from 1.132.1 to 1.132.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.132.2

1.132.2 (2019-02-17)

Bug Fixes

  • Re-pin get-uri at 2.0.2 (8ed4755)
Commits

The new version differs by 2 commits.

  • e330a91 Merge pull request #376 from snyk/fix/re-pin-get-uri
  • 8ed4755 fix: Re-pin get-uri at 2.0.2

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2019

  • The dependency snyk was updated from 1.132.2 to 1.133.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.133.0

1.133.0 (2019-02-18)

Bug Fixes

  • concise patch error metadata (0ad9e38)
  • more verbose error in case of patch failure (b303094)

Features

  • bump docker plugin to 1.22.0 - handle SHA256 as tag name (174eba0)
Commits

The new version differs by 6 commits.

  • 5b4d54b Merge pull request #378 from snyk/fix/protect-error-verbose
  • d1e005f Merge pull request #377 from snyk/feat/bump-docker-plugin
  • 0ad9e38 fix: concise patch error metadata
  • 49dc318 Merge pull request #375 from snyk/fix/protect-error-verbose
  • 174eba0 feat: bump docker plugin to 1.22.0 - handle SHA256 as tag name
  • b303094 fix: more verbose error in case of patch failure

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2019

  • The dependency snyk was updated from 1.133.0 to 1.134.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.134.0

1.134.0 (2019-02-18)

Features

  • Pass down strict out of sync flag to the lockfile parser (42b1ec1)
Commits

The new version differs by 2 commits.

  • 80e1a0c Merge pull request #369 from snyk/feat/out-of-sync-node-flag
  • 42b1ec1 feat: Pass down strict out of sync flag to the lockfile parser

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2019

  • The dependency snyk was updated from 1.134.0 to 1.134.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.134.1

1.134.1 (2019-02-18)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 02c403d Merge pull request #370 from snyk/fix/bump-deps
  • 79f5411 fix: bump deps

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 19, 2019

  • The dependency snyk was updated from 1.134.1 to 1.134.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.134.2

1.134.2 (2019-02-19)

Bug Fixes

  • properly unlink files that were removed by patches (908bc3a)
  • robust patch fetching to avoid a race condition (46da9c2)
  • update nuget-plugin version (607aabc)
Commits

The new version differs by 5 commits.

  • 8160c88 Merge pull request #379 from snyk/fix/robust-patch-fetching
  • 9b95802 Merge pull request #380 from snyk/fix/locate-lock-file-relative-to-dependencies
  • 908bc3a fix: properly unlink files that were removed by patches
  • 46da9c2 fix: robust patch fetching to avoid a race condition
  • 607aabc fix: update nuget-plugin version

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 27, 2019

  • The dependency snyk was updated from 1.134.2 to 1.135.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.135.0

1.135.0 (2019-02-27)

Features

  • update auth text to snyk auth (2281ecc)
Commits

The new version differs by 2 commits.

  • d9baff6 Merge pull request #382 from snyk/feat/update-auth-text
  • 2281ecc feat: update auth text to snyk auth

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 27, 2019

  • The dependency snyk was updated from 1.135.0 to 1.135.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.135.1

1.135.1 (2019-02-27)

Bug Fixes

  • when running in a docker container, save monitor command output in a file (9d5cd3c)
Commits

The new version differs by 2 commits.

  • d96f17b Merge pull request #384 from snyk/fix/monitor-result-in-docker
  • 9d5cd3c fix: when running in a docker container, save monitor command output in a file

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2019

  • The dependency snyk was updated from 1.135.1 to 1.136.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.136.0

1.136.0 (2019-03-05)

Features

  • bumping snyk gradle plugin to 2.1.4 (9e2e6b7)
Commits

The new version differs by 2 commits.

  • 0988047 Merge pull request #386 from snyk/feat/bump-snyk-gradle-plugin-2.1.4
  • 9e2e6b7 feat: bumping snyk gradle plugin to 2.1.4

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2019

  • The dependency snyk was updated from 1.136.0 to 1.136.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.136.1

1.136.1 (2019-03-07)

Bug Fixes

  • remove unnecessary space in the output text (c9f40a9)
Commits

The new version differs by 2 commits.

  • 6f70c10 Merge pull request #387 from snyk/uj/fix-output-text
  • c9f40a9 fix: remove unnecessary space in the output text

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2019

  • The dependency snyk was updated from 1.136.2 to 1.136.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.136.3

1.136.3 (2019-03-14)

Bug Fixes

  • highlight the use of machine name for orgs help (7181063)
Commits

The new version differs by 8 commits.

  • d956d67 Merge pull request #326 from snyk/fix/help-for-orgs
  • 3772223 Merge pull request #389 from snyk/feat/readme-facelift
  • 7181063 fix: highlight the use of machine name for orgs help
  • 1d1fd16 docs: update layout for project page
  • 49c8be3 Merge pull request #390 from snyk/fix/parse-bool-or-string-outofsync
  • b7a5b42 fix: Change strictOutOfSync to always be a string
  • e9679de Merge pull request #388 from snyk/chore/js-to-ts-lib-plugins
  • 2649caf chore: js->ts in lib/plugins folder

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 18, 2019

  • The dependency snyk was updated from 1.136.3 to 1.137.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.137.0

1.137.0 (2019-03-18)

Features

Commits

The new version differs by 6 commits.

  • f551106 Merge pull request #395 from snyk/feat/support-gradle-kotlin-script
  • c6fbfb1 chore: bump snyk-gradle-plugin
  • f1f2bed chore: update help about build.gradle.kts support
  • 56a468e test: update test for gradle kotlin
  • f6bc6d9 add supporting build.gradle.kts
  • 825332a feat: Add support for gradle's kotlin-dsl

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2019

  • The dependency snyk was updated from 1.137.0 to 1.138.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.138.0

1.138.0 (2019-03-19)

Features

  • Let yarn projects be monitored as yarn type (a9fbe26)
Commits

The new version differs by 5 commits.

  • 3ced637 Merge pull request #393 from snyk/feat/yarn-project-type
  • 3fb2547 Merge pull request #397 from snyk/feat/docker-image
  • f749390 Add Dockerfile.docker and update README.md
  • a9fbe26 feat: Let yarn projects be monitored as yarn type
  • 1b91bd6 chore: Update supported manifests docs

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2019

  • The dependency snyk was updated from 1.138.0 to 1.139.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.139.0

1.139.0 (2019-03-19)

Features

  • Exclude base image vulns in --json option (e16e0f2)
Commits

The new version differs by 4 commits.

  • a6195c3 Merge pull request #383 from snyk/feat/support-json-flag-w-exclude-base-image-vulns
  • 4c92f07 chore: Extract test helper for docker plugin
  • db151cb chore: Add test for --exclude-base-image-vulns
  • e16e0f2 feat: Exclude base image vulns in --json option

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2019

  • The dependency snyk was updated from 1.139.0 to 1.140.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.140.0

1.140.0 (2019-03-19)

Features

  • send target file for kotlin but not groovy projects (0c73406)
Commits

The new version differs by 2 commits.

  • 2d5cfbd Merge pull request #398 from snyk/feat/only-send-target-file-for-kotlin
  • 0c73406 feat: send target file for kotlin but not groovy projects

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2019

  • The dependency snyk was updated from 1.140.0 to 1.141.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.141.0

1.141.0 (2019-03-20)

Features

  • bump Gradle plugin version (improved Windows support) (83b1b85)
Commits

The new version differs by 2 commits.

  • b94a4a2 Merge pull request #400 from snyk/feat/bump-gradle-plugin
  • 83b1b85 feat: bump Gradle plugin version (improved Windows support)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2019

  • The dependency snyk was updated from 1.141.0 to 1.142.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.142.0

1.142.0 (2019-03-20)

Features

  • bump Gradle plugin (all configurations merged, better dependency expansion) (626659e)
Commits

The new version differs by 2 commits.

  • 441a3d7 Merge pull request #401 from snyk/feat/bump-gradle-plugin-2
  • 626659e feat: bump Gradle plugin (all configurations merged, better dependency expansion)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2019

  • The dependency snyk was updated from 1.142.0 to 1.143.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.143.0

1.143.0 (2019-03-20)

Features

  • handle renamed dependencies supported by Yarn (43e5004)
Commits

The new version differs by 2 commits.

  • 5e23e54 Merge pull request #402 from snyk/feat/bump-resolve-deps
  • 43e5004 feat: handle renamed dependencies supported by Yarn

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 22, 2019

  • The dependency snyk was updated from 1.143.0 to 1.143.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.143.1

1.143.1 (2019-03-22)

Bug Fixes

  • correct scanning when targeting Gradle subprojects (635380d)
Commits

The new version differs by 2 commits.

  • 1827ef0 Merge pull request #405 from snyk/fix/gradle-subproject-scanning
  • 635380d fix: correct scanning when targeting Gradle subprojects

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The dependency snyk was updated from 1.143.4 to 1.143.5.

Your tests are still failing with this version. Compare changes

Release Notes for v1.143.2

1.143.2 (2019-03-28)

Bug Fixes

  • inspecting of parallel Gradle builds (a9f0a65)
Commits

The new version differs by 2 commits.

  • ad2a758 Merge pull request #410 from snyk/fix/parallel-builds
  • a9f0a65 fix: inspecting of parallel Gradle builds

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The dependency snyk was updated from 1.143.4 to 1.143.5.

Your tests are still failing with this version. Compare changes

Release Notes for v1.143.3

1.143.3 (2019-03-29)

Bug Fixes

  • support for Gradle < 4.3 (3bbe6d3)
Commits

The new version differs by 2 commits.

  • caf6bc2 Merge pull request #412 from snyk/fix/gradle-below-4.3
  • 3bbe6d3 fix: support for Gradle < 4.3

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The dependency snyk was updated from 1.143.4 to 1.143.5.

Your tests are still failing with this version. Compare changes

Release Notes for v1.143.4

1.143.4 (2019-03-29)

Bug Fixes

  • Move exclude-base... option to docker plugin (d9da486)
Commits

The new version differs by 2 commits.

  • 8b6f990 Merge pull request #413 from snyk/uj/refactor-exclude-base-image-vulns
  • d9da486 fix: Move exclude-base... option to docker plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The dependency snyk was updated from 1.143.4 to 1.143.5.

Your tests are still failing with this version. Compare changes

Release Notes for v1.143.5

1.143.5 (2019-03-29)

Bug Fixes

  • Gradle analysis fixed in standalone Snyk binaries (94190d8)
Commits

The new version differs by 2 commits.

  • ea33dc6 Merge pull request #416 from snyk/fix/gradle-standalone-binary-windows
  • 94190d8 fix: Gradle analysis fixed in standalone Snyk binaries

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 31, 2019

  • The dependency snyk was updated from 1.143.5 to 1.143.6.

Your tests are still failing with this version. Compare changes

Release Notes for v1.143.6

1.143.6 (2019-03-31)

Bug Fixes

  • create copies of original files prior to patching (7fc32ca)
Commits

The new version differs by 2 commits.

  • d11f12a Merge pull request #417 from snyk/fix/patched-files-in
  • 7fc32ca fix: create copies of original files prior to patching

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 31, 2019

  • The dependency snyk was updated from 1.143.6 to 1.144.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.144.0

1.144.0 (2019-03-31)

Features

  • Update unsupported runtimes (8d02fe4)
Commits

The new version differs by 2 commits.

  • a4fd6d7 Merge pull request #415 from snyk/feat/update-unsupported-runtimes
  • 8d02fe4 feat: Update unsupported runtimes

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 1, 2019

  • The dependency snyk was updated from 1.144.0 to 1.145.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.145.0

1.145.0 (2019-04-01)

Bug Fixes

Features

Commits

The new version differs by 4 commits.

  • 18c6037 Merge pull request #421 from snyk/fix/older-nuget-plugin
  • 7729677 fix: downgrade nuget plugin
  • 6f1412f Merge pull request #418 from snyk/fix/bump-deps
  • 26f40fb feat: bump deps

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 2, 2019

  • The dependency snyk was updated from 1.145.0 to 1.146.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.146.0

1.146.0 (2019-04-02)

Features

  • read targetFramework from assets file (8794722)
Commits

The new version differs by 5 commits.

  • 29d3d89 Merge pull request #425 from snyk/feat/bump-snyk-nuget-plugin
  • 8794722 feat: read targetFramework from assets file
  • be7a0f1 Merge pull request #420 from snyk/test/assert-targetfile-sent-to-monitor
  • 44cb8b5 chore: Update return types for plugins
  • 4c091ec Merge pull request #410 from snyk/fix/parallel-builds

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2019

  • The dependency snyk was updated from 1.181.0 to 1.182.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.182.0

1.182.0 (2019-06-25)

Features

  • Add branch analytics back (5f71703)
Commits

The new version differs by 2 commits.

  • 343ef2f Merge pull request #598 from snyk/feat/target-analytics
  • 5f71703 feat: Add branch analytics back

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2019

  • The dependency snyk was updated from 1.182.0 to 1.183.0.

Your tests are still failing with this version. Compare changes

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 8 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
  • 524c555 test: Add node 12 to test matrix
  • 2ee3d41 feat: add isDocker to monitor analytics
  • 68ee346 fix: Init protect options
  • d5a7493 fix: Add array includes lib
  • 2db2107 chore: refactor patch & split option types by command

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2019

  • The dependency snyk was updated from 1.183.0 to 1.184.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.184.0

1.184.0 (2019-06-25)

Features

Commits

The new version differs by 3 commits.

  • 349df1a Merge pull request #599 from snyk/feat/monitor-errors
  • aaea9bf feat: add monitor errors
  • d3a3644 feat: add monitor errors

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 26, 2019

  • The dependency snyk was updated from 1.184.0 to 1.185.0.

Your tests are still failing with this version. Compare changes

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 6 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
  • 2f70dc5 fix: fix undefined in error for node_modules traversal

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 26, 2019

  • The dependency snyk was updated from 1.185.0 to 1.185.1.

Your tests are still failing with this version. Compare changes

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 3 commits.

  • 41f0063 Merge pull request #592 from snyk/fix/smaller-docker-image
  • a692570 fix: make docker images smaller
  • 82e3527 fix: add docker image for Gradle 5

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2019

  • The dependency snyk was updated from 1.185.1 to 1.185.2.

Your tests are still failing with this version. Compare changes

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 2 commits.

  • 745412b Merge pull request #607 from snyk/fix/smaller-docker-image
  • 5f62bec fix: apt update after adding docker repository

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2019

  • The dependency snyk was updated from 1.185.3 to 1.185.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.185.4

1.185.4 (2019-06-27)

Bug Fixes

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

The new version differs by 8 commits.

  • f6cae17 Merge pull request #610 from snyk/fix/scan-subprojects-attributes
  • 44da7f5 fix: scan all Gradle subprojects when computing config attributes
  • 57d7699 Merge pull request #609 from snyk/fix/publish
  • 2a83dd1 fix: publishing container cannot run with TTY
  • ac39955 Merge pull request #606 from snyk/fix/preserve-additional-deptree-fields
  • 5dcbf33 Merge pull request #608 from snyk/fix/alpine-binary
  • fd44fc0 fix: add alpine platform to standalone binary release assets
  • 040b328 fix: preserve all additional deptree fields when pruning

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 1, 2019

  • The dependency snyk was updated from 1.185.5 to 1.185.6.

Your tests are still failing with this version. Compare changes

Release Notes for v1.185.6

1.185.6 (2019-07-01)

Bug Fixes

  • remove unuseed function prop (239de91)
Commits

The new version differs by 5 commits.

  • d72486a Merge pull request #613 from snyk/fix/remove-policy-handling-in-patch
  • 239de91 fix: remove unuseed function prop
  • 8d77f32 Merge pull request #611 from snyk/fix/node8-binaries
  • 3ecb38c fix: alpine binary built just as any other
  • 40d0599 fix: make sure binaries are built on node8

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 1, 2019

  • The dependency snyk was updated from 1.185.6 to 1.186.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.186.0

1.186.0 (2019-07-01)

Features

  • Missing policy and failed to load policy errors. (4ada94b)
Commits

The new version differs by 2 commits.

  • 7821f01 Merge pull request #615 from snyk/feat/refactor-errors
  • 4ada94b feat: Missing policy and failed to load policy errors.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2019

  • The dependency snyk was updated from 1.186.0 to 1.187.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.187.0

1.187.0 (2019-07-02)

Features

  • send analytics for docker and depgraph (bfb38b2)
Commits

The new version differs by 4 commits.

  • 22e1423 Merge pull request #619 from snyk/chore/add-exit-statuses-to-cli-help
  • 7090956 chore: add exit statuses to cli help text
  • 6cd86de Merge pull request #617 from snyk/chore/analytics-depgraph
  • bfb38b2 feat: send analytics for docker and depgraph

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2019

  • The dependency snyk was updated from 1.187.0 to 1.187.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.187.1

1.187.1 (2019-07-02)

Bug Fixes

  • send depgraph as a bool (aba32fa)
Commits

The new version differs by 4 commits.

  • c8e6a4d Merge pull request #621 from snyk/fix/analytics-depgraph
  • 4d52da4 Merge pull request #618 from snyk/chore/update-docs
  • aba32fa fix: send depgraph as a bool
  • 8278800 chore: Update docs with usage options

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2019

  • The dependency snyk was updated from 1.187.1 to 1.188.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.188.0

1.188.0 (2019-07-02)

Bug Fixes

Features

  • upgrade sbt plugin to use custom dependency generation plugin (e5c8864)
Commits

The new version differs by 6 commits.

  • 7eb639a Merge pull request #614 from snyk/feat/upgrade-sbt-plugin
  • aeaca8c Merge pull request #623 from snyk/fix/ignore-pending-lodash-vuln
  • 6d11935 fix: ignore new lodash vuln
  • 56c5676 Merge pull request #612 from snyk/chore/add-dangerfile
  • d625dc2 chore: add dangerfile.systems check
  • e5c8864 feat: upgrade sbt plugin to use custom dependency generation plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2019

  • The dependency snyk was updated from 1.188.0 to 1.189.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.189.0

1.189.0 (2019-07-03)

Features

Commits

The new version differs by 3 commits.

  • 971eda1 Merge pull request #624 from snyk/chore/move-package-tests
  • 7eeb771 feat: convert to ts
  • 81299c0 chore: re-arrange tests by type

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 4, 2019

  • The dependency snyk was updated from 1.189.0 to 1.190.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.190.0

1.190.0 (2019-07-04)

Features

Commits

The new version differs by 6 commits.

  • 77a80fc Merge pull request #626 from snyk/feat/autodetect-gomodules
  • d04163b Merge pull request #627 from snyk/test/convert-repo-test-to-ts
  • 46aef27 Merge pull request #625 from snyk/fix/remove-display-options
  • ee0e11d test: convert repo test to ts
  • bb404ad feat: autodetect go.mod file
  • 7d20795 chore: drop custom display options

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 4, 2019

  • The dependency snyk was updated from 1.190.0 to 1.191.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.191.0

1.191.0 (2019-07-04)

Features

Commits

The new version differs by 2 commits.

  • a2d63b0 Merge pull request #632 from snyk/feat/update-sbt-plugin
  • 7501b74 feat: update sbt plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 4, 2019

  • The dependency snyk was updated from 1.191.0 to 1.192.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.192.0

1.192.0 (2019-07-04)

Features

  • refactor snyk test http errors (0b8baa7)
Commits

The new version differs by 7 commits.

  • 9551bdb Merge pull request #629 from snyk/test/convert-node-modules-test-to-ts
  • a2fd95e Merge pull request #620 from snyk/feat/add-test-errors
  • d1d6f93 chore: convert test to ts
  • 79b7adc test: Add package tip test
  • ee2bab8 test: Update assertions
  • 0b8baa7 feat: refactor snyk test http errors
  • 4630992 test: convert to ts and use fake server

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 5, 2019

  • The dependency snyk was updated from 1.192.0 to 1.192.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.192.1

1.192.1 (2019-07-05)

Bug Fixes

  • reinstate missing tests (c28d85e)
Commits

The new version differs by 2 commits.

  • efc7923 Merge pull request #636 from snyk/fix/reinstate-missing-tests
  • c28d85e fix: reinstate missing tests

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 5, 2019

  • The dependency snyk was updated from 1.192.1 to 1.192.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.192.2

1.192.2 (2019-07-05)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 84e1cd8 Merge pull request #635 from snyk/fix/wizard-help-txt
  • 3aa9d20 fix: wizard help text

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 5, 2019

  • The dependency snyk was updated from 1.192.2 to 1.192.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.192.3

1.192.3 (2019-07-05)

Bug Fixes

  • isDocker is a boolean flag in analytics (8dfee30)
Commits

The new version differs by 4 commits.

  • 3b91eca Merge pull request #640 from snyk/fix/docker-analytics
  • 8dfee30 fix: isDocker is a boolean flag in analytics
  • a638c7b Merge pull request #638 from snyk/fix/reinstate-windows-cli-tests
  • 23fb199 test: re-enable windows tests

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 8, 2019

  • The dependency snyk was updated from 1.192.3 to 1.192.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.192.4

1.192.4 (2019-07-08)

Bug Fixes

  • Upgrade Python3 to 3.7 instead of 3.5 (ca6958b)
  • Use pip instead of pip3 in both images (b2f7176)
Commits

The new version differs by 7 commits.

  • 1321ec5 Merge pull request #645 from snyk/fix/python-docker-images
  • b2f7176 fix: Use pip instead of pip3 in both images
  • ca6958b fix: Upgrade Python3 to 3.7 instead of 3.5
  • 0466101 Merge pull request #644 from snyk/docs/badge-example
  • 10c42f2 docs: update vuln badge in readme example
  • f2c2f7b Merge pull request #641 from snyk/docs/vuln-badge
  • fcb39c8 docs: vulns badge in readme tests the repo

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 11, 2019

  • The dependency snyk was updated from 1.192.6 to 1.193.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.193.0

1.193.0 (2019-07-11)

Features

  • update sbt plugin, so output will contain packageFormatVersion (ebf3915)
Commits

The new version differs by 13 commits.

  • c4b22b8 Merge pull request #655 from snyk/feat/update-sbt-plugin
  • ebf3915 feat: update sbt plugin, so output will contain packageFormatVersion
  • 1b3745a Merge pull request #652 from snyk/lirantal-fix-patch-strategy
  • 598ca96 fix: do not assume patch ranges are pure semver notation
  • 170126b fix: properly fail on patch failure
  • 45d5f13 test: patching a mismatching dep version suceeds silently
  • 3f617b6 fix: skip patch when dep package.json is malformed
  • 80c3717 fix: only match original vuln snapshot compatible versions
  • c1c259f fix: eslint issues
  • 153e070 fix(protect): only patch when version on disk satisfies vuln
  • 84f53bd Merge pull request #649 from snyk/fix/update-lodash
  • 8ebdc1a fix: update mvn and php plugins to get rid of vuln lodash
  • c9281cb fix: update vulnerable lodash

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 12, 2019

  • The dependency snyk was updated from 1.193.0 to 1.193.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.193.1

1.193.1 (2019-07-12)

Bug Fixes

  • install git in snyk docker files (dedc7f0)
Commits

The new version differs by 2 commits.

  • b89129a Merge pull request #657 from snyk/fix/git-in-docker
  • dedc7f0 fix: install git in snyk docker files

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 15, 2019

  • The dependency snyk was updated from 1.193.1 to 1.193.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.193.2

1.193.2 (2019-07-15)

Bug Fixes

  • Updating lodash to latest version (8bea435)
Commits

The new version differs by 2 commits.

  • 2caf59b Merge pull request #659 from snyk/fix/update-lodash
  • 8bea435 fix: Updating lodash to latest version

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2019

  • The dependency snyk was updated from 1.193.2 to 1.193.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.193.3

1.193.3 (2019-07-18)

Bug Fixes

  • add build-essential for Python (35eec56)
Commits

The new version differs by 2 commits.

  • 9bf3241 Merge pull request #664 from snyk/fix/add-build-essentials-python
  • 35eec56 fix: add build-essential for Python

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2019

  • The dependency snyk was updated from 1.193.3 to 1.194.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.194.0

1.194.0 (2019-07-18)

Bug Fixes

  • upgrade sbt-plugin to support native packager (76326e4)

Features

Commits

The new version differs by 4 commits.

  • 5246169 Merge pull request #666 from snyk/fix/sbt-native-packager
  • 2999b8a Merge pull request #665 from snyk/chore/bump-dep-graph-semver
  • 76326e4 fix: upgrade sbt-plugin to support native packager
  • 5ff7446 feat: bump dep-graph semver

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2019

  • The dependency snyk was updated from 1.194.0 to 1.195.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.195.0

1.195.0 (2019-07-19)

Features

  • docker images based on nodejs10 (5010531)
  • standalone binaries based on nodejs 10 (f6acf66)
Commits

The new version differs by 3 commits.

  • 1f2bc2c Merge pull request #669 from snyk/feat/nodejs10
  • f6acf66 feat: standalone binaries based on nodejs 10
  • 5010531 feat: docker images based on nodejs10

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2019

  • The dependency snyk was updated from 1.195.0 to 1.195.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.195.1

1.195.1 (2019-07-19)

Bug Fixes

  • revert to nodejs8 on standalone binaries (68ada6a)
Commits

The new version differs by 2 commits.

  • a7c6001 Merge pull request #671 from snyk/fix/node8-standalone-binaries
  • 68ada6a fix: revert to nodejs8 on standalone binaries

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 22, 2019

  • The dependency snyk was updated from 1.195.1 to 1.196.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.196.0

1.196.0 (2019-07-22)

Features

  • add check for for monitor (b5aba48)
Commits

The new version differs by 2 commits.

  • 4f2c82a Merge pull request #660 from snyk/feat/add-dep-graph-ff-check
  • b5aba48 feat: add check for for monitor

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 22, 2019

  • The dependency snyk was updated from 1.196.0 to 1.197.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.197.0

1.197.0 (2019-07-22)

Features

  • update the sbt plugin to accommodate a github issue (88a4b68)
Commits

The new version differs by 5 commits.

  • 11b7268 Merge pull request #630 from snyk/chore/convert-policy-from-js-ts
  • edb5e72 Merge pull request #673 from snyk/feat/update-sbt-plugin
  • ba56e8b chore: improve error imports
  • 88a4b68 feat: update the sbt plugin to accommodate a github issue
  • 24ea661 chore: convert policy.js to ts

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2019

  • The dependency snyk was updated from 1.197.0 to 1.198.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.198.0

1.198.0 (2019-07-23)

Bug Fixes

  • only send targetFile on test when needed (b99e974)

Features

  • send api version number in header to API (a08cd5f)
  • support project name option in test command (3fbf139)
Commits

The new version differs by 9 commits.

  • ebfcc9f Merge pull request #675 from snyk/chore/unsupported-flag-error
  • c91b981 Merge pull request #662 from snyk/feat/test-with-project-name
  • 814ffec Merge pull request #676 from snyk/chore/bump-nodejs-parser-semver
  • 53264cc chore: bump nodejs-lockfile-parser version
  • f2bdbae test: add test case for unsupported error message
  • ed9e7bc chore: add custom error for unsupported feature flags
  • a08cd5f feat: send api version number in header to API
  • b99e974 fix: only send targetFile on test when needed
  • 3fbf139 feat: support project name option in test command

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

No branches or pull requests

0 participants