rockchalkwushock / how-to-open-source

A repository for learning how to publish NPM packages as well as contribute to open source projects.
https://www.npmjs.com/package/how-to-open-source
MIT License
8 stars 1 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency snyk was updated from 1.101.1 to 1.102.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 devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - βœ… **ci/circleci: checkout_code:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/rockchalkwushock/how-to-open-source/1409?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: validate_code:** CircleCI is running your tests ([Details](https://circleci.com/gh/rockchalkwushock/how-to-open-source/1410?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: check_dependencies:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/rockchalkwushock/how-to-open-source/1411?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v1.102.0

1.102.0 (2018-10-08)

Bug Fixes

  • check if user specify package file name as part of path (1138eb2)
  • Fall back to config org if no option passed (99021be)
  • pass if yarn remove called with no packages (8ad52a1)
  • replace yarn.lock with package.json when falling back to node_modules (032aa1f)
  • Update runtime helper path (39976bc)

Features

  • autodetection for test, monitor, wizard & protect (20b8ccc)
Commits

The new version differs by 16 commits.

  • ae88c53 Merge pull request #232 from snyk/fix/alert-if-path-with-filename
  • b5217fd chore: disable object-literal-sort-keys
  • 1138eb2 fix: check if user specify package file name as part of path
  • 23fd0df chore: js -> ts
  • 7bb4c89 Merge pull request #228 from snyk/fix/lockfiles-monitor
  • 032aa1f fix: replace yarn.lock with package.json when falling back to node_modules
  • 8ad52a1 fix: pass if yarn remove called with no packages
  • f1224ab Merge pull request #236 from snyk/chore/no-default-export
  • 3cb5d6e chore: enable tslint no-default-export
  • 68d5c6d tests: update protect-vis-snyk fixture
  • 5307275 tests: Fixes for outdated tests
  • 6faa02b test: Update tests
  • 39976bc fix: Update runtime helper path
  • 5f4399b chore: var => const
  • 99021be fix: Fall back to config org if no option passed

There are 16 commits in total.

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

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 92 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 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.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 94 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 94 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 96 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 96 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 99 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 99 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 101 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 101 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 103 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 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.161.1

1.161.1 (2019-05-02)

Bug Fixes

  • improve the performance of Go scans (c81bfe1)
Commits

The new version differs by 105 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 105 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 109 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 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.162.0

1.162.0 (2019-05-07)

Features

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

The new version differs by 111 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 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.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 116 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 116 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 122 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 122 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 124 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 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.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 127 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 127 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 131 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 131 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 133 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 133 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 135 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 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.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 148 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 148 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 150 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 150 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 159 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 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.166.0

1.166.0 (2019-05-21)

Features

  • pass dockerfileLayers in metadata (1c5d925)
Commits

The new version differs by 163 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 163 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 167 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 167 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 169 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 169 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 175 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 175 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 177 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 177 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)
Commits

The new version differs by 179 commits.

  • dd560e1 Merge pull request #540 from snyk/feat/bump-docker-plugin
  • 953c822 feat: display dockerfile instructions in the web UI
  • 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

There are 179 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.0

1.169.0 (2019-05-29)

Features

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

The new version differs by 183 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 183 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 185 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 185 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.2

1.169.2 (2019-05-29)

Bug Fixes

  • remove incorrect Gradle logging (d1bc261)
Commits

The new version differs by 187 commits.

  • 9b9435f Merge pull request #541 from snyk/fix/remove-unnecessary-gradle-logging
  • d1bc261 fix: remove incorrect Gradle logging
  • 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

There are 187 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.170.0

1.170.0 (2019-05-30)

Features

  • make human-readable err message when --file was passed incorrectly (6e2336a)
Commits

The new version differs by 191 commits.

  • 6943384 Merge pull request #542 from snyk/feat/prettify-file-flag-error-message
  • 6e2336a feat: make human-readable err message when --file was passed incorrectly
  • 04ae8f5 Merge pull request #545 from snyk/refactor/args-parser
  • 7d60847 refactor: add types to args parser, simplify the code
  • 9b9435f Merge pull request #541 from snyk/fix/remove-unnecessary-gradle-logging
  • d1bc261 fix: remove incorrect Gradle logging
  • 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

There are 191 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.171.0

1.171.0 (2019-06-02)

Features

  • add branch and pkg name to monitor analytics (b91d2ae)
Commits

The new version differs by 197 commits.

  • 305ac09 Merge pull request #543 from snyk/feat/add_monitor_branch_pname_analytics
  • b91d2ae feat: add branch and pkg name to monitor analytics
  • 464b784 Merge pull request #544 from snyk/chore/delete-docker-promo
  • d82df40 chore: delete expired docker promo
  • 3d66ee6 Merge pull request #534 from snyk/chore/refactor-errors
  • 76b0565 chore: refactor snyk missing api token
  • 6943384 Merge pull request #542 from snyk/feat/prettify-file-flag-error-message
  • 6e2336a feat: make human-readable err message when --file was passed incorrectly
  • 04ae8f5 Merge pull request #545 from snyk/refactor/args-parser
  • 7d60847 refactor: add types to args parser, simplify the code
  • 9b9435f Merge pull request #541 from snyk/fix/remove-unnecessary-gradle-logging
  • d1bc261 fix: remove incorrect Gradle logging
  • 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

There are 197 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.171.1

1.171.1 (2019-06-03)

Bug Fixes

  • Revert auth refactor which made snyk protect require auth (e34a6fb)
Commits

The new version differs by 202 commits.

  • e34a6fb fix: Revert auth refactor which made snyk protect require auth
  • fea5ae6 Merge pull request #549 from snyk/fix/revert-bad-refactor
  • 1936db4 "fix: revert refactor snyk missing api token"
  • a42f558 Merge pull request #547 from snyk/chore/convert-help-to-typescript
  • 278a068 chore: Convert help command handling to typescript
  • 305ac09 Merge pull request #543 from snyk/feat/add_monitor_branch_pname_analytics
  • b91d2ae feat: add branch and pkg name to monitor analytics
  • 464b784 Merge pull request #544 from snyk/chore/delete-docker-promo
  • d82df40 chore: delete expired docker promo
  • 3d66ee6 Merge pull request #534 from snyk/chore/refactor-errors
  • 76b0565 chore: refactor snyk missing api token
  • 6943384 Merge pull request #542 from snyk/feat/prettify-file-flag-error-message
  • 6e2336a feat: make human-readable err message when --file was passed incorrectly
  • 04ae8f5 Merge pull request #545 from snyk/refactor/args-parser
  • 7d60847 refactor: add types to args parser, simplify the code

There are 202 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.172.0

1.172.0 (2019-06-05)

Features

  • select Gradle confugiration via name/attributes, simplify analytics (41d9d56)
Commits

The new version differs by 210 commits.

  • d17c8ba Merge pull request #553 from snyk/feat/gradle-confugration-selection
  • 41d9d56 feat: select Gradle confugiration via name/attributes, simplify analytics
  • 1668cef Merge pull request #550 from snyk/fix/api_token_refactor
  • b06a81a Merge pull request #552 from snyk/revert-548-chore/refactor-auth-to-async-await
  • ad29871 fix: protect failing due to missing auth
  • c1aed98 Revert "chore: refactor auth to async await"
  • ca26df3 Merge pull request #548 from snyk/chore/refactor-auth-to-async-await
  • e34a6fb fix: Revert auth refactor which made snyk protect require auth
  • fea5ae6 Merge pull request #549 from snyk/fix/revert-bad-refactor
  • 1936db4 "fix: revert refactor snyk missing api token"
  • a42f558 Merge pull request #547 from snyk/chore/convert-help-to-typescript
  • 278a068 chore: Convert help command handling to typescript
  • 11b51f1 chore: refactor auth to async await
  • 305ac09 Merge pull request #543 from snyk/feat/add_monitor_branch_pname_analytics
  • b91d2ae feat: add branch and pkg name to monitor analytics

There are 210 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.173.0

1.173.0 (2019-06-05)

Features

  • preparation for go modules support (de23aa3)
Commits

The new version differs by 212 commits.

  • 0a545c7 Merge pull request #558 from snyk/feat/update-go-plugin
  • de23aa3 feat: preparation for go modules support
  • d17c8ba Merge pull request #553 from snyk/feat/gradle-confugration-selection
  • 41d9d56 feat: select Gradle confugiration via name/attributes, simplify analytics
  • 1668cef Merge pull request #550 from snyk/fix/api_token_refactor
  • b06a81a Merge pull request #552 from snyk/revert-548-chore/refactor-auth-to-async-await
  • ad29871 fix: protect failing due to missing auth
  • c1aed98 Revert "chore: refactor auth to async await"
  • ca26df3 Merge pull request #548 from snyk/chore/refactor-auth-to-async-await
  • e34a6fb fix: Revert auth refactor which made snyk protect require auth
  • fea5ae6 Merge pull request #549 from snyk/fix/revert-bad-refactor
  • 1936db4 "fix: revert refactor snyk missing api token"
  • a42f558 Merge pull request #547 from snyk/chore/convert-help-to-typescript
  • 278a068 chore: Convert help command handling to typescript
  • 11b51f1 chore: refactor auth to async await

There are 212 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.173.1

1.173.1 (2019-06-05)

Bug Fixes

  • Improve dockerfile instruction parser (2d4471f)
Commits

The new version differs by 214 commits.

  • 23938b1 Merge pull request #559 from snyk/fix/improve-dockerfile-instruction-parser
  • 2d4471f fix: Improve dockerfile instruction parser
  • 0a545c7 Merge pull request #558 from snyk/feat/update-go-plugin
  • de23aa3 feat: preparation for go modules support
  • d17c8ba Merge pull request #553 from snyk/feat/gradle-confugration-selection
  • 41d9d56 feat: select Gradle confugiration via name/attributes, simplify analytics
  • 1668cef Merge pull request #550 from snyk/fix/api_token_refactor
  • b06a81a Merge pull request #552 from snyk/revert-548-chore/refactor-auth-to-async-await
  • ad29871 fix: protect failing due to missing auth
  • c1aed98 Revert "chore: refactor auth to async await"
  • ca26df3 Merge pull request #548 from snyk/chore/refactor-auth-to-async-await
  • e34a6fb fix: Revert auth refactor which made snyk protect require auth
  • fea5ae6 Merge pull request #549 from snyk/fix/revert-bad-refactor
  • 1936db4 "fix: revert refactor snyk missing api token"
  • a42f558 Merge pull request #547 from snyk/chore/convert-help-to-typescript

There are 214 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.173.2

1.173.2 (2019-06-06)

Bug Fixes

  • added a link to the Gradle documentation (f0abc1f)
  • gradle legacy --configuration flag and scanning from child project (c6dfaa0)
Commits

The new version differs by 218 commits.

  • 0c93b2b Merge pull request #562 from snyk/fix/gradle-bugfixes
  • c6dfaa0 fix: gradle legacy --configuration flag and scanning from child project
  • 9798222 Merge pull request #560 from snyk/fix/gradle-docs-link
  • f0abc1f fix: added a link to the Gradle documentation
  • 23938b1 Merge pull request #559 from snyk/fix/improve-dockerfile-instruction-parser
  • 2d4471f fix: Improve dockerfile instruction parser
  • 0a545c7 Merge pull request #558 from snyk/feat/update-go-plugin
  • de23aa3 feat: preparation for go modules support
  • d17c8ba Merge pull request #553 from snyk/feat/gradle-confugration-selection
  • 41d9d56 feat: select Gradle confugiration via name/attributes, simplify analytics
  • 1668cef Merge pull request #550 from snyk/fix/api_token_refactor
  • b06a81a Merge pull request #552 from snyk/revert-548-chore/refactor-auth-to-async-await
  • ad29871 fix: protect failing due to missing auth
  • c1aed98 Revert "chore: refactor auth to async await"
  • ca26df3 Merge pull request #548 from snyk/chore/refactor-auth-to-async-await

There are 218 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.174.0

1.174.0 (2019-06-07)

Features

  • revert gradle plugin to undo breaking change (49405e9)
Commits

The new version differs by 220 commits.

  • 0849607 Merge pull request #563 from snyk/fix/revert-gradle-plugin
  • 49405e9 feat: revert gradle plugin to undo breaking change
  • 0c93b2b Merge pull request #562 from snyk/fix/gradle-bugfixes
  • c6dfaa0 fix: gradle legacy --configuration flag and scanning from child project
  • 9798222 Merge pull request #560 from snyk/fix/gradle-docs-link
  • f0abc1f fix: added a link to the Gradle documentation
  • 23938b1 Merge pull request #559 from snyk/fix/improve-dockerfile-instruction-parser
  • 2d4471f fix: Improve dockerfile instruction parser
  • 0a545c7 Merge pull request #558 from snyk/feat/update-go-plugin
  • de23aa3 feat: preparation for go modules support
  • d17c8ba Merge pull request #553 from snyk/feat/gradle-confugration-selection
  • 41d9d56 feat: select Gradle confugiration via name/attributes, simplify analytics
  • 1668cef Merge pull request #550 from snyk/fix/api_token_refactor
  • b06a81a Merge pull request #552 from snyk/revert-548-chore/refactor-auth-to-async-await
  • ad29871 fix: protect failing due to missing auth

There are 220 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.174.1

1.174.1 (2019-06-07)

Bug Fixes

  • temporarily remove new Gradle configuration options from help (d2d4fa7)
Commits

The new version differs by 222 commits.

  • f21a78f Merge pull request #565 from snyk/fix/remove-new-gradle-options-from-help
  • d2d4fa7 fix: temporarily remove new Gradle configuration options from help
  • 0849607 Merge pull request #563 from snyk/fix/revert-gradle-plugin
  • 49405e9 feat: revert gradle plugin to undo breaking change
  • 0c93b2b Merge pull request #562 from snyk/fix/gradle-bugfixes
  • c6dfaa0 fix: gradle legacy --configuration flag and scanning from child project
  • 9798222 Merge pull request #560 from snyk/fix/gradle-docs-link
  • f0abc1f fix: added a link to the Gradle documentation
  • 23938b1 Merge pull request #559 from snyk/fix/improve-dockerfile-instruction-parser
  • 2d4471f fix: Improve dockerfile instruction parser
  • 0a545c7 Merge pull request #558 from snyk/feat/update-go-plugin
  • de23aa3 feat: preparation for go modules support
  • d17c8ba Merge pull request #553 from snyk/feat/gradle-confugration-selection
  • 41d9d56 feat: select Gradle confugiration via name/attributes, simplify analytics
  • 1668cef Merge pull request #550 from snyk/fix/api_token_refactor

There are 222 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.174.2

1.174.2 (2019-06-10)

Bug Fixes

Commits

The new version differs by 224 commits.

  • 0babc68 Merge pull request #566 from snyk/fix/snyk-help
  • 19ff58f fix: fix broken snyk help
  • f21a78f Merge pull request #565 from snyk/fix/remove-new-gradle-options-from-help
  • d2d4fa7 fix: temporarily remove new Gradle configuration options from help
  • 0849607 Merge pull request #563 from snyk/fix/revert-gradle-plugin
  • 49405e9 feat: revert gradle plugin to undo breaking change
  • 0c93b2b Merge pull request #562 from snyk/fix/gradle-bugfixes
  • c6dfaa0 fix: gradle legacy --configuration flag and scanning from child project
  • 9798222 Merge pull request #560 from snyk/fix/gradle-docs-link
  • f0abc1f fix: added a link to the Gradle documentation
  • 23938b1 Merge pull request #559 from snyk/fix/improve-dockerfile-instruction-parser
  • 2d4471f fix: Improve dockerfile instruction parser
  • 0a545c7 Merge pull request #558 from snyk/feat/update-go-plugin
  • de23aa3 feat: preparation for go modules support
  • d17c8ba Merge pull request #553 from snyk/feat/gradle-confugration-selection

There are 224 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.175.0

1.175.0 (2019-06-11)

Features

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

The new version differs by 226 commits.

  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support
  • 0babc68 Merge pull request #566 from snyk/fix/snyk-help
  • 19ff58f fix: fix broken snyk help
  • f21a78f Merge pull request #565 from snyk/fix/remove-new-gradle-options-from-help
  • d2d4fa7 fix: temporarily remove new Gradle configuration options from help
  • 0849607 Merge pull request #563 from snyk/fix/revert-gradle-plugin
  • 49405e9 feat: revert gradle plugin to undo breaking change
  • 0c93b2b Merge pull request #562 from snyk/fix/gradle-bugfixes
  • c6dfaa0 fix: gradle legacy --configuration flag and scanning from child project
  • 9798222 Merge pull request #560 from snyk/fix/gradle-docs-link
  • f0abc1f fix: added a link to the Gradle documentation
  • 23938b1 Merge pull request #559 from snyk/fix/improve-dockerfile-instruction-parser
  • 2d4471f fix: Improve dockerfile instruction parser
  • 0a545c7 Merge pull request #558 from snyk/feat/update-go-plugin

There are 226 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.175.1

1.175.1 (2019-06-11)

Bug Fixes

  • typescriptify request.js (a75c021)
Commits

The new version differs by 228 commits.

  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support
  • 0babc68 Merge pull request #566 from snyk/fix/snyk-help
  • 19ff58f fix: fix broken snyk help
  • f21a78f Merge pull request #565 from snyk/fix/remove-new-gradle-options-from-help
  • d2d4fa7 fix: temporarily remove new Gradle configuration options from help
  • 0849607 Merge pull request #563 from snyk/fix/revert-gradle-plugin
  • 49405e9 feat: revert gradle plugin to undo breaking change
  • 0c93b2b Merge pull request #562 from snyk/fix/gradle-bugfixes
  • c6dfaa0 fix: gradle legacy --configuration flag and scanning from child project
  • 9798222 Merge pull request #560 from snyk/fix/gradle-docs-link
  • f0abc1f fix: added a link to the Gradle documentation
  • 23938b1 Merge pull request #559 from snyk/fix/improve-dockerfile-instruction-parser

There are 228 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.175.2

1.175.2 (2019-06-11)

Bug Fixes

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

The new version differs by 230 commits.

  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects
  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support
  • 0babc68 Merge pull request #566 from snyk/fix/snyk-help
  • 19ff58f fix: fix broken snyk help
  • f21a78f Merge pull request #565 from snyk/fix/remove-new-gradle-options-from-help
  • d2d4fa7 fix: temporarily remove new Gradle configuration options from help
  • 0849607 Merge pull request #563 from snyk/fix/revert-gradle-plugin
  • 49405e9 feat: revert gradle plugin to undo breaking change
  • 0c93b2b Merge pull request #562 from snyk/fix/gradle-bugfixes
  • c6dfaa0 fix: gradle legacy --configuration flag and scanning from child project
  • 9798222 Merge pull request #560 from snyk/fix/gradle-docs-link

There are 230 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.175.3

1.175.3 (2019-06-12)

Bug Fixes

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

The new version differs by 232 commits.

  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth
  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects
  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • 4e0c35f fix: remove auto authentication on all commands other than auth
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support
  • 0babc68 Merge pull request #566 from snyk/fix/snyk-help
  • 19ff58f fix: fix broken snyk help
  • f21a78f Merge pull request #565 from snyk/fix/remove-new-gradle-options-from-help
  • d2d4fa7 fix: temporarily remove new Gradle configuration options from help
  • 0849607 Merge pull request #563 from snyk/fix/revert-gradle-plugin
  • 49405e9 feat: revert gradle plugin to undo breaking change
  • 0c93b2b Merge pull request #562 from snyk/fix/gradle-bugfixes

There are 232 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.175.4

1.175.4 (2019-06-12)

Bug Fixes

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

The new version differs by 234 commits.

  • 7a3f1cf Merge pull request #572 from snyk/fix/drop-empty-dependencies
  • a87cede Merge pull request #570 from snyk/fix/no_auth_on_commands_other_than_auth
  • dd4f623 fix: drop empty dependencies (payload size optimization)
  • 7453424 Merge pull request #573 from snyk/fix/python-better-error-message
  • b4dba65 fix: better error message when scanning Python projects
  • 5389799 Merge pull request #571 from snyk/fix/typescriptify-request
  • a75c021 fix: typescriptify request.js
  • e078430 Merge pull request #569 from snyk/feat/improved-gradle-support
  • 4e0c35f fix: remove auto authentication on all commands other than auth
  • c8bad2d feat: Gradle improvements: Android config selection, verified Gradle 2.x support
  • 0babc68 Merge pull request #566 from snyk/fix/snyk-help
  • 19ff58f fix: fix broken snyk help
  • f21a78f Merge pull request #565 from snyk/fix/remove-new-gradle-options-from-help
  • d2d4fa7 fix: temporarily remove new Gradle configuration options from help
  • 0849607 Merge pull request #563 from snyk/fix/revert-gradle-plugin

There are 234 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.176.0

1.176.0 (2019-06-12)

Bug Fixes

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

Features

Commits

The new version differs by 239 commits.

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

There are 239 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.177.0

1.177.0 (2019-06-12)

Features

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

The new version differs by 241 commits.

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

There are 241 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.177.1

1.177.1 (2019-06-13)

Bug Fixes

  • add logging to sbt-plugin (c724c17)
Commits

The new version differs by 244 commits.

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

There are 244 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.178.0

1.178.0 (2019-06-13)

Features

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

The new version differs by 246 commits.

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

There are 246 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.178.1

1.178.1 (2019-06-13)

Bug Fixes

  • sbt-plugin stdin hanging (5602d4a)
Commits

The new version differs by 248 commits.

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

There are 248 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.180.0

1.180.0 (2019-06-21)

Features

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

The new version differs by 256 commits.

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

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.180.1

1.180.1 (2019-06-23)

Bug Fixes

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

The new version differs by 260 commits.

  • c362a24 Merge pull request #590 from snyk/fix/apline-standalone-binary
  • 82ef58c fix: add alpine platform to standalone binary release assets
  • 88d334a Merge pull request #586 from snyk/refactor/eslint-rules
  • 419e2f5 Merge pull request #587 from snyk/feat/release-sbt-plugin-ts
  • 6ea9891 feat: Release typescripted sbt with timeout handling
  • 8a39d93 refactor: harmonize eslint and tslint rules re arrow functions
  • de94535 Merge pull request #583 from snyk/fix/gomodules-name-version
  • 7cbc9e1 fix: name and version in gomodules
  • 3b6d18c Merge pull request #576 from snyk/feat/go-modules-support
  • f3fee7b chore: renaming gomod to gomodules for consistency
  • 4a9149d feat: allow monitor for go modules
  • 63f4597 fix: align go modules package manager naming with backend
  • 0559422 Merge pull request #578 from snyk/fix/sbt-plugin-stdin
  • 352e8fb Merge pull request #577 from snyk/feat/print-dep-tree-experimental
  • 5602d4a fix: sbt-plugin stdin hanging

There are 250 commits in total.

See the full diff