danwdart / vidsort

A video sorting tool for YouTube
GNU Affero General Public License v3.0
0 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency snyk was updated from 1.143.5 to 1.143.6.

🚨 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 could not complete due to an error ([Details](https://travis-ci.org/danwdart/vidsort/builds/513767045?utm_source=github_status&utm_medium=notification)).

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

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.143.5 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 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[bot] commented 5 years ago

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[bot] commented 5 years ago

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

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[bot] commented 5 years ago

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

Release Notes for v1.147.0

1.147.0 (2019-04-02)

Bug Fixes

  • show sub project name in results (22ebdfd)

Features

  • accept multiple dep trees from plugins (dfb2996)
  • parameter all-sub-projects (c3db7ca)
Commits

The new version differs by 13 commits.

  • cd9808d Merge pull request #427 from snyk/chore/bump-lockfile-parser
  • a72488d Merge pull request #411 from snyk/feat/plugin-retrurns-mult-trees
  • bc87070 chore: Use new node js parser that drops node 4
  • 22ebdfd fix: show sub project name in results
  • dbd073c Merge pull request #426 from snyk/chore/downgrade-tsconfig-lib
  • c3db7ca feat: parameter all-sub-projects
  • dfb2996 feat: accept multiple dep trees from plugins
  • bd2b994 chore: downgrade tsconfig lib to match Node 6+
  • 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[bot] commented 5 years ago

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

Release Notes for v1.147.1

1.147.1 (2019-04-03)

Bug Fixes

  • correct assertion in wizard tests (0d33253)
Commits

The new version differs by 19 commits.

  • 7d12ef5 Merge pull request #429 from snyk/chore/win-tests
  • ea96905 chore: downgrade Windows CI run to npm 3
  • 8e42b76 Merge pull request #428 from snyk/chore/typescript-monitor
  • 0d33253 fix: correct assertion in wizard tests
  • 09e3dab chore: run tests on Windows
  • 7f13587 chore: convert the monitor command to Typescript
  • cd9808d Merge pull request #427 from snyk/chore/bump-lockfile-parser
  • a72488d Merge pull request #411 from snyk/feat/plugin-retrurns-mult-trees
  • bc87070 chore: Use new node js parser that drops node 4
  • 22ebdfd fix: show sub project name in results
  • dbd073c Merge pull request #426 from snyk/chore/downgrade-tsconfig-lib
  • c3db7ca feat: parameter all-sub-projects
  • dfb2996 feat: accept multiple dep trees from plugins
  • bd2b994 chore: downgrade tsconfig lib to match Node 6+
  • 29d3d89 Merge pull request #425 from snyk/feat/bump-snyk-nuget-plugin

There are 19 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.147.2

1.147.2 (2019-04-03)

Bug Fixes

  • prevent accidental unpatching of vulns (4447347)
  • replace recursive-readdir with glob for better perf (7669ac0)
Commits

The new version differs by 22 commits.

  • 652032a Merge pull request #424 from snyk/fix/glob
  • 4447347 fix: prevent accidental unpatching of vulns
  • 7669ac0 fix: replace recursive-readdir with glob for better perf
  • 7d12ef5 Merge pull request #429 from snyk/chore/win-tests
  • ea96905 chore: downgrade Windows CI run to npm 3
  • 8e42b76 Merge pull request #428 from snyk/chore/typescript-monitor
  • 0d33253 fix: correct assertion in wizard tests
  • 09e3dab chore: run tests on Windows
  • 7f13587 chore: convert the monitor command to Typescript
  • cd9808d Merge pull request #427 from snyk/chore/bump-lockfile-parser
  • a72488d Merge pull request #411 from snyk/feat/plugin-retrurns-mult-trees
  • bc87070 chore: Use new node js parser that drops node 4
  • 22ebdfd fix: show sub project name in results
  • dbd073c Merge pull request #426 from snyk/chore/downgrade-tsconfig-lib
  • c3db7ca feat: parameter all-sub-projects

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.147.3

1.147.3 (2019-04-04)

Bug Fixes

  • show analyzing label for multi projects (e3a5ef5)
Commits

The new version differs by 26 commits.

  • ea8c109 Merge pull request #433 from snyk/fix/missing-analyzin-for-label
  • e3a5ef5 fix: show analyzing label for multi projects
  • 689cf1b Merge pull request #430 from snyk/chore/monitor-await
  • 652032a Merge pull request #424 from snyk/fix/glob
  • 05d292e chore: convert monitor code to async/await
  • 4447347 fix: prevent accidental unpatching of vulns
  • 7669ac0 fix: replace recursive-readdir with glob for better perf
  • 7d12ef5 Merge pull request #429 from snyk/chore/win-tests
  • ea96905 chore: downgrade Windows CI run to npm 3
  • 8e42b76 Merge pull request #428 from snyk/chore/typescript-monitor
  • 0d33253 fix: correct assertion in wizard tests
  • 09e3dab chore: run tests on Windows
  • 7f13587 chore: convert the monitor command to Typescript
  • cd9808d Merge pull request #427 from snyk/chore/bump-lockfile-parser
  • a72488d Merge pull request #411 from snyk/feat/plugin-retrurns-mult-trees

There are 26 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.147.4

1.147.4 (2019-04-05)

Bug Fixes

  • update the link to "language support" documentation page (4913a9b)
Commits

The new version differs by 28 commits.

  • 6a3fbc1 Merge pull request #436 from snyk/fix/support-page-link-broken
  • 4913a9b fix: update the link to "language support" documentation page
  • ea8c109 Merge pull request #433 from snyk/fix/missing-analyzin-for-label
  • e3a5ef5 fix: show analyzing label for multi projects
  • 689cf1b Merge pull request #430 from snyk/chore/monitor-await
  • 652032a Merge pull request #424 from snyk/fix/glob
  • 05d292e chore: convert monitor code to async/await
  • 4447347 fix: prevent accidental unpatching of vulns
  • 7669ac0 fix: replace recursive-readdir with glob for better perf
  • 7d12ef5 Merge pull request #429 from snyk/chore/win-tests
  • ea96905 chore: downgrade Windows CI run to npm 3
  • 8e42b76 Merge pull request #428 from snyk/chore/typescript-monitor
  • 0d33253 fix: correct assertion in wizard tests
  • 09e3dab chore: run tests on Windows
  • 7f13587 chore: convert the monitor command to Typescript

There are 28 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.148.0

1.148.0 (2019-04-08)

Features

  • monitor all-sub-projecs (d12167d)
Commits

The new version differs by 31 commits.

  • 2731ed2 Merge pull request #432 from snyk/feat/monitor-all-sub-projects
  • 4b7b430 test: monitor --all-sub-projects with multiple targets
  • 6a3fbc1 Merge pull request #436 from snyk/fix/support-page-link-broken
  • 4913a9b fix: update the link to "language support" documentation page
  • d12167d feat: monitor all-sub-projecs
  • ea8c109 Merge pull request #433 from snyk/fix/missing-analyzin-for-label
  • e3a5ef5 fix: show analyzing label for multi projects
  • 689cf1b Merge pull request #430 from snyk/chore/monitor-await
  • 652032a Merge pull request #424 from snyk/fix/glob
  • 05d292e chore: convert monitor code to async/await
  • 4447347 fix: prevent accidental unpatching of vulns
  • 7669ac0 fix: replace recursive-readdir with glob for better perf
  • 7d12ef5 Merge pull request #429 from snyk/chore/win-tests
  • ea96905 chore: downgrade Windows CI run to npm 3
  • 8e42b76 Merge pull request #428 from snyk/chore/typescript-monitor

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.149.0

1.149.0 (2019-04-09)

Bug Fixes

  • bump python-plugin (1.9.2); handle local dir in requirements.txt (f092346)

Features

  • Parse node engines from package.json (b8340f3)
Commits

The new version differs by 37 commits.

  • 1a8adef Merge pull request #440 from snyk/feat/get-engines-for-node
  • 4bc35f3 Merge pull request #442 from snyk/fix/bump-py
  • f092346 fix: bump python-plugin (1.9.2); handle local dir in requirements.txt
  • db041dd Merge pull request #439 from snyk/fix/update-vulnerable-dependencies
  • 2731ed2 Merge pull request #432 from snyk/feat/monitor-all-sub-projects
  • b8340f3 feat: Parse node engines from package.json
  • 7d8ab2a chore: get rid of a custom TAP version
  • 4b7b430 test: monitor --all-sub-projects with multiple targets
  • 6a3fbc1 Merge pull request #436 from snyk/fix/support-page-link-broken
  • 4913a9b fix: update the link to "language support" documentation page
  • d12167d feat: monitor all-sub-projecs
  • ea8c109 Merge pull request #433 from snyk/fix/missing-analyzin-for-label
  • e3a5ef5 fix: show analyzing label for multi projects
  • 689cf1b Merge pull request #430 from snyk/chore/monitor-await
  • 652032a Merge pull request #424 from snyk/fix/glob

There are 37 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.150.0

1.150.0 (2019-04-10)

Features

  • when gradle subproject is not foudn, list all avaialable (18be4b6)
Commits

The new version differs by 42 commits.

  • 22b5355 Merge pull request #444 from snyk/feat/show-available-gradle-subprojects
  • 18be4b6 feat: when gradle subproject is not foudn, list all avaialable
  • 0403375 Merge pull request #443 from snyk/refactor/snyk-monitor-direct-import
  • b1b514f refactor: replace snyk.monitor usages with direct imports of lib/monitor
  • deccfbe chore: update vuln dependency
  • 1a8adef Merge pull request #440 from snyk/feat/get-engines-for-node
  • 4bc35f3 Merge pull request #442 from snyk/fix/bump-py
  • f092346 fix: bump python-plugin (1.9.2); handle local dir in requirements.txt
  • db041dd Merge pull request #439 from snyk/fix/update-vulnerable-dependencies
  • 2731ed2 Merge pull request #432 from snyk/feat/monitor-all-sub-projects
  • b8340f3 feat: Parse node engines from package.json
  • 7d8ab2a chore: get rid of a custom TAP version
  • 4b7b430 test: monitor --all-sub-projects with multiple targets
  • 6a3fbc1 Merge pull request #436 from snyk/fix/support-page-link-broken
  • 4913a9b fix: update the link to "language support" documentation page

There are 42 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.150.1

1.150.1 (2019-04-15)

Bug Fixes

  • enable a workaround for Gradle Android configuration resolution problem (c7cbf12)
Commits

The new version differs by 44 commits.

  • c40dd1a Merge pull request #446 from snyk/fix/gradle-android-workaround
  • c7cbf12 fix: enable a workaround for Gradle Android configuration resolution problem
  • 22b5355 Merge pull request #444 from snyk/feat/show-available-gradle-subprojects
  • 18be4b6 feat: when gradle subproject is not foudn, list all avaialable
  • 0403375 Merge pull request #443 from snyk/refactor/snyk-monitor-direct-import
  • b1b514f refactor: replace snyk.monitor usages with direct imports of lib/monitor
  • deccfbe chore: update vuln dependency
  • 1a8adef Merge pull request #440 from snyk/feat/get-engines-for-node
  • 4bc35f3 Merge pull request #442 from snyk/fix/bump-py
  • f092346 fix: bump python-plugin (1.9.2); handle local dir in requirements.txt
  • db041dd Merge pull request #439 from snyk/fix/update-vulnerable-dependencies
  • 2731ed2 Merge pull request #432 from snyk/feat/monitor-all-sub-projects
  • b8340f3 feat: Parse node engines from package.json
  • 7d8ab2a chore: get rid of a custom TAP version
  • 4b7b430 test: monitor --all-sub-projects with multiple targets

There are 44 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.151.0

1.151.0 (2019-04-15)

Features

Commits

The new version differs by 46 commits.

  • 183956d Merge pull request #448 from snyk/feat/bump_nuget_plugin
  • 8793a30 feat: bump nuget plugin
  • c40dd1a Merge pull request #446 from snyk/fix/gradle-android-workaround
  • c7cbf12 fix: enable a workaround for Gradle Android configuration resolution problem
  • 22b5355 Merge pull request #444 from snyk/feat/show-available-gradle-subprojects
  • 18be4b6 feat: when gradle subproject is not foudn, list all avaialable
  • 0403375 Merge pull request #443 from snyk/refactor/snyk-monitor-direct-import
  • b1b514f refactor: replace snyk.monitor usages with direct imports of lib/monitor
  • deccfbe chore: update vuln dependency
  • 1a8adef Merge pull request #440 from snyk/feat/get-engines-for-node
  • 4bc35f3 Merge pull request #442 from snyk/fix/bump-py
  • f092346 fix: bump python-plugin (1.9.2); handle local dir in requirements.txt
  • db041dd Merge pull request #439 from snyk/fix/update-vulnerable-dependencies
  • 2731ed2 Merge pull request #432 from snyk/feat/monitor-all-sub-projects
  • b8340f3 feat: Parse node engines from package.json

There are 46 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.151.1

1.151.1 (2019-04-17)

Bug Fixes

  • handle dependency cycles in Gradle projects (95bd1e6)
Commits

The new version differs by 48 commits.

  • 0503d86 Merge pull request #450 from snyk/fix/gradle-stack-cyclic-deps
  • 95bd1e6 fix: handle dependency cycles in Gradle projects
  • 183956d Merge pull request #448 from snyk/feat/bump_nuget_plugin
  • 8793a30 feat: bump nuget plugin
  • c40dd1a Merge pull request #446 from snyk/fix/gradle-android-workaround
  • c7cbf12 fix: enable a workaround for Gradle Android configuration resolution problem
  • 22b5355 Merge pull request #444 from snyk/feat/show-available-gradle-subprojects
  • 18be4b6 feat: when gradle subproject is not foudn, list all avaialable
  • 0403375 Merge pull request #443 from snyk/refactor/snyk-monitor-direct-import
  • b1b514f refactor: replace snyk.monitor usages with direct imports of lib/monitor
  • deccfbe chore: update vuln dependency
  • 1a8adef Merge pull request #440 from snyk/feat/get-engines-for-node
  • 4bc35f3 Merge pull request #442 from snyk/fix/bump-py
  • f092346 fix: bump python-plugin (1.9.2); handle local dir in requirements.txt
  • db041dd Merge pull request #439 from snyk/fix/update-vulnerable-dependencies

There are 48 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.151.2

1.151.2 (2019-04-19)

Bug Fixes

  • do not fail if csproj not found (6bb10a1)
Commits

The new version differs by 50 commits.

  • f1cfd30 Merge pull request #452 from snyk/fix/upgrade-snyk-nuget-plugin
  • 6bb10a1 fix: do not fail if csproj not found
  • 0503d86 Merge pull request #450 from snyk/fix/gradle-stack-cyclic-deps
  • 95bd1e6 fix: handle dependency cycles in Gradle projects
  • 183956d Merge pull request #448 from snyk/feat/bump_nuget_plugin
  • 8793a30 feat: bump nuget plugin
  • c40dd1a Merge pull request #446 from snyk/fix/gradle-android-workaround
  • c7cbf12 fix: enable a workaround for Gradle Android configuration resolution problem
  • 22b5355 Merge pull request #444 from snyk/feat/show-available-gradle-subprojects
  • 18be4b6 feat: when gradle subproject is not foudn, list all avaialable
  • 0403375 Merge pull request #443 from snyk/refactor/snyk-monitor-direct-import
  • b1b514f refactor: replace snyk.monitor usages with direct imports of lib/monitor
  • deccfbe chore: update vuln dependency
  • 1a8adef Merge pull request #440 from snyk/feat/get-engines-for-node
  • 4bc35f3 Merge pull request #442 from snyk/fix/bump-py

There are 50 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.152.0

1.152.0 (2019-04-22)

Features

  • upgrade go-plugin with more logs and error handling (faeec34)
Commits

The new version differs by 52 commits.

  • 2ac736c Merge pull request #454 from snyk/feat/upgrade-snyk-go-plugin
  • faeec34 feat: upgrade go-plugin with more logs and error handling
  • f1cfd30 Merge pull request #452 from snyk/fix/upgrade-snyk-nuget-plugin
  • 6bb10a1 fix: do not fail if csproj not found
  • 0503d86 Merge pull request #450 from snyk/fix/gradle-stack-cyclic-deps
  • 95bd1e6 fix: handle dependency cycles in Gradle projects
  • 183956d Merge pull request #448 from snyk/feat/bump_nuget_plugin
  • 8793a30 feat: bump nuget plugin
  • c40dd1a Merge pull request #446 from snyk/fix/gradle-android-workaround
  • c7cbf12 fix: enable a workaround for Gradle Android configuration resolution problem
  • 22b5355 Merge pull request #444 from snyk/feat/show-available-gradle-subprojects
  • 18be4b6 feat: when gradle subproject is not foudn, list all avaialable
  • 0403375 Merge pull request #443 from snyk/refactor/snyk-monitor-direct-import
  • b1b514f refactor: replace snyk.monitor usages with direct imports of lib/monitor
  • deccfbe chore: update vuln dependency

There are 52 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.153.0

1.153.0 (2019-04-22)

Features

  • new debug logs around plugin's inspect (cc957d0)
Commits

The new version differs by 54 commits.

  • 61249e8 Merge pull request #453 from snyk/feat/debug-logs-around-plugin-inspect
  • cc957d0 feat: new debug logs around plugin's inspect
  • 2ac736c Merge pull request #454 from snyk/feat/upgrade-snyk-go-plugin
  • faeec34 feat: upgrade go-plugin with more logs and error handling
  • f1cfd30 Merge pull request #452 from snyk/fix/upgrade-snyk-nuget-plugin
  • 6bb10a1 fix: do not fail if csproj not found
  • 0503d86 Merge pull request #450 from snyk/fix/gradle-stack-cyclic-deps
  • 95bd1e6 fix: handle dependency cycles in Gradle projects
  • 183956d Merge pull request #448 from snyk/feat/bump_nuget_plugin
  • 8793a30 feat: bump nuget plugin
  • c40dd1a Merge pull request #446 from snyk/fix/gradle-android-workaround
  • c7cbf12 fix: enable a workaround for Gradle Android configuration resolution problem
  • 22b5355 Merge pull request #444 from snyk/feat/show-available-gradle-subprojects
  • 18be4b6 feat: when gradle subproject is not foudn, list all avaialable
  • 0403375 Merge pull request #443 from snyk/refactor/snyk-monitor-direct-import

There are 54 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.154.0

1.154.0 (2019-04-28)

Features

  • Release improved project naming for csproj behind a flag (49ad843)
Commits

The new version differs by 56 commits.

  • a21cd0c Merge pull request #456 from snyk/feat/optional-proj-names-nuget
  • 49ad843 feat: Release improved project naming for csproj behind a flag
  • 61249e8 Merge pull request #453 from snyk/feat/debug-logs-around-plugin-inspect
  • cc957d0 feat: new debug logs around plugin's inspect
  • 2ac736c Merge pull request #454 from snyk/feat/upgrade-snyk-go-plugin
  • faeec34 feat: upgrade go-plugin with more logs and error handling
  • f1cfd30 Merge pull request #452 from snyk/fix/upgrade-snyk-nuget-plugin
  • 6bb10a1 fix: do not fail if csproj not found
  • 0503d86 Merge pull request #450 from snyk/fix/gradle-stack-cyclic-deps
  • 95bd1e6 fix: handle dependency cycles in Gradle projects
  • 183956d Merge pull request #448 from snyk/feat/bump_nuget_plugin
  • 8793a30 feat: bump nuget plugin
  • c40dd1a Merge pull request #446 from snyk/fix/gradle-android-workaround
  • c7cbf12 fix: enable a workaround for Gradle Android configuration resolution problem
  • 22b5355 Merge pull request #444 from snyk/feat/show-available-gradle-subprojects

There are 56 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.154.1

1.154.1 (2019-04-30)

Bug Fixes

  • handle PHP projects with interdependent packages (efc1006)
  • improve gzip compression of the payloads to handle some larger ones (f762374)
Commits

The new version differs by 60 commits.

  • 0a6c3ed Merge pull request #460 from snyk/fix/php-handle-interdependent-packages
  • 5a5772f Merge pull request #461 from snyk/fix/compress-harder
  • f762374 fix: improve gzip compression of the payloads to handle some larger ones
  • efc1006 fix: handle PHP projects with interdependent packages
  • a21cd0c Merge pull request #456 from snyk/feat/optional-proj-names-nuget
  • 49ad843 feat: Release improved project naming for csproj behind a flag
  • 61249e8 Merge pull request #453 from snyk/feat/debug-logs-around-plugin-inspect
  • cc957d0 feat: new debug logs around plugin's inspect
  • 2ac736c Merge pull request #454 from snyk/feat/upgrade-snyk-go-plugin
  • faeec34 feat: upgrade go-plugin with more logs and error handling
  • f1cfd30 Merge pull request #452 from snyk/fix/upgrade-snyk-nuget-plugin
  • 6bb10a1 fix: do not fail if csproj not found
  • 0503d86 Merge pull request #450 from snyk/fix/gradle-stack-cyclic-deps
  • 95bd1e6 fix: handle dependency cycles in Gradle projects
  • 183956d Merge pull request #448 from snyk/feat/bump_nuget_plugin

There are 60 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.155.0

1.155.0 (2019-04-30)

Features

  • Bumping snyk-docker-plugin version (096b470)
Commits

The new version differs by 62 commits.

  • b40b436 Merge pull request #463 from snyk/feat/bumping-docker-plugin-version
  • 096b470 feat: Bumping snyk-docker-plugin version
  • 0a6c3ed Merge pull request #460 from snyk/fix/php-handle-interdependent-packages
  • 5a5772f Merge pull request #461 from snyk/fix/compress-harder
  • f762374 fix: improve gzip compression of the payloads to handle some larger ones
  • efc1006 fix: handle PHP projects with interdependent packages
  • a21cd0c Merge pull request #456 from snyk/feat/optional-proj-names-nuget
  • 49ad843 feat: Release improved project naming for csproj behind a flag
  • 61249e8 Merge pull request #453 from snyk/feat/debug-logs-around-plugin-inspect
  • cc957d0 feat: new debug logs around plugin's inspect
  • 2ac736c Merge pull request #454 from snyk/feat/upgrade-snyk-go-plugin
  • faeec34 feat: upgrade go-plugin with more logs and error handling
  • f1cfd30 Merge pull request #452 from snyk/fix/upgrade-snyk-nuget-plugin
  • 6bb10a1 fix: do not fail if csproj not found
  • 0503d86 Merge pull request #450 from snyk/fix/gradle-stack-cyclic-deps

There are 62 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.156.0

1.156.0 (2019-04-30)

Features

  • Release gradle plugin with improved tests per Java versions (ec33221)
Commits

The new version differs by 64 commits.

  • 93a5a6b Merge pull request #465 from snyk/feat/use-latest-gradle-plugin
  • ec33221 feat: Release gradle plugin with improved tests per Java versions
  • b40b436 Merge pull request #463 from snyk/feat/bumping-docker-plugin-version
  • 096b470 feat: Bumping snyk-docker-plugin version
  • 0a6c3ed Merge pull request #460 from snyk/fix/php-handle-interdependent-packages
  • 5a5772f Merge pull request #461 from snyk/fix/compress-harder
  • f762374 fix: improve gzip compression of the payloads to handle some larger ones
  • efc1006 fix: handle PHP projects with interdependent packages
  • a21cd0c Merge pull request #456 from snyk/feat/optional-proj-names-nuget
  • 49ad843 feat: Release improved project naming for csproj behind a flag
  • 61249e8 Merge pull request #453 from snyk/feat/debug-logs-around-plugin-inspect
  • cc957d0 feat: new debug logs around plugin's inspect
  • 2ac736c Merge pull request #454 from snyk/feat/upgrade-snyk-go-plugin
  • faeec34 feat: upgrade go-plugin with more logs and error handling
  • f1cfd30 Merge pull request #452 from snyk/fix/upgrade-snyk-nuget-plugin

There are 64 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.157.0

1.157.0 (2019-05-01)

Features

  • suggests --all-sub-projects flag for multi-project gradle builds (af339ac)
Commits

The new version differs by 66 commits.

  • 8c18c6f Merge pull request #441 from snyk/feat/advertise-subprojects
  • 93a5a6b Merge pull request #465 from snyk/feat/use-latest-gradle-plugin
  • af339ac feat: suggests --all-sub-projects flag for multi-project gradle builds
  • ec33221 feat: Release gradle plugin with improved tests per Java versions
  • b40b436 Merge pull request #463 from snyk/feat/bumping-docker-plugin-version
  • 096b470 feat: Bumping snyk-docker-plugin version
  • 0a6c3ed Merge pull request #460 from snyk/fix/php-handle-interdependent-packages
  • 5a5772f Merge pull request #461 from snyk/fix/compress-harder
  • f762374 fix: improve gzip compression of the payloads to handle some larger ones
  • efc1006 fix: handle PHP projects with interdependent packages
  • a21cd0c Merge pull request #456 from snyk/feat/optional-proj-names-nuget
  • 49ad843 feat: Release improved project naming for csproj behind a flag
  • 61249e8 Merge pull request #453 from snyk/feat/debug-logs-around-plugin-inspect
  • cc957d0 feat: new debug logs around plugin's inspect
  • 2ac736c Merge pull request #454 from snyk/feat/upgrade-snyk-go-plugin

There are 66 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.157.1

1.157.1 (2019-05-01)

Bug Fixes

  • do not offer remediation advice when scanning a non-local package (df104e3)
Commits

The new version differs by 68 commits.

  • 86aabf1 Merge pull request #466 from snyk/fix/no-remediation-for-non-local-scans
  • df104e3 fix: do not offer remediation advice when scanning a non-local package
  • 8c18c6f Merge pull request #441 from snyk/feat/advertise-subprojects
  • 93a5a6b Merge pull request #465 from snyk/feat/use-latest-gradle-plugin
  • af339ac feat: suggests --all-sub-projects flag for multi-project gradle builds
  • ec33221 feat: Release gradle plugin with improved tests per Java versions
  • b40b436 Merge pull request #463 from snyk/feat/bumping-docker-plugin-version
  • 096b470 feat: Bumping snyk-docker-plugin version
  • 0a6c3ed Merge pull request #460 from snyk/fix/php-handle-interdependent-packages
  • 5a5772f Merge pull request #461 from snyk/fix/compress-harder
  • f762374 fix: improve gzip compression of the payloads to handle some larger ones
  • efc1006 fix: handle PHP projects with interdependent packages
  • a21cd0c Merge pull request #456 from snyk/feat/optional-proj-names-nuget
  • 49ad843 feat: Release improved project naming for csproj behind a flag
  • 61249e8 Merge pull request #453 from snyk/feat/debug-logs-around-plugin-inspect

There are 68 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.157.2

1.157.2 (2019-05-01)

Bug Fixes

  • newline formatting for the suggestion to use --all-sub-projects (f2ffa95)
Commits

The new version differs by 70 commits.

  • 11bceec Merge pull request #468 from snyk/fix/all-sub-projects-suggestion-formatting
  • 86aabf1 Merge pull request #466 from snyk/fix/no-remediation-for-non-local-scans
  • f2ffa95 fix: newline formatting for the suggestion to use --all-sub-projects
  • df104e3 fix: do not offer remediation advice when scanning a non-local package
  • 8c18c6f Merge pull request #441 from snyk/feat/advertise-subprojects
  • 93a5a6b Merge pull request #465 from snyk/feat/use-latest-gradle-plugin
  • af339ac feat: suggests --all-sub-projects flag for multi-project gradle builds
  • ec33221 feat: Release gradle plugin with improved tests per Java versions
  • b40b436 Merge pull request #463 from snyk/feat/bumping-docker-plugin-version
  • 096b470 feat: Bumping snyk-docker-plugin version
  • 0a6c3ed Merge pull request #460 from snyk/fix/php-handle-interdependent-packages
  • 5a5772f Merge pull request #461 from snyk/fix/compress-harder
  • f762374 fix: improve gzip compression of the payloads to handle some larger ones
  • efc1006 fix: handle PHP projects with interdependent packages
  • a21cd0c Merge pull request #456 from snyk/feat/optional-proj-names-nuget

There are 70 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.158.0

1.158.0 (2019-05-01)

Features

Commits

The new version differs by 72 commits.

  • 4bb2787 Merge pull request #469 from snyk/feat/update-ignores
  • 01c9d0d feat: Update snyk ignores
  • 11bceec Merge pull request #468 from snyk/fix/all-sub-projects-suggestion-formatting
  • 86aabf1 Merge pull request #466 from snyk/fix/no-remediation-for-non-local-scans
  • f2ffa95 fix: newline formatting for the suggestion to use --all-sub-projects
  • df104e3 fix: do not offer remediation advice when scanning a non-local package
  • 8c18c6f Merge pull request #441 from snyk/feat/advertise-subprojects
  • 93a5a6b Merge pull request #465 from snyk/feat/use-latest-gradle-plugin
  • af339ac feat: suggests --all-sub-projects flag for multi-project gradle builds
  • ec33221 feat: Release gradle plugin with improved tests per Java versions
  • b40b436 Merge pull request #463 from snyk/feat/bumping-docker-plugin-version
  • 096b470 feat: Bumping snyk-docker-plugin version
  • 0a6c3ed Merge pull request #460 from snyk/fix/php-handle-interdependent-packages
  • 5a5772f Merge pull request #461 from snyk/fix/compress-harder
  • f762374 fix: improve gzip compression of the payloads to handle some larger ones

There are 72 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.159.0

1.159.0 (2019-05-02)

Features

  • release mvn plugin with better test matrix (a688e5b)
Commits

The new version differs by 75 commits.

  • e21d494 Merge pull request #471 from snyk/feat/release-mvn-plugin-with-more-tests
  • a688e5b feat: release mvn plugin with better test matrix
  • 74ef425 chore: change quote types for singles
  • 4bb2787 Merge pull request #469 from snyk/feat/update-ignores
  • 01c9d0d feat: Update snyk ignores
  • 11bceec Merge pull request #468 from snyk/fix/all-sub-projects-suggestion-formatting
  • 86aabf1 Merge pull request #466 from snyk/fix/no-remediation-for-non-local-scans
  • f2ffa95 fix: newline formatting for the suggestion to use --all-sub-projects
  • df104e3 fix: do not offer remediation advice when scanning a non-local package
  • 8c18c6f Merge pull request #441 from snyk/feat/advertise-subprojects
  • 93a5a6b Merge pull request #465 from snyk/feat/use-latest-gradle-plugin
  • af339ac feat: suggests --all-sub-projects flag for multi-project gradle builds
  • ec33221 feat: Release gradle plugin with improved tests per Java versions
  • b40b436 Merge pull request #463 from snyk/feat/bumping-docker-plugin-version
  • 096b470 feat: Bumping snyk-docker-plugin version

There are 75 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.160.0

1.160.0 (2019-05-02)

Features

  • if a non-existing Gradle config is specified, suggest existing ones (fd49ee4)
Commits

The new version differs by 77 commits.

  • 32c6371 Merge pull request #473 from snyk/feat/suggest-gradle-configurations
  • e21d494 Merge pull request #471 from snyk/feat/release-mvn-plugin-with-more-tests
  • fd49ee4 feat: if a non-existing Gradle config is specified, suggest existing ones
  • a688e5b feat: release mvn plugin with better test matrix
  • 74ef425 chore: change quote types for singles
  • 4bb2787 Merge pull request #469 from snyk/feat/update-ignores
  • 01c9d0d feat: Update snyk ignores
  • 11bceec Merge pull request #468 from snyk/fix/all-sub-projects-suggestion-formatting
  • 86aabf1 Merge pull request #466 from snyk/fix/no-remediation-for-non-local-scans
  • f2ffa95 fix: newline formatting for the suggestion to use --all-sub-projects
  • df104e3 fix: do not offer remediation advice when scanning a non-local package
  • 8c18c6f Merge pull request #441 from snyk/feat/advertise-subprojects
  • 93a5a6b Merge pull request #465 from snyk/feat/use-latest-gradle-plugin
  • af339ac feat: suggests --all-sub-projects flag for multi-project gradle builds
  • ec33221 feat: Release gradle plugin with improved tests per Java versions

There are 77 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.161.0

1.161.0 (2019-05-02)

Features

  • release new python plugin version that handlers markers better (f3c8c52)
Commits

The new version differs by 79 commits.

  • db66e5e Merge pull request #470 from snyk/feat/release-improved-python-plugin
  • 32c6371 Merge pull request #473 from snyk/feat/suggest-gradle-configurations
  • e21d494 Merge pull request #471 from snyk/feat/release-mvn-plugin-with-more-tests
  • fd49ee4 feat: if a non-existing Gradle config is specified, suggest existing ones
  • a688e5b feat: release mvn plugin with better test matrix
  • f3c8c52 feat: release new python plugin version that handlers markers better
  • 74ef425 chore: change quote types for singles
  • 4bb2787 Merge pull request #469 from snyk/feat/update-ignores
  • 01c9d0d feat: Update snyk ignores
  • 11bceec Merge pull request #468 from snyk/fix/all-sub-projects-suggestion-formatting
  • 86aabf1 Merge pull request #466 from snyk/fix/no-remediation-for-non-local-scans
  • f2ffa95 fix: newline formatting for the suggestion to use --all-sub-projects
  • df104e3 fix: do not offer remediation advice when scanning a non-local package
  • 8c18c6f Merge pull request #441 from snyk/feat/advertise-subprojects
  • 93a5a6b Merge pull request #465 from snyk/feat/use-latest-gradle-plugin

There are 79 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.161.1

1.161.1 (2019-05-02)

Bug Fixes

  • improve the performance of Go scans (c81bfe1)
Commits

The new version differs by 81 commits.

  • a6225d6 Merge pull request #475 from snyk/fix/faster-go-scans
  • c81bfe1 fix: improve the performance of Go scans
  • db66e5e Merge pull request #470 from snyk/feat/release-improved-python-plugin
  • 32c6371 Merge pull request #473 from snyk/feat/suggest-gradle-configurations
  • e21d494 Merge pull request #471 from snyk/feat/release-mvn-plugin-with-more-tests
  • fd49ee4 feat: if a non-existing Gradle config is specified, suggest existing ones
  • a688e5b feat: release mvn plugin with better test matrix
  • f3c8c52 feat: release new python plugin version that handlers markers better
  • 74ef425 chore: change quote types for singles
  • 4bb2787 Merge pull request #469 from snyk/feat/update-ignores
  • 01c9d0d feat: Update snyk ignores
  • 11bceec Merge pull request #468 from snyk/fix/all-sub-projects-suggestion-formatting
  • 86aabf1 Merge pull request #466 from snyk/fix/no-remediation-for-non-local-scans
  • f2ffa95 fix: newline formatting for the suggestion to use --all-sub-projects
  • df104e3 fix: do not offer remediation advice when scanning a non-local package

There are 81 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.161.2

1.161.2 (2019-05-07)

Bug Fixes

  • Add package manager data to scratch images (ebd3b4a)
Commits

The new version differs by 85 commits.

  • d3901bb Merge pull request #486 from snyk/fix/add-package-manager-data-for-scratch-images
  • ebd3b4a fix: Add package manager data to scratch images
  • cc7d9fe Merge pull request #449 from snyk/chore/remove-unused-cluster-and-capture
  • a6225d6 Merge pull request #475 from snyk/fix/faster-go-scans
  • c81bfe1 fix: improve the performance of Go scans
  • db66e5e Merge pull request #470 from snyk/feat/release-improved-python-plugin
  • 32c6371 Merge pull request #473 from snyk/feat/suggest-gradle-configurations
  • e21d494 Merge pull request #471 from snyk/feat/release-mvn-plugin-with-more-tests
  • fd49ee4 feat: if a non-existing Gradle config is specified, suggest existing ones
  • a688e5b feat: release mvn plugin with better test matrix
  • f3c8c52 feat: release new python plugin version that handlers markers better
  • 74ef425 chore: change quote types for singles
  • 4bb2787 Merge pull request #469 from snyk/feat/update-ignores
  • 01c9d0d feat: Update snyk ignores
  • 11bceec Merge pull request #468 from snyk/fix/all-sub-projects-suggestion-formatting

There are 85 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.162.0

1.162.0 (2019-05-07)

Features

  • send target data on monitor to registry (868a907)
Commits

The new version differs by 87 commits.

  • a0fb5ae Merge pull request #462 from snyk/feat/send-gitinfo-on-monitor
  • 868a907 feat: send target data on monitor to registry
  • d3901bb Merge pull request #486 from snyk/fix/add-package-manager-data-for-scratch-images
  • ebd3b4a fix: Add package manager data to scratch images
  • cc7d9fe Merge pull request #449 from snyk/chore/remove-unused-cluster-and-capture
  • a6225d6 Merge pull request #475 from snyk/fix/faster-go-scans
  • c81bfe1 fix: improve the performance of Go scans
  • db66e5e Merge pull request #470 from snyk/feat/release-improved-python-plugin
  • 32c6371 Merge pull request #473 from snyk/feat/suggest-gradle-configurations
  • e21d494 Merge pull request #471 from snyk/feat/release-mvn-plugin-with-more-tests
  • fd49ee4 feat: if a non-existing Gradle config is specified, suggest existing ones
  • a688e5b feat: release mvn plugin with better test matrix
  • f3c8c52 feat: release new python plugin version that handlers markers better
  • 74ef425 chore: change quote types for singles
  • 4bb2787 Merge pull request #469 from snyk/feat/update-ignores

There are 87 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.162.1

1.162.1 (2019-05-08)

Bug Fixes

  • display monitor error code in the error message (e19969d)
Commits

The new version differs by 92 commits.

  • 5a3b51e Merge pull request #490 from snyk/refactor/clean-up-test-for-nodejs
  • 38b9ae6 refactor: separate out nodejs-plugin
  • 1605f2c refactor: typescript snyk-test for npm and yarn
  • b25f5e1 Merge pull request #487 from snyk/fix/better-error-message
  • e19969d fix: display monitor error code in the error message
  • a0fb5ae Merge pull request #462 from snyk/feat/send-gitinfo-on-monitor
  • 868a907 feat: send target data on monitor to registry
  • d3901bb Merge pull request #486 from snyk/fix/add-package-manager-data-for-scratch-images
  • ebd3b4a fix: Add package manager data to scratch images
  • cc7d9fe Merge pull request #449 from snyk/chore/remove-unused-cluster-and-capture
  • a6225d6 Merge pull request #475 from snyk/fix/faster-go-scans
  • c81bfe1 fix: improve the performance of Go scans
  • db66e5e Merge pull request #470 from snyk/feat/release-improved-python-plugin
  • 32c6371 Merge pull request #473 from snyk/feat/suggest-gradle-configurations
  • e21d494 Merge pull request #471 from snyk/feat/release-mvn-plugin-with-more-tests

There are 92 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.162.2

1.162.2 (2019-05-08)

Bug Fixes

  • remove debug logging from the code (a4e9e8b)
  • Removing shell options causing too verbose output (9cccce4)
  • support Gradle wrapper projects with whitespaces in path (20335e5)
Commits

The new version differs by 98 commits.

  • 451c8f6 Merge pull request #496 from snyk/fix/remove-debug-logging
  • a4e9e8b fix: remove debug logging from the code
  • a2bb2c0 Merge pull request #495 from snyk/fix/remove-set-from-docker-entrypoint
  • 37c8e80 Merge pull request #493 from snyk/fix/gradle-spaces
  • 9cccce4 fix: Removing shell options causing too verbose output
  • 5a3b51e Merge pull request #490 from snyk/refactor/clean-up-test-for-nodejs
  • 20335e5 fix: support Gradle wrapper projects with whitespaces in path
  • 38b9ae6 refactor: separate out nodejs-plugin
  • 1605f2c refactor: typescript snyk-test for npm and yarn
  • b25f5e1 Merge pull request #487 from snyk/fix/better-error-message
  • e19969d fix: display monitor error code in the error message
  • a0fb5ae Merge pull request #462 from snyk/feat/send-gitinfo-on-monitor
  • 868a907 feat: send target data on monitor to registry
  • d3901bb Merge pull request #486 from snyk/fix/add-package-manager-data-for-scratch-images
  • ebd3b4a fix: Add package manager data to scratch images

There are 98 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.163.0

1.163.0 (2019-05-08)

Features

  • use depGraph lib for npm and yarn snyk-test path (a085a05)
Commits

The new version differs by 100 commits.

  • 7ae9199 Merge pull request #494 from snyk/feat/use-dep-graph-for-npm-test
  • a085a05 feat: use depGraph lib for npm and yarn snyk-test path
  • 451c8f6 Merge pull request #496 from snyk/fix/remove-debug-logging
  • a4e9e8b fix: remove debug logging from the code
  • a2bb2c0 Merge pull request #495 from snyk/fix/remove-set-from-docker-entrypoint
  • 37c8e80 Merge pull request #493 from snyk/fix/gradle-spaces
  • 9cccce4 fix: Removing shell options causing too verbose output
  • 5a3b51e Merge pull request #490 from snyk/refactor/clean-up-test-for-nodejs
  • 20335e5 fix: support Gradle wrapper projects with whitespaces in path
  • 38b9ae6 refactor: separate out nodejs-plugin
  • 1605f2c refactor: typescript snyk-test for npm and yarn
  • b25f5e1 Merge pull request #487 from snyk/fix/better-error-message
  • e19969d fix: display monitor error code in the error message
  • a0fb5ae Merge pull request #462 from snyk/feat/send-gitinfo-on-monitor
  • 868a907 feat: send target data on monitor to registry

There are 100 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.163.1

1.163.1 (2019-05-09)

Bug Fixes

  • display the actual name of the missing file during failed remediation patch (25acf41)
  • reinstate injecting remediation hints into snyk-test response (c6527e8)
Commits

The new version differs by 103 commits.

  • 8a1393a Merge pull request #499 from snyk/fix/remediation
  • 25acf41 fix: display the actual name of the missing file during failed remediation patch
  • c6527e8 fix: reinstate injecting remediation hints into snyk-test response
  • 7ae9199 Merge pull request #494 from snyk/feat/use-dep-graph-for-npm-test
  • a085a05 feat: use depGraph lib for npm and yarn snyk-test path
  • 451c8f6 Merge pull request #496 from snyk/fix/remove-debug-logging
  • a4e9e8b fix: remove debug logging from the code
  • a2bb2c0 Merge pull request #495 from snyk/fix/remove-set-from-docker-entrypoint
  • 37c8e80 Merge pull request #493 from snyk/fix/gradle-spaces
  • 9cccce4 fix: Removing shell options causing too verbose output
  • 5a3b51e Merge pull request #490 from snyk/refactor/clean-up-test-for-nodejs
  • 20335e5 fix: support Gradle wrapper projects with whitespaces in path
  • 38b9ae6 refactor: separate out nodejs-plugin
  • 1605f2c refactor: typescript snyk-test for npm and yarn
  • b25f5e1 Merge pull request #487 from snyk/fix/better-error-message

There are 103 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.163.2

1.163.2 (2019-05-10)

Bug Fixes

  • switch to openjdk in java-related docker images (67f0582)
Commits

The new version differs by 107 commits.

  • a948fa4 Merge pull request #500 from snyk/fix/switch-to-openjdk
  • 8a0baed Merge pull request #483 from snyk/refactor/remove-npm-snyk-test-path
  • 67f0582 fix: switch to openjdk in java-related docker images
  • 73e96aa refactor: remove special npm/yarn path in snyk-test
  • 8a1393a Merge pull request #499 from snyk/fix/remediation
  • 25acf41 fix: display the actual name of the missing file during failed remediation patch
  • c6527e8 fix: reinstate injecting remediation hints into snyk-test response
  • 7ae9199 Merge pull request #494 from snyk/feat/use-dep-graph-for-npm-test
  • a085a05 feat: use depGraph lib for npm and yarn snyk-test path
  • 451c8f6 Merge pull request #496 from snyk/fix/remove-debug-logging
  • a4e9e8b fix: remove debug logging from the code
  • a2bb2c0 Merge pull request #495 from snyk/fix/remove-set-from-docker-entrypoint
  • 37c8e80 Merge pull request #493 from snyk/fix/gradle-spaces
  • 9cccce4 fix: Removing shell options causing too verbose output
  • 5a3b51e Merge pull request #490 from snyk/refactor/clean-up-test-for-nodejs

There are 107 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.163.3

1.163.3 (2019-05-10)

Bug Fixes

  • correct remediation broken after last refactoring (42c2341)
Commits

The new version differs by 109 commits.

  • a1c3cc6 Merge pull request #507 from snyk/fix/remediation-after-refactoring
  • 42c2341 fix: correct remediation broken after last refactoring
  • a948fa4 Merge pull request #500 from snyk/fix/switch-to-openjdk
  • 8a0baed Merge pull request #483 from snyk/refactor/remove-npm-snyk-test-path
  • 67f0582 fix: switch to openjdk in java-related docker images
  • 73e96aa refactor: remove special npm/yarn path in snyk-test
  • 8a1393a Merge pull request #499 from snyk/fix/remediation
  • 25acf41 fix: display the actual name of the missing file during failed remediation patch
  • c6527e8 fix: reinstate injecting remediation hints into snyk-test response
  • 7ae9199 Merge pull request #494 from snyk/feat/use-dep-graph-for-npm-test
  • a085a05 feat: use depGraph lib for npm and yarn snyk-test path
  • 451c8f6 Merge pull request #496 from snyk/fix/remove-debug-logging
  • a4e9e8b fix: remove debug logging from the code
  • a2bb2c0 Merge pull request #495 from snyk/fix/remove-set-from-docker-entrypoint
  • 37c8e80 Merge pull request #493 from snyk/fix/gradle-spaces

There are 109 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.164.0

1.164.0 (2019-05-14)

Features

  • improve error handling when no files detected (49c7fb9)
Commits

The new version differs by 111 commits.

  • cb931c5 Merge pull request #512 from snyk/feat/improve-error-handling
  • 49c7fb9 feat: improve error handling when no files detected
  • a1c3cc6 Merge pull request #507 from snyk/fix/remediation-after-refactoring
  • 42c2341 fix: correct remediation broken after last refactoring
  • a948fa4 Merge pull request #500 from snyk/fix/switch-to-openjdk
  • 8a0baed Merge pull request #483 from snyk/refactor/remove-npm-snyk-test-path
  • 67f0582 fix: switch to openjdk in java-related docker images
  • 73e96aa refactor: remove special npm/yarn path in snyk-test
  • 8a1393a Merge pull request #499 from snyk/fix/remediation
  • 25acf41 fix: display the actual name of the missing file during failed remediation patch
  • c6527e8 fix: reinstate injecting remediation hints into snyk-test response
  • 7ae9199 Merge pull request #494 from snyk/feat/use-dep-graph-for-npm-test
  • a085a05 feat: use depGraph lib for npm and yarn snyk-test path
  • 451c8f6 Merge pull request #496 from snyk/fix/remove-debug-logging
  • a4e9e8b fix: remove debug logging from the code

There are 111 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.165.0

1.165.0 (2019-05-15)

Bug Fixes

  • optimize scanning of large Go projects (bfef4fa)

Features

  • Check for mandatory targetFile to avoid runtime errors (21b3fa1)
  • release coursier suport fot for sbt (8312e85)
Commits

The new version differs by 124 commits.

  • 7f69223 Merge pull request #515 from snyk/feat/suggest-usage-for-sln
  • c023235 Merge pull request #518 from snyk/feat/release-cursier-support-sbt
  • 5581cec Merge pull request #517 from snyk/fix/more-logging-for-gradle-errors
  • 97cf3bd chore: more logging for Gradle errors
  • 220b00c Merge pull request #520 from snyk/fix/go-large-project-performance
  • bfef4fa fix: optimize scanning of large Go projects
  • 8312e85 feat: release coursier suport fot for sbt
  • 21b3fa1 feat: Check for mandatory targetFile to avoid runtime errors
  • abb9205 Merge pull request #516 from snyk/chore/update-snyk-account-link
  • 543b012 Merge pull request #513 from snyk/jessehouwing-master
  • af0c437 docs: Update broken snyk link
  • ba415a5 chore: Fix typo in debug message.
  • 471fdb9 chore: convert to ts
  • cb931c5 Merge pull request #512 from snyk/feat/improve-error-handling
  • 49c7fb9 feat: improve error handling when no files detected

There are 124 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.165.1

1.165.1 (2019-05-17)

Bug Fixes

  • better wording for the "revisit policy" prompt. (d7d5ce4)
Commits

The new version differs by 126 commits.

  • 71e005b Merge pull request #523 from snyk/fix/wording-revisit-policy
  • d7d5ce4 fix: better wording for the "revisit policy" prompt.
  • 7f69223 Merge pull request #515 from snyk/feat/suggest-usage-for-sln
  • c023235 Merge pull request #518 from snyk/feat/release-cursier-support-sbt
  • 5581cec Merge pull request #517 from snyk/fix/more-logging-for-gradle-errors
  • 97cf3bd chore: more logging for Gradle errors
  • 220b00c Merge pull request #520 from snyk/fix/go-large-project-performance
  • bfef4fa fix: optimize scanning of large Go projects
  • 8312e85 feat: release coursier suport fot for sbt
  • 21b3fa1 feat: Check for mandatory targetFile to avoid runtime errors
  • abb9205 Merge pull request #516 from snyk/chore/update-snyk-account-link
  • 543b012 Merge pull request #513 from snyk/jessehouwing-master
  • af0c437 docs: Update broken snyk link
  • ba415a5 chore: Fix typo in debug message.
  • 471fdb9 chore: convert to ts

There are 126 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.165.2

1.165.2 (2019-05-21)

Bug Fixes

  • do not scan all Gradle subprojects unless requested (4c303b7)
Commits

The new version differs by 135 commits.

  • b545590 Merge pull request #529 from snyk/fix/gradle-no-scan-all-unnecessary
  • 9ae418f Merge pull request #527 from snyk/refactor/supported-wizard-langs
  • 2cc3f64 refactor: Add package manager lib to keep track of support
  • 4c303b7 fix: do not scan all Gradle subprojects unless requested
  • 721c38c refactor: Keep track of supported wizard package managers instead
  • de5346c Merge pull request #519 from snyk/refactor/convert-auth-to-ts
  • bb7833f refactor: convert is ci to ts
  • 2548cbd refactor: Convert old style errors to new style
  • 71e005b Merge pull request #523 from snyk/fix/wording-revisit-policy
  • d7d5ce4 fix: better wording for the "revisit policy" prompt.
  • 6f6e54e refactor: converty auth.js to => ts
  • 7f69223 Merge pull request #515 from snyk/feat/suggest-usage-for-sln
  • c023235 Merge pull request #518 from snyk/feat/release-cursier-support-sbt
  • 5581cec Merge pull request #517 from snyk/fix/more-logging-for-gradle-errors
  • 97cf3bd chore: more logging for Gradle errors

There are 135 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.166.0

1.166.0 (2019-05-21)

Features

  • pass dockerfileLayers in metadata (1c5d925)
Commits

The new version differs by 139 commits.

  • 94cb90d Merge pull request #437 from snyk/feat/dockerfile-layers
  • 39416db Merge pull request #526 from snyk/refactor/module-info
  • b545590 Merge pull request #529 from snyk/fix/gradle-no-scan-all-unnecessary
  • 9ae418f Merge pull request #527 from snyk/refactor/supported-wizard-langs
  • 2cc3f64 refactor: Add package manager lib to keep track of support
  • 4c303b7 fix: do not scan all Gradle subprojects unless requested
  • 1c5d925 feat: pass dockerfileLayers in metadata
  • b8de2b9 refactor: comvert module inffo to ts
  • 721c38c refactor: Keep track of supported wizard package managers instead
  • de5346c Merge pull request #519 from snyk/refactor/convert-auth-to-ts
  • bb7833f refactor: convert is ci to ts
  • 2548cbd refactor: Convert old style errors to new style
  • 71e005b Merge pull request #523 from snyk/fix/wording-revisit-policy
  • d7d5ce4 fix: better wording for the "revisit policy" prompt.
  • 6f6e54e refactor: converty auth.js to => ts

There are 139 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.166.1

1.166.1 (2019-05-22)

Bug Fixes

  • bump python plugin to fix bug with urls in req.txt (cd8f34e)
Commits

The new version differs by 143 commits.

  • 5ec5e3c Merge pull request #532 from snyk/fix/python-url-deps
  • cd8f34e fix: bump python plugin to fix bug with urls in req.txt
  • 4e0f594 Merge pull request #530 from snyk/knoxcard-patch-1
  • 0ba52a5 chore: Reduce words around badges advantages
  • 94cb90d Merge pull request #437 from snyk/feat/dockerfile-layers
  • 39416db Merge pull request #526 from snyk/refactor/module-info
  • b545590 Merge pull request #529 from snyk/fix/gradle-no-scan-all-unnecessary
  • 9ae418f Merge pull request #527 from snyk/refactor/supported-wizard-langs
  • 2cc3f64 refactor: Add package manager lib to keep track of support
  • 4c303b7 fix: do not scan all Gradle subprojects unless requested
  • 1c5d925 feat: pass dockerfileLayers in metadata
  • b8de2b9 refactor: comvert module inffo to ts
  • 721c38c refactor: Keep track of supported wizard package managers instead
  • de5346c Merge pull request #519 from snyk/refactor/convert-auth-to-ts
  • bb7833f refactor: convert is ci to ts

There are 143 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.167.0

1.167.0 (2019-05-23)

Features

  • allow passing color for docker cli response (165c29d)
Commits

The new version differs by 145 commits.

  • 288165d Merge pull request #502 from snyk/feat/colorful_docker_advice
  • 165c29d feat: allow passing color for docker cli response
  • 5ec5e3c Merge pull request #532 from snyk/fix/python-url-deps
  • cd8f34e fix: bump python plugin to fix bug with urls in req.txt
  • 4e0f594 Merge pull request #530 from snyk/knoxcard-patch-1
  • 0ba52a5 chore: Reduce words around badges advantages
  • 94cb90d Merge pull request #437 from snyk/feat/dockerfile-layers
  • 39416db Merge pull request #526 from snyk/refactor/module-info
  • b545590 Merge pull request #529 from snyk/fix/gradle-no-scan-all-unnecessary
  • 9ae418f Merge pull request #527 from snyk/refactor/supported-wizard-langs
  • 2cc3f64 refactor: Add package manager lib to keep track of support
  • 4c303b7 fix: do not scan all Gradle subprojects unless requested
  • 1c5d925 feat: pass dockerfileLayers in metadata
  • b8de2b9 refactor: comvert module inffo to ts
  • 721c38c refactor: Keep track of supported wizard package managers instead

There are 145 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.167.1

1.167.1 (2019-05-24)

Bug Fixes

  • oracle linux version detection (86bb4e0)
Commits

The new version differs by 151 commits.

  • ef56238 Merge pull request #536 from snyk/fix/oracle-linux-version-detection
  • 86bb4e0 fix: oracle linux version detection
  • 9e3a040 Merge pull request #535 from snyk/chore/convert-config-to-ts
  • 856b89d Merge pull request #533 from snyk/chore/remove-unused-code
  • 12d7f59 chore: convert config to ts
  • 028deec chore: drop console.logs
  • 288165d Merge pull request #502 from snyk/feat/colorful_docker_advice
  • 165c29d feat: allow passing color for docker cli response
  • 5ec5e3c Merge pull request #532 from snyk/fix/python-url-deps
  • cd8f34e fix: bump python plugin to fix bug with urls in req.txt
  • 4e0f594 Merge pull request #530 from snyk/knoxcard-patch-1
  • 0ba52a5 chore: Reduce words around badges advantages
  • 94cb90d Merge pull request #437 from snyk/feat/dockerfile-layers
  • 39416db Merge pull request #526 from snyk/refactor/module-info
  • b545590 Merge pull request #529 from snyk/fix/gradle-no-scan-all-unnecessary

There are 151 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.167.2

1.167.2 (2019-05-24)

Bug Fixes

  • use actual package manager for analytics (b86288c)
Commits

The new version differs by 153 commits.

  • 25c03d5 Merge pull request #537 from snyk/fix/send-correct-package-manager-analytics
  • b86288c fix: use actual package manager for analytics
  • ef56238 Merge pull request #536 from snyk/fix/oracle-linux-version-detection
  • 86bb4e0 fix: oracle linux version detection
  • 9e3a040 Merge pull request #535 from snyk/chore/convert-config-to-ts
  • 856b89d Merge pull request #533 from snyk/chore/remove-unused-code
  • 12d7f59 chore: convert config to ts
  • 028deec chore: drop console.logs
  • 288165d Merge pull request #502 from snyk/feat/colorful_docker_advice
  • 165c29d feat: allow passing color for docker cli response
  • 5ec5e3c Merge pull request #532 from snyk/fix/python-url-deps
  • cd8f34e fix: bump python plugin to fix bug with urls in req.txt
  • 4e0f594 Merge pull request #530 from snyk/knoxcard-patch-1
  • 0ba52a5 chore: Reduce words around badges advantages
  • 94cb90d Merge pull request #437 from snyk/feat/dockerfile-layers

There are 153 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.168.0

1.168.0 (2019-05-28)

Features

  • display dockerfile instructions in the web UI (953c822)
greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.169.0

1.169.0 (2019-05-29)

Features

  • Vulns to use exit code 1, errors 2 (2053048)
Commits

The new version differs by 159 commits.

  • 4a598a5 Merge pull request #531 from snyk/feat/error-exit-code-1
  • dd560e1 Merge pull request #540 from snyk/feat/bump-docker-plugin
  • 953c822 feat: display dockerfile instructions in the web UI
  • 636628f chore: refactor analytics to use const
  • 812cada chore: refactor analytics test
  • 2053048 feat: Vulns to use exit code 1, errors 2
  • 25c03d5 Merge pull request #537 from snyk/fix/send-correct-package-manager-analytics
  • b86288c fix: use actual package manager for analytics
  • ef56238 Merge pull request #536 from snyk/fix/oracle-linux-version-detection
  • 86bb4e0 fix: oracle linux version detection
  • 9e3a040 Merge pull request #535 from snyk/chore/convert-config-to-ts
  • 856b89d Merge pull request #533 from snyk/chore/remove-unused-code
  • 12d7f59 chore: convert config to ts
  • 028deec chore: drop console.logs
  • 288165d Merge pull request #502 from snyk/feat/colorful_docker_advice

There are 159 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.169.1

1.169.1 (2019-05-29)

Bug Fixes

  • enable debug output from Gradle plugin (c4ab5f6)
Commits

The new version differs by 161 commits.

  • aa4d81a Merge pull request #539 from snyk/fix/better-debug-output-for-gradle
  • c4ab5f6 fix: enable debug output from Gradle plugin
  • 4a598a5 Merge pull request #531 from snyk/feat/error-exit-code-1
  • dd560e1 Merge pull request #540 from snyk/feat/bump-docker-plugin
  • 953c822 feat: display dockerfile instructions in the web UI
  • 636628f chore: refactor analytics to use const
  • 812cada chore: refactor analytics test
  • 2053048 feat: Vulns to use exit code 1, errors 2
  • 25c03d5 Merge pull request #537 from snyk/fix/send-correct-package-manager-analytics
  • b86288c fix: use actual package manager for analytics
  • ef56238 Merge pull request #536 from snyk/fix/oracle-linux-version-detection
  • 86bb4e0 fix: oracle linux version detection
  • 9e3a040 Merge pull request #535 from snyk/chore/convert-config-to-ts
  • 856b89d Merge pull request #533 from snyk/chore/remove-unused-code
  • 12d7f59 chore: convert config to ts

There are 161 commits in total.

See the full diff