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

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

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.103.0

1.103.0 (2018-10-09)

Features

  • docker base image remediation advice (5df5863)
Commits

The new version differs by 2 commits.

  • 596c18f Merge pull request #238 from snyk/feat/docker-remediation
  • 5df5863 feat: docker base image remediation advice

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.103.1

1.103.1 (2018-10-10)

Bug Fixes

  • Add missing CLI help text for docker remediation (6f83cd1)
Commits

The new version differs by 4 commits.

  • 903e6c9 Merge pull request #240 from snyk/fix/add-missing-remediation-help-text
  • 6f83cd1 fix: Add missing CLI help text for docker remediation
  • 596c18f Merge pull request #238 from snyk/feat/docker-remediation
  • 5df5863 feat: docker base image remediation advice

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.103.2

1.103.2 (2018-10-11)

Bug Fixes

  • do not traverse node_modules on wizard monitor for yarn (8c41db7)
  • update message for path with file name error (e01f60a)
Commits

The new version differs by 4 commits.

  • ef4bc3a Merge pull request #237 from snyk/fix/message
  • f688f5f Merge pull request #239 from snyk/fix/yarn-wizard
  • 8c41db7 fix: do not traverse node_modules on wizard monitor for yarn
  • e01f60a fix: update message for path with file name error

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.103.3

1.103.3 (2018-10-11)

Bug Fixes

  • update resolve-deps to skip ~ directory (a8938f9)
Commits

The new version differs by 2 commits.

  • 2730ede Merge pull request #242 from snyk/fix/skip-tilde-dir
  • a8938f9 fix: update resolve-deps to skip ~ directory

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

1.103.4 (2018-10-12)

Bug Fixes

  • bump nodejs-lockfile-parser to allow 0 deps (50a954d)
Commits

The new version differs by 2 commits.

  • 4d7ee9e Merge pull request #243 from snyk/fix/bump-lockfile-parser-to-allow-0-deps
  • 50a954d fix: bump nodejs-lockfile-parser to allow 0 deps

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.104.0

1.104.0 (2018-10-16)

Features

  • bump python & golang plugins (00e91f5)
Commits

The new version differs by 4 commits.

  • 52b5ea2 Merge pull request #245 from snyk/feat/bump-python-and-go-plugins
  • 00e91f5 feat: bump python & golang plugins
  • 4d7ee9e Merge pull request #243 from snyk/fix/bump-lockfile-parser-to-allow-0-deps
  • 50a954d fix: bump nodejs-lockfile-parser to allow 0 deps

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.104.1

1.104.1 (2018-10-16)

Bug Fixes

Commits

The new version differs by 6 commits.

  • 146185c Merge pull request #246 from snyk/fix/delete-right-answer
  • 63a1f5f fix: not delete from this
  • 52b5ea2 Merge pull request #245 from snyk/feat/bump-python-and-go-plugins
  • 00e91f5 feat: bump python & golang plugins
  • 4d7ee9e Merge pull request #243 from snyk/fix/bump-lockfile-parser-to-allow-0-deps
  • 50a954d fix: bump nodejs-lockfile-parser to allow 0 deps

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.104.2

1.104.2 (2018-10-23)

Bug Fixes

  • don't print vulnerable paths count for docker tests (eb06722)
Commits

The new version differs by 9 commits.

  • be98a50 Merge pull request #252 from snyk/feat/rm-num-of-vuln-paths
  • 76eda06 chore: extened the vuln ignore of nyc
  • eb06722 fix: don't print vulnerable paths count for docker tests
  • 146185c Merge pull request #246 from snyk/fix/delete-right-answer
  • 63a1f5f fix: not delete from this
  • 52b5ea2 Merge pull request #245 from snyk/feat/bump-python-and-go-plugins
  • 00e91f5 feat: bump python & golang plugins
  • 4d7ee9e Merge pull request #243 from snyk/fix/bump-lockfile-parser-to-allow-0-deps
  • 50a954d fix: bump nodejs-lockfile-parser to allow 0 deps

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.105.0

1.105.0 (2018-10-24)

Features

  • Rename cliMessage to userMessage for consistency (d04d675)
Commits

The new version differs by 11 commits.

  • c98b8b3 Merge pull request #253 from snyk/feat/climessage-rename
  • d04d675 feat: Rename cliMessage to userMessage for consistency
  • be98a50 Merge pull request #252 from snyk/feat/rm-num-of-vuln-paths
  • 76eda06 chore: extened the vuln ignore of nyc
  • eb06722 fix: don't print vulnerable paths count for docker tests
  • 146185c Merge pull request #246 from snyk/fix/delete-right-answer
  • 63a1f5f fix: not delete from this
  • 52b5ea2 Merge pull request #245 from snyk/feat/bump-python-and-go-plugins
  • 00e91f5 feat: bump python & golang plugins
  • 4d7ee9e Merge pull request #243 from snyk/fix/bump-lockfile-parser-to-allow-0-deps
  • 50a954d fix: bump nodejs-lockfile-parser to allow 0 deps

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.105.1

1.105.1 (2018-10-31)

Bug Fixes

  • fix for assumed patch paths (370c0be)
Commits

The new version differs by 20 commits.

  • 3eb66e0 Merge pull request #257 from snyk/fix/file-path-fix
  • 4d8aa01 tests: update how tests execute patching
  • 7f21759 Merge pull request #254 from snyk/docs/fix-typos
  • 0c0c33e Merge pull request #255 from snyk/test/upgrade-sinon
  • 370c0be fix: fix for assumed patch paths
  • ea7e50b test: upgrade sinon to 4 (last version to support node4)
  • 83d4fc1 chore: upgrade sinon
  • 63ca7a3 Merge pull request #251 from pavel-github/docs/report-names-docker-section
  • c98b8b3 Merge pull request #253 from snyk/feat/climessage-rename
  • d04d675 feat: Rename cliMessage to userMessage for consistency
  • be98a50 Merge pull request #252 from snyk/feat/rm-num-of-vuln-paths
  • 76eda06 chore: extened the vuln ignore of nyc
  • eb06722 fix: don't print vulnerable paths count for docker tests
  • e8b8c6d docs: fix names for snyk report files
  • 146185c Merge pull request #246 from snyk/fix/delete-right-answer

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.106.0

1.106.0 (2018-11-01)

Features

  • display suggestion for using dockerfile (006a2f6)
Commits

The new version differs by 22 commits.

  • b7644e0 Merge pull request #260 from snyk/feat/display-tip-dockerfile-option
  • 006a2f6 feat: display suggestion for using dockerfile
  • 3eb66e0 Merge pull request #257 from snyk/fix/file-path-fix
  • 4d8aa01 tests: update how tests execute patching
  • 7f21759 Merge pull request #254 from snyk/docs/fix-typos
  • 0c0c33e Merge pull request #255 from snyk/test/upgrade-sinon
  • 370c0be fix: fix for assumed patch paths
  • ea7e50b test: upgrade sinon to 4 (last version to support node4)
  • 83d4fc1 chore: upgrade sinon
  • 63ca7a3 Merge pull request #251 from pavel-github/docs/report-names-docker-section
  • c98b8b3 Merge pull request #253 from snyk/feat/climessage-rename
  • d04d675 feat: Rename cliMessage to userMessage for consistency
  • be98a50 Merge pull request #252 from snyk/feat/rm-num-of-vuln-paths
  • 76eda06 chore: extened the vuln ignore of nyc
  • eb06722 fix: don't print vulnerable paths count for docker tests

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.106.1

1.106.1 (2018-11-04)

Bug Fixes

  • avoid docker image name@tag being confused with a real package (846ebbd)
Commits

The new version differs by 24 commits.

  • 5ac246c Merge pull request #261 from snyk/fix/exclude_image_name_from_scan
  • 846ebbd fix: avoid docker image name@tag being confused with a real package
  • b7644e0 Merge pull request #260 from snyk/feat/display-tip-dockerfile-option
  • 006a2f6 feat: display suggestion for using dockerfile
  • 3eb66e0 Merge pull request #257 from snyk/fix/file-path-fix
  • 4d8aa01 tests: update how tests execute patching
  • 7f21759 Merge pull request #254 from snyk/docs/fix-typos
  • 0c0c33e Merge pull request #255 from snyk/test/upgrade-sinon
  • 370c0be fix: fix for assumed patch paths
  • ea7e50b test: upgrade sinon to 4 (last version to support node4)
  • 83d4fc1 chore: upgrade sinon
  • 63ca7a3 Merge pull request #251 from pavel-github/docs/report-names-docker-section
  • c98b8b3 Merge pull request #253 from snyk/feat/climessage-rename
  • d04d675 feat: Rename cliMessage to userMessage for consistency
  • be98a50 Merge pull request #252 from snyk/feat/rm-num-of-vuln-paths

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.107.0

1.107.0 (2018-11-05)

Features

  • allow git urls in manifest file (3e86cfd)
Commits

The new version differs by 27 commits.

  • a7013cd Merge pull request #264 from snyk/feat/allow-urls-on-mafinest-file
  • 404dca2 chore: update snyk-policy
  • 3e86cfd feat: allow git urls in manifest file
  • 5ac246c Merge pull request #261 from snyk/fix/exclude_image_name_from_scan
  • 846ebbd fix: avoid docker image name@tag being confused with a real package
  • b7644e0 Merge pull request #260 from snyk/feat/display-tip-dockerfile-option
  • 006a2f6 feat: display suggestion for using dockerfile
  • 3eb66e0 Merge pull request #257 from snyk/fix/file-path-fix
  • 4d8aa01 tests: update how tests execute patching
  • 7f21759 Merge pull request #254 from snyk/docs/fix-typos
  • 0c0c33e Merge pull request #255 from snyk/test/upgrade-sinon
  • 370c0be fix: fix for assumed patch paths
  • ea7e50b test: upgrade sinon to 4 (last version to support node4)
  • 83d4fc1 chore: upgrade sinon
  • 63ca7a3 Merge pull request #251 from pavel-github/docs/report-names-docker-section

There are 27 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.107.1

1.107.1 (2018-11-05)

Bug Fixes

  • Fallback to node_modules for initial wizard test (3362312)
Commits

The new version differs by 29 commits.

  • e7472a0 Merge pull request #262 from snyk/fix/path-node-modules-fallback
  • a7013cd Merge pull request #264 from snyk/feat/allow-urls-on-mafinest-file
  • 404dca2 chore: update snyk-policy
  • 3e86cfd feat: allow git urls in manifest file
  • 5ac246c Merge pull request #261 from snyk/fix/exclude_image_name_from_scan
  • 3362312 fix: Fallback to node_modules for initial wizard test
  • 846ebbd fix: avoid docker image name@tag being confused with a real package
  • b7644e0 Merge pull request #260 from snyk/feat/display-tip-dockerfile-option
  • 006a2f6 feat: display suggestion for using dockerfile
  • 3eb66e0 Merge pull request #257 from snyk/fix/file-path-fix
  • 4d8aa01 tests: update how tests execute patching
  • 7f21759 Merge pull request #254 from snyk/docs/fix-typos
  • 0c0c33e Merge pull request #255 from snyk/test/upgrade-sinon
  • 370c0be fix: fix for assumed patch paths
  • ea7e50b test: upgrade sinon to 4 (last version to support node4)

There are 29 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.108.0

1.108.0 (2018-11-05)

Features

  • Bump lockfile parser version for perf update (c1aca6b)
Commits

The new version differs by 31 commits.

  • 22f52f5 Merge pull request #265 from snyk/feat/faster-lockfile-parsing
  • c1aca6b feat: Bump lockfile parser version for perf update
  • e7472a0 Merge pull request #262 from snyk/fix/path-node-modules-fallback
  • a7013cd Merge pull request #264 from snyk/feat/allow-urls-on-mafinest-file
  • 404dca2 chore: update snyk-policy
  • 3e86cfd feat: allow git urls in manifest file
  • 5ac246c Merge pull request #261 from snyk/fix/exclude_image_name_from_scan
  • 3362312 fix: Fallback to node_modules for initial wizard test
  • 846ebbd fix: avoid docker image name@tag being confused with a real package
  • b7644e0 Merge pull request #260 from snyk/feat/display-tip-dockerfile-option
  • 006a2f6 feat: display suggestion for using dockerfile
  • 3eb66e0 Merge pull request #257 from snyk/fix/file-path-fix
  • 4d8aa01 tests: update how tests execute patching
  • 7f21759 Merge pull request #254 from snyk/docs/fix-typos
  • 0c0c33e Merge pull request #255 from snyk/test/upgrade-sinon

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.108.1

1.108.1 (2018-11-08)

Bug Fixes

  • show friendly message on monitor timeout (bdf1b79)
  • update snyk-docker-plugin to handle hosts with ports (03f50fb)
Commits

The new version differs by 38 commits.

  • 203f976 Merge pull request #269 from snyk/fix/update-docker-plugin-for-tags
  • 4dee604 Merge pull request #268 from snyk/fix/monitor-timeout
  • 03f50fb fix: update snyk-docker-plugin to handle hosts with ports
  • bdf1b79 fix: show friendly message on monitor timeout
  • c88bdce Merge pull request #267 from snyk/chore/modernize-run-test
  • 083172f chore: lib/snyk-test/run-test.{js -> ts}
  • a4da0c5 chore: async/await in lib/snyk-test/run-test.js
  • 22f52f5 Merge pull request #265 from snyk/feat/faster-lockfile-parsing
  • c1aca6b feat: Bump lockfile parser version for perf update
  • e7472a0 Merge pull request #262 from snyk/fix/path-node-modules-fallback
  • a7013cd Merge pull request #264 from snyk/feat/allow-urls-on-mafinest-file
  • 404dca2 chore: update snyk-policy
  • 3e86cfd feat: allow git urls in manifest file
  • 5ac246c Merge pull request #261 from snyk/fix/exclude_image_name_from_scan
  • 3362312 fix: Fallback to node_modules for initial wizard test

There are 38 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.108.2

1.108.2 (2018-11-09)

Bug Fixes

  • bump snyk-gradle-plugin to fix version parsing edge-case (0aa181d)
Commits

The new version differs by 40 commits.

  • 47706aa Merge pull request #270 from snyk/fix/bump-gradle-for-parsing
  • 0aa181d fix: bump snyk-gradle-plugin to fix version parsing edge-case
  • 203f976 Merge pull request #269 from snyk/fix/update-docker-plugin-for-tags
  • 4dee604 Merge pull request #268 from snyk/fix/monitor-timeout
  • 03f50fb fix: update snyk-docker-plugin to handle hosts with ports
  • bdf1b79 fix: show friendly message on monitor timeout
  • c88bdce Merge pull request #267 from snyk/chore/modernize-run-test
  • 083172f chore: lib/snyk-test/run-test.{js -> ts}
  • a4da0c5 chore: async/await in lib/snyk-test/run-test.js
  • 22f52f5 Merge pull request #265 from snyk/feat/faster-lockfile-parsing
  • c1aca6b feat: Bump lockfile parser version for perf update
  • e7472a0 Merge pull request #262 from snyk/fix/path-node-modules-fallback
  • a7013cd Merge pull request #264 from snyk/feat/allow-urls-on-mafinest-file
  • 404dca2 chore: update snyk-policy
  • 3e86cfd feat: allow git urls in manifest file

There are 40 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.108.3

1.108.3 (2018-11-18)

Bug Fixes

  • document the --policy-path option (827348e)
Commits

The new version differs by 44 commits.

  • bb3f3cd Merge pull request #273 from snyk/fix/document-policy-path
  • 827348e fix: document the --policy-path option
  • 612c9ee Merge pull request #271 from snyk/chore/bump-lockfile-parser
  • 3e4d7b6 chore: bump lockfile parser
  • 47706aa Merge pull request #270 from snyk/fix/bump-gradle-for-parsing
  • 0aa181d fix: bump snyk-gradle-plugin to fix version parsing edge-case
  • 203f976 Merge pull request #269 from snyk/fix/update-docker-plugin-for-tags
  • 4dee604 Merge pull request #268 from snyk/fix/monitor-timeout
  • 03f50fb fix: update snyk-docker-plugin to handle hosts with ports
  • bdf1b79 fix: show friendly message on monitor timeout
  • c88bdce Merge pull request #267 from snyk/chore/modernize-run-test
  • 083172f chore: lib/snyk-test/run-test.{js -> ts}
  • a4da0c5 chore: async/await in lib/snyk-test/run-test.js
  • 22f52f5 Merge pull request #265 from snyk/feat/faster-lockfile-parsing
  • c1aca6b feat: Bump lockfile parser version for perf update

There are 44 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.109.0

1.109.0 (2018-11-19)

Features

  • send the base image to registry when running snyk monitor (cb78573)
Commits

The new version differs by 49 commits.

  • e014a67 Merge pull request #275 from snyk/feat/docker-monitor-sends-dockerfile
  • b2d4863 chore: extend ignore inside snyk policy file
  • cb78573 feat: send the base image to registry when running snyk monitor
  • 88ec98d Merge pull request #276 from snyk/chore/release-stage-only-for-master
  • 14c2868 chore: show travis release stage only for master
  • bb3f3cd Merge pull request #273 from snyk/fix/document-policy-path
  • 827348e fix: document the --policy-path option
  • 612c9ee Merge pull request #271 from snyk/chore/bump-lockfile-parser
  • 3e4d7b6 chore: bump lockfile parser
  • 47706aa Merge pull request #270 from snyk/fix/bump-gradle-for-parsing
  • 0aa181d fix: bump snyk-gradle-plugin to fix version parsing edge-case
  • 203f976 Merge pull request #269 from snyk/fix/update-docker-plugin-for-tags
  • 4dee604 Merge pull request #268 from snyk/fix/monitor-timeout
  • 03f50fb fix: update snyk-docker-plugin to handle hosts with ports
  • bdf1b79 fix: show friendly message on monitor timeout

There are 49 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.110.0

1.110.0 (2018-11-20)

Bug Fixes

Features

Commits

The new version differs by 52 commits.

  • 50fde18 Merge pull request #274 from snyk/feat/add-docker-suggestion
  • 580d9ae fix: CR fixes
  • 31ee873 feat: suggest using --docker
  • e014a67 Merge pull request #275 from snyk/feat/docker-monitor-sends-dockerfile
  • b2d4863 chore: extend ignore inside snyk policy file
  • cb78573 feat: send the base image to registry when running snyk monitor
  • 88ec98d Merge pull request #276 from snyk/chore/release-stage-only-for-master
  • 14c2868 chore: show travis release stage only for master
  • bb3f3cd Merge pull request #273 from snyk/fix/document-policy-path
  • 827348e fix: document the --policy-path option
  • 612c9ee Merge pull request #271 from snyk/chore/bump-lockfile-parser
  • 3e4d7b6 chore: bump lockfile parser
  • 47706aa Merge pull request #270 from snyk/fix/bump-gradle-for-parsing
  • 0aa181d fix: bump snyk-gradle-plugin to fix version parsing edge-case
  • 203f976 Merge pull request #269 from snyk/fix/update-docker-plugin-for-tags

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.110.1

1.110.1 (2018-11-21)

Bug Fixes

  • Parse ARGs in Dockerfile FROM instructions (9291302)
Commits

The new version differs by 54 commits.

  • 7adcca0 Merge pull request #278 from snyk/fix/bump-snyk-docker-plugin
  • 9291302 fix: Parse ARGs in Dockerfile FROM instructions
  • 50fde18 Merge pull request #274 from snyk/feat/add-docker-suggestion
  • 580d9ae fix: CR fixes
  • 31ee873 feat: suggest using --docker
  • e014a67 Merge pull request #275 from snyk/feat/docker-monitor-sends-dockerfile
  • b2d4863 chore: extend ignore inside snyk policy file
  • cb78573 feat: send the base image to registry when running snyk monitor
  • 88ec98d Merge pull request #276 from snyk/chore/release-stage-only-for-master
  • 14c2868 chore: show travis release stage only for master
  • bb3f3cd Merge pull request #273 from snyk/fix/document-policy-path
  • 827348e fix: document the --policy-path option
  • 612c9ee Merge pull request #271 from snyk/chore/bump-lockfile-parser
  • 3e4d7b6 chore: bump lockfile parser
  • 47706aa Merge pull request #270 from snyk/fix/bump-gradle-for-parsing

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.110.2

1.110.2 (2018-11-22)

Bug Fixes

  • when package-lock.json file is present, snyk wizard included devDepepndencies in vulnerability count (df876c6)
Commits

The new version differs by 56 commits.

  • e96ad62 Merge pull request #279 from snyk/fix/wizard_uses_devDeps_when_lockFile_present
  • df876c6 fix: when package-lock.json file is present, snyk wizard included devDepepndencies in vulnerability count
  • 7adcca0 Merge pull request #278 from snyk/fix/bump-snyk-docker-plugin
  • 9291302 fix: Parse ARGs in Dockerfile FROM instructions
  • 50fde18 Merge pull request #274 from snyk/feat/add-docker-suggestion
  • 580d9ae fix: CR fixes
  • 31ee873 feat: suggest using --docker
  • e014a67 Merge pull request #275 from snyk/feat/docker-monitor-sends-dockerfile
  • b2d4863 chore: extend ignore inside snyk policy file
  • cb78573 feat: send the base image to registry when running snyk monitor
  • 88ec98d Merge pull request #276 from snyk/chore/release-stage-only-for-master
  • 14c2868 chore: show travis release stage only for master
  • bb3f3cd Merge pull request #273 from snyk/fix/document-policy-path
  • 827348e fix: document the --policy-path option
  • 612c9ee Merge pull request #271 from snyk/chore/bump-lockfile-parser

There are 56 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.111.0

1.111.0 (2018-11-28)

Features

  • test plugin dep-trees as graphs via new /test-dep-graph API (b23d9cc)
Commits

The new version differs by 58 commits.

  • 38f8ab4 Merge pull request #272 from snyk/feat/send-test-plugin-payload-as-graph
  • b23d9cc feat: test plugin dep-trees as graphs via new /test-dep-graph API
  • e96ad62 Merge pull request #279 from snyk/fix/wizard_uses_devDeps_when_lockFile_present
  • df876c6 fix: when package-lock.json file is present, snyk wizard included devDepepndencies in vulnerability count
  • 7adcca0 Merge pull request #278 from snyk/fix/bump-snyk-docker-plugin
  • 9291302 fix: Parse ARGs in Dockerfile FROM instructions
  • 50fde18 Merge pull request #274 from snyk/feat/add-docker-suggestion
  • 580d9ae fix: CR fixes
  • 31ee873 feat: suggest using --docker
  • e014a67 Merge pull request #275 from snyk/feat/docker-monitor-sends-dockerfile
  • b2d4863 chore: extend ignore inside snyk policy file
  • cb78573 feat: send the base image to registry when running snyk monitor
  • 88ec98d Merge pull request #276 from snyk/chore/release-stage-only-for-master
  • 14c2868 chore: show travis release stage only for master
  • bb3f3cd Merge pull request #273 from snyk/fix/document-policy-path

There are 58 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.111.1

1.111.1 (2018-11-28)

Bug Fixes

  • update @snyk/dep-graph bugfix handling of versions with pipes (b2f8173)
Commits

The new version differs by 60 commits.

  • e95d8c2 Merge pull request #281 from snyk/fix/bump-dep-graph-pipes-bugfix
  • b2f8173 fix: update @snyk/dep-graph bugfix handling of versions with pipes
  • 38f8ab4 Merge pull request #272 from snyk/feat/send-test-plugin-payload-as-graph
  • b23d9cc feat: test plugin dep-trees as graphs via new /test-dep-graph API
  • e96ad62 Merge pull request #279 from snyk/fix/wizard_uses_devDeps_when_lockFile_present
  • df876c6 fix: when package-lock.json file is present, snyk wizard included devDepepndencies in vulnerability count
  • 7adcca0 Merge pull request #278 from snyk/fix/bump-snyk-docker-plugin
  • 9291302 fix: Parse ARGs in Dockerfile FROM instructions
  • 50fde18 Merge pull request #274 from snyk/feat/add-docker-suggestion
  • 580d9ae fix: CR fixes
  • 31ee873 feat: suggest using --docker
  • e014a67 Merge pull request #275 from snyk/feat/docker-monitor-sends-dockerfile
  • b2d4863 chore: extend ignore inside snyk policy file
  • cb78573 feat: send the base image to registry when running snyk monitor
  • 88ec98d Merge pull request #276 from snyk/chore/release-stage-only-for-master

There are 60 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.112.0

1.112.0 (2018-11-30)

Features

  • Bump required lockfile parser version (762f056)
Commits

The new version differs by 62 commits.

  • ab6f5c8 Merge pull request #284 from snyk/feat/bump-lockfile-parser
  • 762f056 feat: Bump required lockfile parser version
  • e95d8c2 Merge pull request #281 from snyk/fix/bump-dep-graph-pipes-bugfix
  • b2f8173 fix: update @snyk/dep-graph bugfix handling of versions with pipes
  • 38f8ab4 Merge pull request #272 from snyk/feat/send-test-plugin-payload-as-graph
  • b23d9cc feat: test plugin dep-trees as graphs via new /test-dep-graph API
  • e96ad62 Merge pull request #279 from snyk/fix/wizard_uses_devDeps_when_lockFile_present
  • df876c6 fix: when package-lock.json file is present, snyk wizard included devDepepndencies in vulnerability count
  • 7adcca0 Merge pull request #278 from snyk/fix/bump-snyk-docker-plugin
  • 9291302 fix: Parse ARGs in Dockerfile FROM instructions
  • 50fde18 Merge pull request #274 from snyk/feat/add-docker-suggestion
  • 580d9ae fix: CR fixes
  • 31ee873 feat: suggest using --docker
  • e014a67 Merge pull request #275 from snyk/feat/docker-monitor-sends-dockerfile
  • b2d4863 chore: extend ignore inside snyk policy file

There are 62 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.113.0

1.113.0 (2018-12-03)

Features

Commits

The new version differs by 64 commits.

  • 4d9d1ac Merge pull request #287 from snyk/feat/bump-docker-plugin
  • 83d4c9c feat: bump docker plugin
  • ab6f5c8 Merge pull request #284 from snyk/feat/bump-lockfile-parser
  • 762f056 feat: Bump required lockfile parser version
  • e95d8c2 Merge pull request #281 from snyk/fix/bump-dep-graph-pipes-bugfix
  • b2f8173 fix: update @snyk/dep-graph bugfix handling of versions with pipes
  • 38f8ab4 Merge pull request #272 from snyk/feat/send-test-plugin-payload-as-graph
  • b23d9cc feat: test plugin dep-trees as graphs via new /test-dep-graph API
  • e96ad62 Merge pull request #279 from snyk/fix/wizard_uses_devDeps_when_lockFile_present
  • df876c6 fix: when package-lock.json file is present, snyk wizard included devDepepndencies in vulnerability count
  • 7adcca0 Merge pull request #278 from snyk/fix/bump-snyk-docker-plugin
  • 9291302 fix: Parse ARGs in Dockerfile FROM instructions
  • 50fde18 Merge pull request #274 from snyk/feat/add-docker-suggestion
  • 580d9ae fix: CR fixes
  • 31ee873 feat: suggest using --docker

There are 64 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.114.0

1.114.0 (2018-12-04)

Features

  • bump docker plugin version (b8e085c)
Commits

The new version differs by 66 commits.

  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin
  • b8e085c feat: bump docker plugin version
  • 4d9d1ac Merge pull request #287 from snyk/feat/bump-docker-plugin
  • 83d4c9c feat: bump docker plugin
  • ab6f5c8 Merge pull request #284 from snyk/feat/bump-lockfile-parser
  • 762f056 feat: Bump required lockfile parser version
  • e95d8c2 Merge pull request #281 from snyk/fix/bump-dep-graph-pipes-bugfix
  • b2f8173 fix: update @snyk/dep-graph bugfix handling of versions with pipes
  • 38f8ab4 Merge pull request #272 from snyk/feat/send-test-plugin-payload-as-graph
  • b23d9cc feat: test plugin dep-trees as graphs via new /test-dep-graph API
  • e96ad62 Merge pull request #279 from snyk/fix/wizard_uses_devDeps_when_lockFile_present
  • df876c6 fix: when package-lock.json file is present, snyk wizard included devDepepndencies in vulnerability count
  • 7adcca0 Merge pull request #278 from snyk/fix/bump-snyk-docker-plugin
  • 9291302 fix: Parse ARGs in Dockerfile FROM instructions
  • 50fde18 Merge pull request #274 from snyk/feat/add-docker-suggestion

There are 66 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.114.1

1.114.1 (2018-12-05)

Bug Fixes

  • when "name" property is missing in package.json use path as a project name (0387444)
Commits

The new version differs by 68 commits.

  • e0b524d Merge pull request #288 from snyk/lockfile_parser_return_valid_name
  • 0387444 fix: when "name" property is missing in package.json use path as a project name
  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin
  • b8e085c feat: bump docker plugin version
  • 4d9d1ac Merge pull request #287 from snyk/feat/bump-docker-plugin
  • 83d4c9c feat: bump docker plugin
  • ab6f5c8 Merge pull request #284 from snyk/feat/bump-lockfile-parser
  • 762f056 feat: Bump required lockfile parser version
  • e95d8c2 Merge pull request #281 from snyk/fix/bump-dep-graph-pipes-bugfix
  • b2f8173 fix: update @snyk/dep-graph bugfix handling of versions with pipes
  • 38f8ab4 Merge pull request #272 from snyk/feat/send-test-plugin-payload-as-graph
  • b23d9cc feat: test plugin dep-trees as graphs via new /test-dep-graph API
  • e96ad62 Merge pull request #279 from snyk/fix/wizard_uses_devDeps_when_lockFile_present
  • df876c6 fix: when package-lock.json file is present, snyk wizard included devDepepndencies in vulnerability count
  • 7adcca0 Merge pull request #278 from snyk/fix/bump-snyk-docker-plugin

There are 68 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.115.0

1.115.0 (2018-12-05)

Bug Fixes

  • missing comma in .releaserc (bba2038)

Features

  • sha256 checksums for binary releases (0b13a04)
Commits

The new version differs by 72 commits.

  • 294f002 Merge pull request #294 from snyk/fix/missing-comma-releaserc
  • bba2038 fix: missing comma in .releaserc
  • ff79f79 Merge pull request #293 from snyk/feat/checksum-binary-releases
  • 0b13a04 feat: sha256 checksums for binary releases
  • e0b524d Merge pull request #288 from snyk/lockfile_parser_return_valid_name
  • 0387444 fix: when "name" property is missing in package.json use path as a project name
  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin
  • b8e085c feat: bump docker plugin version
  • 4d9d1ac Merge pull request #287 from snyk/feat/bump-docker-plugin
  • 83d4c9c feat: bump docker plugin
  • ab6f5c8 Merge pull request #284 from snyk/feat/bump-lockfile-parser
  • 762f056 feat: Bump required lockfile parser version
  • e95d8c2 Merge pull request #281 from snyk/fix/bump-dep-graph-pipes-bugfix
  • b2f8173 fix: update @snyk/dep-graph bugfix handling of versions with pipes
  • 38f8ab4 Merge pull request #272 from snyk/feat/send-test-plugin-payload-as-graph

There are 72 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.116.0

1.116.0 (2018-12-06)

Features

  • add a CLI message when newer version is available (5053c4e)
Commits

The new version differs by 74 commits.

  • daebb6a Merge pull request #292 from snyk/feat/cli_upgrade_message
  • 5053c4e feat: add a CLI message when newer version is available
  • 294f002 Merge pull request #294 from snyk/fix/missing-comma-releaserc
  • bba2038 fix: missing comma in .releaserc
  • ff79f79 Merge pull request #293 from snyk/feat/checksum-binary-releases
  • 0b13a04 feat: sha256 checksums for binary releases
  • e0b524d Merge pull request #288 from snyk/lockfile_parser_return_valid_name
  • 0387444 fix: when "name" property is missing in package.json use path as a project name
  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin
  • b8e085c feat: bump docker plugin version
  • 4d9d1ac Merge pull request #287 from snyk/feat/bump-docker-plugin
  • 83d4c9c feat: bump docker plugin
  • ab6f5c8 Merge pull request #284 from snyk/feat/bump-lockfile-parser
  • 762f056 feat: Bump required lockfile parser version
  • e95d8c2 Merge pull request #281 from snyk/fix/bump-dep-graph-pipes-bugfix

There are 74 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.116.1

1.116.1 (2018-12-06)

Bug Fixes

  • docker image fails with spaces in project folder names (ccf6db1)
Commits

The new version differs by 80 commits.

  • e9b996e Merge pull request #295 from snyk/fix/docker-entrypoint
  • 416401b chore: docker entrypoint readability with line breaks
  • 9fbff42 Merge pull request #297 from snyk/chore/bump-snyk-go-plugin
  • 20f8d5b chore: bump snyk-go-plugin
  • 7a199f0 chore: shellcheck suggested '-n' instead of '! -z'
  • daebb6a Merge pull request #292 from snyk/feat/cli_upgrade_message
  • ccf6db1 fix: docker image fails with spaces in project folder names
  • 5053c4e feat: add a CLI message when newer version is available
  • 294f002 Merge pull request #294 from snyk/fix/missing-comma-releaserc
  • bba2038 fix: missing comma in .releaserc
  • ff79f79 Merge pull request #293 from snyk/feat/checksum-binary-releases
  • 0b13a04 feat: sha256 checksums for binary releases
  • e0b524d Merge pull request #288 from snyk/lockfile_parser_return_valid_name
  • 0387444 fix: when "name" property is missing in package.json use path as a project name
  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin

There are 80 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.116.2

1.116.2 (2018-12-06)

Bug Fixes

  • gpg complains on non-tty mode in docker building process (d04bc43)
Commits

The new version differs by 82 commits.

  • 61889f8 Merge pull request #298 from snyk/fix/gpg-issue-with-dockerfiles
  • d04bc43 fix: gpg complains on non-tty mode in docker building process
  • e9b996e Merge pull request #295 from snyk/fix/docker-entrypoint
  • 416401b chore: docker entrypoint readability with line breaks
  • 9fbff42 Merge pull request #297 from snyk/chore/bump-snyk-go-plugin
  • 20f8d5b chore: bump snyk-go-plugin
  • 7a199f0 chore: shellcheck suggested '-n' instead of '! -z'
  • daebb6a Merge pull request #292 from snyk/feat/cli_upgrade_message
  • ccf6db1 fix: docker image fails with spaces in project folder names
  • 5053c4e feat: add a CLI message when newer version is available
  • 294f002 Merge pull request #294 from snyk/fix/missing-comma-releaserc
  • bba2038 fix: missing comma in .releaserc
  • ff79f79 Merge pull request #293 from snyk/feat/checksum-binary-releases
  • 0b13a04 feat: sha256 checksums for binary releases
  • e0b524d Merge pull request #288 from snyk/lockfile_parser_return_valid_name

There are 82 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.116.3

1.116.3 (2018-12-10)

Bug Fixes

  • add tests for missing package name (d2cfcb0)
Commits

The new version differs by 84 commits.

  • 56726e1 Merge pull request #301 from snyk/fix/test_updater
  • d2cfcb0 fix: add tests for missing package name
  • 61889f8 Merge pull request #298 from snyk/fix/gpg-issue-with-dockerfiles
  • d04bc43 fix: gpg complains on non-tty mode in docker building process
  • e9b996e Merge pull request #295 from snyk/fix/docker-entrypoint
  • 416401b chore: docker entrypoint readability with line breaks
  • 9fbff42 Merge pull request #297 from snyk/chore/bump-snyk-go-plugin
  • 20f8d5b chore: bump snyk-go-plugin
  • 7a199f0 chore: shellcheck suggested '-n' instead of '! -z'
  • daebb6a Merge pull request #292 from snyk/feat/cli_upgrade_message
  • ccf6db1 fix: docker image fails with spaces in project folder names
  • 5053c4e feat: add a CLI message when newer version is available
  • 294f002 Merge pull request #294 from snyk/fix/missing-comma-releaserc
  • bba2038 fix: missing comma in .releaserc
  • ff79f79 Merge pull request #293 from snyk/feat/checksum-binary-releases

There are 84 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.116.4

1.116.4 (2018-12-10)

Bug Fixes

  • bump mvn, gradle and sbt plugins to support target file paths (29b5ce8)
Commits

The new version differs by 86 commits.

  • 5820a34 Merge pull request #303 from snyk/fix/bump-plugins
  • 29b5ce8 fix: bump mvn, gradle and sbt plugins to support target file paths
  • 56726e1 Merge pull request #301 from snyk/fix/test_updater
  • d2cfcb0 fix: add tests for missing package name
  • 61889f8 Merge pull request #298 from snyk/fix/gpg-issue-with-dockerfiles
  • d04bc43 fix: gpg complains on non-tty mode in docker building process
  • e9b996e Merge pull request #295 from snyk/fix/docker-entrypoint
  • 416401b chore: docker entrypoint readability with line breaks
  • 9fbff42 Merge pull request #297 from snyk/chore/bump-snyk-go-plugin
  • 20f8d5b chore: bump snyk-go-plugin
  • 7a199f0 chore: shellcheck suggested '-n' instead of '! -z'
  • daebb6a Merge pull request #292 from snyk/feat/cli_upgrade_message
  • ccf6db1 fix: docker image fails with spaces in project folder names
  • 5053c4e feat: add a CLI message when newer version is available
  • 294f002 Merge pull request #294 from snyk/fix/missing-comma-releaserc

There are 86 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.117.0

1.117.0 (2018-12-11)

Features

  • bump snyk-docker-plugin version (6d1d546)
Commits

The new version differs by 89 commits.

  • 749f154 Merge pull request #305 from snyk/feat/bump-snyk-docker-plugin
  • c3b5843 Merge branch 'master' into feat/bump-snyk-docker-plugin
  • 6d1d546 feat: bump snyk-docker-plugin version
  • 5820a34 Merge pull request #303 from snyk/fix/bump-plugins
  • 29b5ce8 fix: bump mvn, gradle and sbt plugins to support target file paths
  • 56726e1 Merge pull request #301 from snyk/fix/test_updater
  • d2cfcb0 fix: add tests for missing package name
  • 61889f8 Merge pull request #298 from snyk/fix/gpg-issue-with-dockerfiles
  • d04bc43 fix: gpg complains on non-tty mode in docker building process
  • e9b996e Merge pull request #295 from snyk/fix/docker-entrypoint
  • 416401b chore: docker entrypoint readability with line breaks
  • 9fbff42 Merge pull request #297 from snyk/chore/bump-snyk-go-plugin
  • 20f8d5b chore: bump snyk-go-plugin
  • 7a199f0 chore: shellcheck suggested '-n' instead of '! -z'
  • daebb6a Merge pull request #292 from snyk/feat/cli_upgrade_message

There are 89 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.117.1

1.117.1 (2018-12-11)

Bug Fixes

  • add tests for missing package name (640eb2c)
Commits

The new version differs by 92 commits.

  • b663d04 Merge pull request #296 from snyk/test/adjust_test_to_no_name_pkg
  • 0f49301 refactor: refactor tests to ES6 style
  • 749f154 Merge pull request #305 from snyk/feat/bump-snyk-docker-plugin
  • c3b5843 Merge branch 'master' into feat/bump-snyk-docker-plugin
  • 6d1d546 feat: bump snyk-docker-plugin version
  • 5820a34 Merge pull request #303 from snyk/fix/bump-plugins
  • 29b5ce8 fix: bump mvn, gradle and sbt plugins to support target file paths
  • 56726e1 Merge pull request #301 from snyk/fix/test_updater
  • d2cfcb0 fix: add tests for missing package name
  • 640eb2c fix: add tests for missing package name
  • 61889f8 Merge pull request #298 from snyk/fix/gpg-issue-with-dockerfiles
  • d04bc43 fix: gpg complains on non-tty mode in docker building process
  • e9b996e Merge pull request #295 from snyk/fix/docker-entrypoint
  • 416401b chore: docker entrypoint readability with line breaks
  • 9fbff42 Merge pull request #297 from snyk/chore/bump-snyk-go-plugin

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

1.117.2 (2018-12-18)

Bug Fixes

  • bump python-plugin to not depend on pip being available (6708739)
Commits

The new version differs by 98 commits.

  • 75f5cfb Merge pull request #310 from snyk/fix/bump-python-plugin-remove-pip-dep
  • 6708739 fix: bump python-plugin to not depend on pip being available
  • 032e1dd Merge pull request #308 from snyk/refactor/small_es6_adjustments
  • fbc4158 refactor: leftovers for es6 adjustments
  • 238924b Merge pull request #307 from snyk/chore/update-gitignore
  • 0e82f9c chore: ignore root package-lock.json
  • b663d04 Merge pull request #296 from snyk/test/adjust_test_to_no_name_pkg
  • 0f49301 refactor: refactor tests to ES6 style
  • 749f154 Merge pull request #305 from snyk/feat/bump-snyk-docker-plugin
  • c3b5843 Merge branch 'master' into feat/bump-snyk-docker-plugin
  • 6d1d546 feat: bump snyk-docker-plugin version
  • 5820a34 Merge pull request #303 from snyk/fix/bump-plugins
  • 29b5ce8 fix: bump mvn, gradle and sbt plugins to support target file paths
  • 56726e1 Merge pull request #301 from snyk/fix/test_updater
  • d2cfcb0 fix: add tests for missing package name

There are 98 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.118.0

1.118.0 (2018-12-18)

Features

  • support docker binaries display (c04550b)
Commits

The new version differs by 100 commits.

  • 397b857 Merge pull request #309 from snyk/feat/support-docker-binaries
  • c04550b feat: support docker binaries display
  • 75f5cfb Merge pull request #310 from snyk/fix/bump-python-plugin-remove-pip-dep
  • 6708739 fix: bump python-plugin to not depend on pip being available
  • 032e1dd Merge pull request #308 from snyk/refactor/small_es6_adjustments
  • fbc4158 refactor: leftovers for es6 adjustments
  • 238924b Merge pull request #307 from snyk/chore/update-gitignore
  • 0e82f9c chore: ignore root package-lock.json
  • b663d04 Merge pull request #296 from snyk/test/adjust_test_to_no_name_pkg
  • 0f49301 refactor: refactor tests to ES6 style
  • 749f154 Merge pull request #305 from snyk/feat/bump-snyk-docker-plugin
  • c3b5843 Merge branch 'master' into feat/bump-snyk-docker-plugin
  • 6d1d546 feat: bump snyk-docker-plugin version
  • 5820a34 Merge pull request #303 from snyk/fix/bump-plugins
  • 29b5ce8 fix: bump mvn, gradle and sbt plugins to support target file paths

There are 100 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.118.1

1.118.1 (2018-12-19)

Bug Fixes

  • bump version for snyk-policy and snyk-nodejs-lockfile-parser dependencies (f8abcba)
  • corrected analytics keys to match conventions. (49abf37)
Commits

The new version differs by 104 commits.

  • 3c23b09 Merge pull request #312 from snyk/fix/bump-deps
  • f8abcba fix: bump version for snyk-policy and snyk-nodejs-lockfile-parser dependencies
  • c8cf50c Merge pull request #311 from snyk/fix/corrects-analytics-keys
  • 49abf37 fix: corrected analytics keys to match conventions.
  • 397b857 Merge pull request #309 from snyk/feat/support-docker-binaries
  • c04550b feat: support docker binaries display
  • 75f5cfb Merge pull request #310 from snyk/fix/bump-python-plugin-remove-pip-dep
  • 6708739 fix: bump python-plugin to not depend on pip being available
  • 032e1dd Merge pull request #308 from snyk/refactor/small_es6_adjustments
  • fbc4158 refactor: leftovers for es6 adjustments
  • 238924b Merge pull request #307 from snyk/chore/update-gitignore
  • 0e82f9c chore: ignore root package-lock.json
  • b663d04 Merge pull request #296 from snyk/test/adjust_test_to_no_name_pkg
  • 0f49301 refactor: refactor tests to ES6 style
  • 749f154 Merge pull request #305 from snyk/feat/bump-snyk-docker-plugin

There are 104 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.118.2

1.118.2 (2018-12-20)

Bug Fixes

  • bump version for snyk-policy dependency (6b32de4)
Commits

The new version differs by 106 commits.

  • 3fece7c Merge pull request #314 from snyk/fix/bump-deps
  • 6b32de4 fix: bump version for snyk-policy dependency
  • 3c23b09 Merge pull request #312 from snyk/fix/bump-deps
  • f8abcba fix: bump version for snyk-policy and snyk-nodejs-lockfile-parser dependencies
  • c8cf50c Merge pull request #311 from snyk/fix/corrects-analytics-keys
  • 49abf37 fix: corrected analytics keys to match conventions.
  • 397b857 Merge pull request #309 from snyk/feat/support-docker-binaries
  • c04550b feat: support docker binaries display
  • 75f5cfb Merge pull request #310 from snyk/fix/bump-python-plugin-remove-pip-dep
  • 6708739 fix: bump python-plugin to not depend on pip being available
  • 032e1dd Merge pull request #308 from snyk/refactor/small_es6_adjustments
  • fbc4158 refactor: leftovers for es6 adjustments
  • 238924b Merge pull request #307 from snyk/chore/update-gitignore
  • 0e82f9c chore: ignore root package-lock.json
  • b663d04 Merge pull request #296 from snyk/test/adjust_test_to_no_name_pkg

There are 106 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.119.0

1.119.0 (2018-12-26)

Features

  • dedicated display docker binaries issues (c3f6b3f)
Commits

The new version differs by 108 commits.

  • ee43b4a Merge pull request #315 from snyk/feat/support-docker-binaries
  • c3f6b3f feat: dedicated display docker binaries issues
  • 3fece7c Merge pull request #314 from snyk/fix/bump-deps
  • 6b32de4 fix: bump version for snyk-policy dependency
  • 3c23b09 Merge pull request #312 from snyk/fix/bump-deps
  • f8abcba fix: bump version for snyk-policy and snyk-nodejs-lockfile-parser dependencies
  • c8cf50c Merge pull request #311 from snyk/fix/corrects-analytics-keys
  • 49abf37 fix: corrected analytics keys to match conventions.
  • 397b857 Merge pull request #309 from snyk/feat/support-docker-binaries
  • c04550b feat: support docker binaries display
  • 75f5cfb Merge pull request #310 from snyk/fix/bump-python-plugin-remove-pip-dep
  • 6708739 fix: bump python-plugin to not depend on pip being available
  • 032e1dd Merge pull request #308 from snyk/refactor/small_es6_adjustments
  • fbc4158 refactor: leftovers for es6 adjustments
  • 238924b Merge pull request #307 from snyk/chore/update-gitignore

There are 108 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.120.0

1.120.0 (2019-01-01)

Features

  • display fixed in version key & refactor binaries issues display logic (80daaf5)
Commits

The new version differs by 110 commits.

  • bb31229 Merge pull request #317 from snyk/feat/support-docker-binaries
  • 80daaf5 feat: display fixed in version key & refactor binaries issues display logic
  • ee43b4a Merge pull request #315 from snyk/feat/support-docker-binaries
  • c3f6b3f feat: dedicated display docker binaries issues
  • 3fece7c Merge pull request #314 from snyk/fix/bump-deps
  • 6b32de4 fix: bump version for snyk-policy dependency
  • 3c23b09 Merge pull request #312 from snyk/fix/bump-deps
  • f8abcba fix: bump version for snyk-policy and snyk-nodejs-lockfile-parser dependencies
  • c8cf50c Merge pull request #311 from snyk/fix/corrects-analytics-keys
  • 49abf37 fix: corrected analytics keys to match conventions.
  • 397b857 Merge pull request #309 from snyk/feat/support-docker-binaries
  • c04550b feat: support docker binaries display
  • 75f5cfb Merge pull request #310 from snyk/fix/bump-python-plugin-remove-pip-dep
  • 6708739 fix: bump python-plugin to not depend on pip being available
  • 032e1dd Merge pull request #308 from snyk/refactor/small_es6_adjustments

There are 110 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.120.1

1.120.1 (2019-01-03)

Bug Fixes

  • typos and grammar cleanup (d62e30c)
  • update keywords for npm package (66fbc32)
  • use consistent word style (c903a43)
Commits

The new version differs by 115 commits.

  • 5938f57 Merge pull request #320 from snyk/fix/typos-and-grammar
  • 89ac96a Merge pull request #319 from snyk/fix/npm-package-keywords
  • c903a43 fix: use consistent word style
  • d62e30c fix: typos and grammar cleanup
  • 66fbc32 fix: update keywords for npm package
  • bb31229 Merge pull request #317 from snyk/feat/support-docker-binaries
  • 80daaf5 feat: display fixed in version key & refactor binaries issues display logic
  • ee43b4a Merge pull request #315 from snyk/feat/support-docker-binaries
  • c3f6b3f feat: dedicated display docker binaries issues
  • 3fece7c Merge pull request #314 from snyk/fix/bump-deps
  • 6b32de4 fix: bump version for snyk-policy dependency
  • 3c23b09 Merge pull request #312 from snyk/fix/bump-deps
  • f8abcba fix: bump version for snyk-policy and snyk-nodejs-lockfile-parser dependencies
  • c8cf50c Merge pull request #311 from snyk/fix/corrects-analytics-keys
  • 49abf37 fix: corrected analytics keys to match conventions.

There are 115 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.121.0

1.121.0 (2019-01-08)

Features

  • Split dockerfile / base image vulns (b2f530d)
Commits

The new version differs by 119 commits.

  • ecac358 Merge pull request #313 from snyk/feat/docker-split-user-base-vulns
  • b2f530d feat: Split dockerfile / base image vulns
  • 5f6083b Merge pull request #321 from snyk/chore/disable-lockfile-creation
  • 5938f57 Merge pull request #320 from snyk/fix/typos-and-grammar
  • 89ac96a Merge pull request #319 from snyk/fix/npm-package-keywords
  • 95be92c chore: Disable lockfile creation
  • c903a43 fix: use consistent word style
  • d62e30c fix: typos and grammar cleanup
  • 66fbc32 fix: update keywords for npm package
  • bb31229 Merge pull request #317 from snyk/feat/support-docker-binaries
  • 80daaf5 feat: display fixed in version key & refactor binaries issues display logic
  • ee43b4a Merge pull request #315 from snyk/feat/support-docker-binaries
  • c3f6b3f feat: dedicated display docker binaries issues
  • 3fece7c Merge pull request #314 from snyk/fix/bump-deps
  • 6b32de4 fix: bump version for snyk-policy dependency

There are 119 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.125.0

1.125.0 (2019-02-06)

Features

Commits

The new version differs by 150 commits.

  • 1ac1689 Merge pull request #358 from snyk/feat/bump-docker-plugin
  • 5074af2 feat: bump docker plugin
  • 1819ace Merge pull request #356 from snyk/fix/bump-nodejs-lockfile-parser-vulnerable-deps
  • c311382 fix: bump nodejs-lockfile-parser to update vulnerable deps
  • 0006647 Merge pull request #353 from snyk/feat/remove-semver-use-for-os-packages
  • a38167c feat: move fixed in calculation for os packages to phoenix
  • f229c28 Merge pull request #349 from snyk/feat/remove-semver-use
  • 97a2d63 feat: remove semver for binaries and use nearestFixedInVersion instead
  • 5160c55 Merge pull request #346 from snyk/lirantal-composer-lockfile-help
  • f66d1b9 fix(docs): add missing composer.lock file
  • e98739a Merge pull request #318 from snyk/refactor/commands-test
  • 2080fa0 refactor: test command rewritten to TS
  • 7a4a915 Merge pull request #342 from snyk/chore/remove-build-from-toc
  • 6d2feb0 chore: remove build from TOC
  • 6b07600 Merge pull request #337 from snyk/fix/php-plugin-bump

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

1.126.0 (2019-02-07)

Features

  • Bump lockfile parser version to detect yarn workspaces (303524c)
Commits

The new version differs by 152 commits.

  • 62ca714 Merge pull request #359 from snyk/feat/bump-lockfile-parser-1.11.0
  • 303524c feat: Bump lockfile parser version to detect yarn workspaces
  • 1ac1689 Merge pull request #358 from snyk/feat/bump-docker-plugin
  • 5074af2 feat: bump docker plugin
  • 1819ace Merge pull request #356 from snyk/fix/bump-nodejs-lockfile-parser-vulnerable-deps
  • c311382 fix: bump nodejs-lockfile-parser to update vulnerable deps
  • 0006647 Merge pull request #353 from snyk/feat/remove-semver-use-for-os-packages
  • a38167c feat: move fixed in calculation for os packages to phoenix
  • f229c28 Merge pull request #349 from snyk/feat/remove-semver-use
  • 97a2d63 feat: remove semver for binaries and use nearestFixedInVersion instead
  • 5160c55 Merge pull request #346 from snyk/lirantal-composer-lockfile-help
  • f66d1b9 fix(docs): add missing composer.lock file
  • e98739a Merge pull request #318 from snyk/refactor/commands-test
  • 2080fa0 refactor: test command rewritten to TS
  • 7a4a915 Merge pull request #342 from snyk/chore/remove-build-from-toc

There are 152 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.127.0

1.127.0 (2019-02-13)

Features

  • docker options passthrough and adoptopenjdk support (bd186e7)
Commits

The new version differs by 156 commits.

  • dd259d6 Merge pull request #363 from snyk/feat/bump-version
  • bd186e7 feat: docker options passthrough and adoptopenjdk support
  • 22298b8 Merge pull request #361 from snyk/feat/add-docker-tag-for-cli-docker
  • 79b890d Add Dockerfile.docker and update README.md
  • 62ca714 Merge pull request #359 from snyk/feat/bump-lockfile-parser-1.11.0
  • 303524c feat: Bump lockfile parser version to detect yarn workspaces
  • 1ac1689 Merge pull request #358 from snyk/feat/bump-docker-plugin
  • 5074af2 feat: bump docker plugin
  • 1819ace Merge pull request #356 from snyk/fix/bump-nodejs-lockfile-parser-vulnerable-deps
  • c311382 fix: bump nodejs-lockfile-parser to update vulnerable deps
  • 0006647 Merge pull request #353 from snyk/feat/remove-semver-use-for-os-packages
  • a38167c feat: move fixed in calculation for os packages to phoenix
  • f229c28 Merge pull request #349 from snyk/feat/remove-semver-use
  • 97a2d63 feat: remove semver for binaries and use nearestFixedInVersion instead
  • 5160c55 Merge pull request #346 from snyk/lirantal-composer-lockfile-help

There are 156 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.128.0

1.128.0 (2019-02-13)

Features

  • exclude docker base image vulns from display flag (4698eaa)
Commits

The new version differs by 158 commits.

  • 09b2bcd Merge pull request #352 from snyk/feat/docker-user-layer-flag
  • 4698eaa feat: exclude docker base image vulns from display flag
  • dd259d6 Merge pull request #363 from snyk/feat/bump-version
  • bd186e7 feat: docker options passthrough and adoptopenjdk support
  • 22298b8 Merge pull request #361 from snyk/feat/add-docker-tag-for-cli-docker
  • 79b890d Add Dockerfile.docker and update README.md
  • 62ca714 Merge pull request #359 from snyk/feat/bump-lockfile-parser-1.11.0
  • 303524c feat: Bump lockfile parser version to detect yarn workspaces
  • 1ac1689 Merge pull request #358 from snyk/feat/bump-docker-plugin
  • 5074af2 feat: bump docker plugin
  • 1819ace Merge pull request #356 from snyk/fix/bump-nodejs-lockfile-parser-vulnerable-deps
  • c311382 fix: bump nodejs-lockfile-parser to update vulnerable deps
  • 0006647 Merge pull request #353 from snyk/feat/remove-semver-use-for-os-packages
  • a38167c feat: move fixed in calculation for os packages to phoenix
  • f229c28 Merge pull request #349 from snyk/feat/remove-semver-use

There are 158 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.129.0

1.129.0 (2019-02-13)

Features

  • bump snyk-docker-plugin to include openjdk analyser fix (2545dbe)
Commits

The new version differs by 160 commits.

  • 61fd0bd Merge pull request #365 from snyk/feat/bump-version
  • 09b2bcd Merge pull request #352 from snyk/feat/docker-user-layer-flag
  • 2545dbe feat: bump snyk-docker-plugin to include openjdk analyser fix
  • 4698eaa feat: exclude docker base image vulns from display flag
  • dd259d6 Merge pull request #363 from snyk/feat/bump-version
  • bd186e7 feat: docker options passthrough and adoptopenjdk support
  • 22298b8 Merge pull request #361 from snyk/feat/add-docker-tag-for-cli-docker
  • 79b890d Add Dockerfile.docker and update README.md
  • 62ca714 Merge pull request #359 from snyk/feat/bump-lockfile-parser-1.11.0
  • 303524c feat: Bump lockfile parser version to detect yarn workspaces
  • 1ac1689 Merge pull request #358 from snyk/feat/bump-docker-plugin
  • 5074af2 feat: bump docker plugin
  • 1819ace Merge pull request #356 from snyk/fix/bump-nodejs-lockfile-parser-vulnerable-deps
  • c311382 fix: bump nodejs-lockfile-parser to update vulnerable deps
  • 0006647 Merge pull request #353 from snyk/feat/remove-semver-use-for-os-packages

There are 160 commits in total.

See the full diff