cdunnnnnnn / rhubarb

https://getrhubarb.org
MIT License
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency snyk was updated from 1.252.0 to 1.253.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 - ❌ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/cdunnnnnnn/rhubarb/339?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v1.253.0

1.253.0 (2019-12-01)

Features

  • add support for setup.py (dec4f5a)
Commits

The new version differs by 2 commits.

  • 8609cdf Merge pull request #878 from snyk/feat/support-setup-py
  • dec4f5a feat: add support for setup.py

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

After pinning to 1.252.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.254.0

1.254.0 (2019-12-02)

Features

  • include the org specified with --org in analytics (e7fdc49)
Commits

The new version differs by 3 commits.

  • d69029c Merge pull request #888 from snyk/feat/analytics-include-org
  • 5e960a8 chore: remove some unused code and types
  • e7fdc49 feat: include the org specified with --org in analytics

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.255.0

1.255.0 (2019-12-03)

Features

Commits

The new version differs by 5 commits.

  • 09e16ad Merge pull request #893 from snyk/feat/revert-parallelize
  • 20f22ba feat: Revert "Merge pull request #884"
  • d69029c Merge pull request #888 from snyk/feat/analytics-include-org
  • 5e960a8 chore: remove some unused code and types
  • e7fdc49 feat: include the org specified with --org in analytics

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.256.0

1.256.0 (2019-12-03)

Features

  • support mvn --scan-all-unmanaged (ac81480)
Commits

The new version differs by 7 commits.

  • cfaa1b3 Merge pull request #889 from snyk/feat/support-mvn-all-jars-arg
  • ac81480 feat: support mvn --scan-all-unmanaged
  • 09e16ad Merge pull request #893 from snyk/feat/revert-parallelize
  • 20f22ba feat: Revert "Merge pull request #884"
  • d69029c Merge pull request #888 from snyk/feat/analytics-include-org
  • 5e960a8 chore: remove some unused code and types
  • e7fdc49 feat: include the org specified with --org in analytics

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.257.0

1.257.0 (2019-12-06)

Features

Commits

The new version differs by 11 commits.

  • e4ff909 Merge pull request #892 from snyk/feat/fail-on-arg
  • 6fed61e feat: add fail-on arg
  • be2b768 Merge pull request #894 from snyk/chore/split-out-test-targets-package-json
  • 922fafd chore: restructure test targets in package json
  • cfaa1b3 Merge pull request #889 from snyk/feat/support-mvn-all-jars-arg
  • ac81480 feat: support mvn --scan-all-unmanaged
  • 09e16ad Merge pull request #893 from snyk/feat/revert-parallelize
  • 20f22ba feat: Revert "Merge pull request #884"
  • d69029c Merge pull request #888 from snyk/feat/analytics-include-org
  • 5e960a8 chore: remove some unused code and types
  • e7fdc49 feat: include the org specified with --org in analytics

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.258.0

1.258.0 (2019-12-06)

Features

  • find files func in prep for auto detection (8ef2bd9)
Commits

The new version differs by 13 commits.

  • bbc0111 Merge pull request #886 from snyk/feat/helper-to-find-files
  • 8ef2bd9 feat: find files func in prep for auto detection
  • e4ff909 Merge pull request #892 from snyk/feat/fail-on-arg
  • 6fed61e feat: add fail-on arg
  • be2b768 Merge pull request #894 from snyk/chore/split-out-test-targets-package-json
  • 922fafd chore: restructure test targets in package json
  • cfaa1b3 Merge pull request #889 from snyk/feat/support-mvn-all-jars-arg
  • ac81480 feat: support mvn --scan-all-unmanaged
  • 09e16ad Merge pull request #893 from snyk/feat/revert-parallelize
  • 20f22ba feat: Revert "Merge pull request #884"
  • d69029c Merge pull request #888 from snyk/feat/analytics-include-org
  • 5e960a8 chore: remove some unused code and types
  • e7fdc49 feat: include the org specified with --org in analytics

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.258.1

1.258.1 (2019-12-06)

Bug Fixes

  • Remove tree-kill dependency (9c37bb4)
Commits

The new version differs by 16 commits.

  • b0bd447 Merge pull request #895 from snyk/fix/remove-tree-kill
  • bbc0111 Merge pull request #886 from snyk/feat/helper-to-find-files
  • f8c6aa8 chore: disable npm cache to unblock tests
  • 8ef2bd9 feat: find files func in prep for auto detection
  • e4ff909 Merge pull request #892 from snyk/feat/fail-on-arg
  • 9c37bb4 fix: Remove tree-kill dependency
  • 6fed61e feat: add fail-on arg
  • be2b768 Merge pull request #894 from snyk/chore/split-out-test-targets-package-json
  • 922fafd chore: restructure test targets in package json
  • cfaa1b3 Merge pull request #889 from snyk/feat/support-mvn-all-jars-arg
  • ac81480 feat: support mvn --scan-all-unmanaged
  • 09e16ad Merge pull request #893 from snyk/feat/revert-parallelize
  • 20f22ba feat: Revert "Merge pull request #884"
  • d69029c Merge pull request #888 from snyk/feat/analytics-include-org
  • 5e960a8 chore: remove some unused code and types

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.258.2

1.258.2 (2019-12-11)

Bug Fixes

  • check that provided remote url is a string (5664a99)
  • unblock deploy pipeline by pinning pkg (bf9e963)
  • use remediation to calculate fail-on arg (cf71309)
Commits

The new version differs by 6 commits.

  • 321ac39 Merge pull request #901 from snyk/fix/unblock-deploy-pipeline
  • bf9e963 fix: unblock deploy pipeline by pinning pkg
  • 0e8bfb1 Merge pull request #900 from snyk/fix/fail-on-remediation-advice-only
  • cf71309 fix: use remediation to calculate fail-on arg
  • 593dbbe Merge pull request #896 from snyk/fix/check-remote-repo-url-is-string
  • 5664a99 fix: check that provided remote url is a string

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.259.0

1.259.0 (2019-12-12)

Features

  • bump nuget plugin to 1.14.0 no functional changes (6e623d3)
Commits

The new version differs by 8 commits.

  • 9793657 Merge pull request #904 from snyk/feat/bump-nuget-plugin
  • 6e623d3 feat: bump nuget plugin to 1.14.0 no functional changes
  • 321ac39 Merge pull request #901 from snyk/fix/unblock-deploy-pipeline
  • bf9e963 fix: unblock deploy pipeline by pinning pkg
  • 0e8bfb1 Merge pull request #900 from snyk/fix/fail-on-remediation-advice-only
  • cf71309 fix: use remediation to calculate fail-on arg
  • 593dbbe Merge pull request #896 from snyk/fix/check-remote-repo-url-is-string
  • 5664a99 fix: check that provided remote url is a string

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.260.0

1.260.0 (2019-12-13)

Features

  • bump nuget plugin, no functional changes (c1327ff)
Commits

The new version differs by 12 commits.

  • cbaf5c9 Merge pull request #903 from snyk/chore/autodiscovery-fixture
  • 45b9c34 Merge pull request #905 from snyk/feat/bump-nuget-plugin
  • c1327ff feat: bump nuget plugin, no functional changes
  • 9793657 Merge pull request #904 from snyk/feat/bump-nuget-plugin
  • 6e623d3 feat: bump nuget plugin to 1.14.0 no functional changes
  • 01254a1 chore: add fixture for autodiscovery tests
  • 321ac39 Merge pull request #901 from snyk/fix/unblock-deploy-pipeline
  • bf9e963 fix: unblock deploy pipeline by pinning pkg
  • 0e8bfb1 Merge pull request #900 from snyk/fix/fail-on-remediation-advice-only
  • cf71309 fix: use remediation to calculate fail-on arg
  • 593dbbe Merge pull request #896 from snyk/fix/check-remote-repo-url-is-string
  • 5664a99 fix: check that provided remote url is a string

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.261.0

1.261.0 (2019-12-16)

Features

  • support setup.py & normalise package casing (32d7696)
Commits

The new version differs by 16 commits.

  • fa73bbc Merge pull request #910 from snyk/feat/support-package-casing-inconsistencies
  • 32d7696 feat: support setup.py & normalise package casing
  • eb4e422 Merge pull request #907 from snyk/chore/refactor-test
  • d0e4f66 chore: convert test to ts
  • cbaf5c9 Merge pull request #903 from snyk/chore/autodiscovery-fixture
  • 45b9c34 Merge pull request #905 from snyk/feat/bump-nuget-plugin
  • c1327ff feat: bump nuget plugin, no functional changes
  • 9793657 Merge pull request #904 from snyk/feat/bump-nuget-plugin
  • 6e623d3 feat: bump nuget plugin to 1.14.0 no functional changes
  • 01254a1 chore: add fixture for autodiscovery tests
  • 321ac39 Merge pull request #901 from snyk/fix/unblock-deploy-pipeline
  • bf9e963 fix: unblock deploy pipeline by pinning pkg
  • 0e8bfb1 Merge pull request #900 from snyk/fix/fail-on-remediation-advice-only
  • cf71309 fix: use remediation to calculate fail-on arg
  • 593dbbe Merge pull request #896 from snyk/fix/check-remote-repo-url-is-string

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.261.1

1.261.1 (2019-12-17)

Bug Fixes

  • Remove vendored tree-kill dep (ddbadcb)
Commits

The new version differs by 18 commits.

  • 4446ef1 Merge pull request #912 from snyk/fix/remove-vendored-tree-kill
  • ddbadcb fix: Remove vendored tree-kill dep
  • fa73bbc Merge pull request #910 from snyk/feat/support-package-casing-inconsistencies
  • 32d7696 feat: support setup.py & normalise package casing
  • eb4e422 Merge pull request #907 from snyk/chore/refactor-test
  • d0e4f66 chore: convert test to ts
  • cbaf5c9 Merge pull request #903 from snyk/chore/autodiscovery-fixture
  • 45b9c34 Merge pull request #905 from snyk/feat/bump-nuget-plugin
  • c1327ff feat: bump nuget plugin, no functional changes
  • 9793657 Merge pull request #904 from snyk/feat/bump-nuget-plugin
  • 6e623d3 feat: bump nuget plugin to 1.14.0 no functional changes
  • 01254a1 chore: add fixture for autodiscovery tests
  • 321ac39 Merge pull request #901 from snyk/fix/unblock-deploy-pipeline
  • bf9e963 fix: unblock deploy pipeline by pinning pkg
  • 0e8bfb1 Merge pull request #900 from snyk/fix/fail-on-remediation-advice-only

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.262.0

1.262.0 (2019-12-17)

Features

  • filter each folder to grab 1 file per project type (9246292)
Commits

The new version differs by 20 commits.

  • 4a475b7 Merge pull request #908 from snyk/fix/filter-by-default-manifest
  • 4446ef1 Merge pull request #912 from snyk/fix/remove-vendored-tree-kill
  • ddbadcb fix: Remove vendored tree-kill dep
  • 9246292 feat: filter each folder to grab 1 file per project type
  • fa73bbc Merge pull request #910 from snyk/feat/support-package-casing-inconsistencies
  • 32d7696 feat: support setup.py & normalise package casing
  • eb4e422 Merge pull request #907 from snyk/chore/refactor-test
  • d0e4f66 chore: convert test to ts
  • cbaf5c9 Merge pull request #903 from snyk/chore/autodiscovery-fixture
  • 45b9c34 Merge pull request #905 from snyk/feat/bump-nuget-plugin
  • c1327ff feat: bump nuget plugin, no functional changes
  • 9793657 Merge pull request #904 from snyk/feat/bump-nuget-plugin
  • 6e623d3 feat: bump nuget plugin to 1.14.0 no functional changes
  • 01254a1 chore: add fixture for autodiscovery tests
  • 321ac39 Merge pull request #901 from snyk/fix/unblock-deploy-pipeline

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.262.1

1.262.1 (2019-12-18)

Bug Fixes

  • monitor graph by default if enabled for nom and sbt (4e29c12)
  • use provided org to check flags are set (db6b946)
Commits

The new version differs by 24 commits.

  • 7ea819b Merge pull request #909 from snyk/feat/monitor-graph
  • db6b946 fix: use provided org to check flags are set
  • 4a475b7 Merge pull request #908 from snyk/fix/filter-by-default-manifest
  • 4446ef1 Merge pull request #912 from snyk/fix/remove-vendored-tree-kill
  • ddbadcb fix: Remove vendored tree-kill dep
  • 9246292 feat: filter each folder to grab 1 file per project type
  • fa73bbc Merge pull request #910 from snyk/feat/support-package-casing-inconsistencies
  • 85effc7 test: update test assertions to assume graph by default
  • 32d7696 feat: support setup.py & normalise package casing
  • 4e29c12 fix: monitor graph by default if enabled for nom and sbt
  • eb4e422 Merge pull request #907 from snyk/chore/refactor-test
  • d0e4f66 chore: convert test to ts
  • cbaf5c9 Merge pull request #903 from snyk/chore/autodiscovery-fixture
  • 45b9c34 Merge pull request #905 from snyk/feat/bump-nuget-plugin
  • c1327ff feat: bump nuget plugin, no functional changes

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.262.2

1.262.2 (2019-12-18)

Bug Fixes

  • fail-on arg with docker (98b99b6)
Commits

The new version differs by 26 commits.

  • db23121 Merge pull request #914 from snyk/fix/fail-on-with-docker
  • 98b99b6 fix: fail-on arg with docker
  • 7ea819b Merge pull request #909 from snyk/feat/monitor-graph
  • db6b946 fix: use provided org to check flags are set
  • 4a475b7 Merge pull request #908 from snyk/fix/filter-by-default-manifest
  • 4446ef1 Merge pull request #912 from snyk/fix/remove-vendored-tree-kill
  • ddbadcb fix: Remove vendored tree-kill dep
  • 9246292 feat: filter each folder to grab 1 file per project type
  • fa73bbc Merge pull request #910 from snyk/feat/support-package-casing-inconsistencies
  • 85effc7 test: update test assertions to assume graph by default
  • 32d7696 feat: support setup.py & normalise package casing
  • 4e29c12 fix: monitor graph by default if enabled for nom and sbt
  • eb4e422 Merge pull request #907 from snyk/chore/refactor-test
  • d0e4f66 chore: convert test to ts
  • cbaf5c9 Merge pull request #903 from snyk/chore/autodiscovery-fixture

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.263.0

1.263.0 (2019-12-18)

Features

  • bump plugin no functional changes (6144021)
  • drop node 6 alert, it will come from the back end (bb87f4e)
Commits

The new version differs by 30 commits.

  • 747f9cc Merge pull request #917 from snyk/feat/bump-nbuget-plugin
  • 6144021 feat: bump plugin no functional changes
  • fd4ac39 Merge pull request #916 from snyk/feat/drop-cli-node-6-message
  • bb87f4e feat: drop node 6 alert, it will come from the back end
  • db23121 Merge pull request #914 from snyk/fix/fail-on-with-docker
  • 98b99b6 fix: fail-on arg with docker
  • 7ea819b Merge pull request #909 from snyk/feat/monitor-graph
  • db6b946 fix: use provided org to check flags are set
  • 4a475b7 Merge pull request #908 from snyk/fix/filter-by-default-manifest
  • 4446ef1 Merge pull request #912 from snyk/fix/remove-vendored-tree-kill
  • ddbadcb fix: Remove vendored tree-kill dep
  • 9246292 feat: filter each folder to grab 1 file per project type
  • fa73bbc Merge pull request #910 from snyk/feat/support-package-casing-inconsistencies
  • 85effc7 test: update test assertions to assume graph by default
  • 32d7696 feat: support setup.py & normalise package casing

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.263.1

1.263.1 (2019-12-19)

Bug Fixes

  • use maven 3.6.3 and 3.6.1 is no longer available (bebfdd3)
Commits

The new version differs by 32 commits.

  • 794c9f7 Merge pull request #919 from snyk/feat/docker-maven-3.6.3
  • 747f9cc Merge pull request #917 from snyk/feat/bump-nbuget-plugin
  • bebfdd3 fix: use maven 3.6.3 and 3.6.1 is no longer available
  • 6144021 feat: bump plugin no functional changes
  • fd4ac39 Merge pull request #916 from snyk/feat/drop-cli-node-6-message
  • bb87f4e feat: drop node 6 alert, it will come from the back end
  • db23121 Merge pull request #914 from snyk/fix/fail-on-with-docker
  • 98b99b6 fix: fail-on arg with docker
  • 7ea819b Merge pull request #909 from snyk/feat/monitor-graph
  • db6b946 fix: use provided org to check flags are set
  • 4a475b7 Merge pull request #908 from snyk/fix/filter-by-default-manifest
  • 4446ef1 Merge pull request #912 from snyk/fix/remove-vendored-tree-kill
  • ddbadcb fix: Remove vendored tree-kill dep
  • 9246292 feat: filter each folder to grab 1 file per project type
  • fa73bbc Merge pull request #910 from snyk/feat/support-package-casing-inconsistencies

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.264.0

1.264.0 (2019-12-19)

Features

  • enable yarn to send graphs for cli monitor (1d9f519)
  • send targetfile same as for monitor (c87be42)
Commits

The new version differs by 36 commits.

  • 66878ed Merge pull request #915 from snyk/feat/send-targetfile-if-present
  • c23d4ea Merge pull request #918 from snyk/feat/yarn-post-graph-monitor
  • 794c9f7 Merge pull request #919 from snyk/feat/docker-maven-3.6.3
  • 747f9cc Merge pull request #917 from snyk/feat/bump-nbuget-plugin
  • bebfdd3 fix: use maven 3.6.3 and 3.6.1 is no longer available
  • 1d9f519 feat: enable yarn to send graphs for cli monitor
  • 6144021 feat: bump plugin no functional changes
  • fd4ac39 Merge pull request #916 from snyk/feat/drop-cli-node-6-message
  • bb87f4e feat: drop node 6 alert, it will come from the back end
  • c87be42 feat: send targetfile same as for monitor
  • db23121 Merge pull request #914 from snyk/fix/fail-on-with-docker
  • 98b99b6 fix: fail-on arg with docker
  • 7ea819b Merge pull request #909 from snyk/feat/monitor-graph
  • db6b946 fix: use provided org to check flags are set
  • 4a475b7 Merge pull request #908 from snyk/fix/filter-by-default-manifest

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.265.0

1.265.0 (2019-12-20)

Features

  • better error for setup.py (976ae7a)
Commits

The new version differs by 38 commits.

  • 74a6c33 Merge pull request #921 from snyk/feat/bump-snyk-python-plugin
  • 976ae7a feat: better error for setup.py
  • 66878ed Merge pull request #915 from snyk/feat/send-targetfile-if-present
  • c23d4ea Merge pull request #918 from snyk/feat/yarn-post-graph-monitor
  • 794c9f7 Merge pull request #919 from snyk/feat/docker-maven-3.6.3
  • 747f9cc Merge pull request #917 from snyk/feat/bump-nbuget-plugin
  • bebfdd3 fix: use maven 3.6.3 and 3.6.1 is no longer available
  • 1d9f519 feat: enable yarn to send graphs for cli monitor
  • 6144021 feat: bump plugin no functional changes
  • fd4ac39 Merge pull request #916 from snyk/feat/drop-cli-node-6-message
  • bb87f4e feat: drop node 6 alert, it will come from the back end
  • c87be42 feat: send targetfile same as for monitor
  • db23121 Merge pull request #914 from snyk/fix/fail-on-with-docker
  • 98b99b6 fix: fail-on arg with docker
  • 7ea819b Merge pull request #909 from snyk/feat/monitor-graph

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.266.0

1.266.0 (2019-12-24)

Features

  • auto detect snyk test (6c1db27)
  • perf improvement for yarn lockfile projects (90cba84)
Commits

The new version differs by 42 commits.

  • 42b67a0 Merge pull request #923 from snyk/feat/bump-nodejs-parser
  • 75556a5 Merge pull request #902 from snyk/feat/auto-detect-test
  • 6c1db27 feat: auto detect snyk test
  • 90cba84 feat: perf improvement for yarn lockfile projects
  • 74a6c33 Merge pull request #921 from snyk/feat/bump-snyk-python-plugin
  • 976ae7a feat: better error for setup.py
  • 66878ed Merge pull request #915 from snyk/feat/send-targetfile-if-present
  • c23d4ea Merge pull request #918 from snyk/feat/yarn-post-graph-monitor
  • 794c9f7 Merge pull request #919 from snyk/feat/docker-maven-3.6.3
  • 747f9cc Merge pull request #917 from snyk/feat/bump-nbuget-plugin
  • bebfdd3 fix: use maven 3.6.3 and 3.6.1 is no longer available
  • 1d9f519 feat: enable yarn to send graphs for cli monitor
  • 6144021 feat: bump plugin no functional changes
  • fd4ac39 Merge pull request #916 from snyk/feat/drop-cli-node-6-message
  • bb87f4e feat: drop node 6 alert, it will come from the back end

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.267.0

1.267.0 (2019-12-29)

Bug Fixes

  • calculate package.json indentation when running snyk wizard (f75f218)

Features

  • enable pom.xml to be auto detected for --all-projects (a29a19e)
Commits

The new version differs by 46 commits.

  • 8a746e4 Merge pull request #926 from snyk/fix/wizard-whitespace
  • f75f218 fix: calculate package.json indentation when running snyk wizard
  • cb983cc Merge pull request #927 from snyk/feat/auto-detect-maven
  • a29a19e feat: enable pom.xml to be auto detected for --all-projects
  • 42b67a0 Merge pull request #923 from snyk/feat/bump-nodejs-parser
  • 75556a5 Merge pull request #902 from snyk/feat/auto-detect-test
  • 6c1db27 feat: auto detect snyk test
  • 90cba84 feat: perf improvement for yarn lockfile projects
  • 74a6c33 Merge pull request #921 from snyk/feat/bump-snyk-python-plugin
  • 976ae7a feat: better error for setup.py
  • 66878ed Merge pull request #915 from snyk/feat/send-targetfile-if-present
  • c23d4ea Merge pull request #918 from snyk/feat/yarn-post-graph-monitor
  • 794c9f7 Merge pull request #919 from snyk/feat/docker-maven-3.6.3
  • 747f9cc Merge pull request #917 from snyk/feat/bump-nbuget-plugin
  • bebfdd3 fix: use maven 3.6.3 and 3.6.1 is no longer available

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.268.0

1.268.0 (2019-12-30)

Features

  • move gettings deps into plugins (23f0baa)
Commits

The new version differs by 50 commits.

  • 87dc514 Merge pull request #928 from snyk/chore/monitor-refactor
  • b4e77c6 chore: typescript refactor
  • 8a746e4 Merge pull request #926 from snyk/fix/wizard-whitespace
  • f75f218 fix: calculate package.json indentation when running snyk wizard
  • cb983cc Merge pull request #927 from snyk/feat/auto-detect-maven
  • 23f0baa feat: move gettings deps into plugins
  • a29a19e feat: enable pom.xml to be auto detected for --all-projects
  • 6a427e0 chore: refactor shared code out and split out helper functions
  • 42b67a0 Merge pull request #923 from snyk/feat/bump-nodejs-parser
  • 75556a5 Merge pull request #902 from snyk/feat/auto-detect-test
  • 6c1db27 feat: auto detect snyk test
  • 90cba84 feat: perf improvement for yarn lockfile projects
  • 74a6c33 Merge pull request #921 from snyk/feat/bump-snyk-python-plugin
  • 976ae7a feat: better error for setup.py
  • 66878ed Merge pull request #915 from snyk/feat/send-targetfile-if-present

There are 50 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.269.0

1.269.0 (2019-12-30)

Features

  • scan with --sbt-graph by default (b2150ea)
Commits

The new version differs by 52 commits.

  • a90bec7 Merge pull request #930 from snyk/feat/scan-with-sbt-graph-by-default
  • 87dc514 Merge pull request #928 from snyk/chore/monitor-refactor
  • b4e77c6 chore: typescript refactor
  • 8a746e4 Merge pull request #926 from snyk/fix/wizard-whitespace
  • f75f218 fix: calculate package.json indentation when running snyk wizard
  • cb983cc Merge pull request #927 from snyk/feat/auto-detect-maven
  • b2150ea feat: scan with --sbt-graph by default
  • 23f0baa feat: move gettings deps into plugins
  • a29a19e feat: enable pom.xml to be auto detected for --all-projects
  • 6a427e0 chore: refactor shared code out and split out helper functions
  • 42b67a0 Merge pull request #923 from snyk/feat/bump-nodejs-parser
  • 75556a5 Merge pull request #902 from snyk/feat/auto-detect-test
  • 6c1db27 feat: auto detect snyk test
  • 90cba84 feat: perf improvement for yarn lockfile projects
  • 74a6c33 Merge pull request #921 from snyk/feat/bump-snyk-python-plugin

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.279.1

1.279.1 (2020-01-22)

Bug Fixes

  • snyk always being added as dependency when running wizard (49b0cd3)
Commits

The new version differs by 115 commits.

  • 240f623 Merge pull request #947 from snyk/fix/wizard-adding-snyk-dependency
  • 49b0cd3 fix: snyk always being added as dependency when running wizard
  • ab83ab8 Merge pull request #961 from snyk/chore/convert-exec-version-to-ts
  • 7d4a91c chore: convert get version and exec to ts
  • 9e4c929 Merge pull request #955 from snyk/feat/exclude-auto-detect
  • 4cea366 Merge pull request #962 from snyk/fix/update-gradle-plugin
  • c3d7b9b fix: bump gradle plugin version, so won't bring unused dependency
  • 9ba768c feat: add exclude arg and use to ignore
  • 1813f8a Merge pull request #958 from snyk/fix/sending-full-error-to-bq
  • 2b6b650 Merge pull request #956 from snyk/fix/use-node-10-during-release
  • 5d83dc4 fix: use node 10 during travis release
  • f20eec4 Merge pull request #953 from snyk/fix/cli-system-test-failures
  • b2944e7 Merge pull request #954 from snyk/feat/enable-nuget-auto-detection
  • 7f79861 fix: CLI system test failures
  • e08eea0 feat: add Nuget files to auto detection with --all-projects

There are 115 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.279.2

1.279.2 (2020-01-24)

Bug Fixes

  • skipping git-repos test (2d97c62)
Commits

The new version differs by 117 commits.

  • 0ea23d5 Merge pull request #973 from snyk/fix/skip-git-repos-test
  • 2d97c62 fix: skipping git-repos test
  • 240f623 Merge pull request #947 from snyk/fix/wizard-adding-snyk-dependency
  • 49b0cd3 fix: snyk always being added as dependency when running wizard
  • ab83ab8 Merge pull request #961 from snyk/chore/convert-exec-version-to-ts
  • 7d4a91c chore: convert get version and exec to ts
  • 9e4c929 Merge pull request #955 from snyk/feat/exclude-auto-detect
  • 4cea366 Merge pull request #962 from snyk/fix/update-gradle-plugin
  • c3d7b9b fix: bump gradle plugin version, so won't bring unused dependency
  • 9ba768c feat: add exclude arg and use to ignore
  • 1813f8a Merge pull request #958 from snyk/fix/sending-full-error-to-bq
  • 2b6b650 Merge pull request #956 from snyk/fix/use-node-10-during-release
  • 5d83dc4 fix: use node 10 during travis release
  • f20eec4 Merge pull request #953 from snyk/fix/cli-system-test-failures
  • b2944e7 Merge pull request #954 from snyk/feat/enable-nuget-auto-detection

There are 117 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.280.0

1.280.0 (2020-01-24)

Features

  • propagate full plugin meta always (e09faa0)
Commits

The new version differs by 119 commits.

  • 42cd727 Merge pull request #966 from snyk/feat/propagate-plugin-meta
  • e09faa0 feat: propagate full plugin meta always
  • 0ea23d5 Merge pull request #973 from snyk/fix/skip-git-repos-test
  • 2d97c62 fix: skipping git-repos test
  • 240f623 Merge pull request #947 from snyk/fix/wizard-adding-snyk-dependency
  • 49b0cd3 fix: snyk always being added as dependency when running wizard
  • ab83ab8 Merge pull request #961 from snyk/chore/convert-exec-version-to-ts
  • 7d4a91c chore: convert get version and exec to ts
  • 9e4c929 Merge pull request #955 from snyk/feat/exclude-auto-detect
  • 4cea366 Merge pull request #962 from snyk/fix/update-gradle-plugin
  • c3d7b9b fix: bump gradle plugin version, so won't bring unused dependency
  • 9ba768c feat: add exclude arg and use to ignore
  • 1813f8a Merge pull request #958 from snyk/fix/sending-full-error-to-bq
  • 2b6b650 Merge pull request #956 from snyk/fix/use-node-10-during-release
  • 5d83dc4 fix: use node 10 during travis release

There are 119 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.280.1

1.280.1 (2020-01-26)

Bug Fixes

  • add docker file flag option to help (df6a626)
Commits

The new version differs by 121 commits.

  • a724b21 Merge pull request #963 from snyk/fix/add-file-flag-to-help
  • 42cd727 Merge pull request #966 from snyk/feat/propagate-plugin-meta
  • e09faa0 feat: propagate full plugin meta always
  • 0ea23d5 Merge pull request #973 from snyk/fix/skip-git-repos-test
  • 2d97c62 fix: skipping git-repos test
  • 240f623 Merge pull request #947 from snyk/fix/wizard-adding-snyk-dependency
  • df6a626 fix: add docker file flag option to help
  • 49b0cd3 fix: snyk always being added as dependency when running wizard
  • ab83ab8 Merge pull request #961 from snyk/chore/convert-exec-version-to-ts
  • 7d4a91c chore: convert get version and exec to ts
  • 9e4c929 Merge pull request #955 from snyk/feat/exclude-auto-detect
  • 4cea366 Merge pull request #962 from snyk/fix/update-gradle-plugin
  • c3d7b9b fix: bump gradle plugin version, so won't bring unused dependency
  • 9ba768c feat: add exclude arg and use to ignore
  • 1813f8a Merge pull request #958 from snyk/fix/sending-full-error-to-bq

There are 121 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.281.0

1.281.0 (2020-01-27)

Features

  • increase default levels deep to 2 (7c60f77)
Commits

The new version differs by 123 commits.

  • d9af224 Merge pull request #970 from snyk/feat/increase-default-depth-all-projects
  • a724b21 Merge pull request #963 from snyk/fix/add-file-flag-to-help
  • 7c60f77 feat: increase default levels deep to 2
  • 42cd727 Merge pull request #966 from snyk/feat/propagate-plugin-meta
  • e09faa0 feat: propagate full plugin meta always
  • 0ea23d5 Merge pull request #973 from snyk/fix/skip-git-repos-test
  • 2d97c62 fix: skipping git-repos test
  • 240f623 Merge pull request #947 from snyk/fix/wizard-adding-snyk-dependency
  • df6a626 fix: add docker file flag option to help
  • 49b0cd3 fix: snyk always being added as dependency when running wizard
  • ab83ab8 Merge pull request #961 from snyk/chore/convert-exec-version-to-ts
  • 7d4a91c chore: convert get version and exec to ts
  • 9e4c929 Merge pull request #955 from snyk/feat/exclude-auto-detect
  • 4cea366 Merge pull request #962 from snyk/fix/update-gradle-plugin
  • c3d7b9b fix: bump gradle plugin version, so won't bring unused dependency

There are 123 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.281.1

1.281.1 (2020-01-27)

Bug Fixes

Commits

The new version differs by 126 commits.

  • 88b7a15 Merge pull request #971 from snyk/fix/snyk-version
  • 46ed79f test: disable the snyk --version test on Windows
  • d9af224 Merge pull request #970 from snyk/feat/increase-default-depth-all-projects
  • a724b21 Merge pull request #963 from snyk/fix/add-file-flag-to-help
  • 7c60f77 feat: increase default levels deep to 2
  • 73d070b fix: snyk --version
  • 42cd727 Merge pull request #966 from snyk/feat/propagate-plugin-meta
  • e09faa0 feat: propagate full plugin meta always
  • 0ea23d5 Merge pull request #973 from snyk/fix/skip-git-repos-test
  • 2d97c62 fix: skipping git-repos test
  • 240f623 Merge pull request #947 from snyk/fix/wizard-adding-snyk-dependency
  • df6a626 fix: add docker file flag option to help
  • 49b0cd3 fix: snyk always being added as dependency when running wizard
  • ab83ab8 Merge pull request #961 from snyk/chore/convert-exec-version-to-ts
  • 7d4a91c chore: convert get version and exec to ts

There are 126 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.282.0

1.282.0 (2020-01-27)

Features

  • enable cocoapods for --all-projects scanning (5851a7f)
Commits

The new version differs by 130 commits.

  • 7e30ef6 Merge pull request #965 from snyk/feat/cocopoads-all-projects
  • 5851a7f feat: enable cocoapods for --all-projects scanning
  • 8f6034f Merge pull request #968 from snyk/chore/update-file-options-help-file
  • 88b7a15 Merge pull request #971 from snyk/fix/snyk-version
  • 46ed79f test: disable the snyk --version test on Windows
  • d9af224 Merge pull request #970 from snyk/feat/increase-default-depth-all-projects
  • a724b21 Merge pull request #963 from snyk/fix/add-file-flag-to-help
  • 7c60f77 feat: increase default levels deep to 2
  • 73d070b fix: snyk --version
  • 42cd727 Merge pull request #966 from snyk/feat/propagate-plugin-meta
  • e09faa0 feat: propagate full plugin meta always
  • 0ea23d5 Merge pull request #973 from snyk/fix/skip-git-repos-test
  • 2d97c62 fix: skipping git-repos test
  • 2a44527 chore: Added info about --file for monitor
  • 240f623 Merge pull request #947 from snyk/fix/wizard-adding-snyk-dependency

There are 130 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.283.0

1.283.0 (2020-01-27)

Bug Fixes

  • correctly parse multistage dockerfiles written in lowercase (31b97e9)

Features

  • enable composer.lock for --all-projects (cdb6de4)
Commits

The new version differs by 134 commits.

  • 96de91d Merge pull request #976 from snyk/feat/composer-auto-manifest
  • 2e044f4 Merge pull request #974 from snyk/chore/bump-docker-plugin
  • cdb6de4 feat: enable composer.lock for --all-projects
  • 7e30ef6 Merge pull request #965 from snyk/feat/cocopoads-all-projects
  • 5851a7f feat: enable cocoapods for --all-projects scanning
  • 8f6034f Merge pull request #968 from snyk/chore/update-file-options-help-file
  • 31b97e9 fix: correctly parse multistage dockerfiles written in lowercase
  • 88b7a15 Merge pull request #971 from snyk/fix/snyk-version
  • 46ed79f test: disable the snyk --version test on Windows
  • d9af224 Merge pull request #970 from snyk/feat/increase-default-depth-all-projects
  • a724b21 Merge pull request #963 from snyk/fix/add-file-flag-to-help
  • 7c60f77 feat: increase default levels deep to 2
  • 73d070b fix: snyk --version
  • 42cd727 Merge pull request #966 from snyk/feat/propagate-plugin-meta
  • e09faa0 feat: propagate full plugin meta always

There are 134 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.284.0

1.284.0 (2020-01-28)

Features

  • detect Pipfile projects & update Docker docs (a0293d0)
  • enable --json for docker cli by default (75f9a7d)
  • Support setup.py in the python docker images (81de2e2)
  • support setup.py, custom requirements.txt on cli python docker (c210602)
Commits

The new version differs by 140 commits.

  • f02cc8a Merge pull request #925 from snyk/feat/support-setup-py-docker
  • 75f9a7d feat: enable --json for docker cli by default
  • a0293d0 feat: detect Pipfile projects & update Docker docs
  • 96de91d Merge pull request #976 from snyk/feat/composer-auto-manifest
  • 2e044f4 Merge pull request #974 from snyk/chore/bump-docker-plugin
  • cdb6de4 feat: enable composer.lock for --all-projects
  • 7e30ef6 Merge pull request #965 from snyk/feat/cocopoads-all-projects
  • 5851a7f feat: enable cocoapods for --all-projects scanning
  • 8f6034f Merge pull request #968 from snyk/chore/update-file-options-help-file
  • 31b97e9 fix: correctly parse multistage dockerfiles written in lowercase
  • 88b7a15 Merge pull request #971 from snyk/fix/snyk-version
  • 46ed79f test: disable the snyk --version test on Windows
  • d9af224 Merge pull request #970 from snyk/feat/increase-default-depth-all-projects
  • a724b21 Merge pull request #963 from snyk/fix/add-file-flag-to-help
  • 7c60f77 feat: increase default levels deep to 2

There are 140 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.284.1

1.284.1 (2020-01-28)

Bug Fixes

  • move --json for docker cli right after the command (7205534)
Commits

The new version differs by 142 commits.

  • d282b35 Merge pull request #980 from snyk/fix/move-docker-json-before-lang-args
  • 7205534 fix: move --json for docker cli right after the command
  • f02cc8a Merge pull request #925 from snyk/feat/support-setup-py-docker
  • 75f9a7d feat: enable --json for docker cli by default
  • a0293d0 feat: detect Pipfile projects & update Docker docs
  • 96de91d Merge pull request #976 from snyk/feat/composer-auto-manifest
  • 2e044f4 Merge pull request #974 from snyk/chore/bump-docker-plugin
  • cdb6de4 feat: enable composer.lock for --all-projects
  • 7e30ef6 Merge pull request #965 from snyk/feat/cocopoads-all-projects
  • 5851a7f feat: enable cocoapods for --all-projects scanning
  • 8f6034f Merge pull request #968 from snyk/chore/update-file-options-help-file
  • 31b97e9 fix: correctly parse multistage dockerfiles written in lowercase
  • 88b7a15 Merge pull request #971 from snyk/fix/snyk-version
  • 46ed79f test: disable the snyk --version test on Windows
  • d9af224 Merge pull request #970 from snyk/feat/increase-default-depth-all-projects

There are 142 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.284.2

1.284.2 (2020-01-28)

Bug Fixes

  • add documentation for jar scanning (c1a5cf5)
Commits

The new version differs by 144 commits.

  • 0bbeda5 Merge pull request #979 from snyk/fix/add-jar-scanning-flag
  • d282b35 Merge pull request #980 from snyk/fix/move-docker-json-before-lang-args
  • 7205534 fix: move --json for docker cli right after the command
  • f02cc8a Merge pull request #925 from snyk/feat/support-setup-py-docker
  • c1a5cf5 fix: add documentation for jar scanning
  • 75f9a7d feat: enable --json for docker cli by default
  • a0293d0 feat: detect Pipfile projects & update Docker docs
  • 96de91d Merge pull request #976 from snyk/feat/composer-auto-manifest
  • 2e044f4 Merge pull request #974 from snyk/chore/bump-docker-plugin
  • cdb6de4 feat: enable composer.lock for --all-projects
  • 7e30ef6 Merge pull request #965 from snyk/feat/cocopoads-all-projects
  • 5851a7f feat: enable cocoapods for --all-projects scanning
  • 8f6034f Merge pull request #968 from snyk/chore/update-file-options-help-file
  • 31b97e9 fix: correctly parse multistage dockerfiles written in lowercase
  • 88b7a15 Merge pull request #971 from snyk/fix/snyk-version

There are 144 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.285.0

1.285.0 (2020-01-28)

Features

  • add go dep, vendor and mod to auto detect (65e0a76)
Commits

The new version differs by 146 commits.

  • ff2ee39 Merge pull request #977 from snyk/feat/auto-detect-golang
  • 0bbeda5 Merge pull request #979 from snyk/fix/add-jar-scanning-flag
  • d282b35 Merge pull request #980 from snyk/fix/move-docker-json-before-lang-args
  • 65e0a76 feat: add go dep, vendor and mod to auto detect
  • 7205534 fix: move --json for docker cli right after the command
  • f02cc8a Merge pull request #925 from snyk/feat/support-setup-py-docker
  • c1a5cf5 fix: add documentation for jar scanning
  • 75f9a7d feat: enable --json for docker cli by default
  • a0293d0 feat: detect Pipfile projects & update Docker docs
  • 96de91d Merge pull request #976 from snyk/feat/composer-auto-manifest
  • 2e044f4 Merge pull request #974 from snyk/chore/bump-docker-plugin
  • cdb6de4 feat: enable composer.lock for --all-projects
  • 7e30ef6 Merge pull request #965 from snyk/feat/cocopoads-all-projects
  • 5851a7f feat: enable cocoapods for --all-projects scanning
  • 8f6034f Merge pull request #968 from snyk/chore/update-file-options-help-file

There are 146 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.286.0

1.286.0 (2020-01-28)

Features

  • enable paket to be autodetected with --all-projects (db34336)
Commits

The new version differs by 150 commits.

  • a295643 Merge pull request #978 from snyk/feat/add-paket-to-all-projects
  • b169bd7 Merge pull request #981 from snyk/chore/update-readme-links
  • db34336 feat: enable paket to be autodetected with --all-projects
  • ff2ee39 Merge pull request #977 from snyk/feat/auto-detect-golang
  • 263fc72 chore: update docs for Python Docker
  • 0bbeda5 Merge pull request #979 from snyk/fix/add-jar-scanning-flag
  • d282b35 Merge pull request #980 from snyk/fix/move-docker-json-before-lang-args
  • 65e0a76 feat: add go dep, vendor and mod to auto detect
  • 7205534 fix: move --json for docker cli right after the command
  • f02cc8a Merge pull request #925 from snyk/feat/support-setup-py-docker
  • c1a5cf5 fix: add documentation for jar scanning
  • 75f9a7d feat: enable --json for docker cli by default
  • a0293d0 feat: detect Pipfile projects & update Docker docs
  • 96de91d Merge pull request #976 from snyk/feat/composer-auto-manifest
  • 2e044f4 Merge pull request #974 from snyk/chore/bump-docker-plugin

There are 150 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.286.1

1.286.1 (2020-01-28)

Bug Fixes

  • move --all-projects help text (1f1fd72)
Commits

The new version differs by 152 commits.

  • c52e45a Merge pull request #982 from snyk/fix/auto-detect-help-text
  • 1f1fd72 fix: move --all-projects help text
  • a295643 Merge pull request #978 from snyk/feat/add-paket-to-all-projects
  • b169bd7 Merge pull request #981 from snyk/chore/update-readme-links
  • db34336 feat: enable paket to be autodetected with --all-projects
  • ff2ee39 Merge pull request #977 from snyk/feat/auto-detect-golang
  • 263fc72 chore: update docs for Python Docker
  • 0bbeda5 Merge pull request #979 from snyk/fix/add-jar-scanning-flag
  • d282b35 Merge pull request #980 from snyk/fix/move-docker-json-before-lang-args
  • 65e0a76 feat: add go dep, vendor and mod to auto detect
  • 7205534 fix: move --json for docker cli right after the command
  • f02cc8a Merge pull request #925 from snyk/feat/support-setup-py-docker
  • c1a5cf5 fix: add documentation for jar scanning
  • 75f9a7d feat: enable --json for docker cli by default
  • a0293d0 feat: detect Pipfile projects & update Docker docs

There are 152 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.287.0

1.287.0 (2020-01-29)

Features

  • add python to auto manifest discovery (e1651dd)
Commits

The new version differs by 154 commits.

  • e08bc8f Merge pull request #964 from snyk/feat/add-python-to-auto-detect
  • e1651dd feat: add python to auto manifest discovery
  • c52e45a Merge pull request #982 from snyk/fix/auto-detect-help-text
  • 1f1fd72 fix: move --all-projects help text
  • a295643 Merge pull request #978 from snyk/feat/add-paket-to-all-projects
  • b169bd7 Merge pull request #981 from snyk/chore/update-readme-links
  • db34336 feat: enable paket to be autodetected with --all-projects
  • ff2ee39 Merge pull request #977 from snyk/feat/auto-detect-golang
  • 263fc72 chore: update docs for Python Docker
  • 0bbeda5 Merge pull request #979 from snyk/fix/add-jar-scanning-flag
  • d282b35 Merge pull request #980 from snyk/fix/move-docker-json-before-lang-args
  • 65e0a76 feat: add go dep, vendor and mod to auto detect
  • 7205534 fix: move --json for docker cli right after the command
  • f02cc8a Merge pull request #925 from snyk/feat/support-setup-py-docker
  • c1a5cf5 fix: add documentation for jar scanning

There are 154 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.288.0

1.288.0 (2020-01-29)

Features

  • push targetFileRelativePath to registry payload (c25a142)
Commits

The new version differs by 156 commits.

  • eea5146 Merge pull request #983 from snyk/chore/add-targetfile-to-test-logs
  • e08bc8f Merge pull request #964 from snyk/feat/add-python-to-auto-detect
  • e1651dd feat: add python to auto manifest discovery
  • c25a142 feat: push targetFileRelativePath to registry payload
  • c52e45a Merge pull request #982 from snyk/fix/auto-detect-help-text
  • 1f1fd72 fix: move --all-projects help text
  • a295643 Merge pull request #978 from snyk/feat/add-paket-to-all-projects
  • b169bd7 Merge pull request #981 from snyk/chore/update-readme-links
  • db34336 feat: enable paket to be autodetected with --all-projects
  • ff2ee39 Merge pull request #977 from snyk/feat/auto-detect-golang
  • 263fc72 chore: update docs for Python Docker
  • 0bbeda5 Merge pull request #979 from snyk/fix/add-jar-scanning-flag
  • d282b35 Merge pull request #980 from snyk/fix/move-docker-json-before-lang-args
  • 65e0a76 feat: add go dep, vendor and mod to auto detect
  • 7205534 fix: move --json for docker cli right after the command

There are 156 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.289.0

1.289.0 (2020-01-31)

Features

  • add java and maven version to analytics (23cbd4c)
Commits

The new version differs by 158 commits.

  • 42fa08c Merge pull request #988 from snyk/feat/report-java-and-mvn-version
  • 23cbd4c feat: add java and maven version to analytics
  • eea5146 Merge pull request #983 from snyk/chore/add-targetfile-to-test-logs
  • e08bc8f Merge pull request #964 from snyk/feat/add-python-to-auto-detect
  • e1651dd feat: add python to auto manifest discovery
  • c25a142 feat: push targetFileRelativePath to registry payload
  • c52e45a Merge pull request #982 from snyk/fix/auto-detect-help-text
  • 1f1fd72 fix: move --all-projects help text
  • a295643 Merge pull request #978 from snyk/feat/add-paket-to-all-projects
  • b169bd7 Merge pull request #981 from snyk/chore/update-readme-links
  • db34336 feat: enable paket to be autodetected with --all-projects
  • ff2ee39 Merge pull request #977 from snyk/feat/auto-detect-golang
  • 263fc72 chore: update docs for Python Docker
  • 0bbeda5 Merge pull request #979 from snyk/fix/add-jar-scanning-flag
  • d282b35 Merge pull request #980 from snyk/fix/move-docker-json-before-lang-args

There are 158 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.289.1

1.289.1 (2020-01-31)

Bug Fixes

  • correct object path to mvn and java version (98a7031)
Commits

The new version differs by 162 commits.

  • 899482f Merge pull request #987 from snyk/robpickerill-master
  • 08cf57d Merge pull request #989 from snyk/feat/report-java-and-mvn-version
  • 98a7031 fix: correct object path to mvn and java version
  • 42fa08c Merge pull request #988 from snyk/feat/report-java-and-mvn-version
  • 23cbd4c feat: add java and maven version to analytics
  • 456696d chore: fix small typo gradle => docker in the README
  • eea5146 Merge pull request #983 from snyk/chore/add-targetfile-to-test-logs
  • e08bc8f Merge pull request #964 from snyk/feat/add-python-to-auto-detect
  • e1651dd feat: add python to auto manifest discovery
  • c25a142 feat: push targetFileRelativePath to registry payload
  • c52e45a Merge pull request #982 from snyk/fix/auto-detect-help-text
  • 1f1fd72 fix: move --all-projects help text
  • a295643 Merge pull request #978 from snyk/feat/add-paket-to-all-projects
  • b169bd7 Merge pull request #981 from snyk/chore/update-readme-links
  • db34336 feat: enable paket to be autodetected with --all-projects

There are 162 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.290.0

1.290.0 (2020-01-31)

Features

  • use latest python plugin (3c06cb6)
Commits

The new version differs by 164 commits.

  • 2c21f03 Merge pull request #984 from snyk/feat/bump-python-plugin
  • 3c06cb6 feat: use latest python plugin
  • 899482f Merge pull request #987 from snyk/robpickerill-master
  • 08cf57d Merge pull request #989 from snyk/feat/report-java-and-mvn-version
  • 98a7031 fix: correct object path to mvn and java version
  • 42fa08c Merge pull request #988 from snyk/feat/report-java-and-mvn-version
  • 23cbd4c feat: add java and maven version to analytics
  • 456696d chore: fix small typo gradle => docker in the README
  • eea5146 Merge pull request #983 from snyk/chore/add-targetfile-to-test-logs
  • e08bc8f Merge pull request #964 from snyk/feat/add-python-to-auto-detect
  • e1651dd feat: add python to auto manifest discovery
  • c25a142 feat: push targetFileRelativePath to registry payload
  • c52e45a Merge pull request #982 from snyk/fix/auto-detect-help-text
  • 1f1fd72 fix: move --all-projects help text
  • a295643 Merge pull request #978 from snyk/feat/add-paket-to-all-projects

There are 164 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.290.1

1.290.1 (2020-01-31)

Bug Fixes

  • use @snyk/configstore instead of configstore (93845d9)
  • use @snyk/update-notifier instead of update-notifier (b74bbe2)
Commits

The new version differs by 167 commits.

  • bc4074a Merge pull request #990 from snyk/fix/dot-prop-vuln-update
  • b74bbe2 fix: use @snyk/update-notifier instead of update-notifier
  • 93845d9 fix: use @snyk/configstore instead of configstore
  • 2c21f03 Merge pull request #984 from snyk/feat/bump-python-plugin
  • 3c06cb6 feat: use latest python plugin
  • 899482f Merge pull request #987 from snyk/robpickerill-master
  • 08cf57d Merge pull request #989 from snyk/feat/report-java-and-mvn-version
  • 98a7031 fix: correct object path to mvn and java version
  • 42fa08c Merge pull request #988 from snyk/feat/report-java-and-mvn-version
  • 23cbd4c feat: add java and maven version to analytics
  • 456696d chore: fix small typo gradle => docker in the README
  • eea5146 Merge pull request #983 from snyk/chore/add-targetfile-to-test-logs
  • e08bc8f Merge pull request #964 from snyk/feat/add-python-to-auto-detect
  • e1651dd feat: add python to auto manifest discovery
  • c25a142 feat: push targetFileRelativePath to registry payload

There are 167 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.290.2

1.290.2 (2020-02-06)

Bug Fixes

  • vuln in transitive pkg of configstore (dot-prop) - rc2 (a551fce)
Commits

The new version differs by 173 commits.

  • 5d10984 Merge pull request #992 from snyk/fix/dot-prop-vuln-update-2
  • 67ecd57 Merge pull request #996 from snyk/chore/fix-issue-emojis
  • ea38d75 chore: fix emojis in github
  • 1232e46 Merge pull request #995 from snyk/chore/improved-issue-templates
  • 75a95f4 chore: separate bug and feature issue templates
  • a551fce fix: vuln in transitive pkg of configstore (dot-prop) - rc2
  • bc4074a Merge pull request #990 from snyk/fix/dot-prop-vuln-update
  • b74bbe2 fix: use @snyk/update-notifier instead of update-notifier
  • 93845d9 fix: use @snyk/configstore instead of configstore
  • 2c21f03 Merge pull request #984 from snyk/feat/bump-python-plugin
  • 3c06cb6 feat: use latest python plugin
  • 899482f Merge pull request #987 from snyk/robpickerill-master
  • 08cf57d Merge pull request #989 from snyk/feat/report-java-and-mvn-version
  • 98a7031 fix: correct object path to mvn and java version
  • 42fa08c Merge pull request #988 from snyk/feat/report-java-and-mvn-version

There are 173 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.291.0

1.291.0 (2020-02-11)

Features

  • snyk-mvn-plugin with mvnw support (253a5ad)
Commits

The new version differs by 5 commits.

  • 233593b Merge pull request #1001 from snyk/feat/mvn-plugin-with-wrapper
  • 253a5ad feat: snyk-mvn-plugin with mvnw support
  • 0a9c7f3 Merge pull request #998 from snyk/feat/convert-to-ts
  • 8490b07 chore: convert user-config to ts
  • b88496e chore: convert sub-process to ts

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.292.0

1.292.0 (2020-02-17)

Features

  • delete unused hook.js code (abf633b)
Commits

The new version differs by 9 commits.

  • 7332f38 Merge pull request #1004 from snyk/feat/delete-hook-code
  • 0d50497 Merge pull request #1000 from snyk/chore/convert-tests-to-ts
  • 64961ce chore: convert tests to ts
  • 3472201 chore: drop unused types
  • abf633b feat: delete unused hook.js code
  • 54a92e3 Merge pull request #1006 from snyk/chore/fix-assertion-node-12
  • b4f465a chore: fix for node 12 assertion error
  • 82d877b Merge pull request #999 from snyk/chore/convert-yarn-to-ts
  • 2441311 chore: convert yarn util to ts

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.293.0

1.293.0 (2020-02-18)

Features

  • move windows tests to CircelCI from AppVeyor (72f3e9c)
Commits

The new version differs by 2 commits.

  • a867b58 Merge pull request #1008 from snyk/feat/circle-matrix
  • 72f3e9c feat: move windows tests to CircelCI from AppVeyor

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.294.0

1.294.0 (2020-02-18)

Features

  • update go plugin to respect --file option (d5c09c8)
Commits

The new version differs by 2 commits.

  • 64b5fd4 Merge pull request #1010 from snyk/feat/update-go-plugin
  • d5c09c8 feat: update go plugin to respect --file option

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.294.1

1.294.1 (2020-02-20)

Bug Fixes

  • Bump version for the snyk-go-plugin (ca74e25)
Commits

The new version differs by 2 commits.

  • f837d55 Merge pull request #1013 from snyk/fix/bump-go-plugin
  • ca74e25 fix: Bump version for the snyk-go-plugin

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.295.0

1.295.0 (2020-02-21)

Bug Fixes

  • on merge PR use correct commit SHA (752a032)

Features

  • check Windows tests in Travis (fcd1a89)
Commits

The new version differs by 4 commits.

  • 22fa0ab Merge pull request #1015 from snyk/fix/windows-test-check-on-build
  • 752a032 fix: on merge PR use correct commit SHA
  • c8d5a73 Merge pull request #1011 from snyk/feat/check-windows-test-in-travis
  • fcd1a89 feat: check Windows tests in Travis

See the full diff