braposo / figma-graphql

The reimagined Figma API (super)powered by GraphQL

Home Page:https://figma-graphql.party

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

The dependency snyk was updated from 1.252.0 to 1.253.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

snyk is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for v1.253.0

1.253.0 (2019-12-01)

Features

  • add support for setup.py (dec4f5a)
Commits

The new version differs by 2 commits.

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

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

  • The dependency snyk was updated from 1.253.0 to 1.254.0.

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

Release Notes for v1.254.0

1.254.0 (2019-12-02)

Features

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

The new version differs by 3 commits.

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

See the full diff

  • The dependency snyk was updated from 1.254.0 to 1.255.0.

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

Release Notes for v1.255.0

1.255.0 (2019-12-03)

Features

Commits

The new version differs by 5 commits.

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

See the full diff

  • The dependency snyk was updated from 1.255.0 to 1.256.0.

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

Release Notes for v1.256.0

1.256.0 (2019-12-03)

Features

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

The new version differs by 7 commits.

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

See the full diff

  • The dependency snyk was updated from 1.256.0 to 1.257.0.

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

Release Notes for v1.257.0

1.257.0 (2019-12-06)

Features

Commits

The new version differs by 11 commits.

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

See the full diff

  • The dependency snyk was updated from 1.257.0 to 1.258.0.

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

Release Notes for v1.258.0

1.258.0 (2019-12-06)

Features

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

The new version differs by 13 commits.

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

See the full diff

  • The dependency snyk was updated from 1.258.0 to 1.258.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.258.1

1.258.1 (2019-12-06)

Bug Fixes

  • Remove tree-kill dependency (9c37bb4)
Commits

The new version differs by 16 commits.

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

There are 16 commits in total.

See the full diff

  • The dependency snyk was updated from 1.258.1 to 1.258.2.

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

Release Notes for v1.258.2

1.258.2 (2019-12-11)

Bug Fixes

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

The new version differs by 6 commits.

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

See the full diff

  • The dependency snyk was updated from 1.258.2 to 1.259.0.

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

Release Notes for v1.259.0

1.259.0 (2019-12-12)

Features

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

The new version differs by 8 commits.

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

See the full diff

  • The dependency snyk was updated from 1.259.0 to 1.260.0.

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

Release Notes for v1.260.0

1.260.0 (2019-12-13)

Features

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

The new version differs by 12 commits.

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

See the full diff

  • The dependency snyk was updated from 1.260.0 to 1.261.0.

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

Release Notes for v1.261.0

1.261.0 (2019-12-16)

Features

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

The new version differs by 16 commits.

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

There are 16 commits in total.

See the full diff

  • The dependency snyk was updated from 1.261.0 to 1.261.1.

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

Release Notes for v1.261.1

1.261.1 (2019-12-17)

Bug Fixes

  • Remove vendored tree-kill dep (ddbadcb)
Commits

The new version differs by 18 commits.

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

There are 18 commits in total.

See the full diff

  • The dependency snyk was updated from 1.261.1 to 1.262.0.

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

Release Notes for v1.262.0

1.262.0 (2019-12-17)

Features

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

The new version differs by 20 commits.

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

There are 20 commits in total.

See the full diff

  • The dependency snyk was updated from 1.262.0 to 1.262.1.

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

Release Notes for v1.262.1

1.262.1 (2019-12-18)

Bug Fixes

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

The new version differs by 24 commits.

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

There are 24 commits in total.

See the full diff

  • The dependency snyk was updated from 1.262.1 to 1.262.2.

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

Release Notes for v1.262.2

1.262.2 (2019-12-18)

Bug Fixes

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

The new version differs by 26 commits.

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

There are 26 commits in total.

See the full diff

  • The dependency snyk was updated from 1.262.2 to 1.263.0.

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

Release Notes for v1.263.0

1.263.0 (2019-12-18)

Features

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

The new version differs by 30 commits.

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

There are 30 commits in total.

See the full diff

  • The dependency snyk was updated from 1.263.0 to 1.263.1.

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

Release Notes for v1.263.1

1.263.1 (2019-12-19)

Bug Fixes

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

The new version differs by 32 commits.

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

There are 32 commits in total.

See the full diff

  • The dependency snyk was updated from 1.263.1 to 1.264.0.

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

Release Notes for v1.264.0

1.264.0 (2019-12-19)

Features

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

The new version differs by 36 commits.

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

There are 36 commits in total.

See the full diff

  • The dependency snyk was updated from 1.264.0 to 1.265.0.

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

Release Notes for v1.265.0

1.265.0 (2019-12-20)

Features

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

The new version differs by 38 commits.

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

There are 38 commits in total.

See the full diff

  • The dependency snyk was updated from 1.265.0 to 1.266.0.

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

Release Notes for v1.266.0

1.266.0 (2019-12-24)

Features

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

The new version differs by 42 commits.

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

There are 42 commits in total.

See the full diff

  • The dependency snyk was updated from 1.266.0 to 1.267.0.

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

Release Notes for v1.267.0

1.267.0 (2019-12-29)

Bug Fixes

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

Features

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

The new version differs by 46 commits.

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

There are 46 commits in total.

See the full diff

  • The dependency snyk was updated from 1.267.0 to 1.268.0.

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

Release Notes for v1.268.0

1.268.0 (2019-12-30)

Features

  • move gettings deps into plugins (23f0baa)
Commits

The new version differs by 50 commits.

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

There are 50 commits in total.

See the full diff

  • The dependency snyk was updated from 1.268.0 to 1.269.0.

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

Release Notes for v1.269.0

1.269.0 (2019-12-30)

Features

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

The new version differs by 52 commits.

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

There are 52 commits in total.

See the full diff

  • The dependency snyk was updated from 1.279.0 to 1.279.1.

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

Release Notes for v1.279.1

1.279.1 (2020-01-22)

Bug Fixes

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

The new version differs by 115 commits.

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

There are 115 commits in total.

See the full diff

  • The dependency snyk was updated from 1.279.1 to 1.279.2.

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

Release Notes for v1.279.2

1.279.2 (2020-01-24)

Bug Fixes

  • skipping git-repos test (2d97c62)
Commits

The new version differs by 117 commits.

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

There are 117 commits in total.

See the full diff

  • The dependency snyk was updated from 1.279.2 to 1.280.0.

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

Release Notes for v1.280.0

1.280.0 (2020-01-24)

Features

  • propagate full plugin meta always (e09faa0)
Commits

The new version differs by 119 commits.

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

There are 119 commits in total.

See the full diff

  • The dependency snyk was updated from 1.280.0 to 1.280.1.

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

Release Notes for v1.280.1

1.280.1 (2020-01-26)

Bug Fixes

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

The new version differs by 121 commits.

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

There are 121 commits in total.

See the full diff

  • The dependency snyk was updated from 1.280.1 to 1.281.0.

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

Release Notes for v1.281.0

1.281.0 (2020-01-27)

Features

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

The new version differs by 123 commits.

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

There are 123 commits in total.

See the full diff

  • The dependency snyk was updated from 1.281.0 to 1.281.1.

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

Release Notes for v1.281.1

1.281.1 (2020-01-27)

Bug Fixes

Commits

The new version differs by 126 commits.

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

There are 126 commits in total.

See the full diff

  • The dependency snyk was updated from 1.281.1 to 1.282.0.

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

Release Notes for v1.282.0

1.282.0 (2020-01-27)

Features

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

The new version differs by 130 commits.

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

There are 130 commits in total.

See the full diff

  • The dependency snyk was updated from 1.282.0 to 1.283.0.

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

Release Notes for v1.283.0

1.283.0 (2020-01-27)

Bug Fixes

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

Features

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

The new version differs by 134 commits.

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

There are 134 commits in total.

See the full diff

  • The dependency snyk was updated from 1.283.0 to 1.284.0.

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

Release Notes for v1.284.0

1.284.0 (2020-01-28)

Features

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

The new version differs by 140 commits.

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

There are 140 commits in total.

See the full diff

  • The dependency snyk was updated from 1.284.0 to 1.284.1.

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

Release Notes for v1.284.1

1.284.1 (2020-01-28)

Bug Fixes

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

The new version differs by 142 commits.

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

There are 142 commits in total.

See the full diff

  • The dependency snyk was updated from 1.284.1 to 1.284.2.

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

Release Notes for v1.284.2

1.284.2 (2020-01-28)

Bug Fixes

  • add documentation for jar scanning (c1a5cf5)
Commits

The new version differs by 144 commits.

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

There are 144 commits in total.

See the full diff

  • The dependency snyk was updated from 1.284.2 to 1.285.0.

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

Release Notes for v1.285.0

1.285.0 (2020-01-28)

Features

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

The new version differs by 146 commits.

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

There are 146 commits in total.

See the full diff

  • The dependency snyk was updated from 1.285.0 to 1.286.0.

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

Release Notes for v1.286.0

1.286.0 (2020-01-28)

Features

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

The new version differs by 150 commits.

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

There are 150 commits in total.

See the full diff

  • The dependency snyk was updated from 1.286.0 to 1.286.1.

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

Release Notes for v1.286.1

1.286.1 (2020-01-28)

Bug Fixes

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

The new version differs by 152 commits.

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

There are 152 commits in total.

See the full diff

  • The dependency snyk was updated from 1.286.1 to 1.287.0.

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

Release Notes for v1.287.0

1.287.0 (2020-01-29)

Features

  • add python to auto manifest discovery (e1651dd)
Commits

The new version differs by 154 commits.

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

There are 154 commits in total.

See the full diff

  • The dependency snyk was updated from 1.287.0 to 1.288.0.

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

Release Notes for v1.288.0

1.288.0 (2020-01-29)

Features

  • push targetFileRelativePath to registry payload (c25a142)
Commits

The new version differs by 156 commits.

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

There are 156 commits in total.

See the full diff

  • The dependency snyk was updated from 1.288.0 to 1.289.0.

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

Release Notes for v1.289.0

1.289.0 (2020-01-31)

Features

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

The new version differs by 158 commits.

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

There are 158 commits in total.

See the full diff

  • The dependency snyk was updated from 1.289.0 to 1.289.1.

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

Release Notes for v1.289.1

1.289.1 (2020-01-31)

Bug Fixes

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

The new version differs by 162 commits.

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

There are 162 commits in total.

See the full diff

  • The dependency snyk was updated from 1.289.1 to 1.290.0.

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

Release Notes for v1.290.0

1.290.0 (2020-01-31)

Features

  • use latest python plugin (3c06cb6)
Commits

The new version differs by 164 commits.

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

There are 164 commits in total.

See the full diff

  • The dependency snyk was updated from 1.290.0 to 1.290.1.

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

Release Notes for v1.290.1

1.290.1 (2020-01-31)

Bug Fixes

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

The new version differs by 167 commits.

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

There are 167 commits in total.

See the full diff

  • The dependency snyk was updated from 1.290.1 to 1.290.2.

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

Release Notes for v1.290.2

1.290.2 (2020-02-06)

Bug Fixes

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

The new version differs by 173 commits.

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

There are 173 commits in total.

See the full diff

  • The dependency snyk was updated from 1.290.2 to 1.291.0.

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

Release Notes for v1.291.0

1.291.0 (2020-02-11)

Features

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

The new version differs by 178 commits.

  • 233593b Merge pull request #1001 from snyk/feat/mvn-plugin-with-wrapper
  • 253a5ad feat: snyk-mvn-plugin with mvnw support
  • 0a9c7f3 Merge pull request #998 from snyk/feat/convert-to-ts
  • 8490b07 chore: convert user-config to ts
  • b88496e chore: convert sub-process to ts
  • 5d10984 Merge pull request #992 from snyk/fix/dot-prop-vuln-update-2
  • 67ecd57 Merge pull request #996 from snyk/chore/fix-issue-emojis
  • ea38d75 chore: fix emojis in github
  • 1232e46 Merge pull request #995 from snyk/chore/improved-issue-templates
  • 75a95f4 chore: separate bug and feature issue templates
  • a551fce fix: vuln in transitive pkg of configstore (dot-prop) - rc2
  • bc4074a Merge pull request #990 from snyk/fix/dot-prop-vuln-update
  • b74bbe2 fix: use @snyk/update-notifier instead of update-notifier
  • 93845d9 fix: use @snyk/configstore instead of configstore
  • 2c21f03 Merge pull request #984 from snyk/feat/bump-python-plugin

There are 178 commits in total.

See the full diff

  • The dependency snyk was updated from 1.291.0 to 1.292.0.

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

Release Notes for v1.292.0

1.292.0 (2020-02-17)

Features

  • delete unused hook.js code (abf633b)
Commits

The new version differs by 187 commits.

  • 7332f38 Merge pull request #1004 from snyk/feat/delete-hook-code
  • 0d50497 Merge pull request #1000 from snyk/chore/convert-tests-to-ts
  • 64961ce chore: convert tests to ts
  • 3472201 chore: drop unused types
  • abf633b feat: delete unused hook.js code
  • 54a92e3 Merge pull request #1006 from snyk/chore/fix-assertion-node-12
  • b4f465a chore: fix for node 12 assertion error
  • 82d877b Merge pull request #999 from snyk/chore/convert-yarn-to-ts
  • 2441311 chore: convert yarn util to ts
  • 233593b Merge pull request #1001 from snyk/feat/mvn-plugin-with-wrapper
  • 253a5ad feat: snyk-mvn-plugin with mvnw support
  • 0a9c7f3 Merge pull request #998 from snyk/feat/convert-to-ts
  • 8490b07 chore: convert user-config to ts
  • b88496e chore: convert sub-process to ts
  • 5d10984 Merge pull request #992 from snyk/fix/dot-prop-vuln-update-2

There are 187 commits in total.

See the full diff

  • The dependency snyk was updated from 1.292.0 to 1.293.0.

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

Release Notes for v1.293.0

1.293.0 (2020-02-18)

Features

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

The new version differs by 189 commits.

  • a867b58 Merge pull request #1008 from snyk/feat/circle-matrix
  • 72f3e9c feat: move windows tests to CircelCI from AppVeyor
  • 7332f38 Merge pull request #1004 from snyk/feat/delete-hook-code
  • 0d50497 Merge pull request #1000 from snyk/chore/convert-tests-to-ts
  • 64961ce chore: convert tests to ts
  • 3472201 chore: drop unused types
  • abf633b feat: delete unused hook.js code
  • 54a92e3 Merge pull request #1006 from snyk/chore/fix-assertion-node-12
  • b4f465a chore: fix for node 12 assertion error
  • 82d877b Merge pull request #999 from snyk/chore/convert-yarn-to-ts
  • 2441311 chore: convert yarn util to ts
  • 233593b Merge pull request #1001 from snyk/feat/mvn-plugin-with-wrapper
  • 253a5ad feat: snyk-mvn-plugin with mvnw support
  • 0a9c7f3 Merge pull request #998 from snyk/feat/convert-to-ts
  • 8490b07 chore: convert user-config to ts

There are 189 commits in total.

See the full diff

  • The dependency snyk was updated from 1.293.0 to 1.294.0.

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

Release Notes for v1.294.0

1.294.0 (2020-02-18)

Features

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

The new version differs by 191 commits.

  • 64b5fd4 Merge pull request #1010 from snyk/feat/update-go-plugin
  • d5c09c8 feat: update go plugin to respect --file option
  • a867b58 Merge pull request #1008 from snyk/feat/circle-matrix
  • 72f3e9c feat: move windows tests to CircelCI from AppVeyor
  • 7332f38 Merge pull request #1004 from snyk/feat/delete-hook-code
  • 0d50497 Merge pull request #1000 from snyk/chore/convert-tests-to-ts
  • 64961ce chore: convert tests to ts
  • 3472201 chore: drop unused types
  • abf633b feat: delete unused hook.js code
  • 54a92e3 Merge pull request #1006 from snyk/chore/fix-assertion-node-12
  • b4f465a chore: fix for node 12 assertion error
  • 82d877b Merge pull request #999 from snyk/chore/convert-yarn-to-ts
  • 2441311 chore: convert yarn util to ts
  • 233593b Merge pull request #1001 from snyk/feat/mvn-plugin-with-wrapper
  • 253a5ad feat: snyk-mvn-plugin with mvnw support

There are 191 commits in total.

See the full diff

  • The dependency snyk was updated from 1.294.0 to 1.294.1.

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

Release Notes for v1.294.1

1.294.1 (2020-02-20)

Bug Fixes

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

The new version differs by 193 commits.

  • f837d55 Merge pull request #1013 from snyk/fix/bump-go-plugin
  • ca74e25 fix: Bump version for the snyk-go-plugin
  • 64b5fd4 Merge pull request #1010 from snyk/feat/update-go-plugin
  • d5c09c8 feat: update go plugin to respect --file option
  • a867b58 Merge pull request #1008 from snyk/feat/circle-matrix
  • 72f3e9c feat: move windows tests to CircelCI from AppVeyor
  • 7332f38 Merge pull request #1004 from snyk/feat/delete-hook-code
  • 0d50497 Merge pull request #1000 from snyk/chore/convert-tests-to-ts
  • 64961ce chore: convert tests to ts
  • 3472201 chore: drop unused types
  • abf633b feat: delete unused hook.js code
  • 54a92e3 Merge pull request #1006 from snyk/chore/fix-assertion-node-12
  • b4f465a chore: fix for node 12 assertion error
  • 82d877b Merge pull request #999 from snyk/chore/convert-yarn-to-ts
  • 2441311 chore: convert yarn util to ts

There are 193 commits in total.

See the full diff

  • The dependency snyk was updated from 1.294.1 to 1.295.0.

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

Release Notes for v1.295.0

1.295.0 (2020-02-21)

Bug Fixes

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

Features

  • check Windows tests in Travis (fcd1a89)
Commits

The new version differs by 197 commits.

  • 22fa0ab Merge pull request #1015 from snyk/fix/windows-test-check-on-build
  • 752a032 fix: on merge PR use correct commit SHA
  • c8d5a73 Merge pull request #1011 from snyk/feat/check-windows-test-in-travis
  • f837d55 Merge pull request #1013 from snyk/fix/bump-go-plugin
  • ca74e25 fix: Bump version for the snyk-go-plugin
  • fcd1a89 feat: check Windows tests in Travis
  • 64b5fd4 Merge pull request #1010 from snyk/feat/update-go-plugin
  • d5c09c8 feat: update go plugin to respect --file option
  • a867b58 Merge pull request #1008 from snyk/feat/circle-matrix
  • 72f3e9c feat: move windows tests to CircelCI from AppVeyor
  • 7332f38 Merge pull request #1004 from snyk/feat/delete-hook-code
  • 0d50497 Merge pull request #1000 from snyk/chore/convert-tests-to-ts
  • 64961ce chore: convert tests to ts
  • 3472201 chore: drop unused types
  • abf633b feat: delete unused hook.js code

There are 197 commits in total.

See the full diff

  • The dependency snyk was updated from 1.295.0 to 1.295.1.

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

Release Notes for v1.295.1

1.295.1 (2020-02-23)

Bug Fixes

  • passing gradle metadata on monitor. (742f568)
Commits

The new version differs by 200 commits.

  • 6ae0ec4 Merge pull request #1012 from snyk/fix/passing_gradle_meta_to_monitor
  • 742f568 fix: passing gradle metadata on monitor.
  • 22fa0ab Merge pull request #1015 from snyk/fix/windows-test-check-on-build
  • 752a032 fix: on merge PR use correct commit SHA
  • c8d5a73 Merge pull request #1011 from snyk/feat/check-windows-test-in-travis
  • f837d55 Merge pull request #1013 from snyk/fix/bump-go-plugin
  • ca74e25 fix: Bump version for the snyk-go-plugin
  • fcd1a89 feat: check Windows tests in Travis
  • aabe1ef chore: Refactor to use snyk-cli-interface PluginMetadata.
  • 64b5fd4 Merge pull request #1010 from snyk/feat/update-go-plugin
  • d5c09c8 feat: update go plugin to respect --file option
  • a867b58 Merge pull request #1008 from snyk/feat/circle-matrix
  • 72f3e9c feat: move windows tests to CircelCI from AppVeyor
  • 7332f38 Merge pull request #1004 from snyk/feat/delete-hook-code
  • 0d50497 Merge pull request #1000 from snyk/chore/convert-tests-to-ts

There are 200 commits in total.

See the full diff

  • The dependency snyk was updated from 1.295.1 to 1.296.0.

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

Release Notes for v1.296.0

1.296.0 (2020-02-23)

Features

  • update snyk-gradle-plugin to use --daemon option if passed (5fb1ff7)
Commits

The new version differs by 202 commits.

  • abafb59 Merge pull request #1016 from snyk/feat/update-gradle-plugin
  • 6ae0ec4 Merge pull request #1012 from snyk/fix/passing_gradle_meta_to_monitor
  • 742f568 fix: passing gradle metadata on monitor.
  • 5fb1ff7 feat: update snyk-gradle-plugin to use --daemon option if passed
  • 22fa0ab Merge pull request #1015 from snyk/fix/windows-test-check-on-build
  • 752a032 fix: on merge PR use correct commit SHA
  • c8d5a73 Merge pull request #1011 from snyk/feat/check-windows-test-in-travis
  • f837d55 Merge pull request #1013 from snyk/fix/bump-go-plugin
  • ca74e25 fix: Bump version for the snyk-go-plugin
  • fcd1a89 feat: check Windows tests in Travis
  • aabe1ef chore: Refactor to use snyk-cli-interface PluginMetadata.
  • 64b5fd4 Merge pull request #1010 from snyk/feat/update-go-plugin
  • d5c09c8 feat: update go plugin to respect --file option
  • a867b58 Merge pull request #1008 from snyk/feat/circle-matrix
  • 72f3e9c feat: move windows tests to CircelCI from AppVeyor

There are 202 commits in total.

See the full diff

  • The dependency snyk was updated from 1.296.0 to 1.296.1.

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

Release Notes for v1.296.1

1.296.1 (2020-02-24)

Bug Fixes

  • drop tape as a dependency (075fb0a)
Commits

The new version differs by 206 commits.

  • 953fe91 Merge pull request #1007 from snyk/feat/drop-tape
  • 075fb0a fix: drop tape as a dependency
  • df4aafd Merge pull request #1017 from snyk/chore/typescriptify-wizard-shrinwrap-test
  • 6063ade chore: typescriptify wizard-shrinkwrap.test.js
  • abafb59 Merge pull request #1016 from snyk/feat/update-gradle-plugin
  • 6ae0ec4 Merge pull request #1012 from snyk/fix/passing_gradle_meta_to_monitor
  • 742f568 fix: passing gradle metadata on monitor.
  • 5fb1ff7 feat: update snyk-gradle-plugin to use --daemon option if passed
  • 22fa0ab Merge pull request #1015 from snyk/fix/windows-test-check-on-build
  • 752a032 fix: on merge PR use correct commit SHA
  • c8d5a73 Merge pull request #1011 from snyk/feat/check-windows-test-in-travis
  • f837d55 Merge pull request #1013 from snyk/fix/bump-go-plugin
  • ca74e25 fix: Bump version for the snyk-go-plugin
  • fcd1a89 feat: check Windows tests in Travis
  • aabe1ef chore: Refactor to use snyk-cli-interface PluginMetadata.

There are 206 commits in total.

See the full diff

  • The dependency snyk was updated from 1.296.1 to 1.297.0.

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

Release Notes for v1.297.0

1.297.0 (2020-02-25)

Features

  • bump snyk-docker-plugin. Added pull if image isn't local logic (bd79fc2)
Commits

The new version differs by 208 commits.

  • 1b8933e Merge pull request #1020 from snyk/feat/pull-image-if-not-local
  • bd79fc2 feat: bump snyk-docker-plugin. Added pull if image isn't local logic
  • 953fe91 Merge pull request #1007 from snyk/feat/drop-tape
  • 075fb0a fix: drop tape as a dependency
  • df4aafd Merge pull request #1017 from snyk/chore/typescriptify-wizard-shrinwrap-test
  • 6063ade chore: typescriptify wizard-shrinkwrap.test.js
  • abafb59 Merge pull request #1016 from snyk/feat/update-gradle-plugin
  • 6ae0ec4 Merge pull request #1012 from snyk/fix/passing_gradle_meta_to_monitor
  • 742f568 fix: passing gradle metadata on monitor.
  • 5fb1ff7 feat: update snyk-gradle-plugin to use --daemon option if passed
  • 22fa0ab Merge pull request #1015 from snyk/fix/windows-test-check-on-build
  • 752a032 fix: on merge PR use correct commit SHA
  • c8d5a73 Merge pull request #1011 from snyk/feat/check-windows-test-in-travis
  • f837d55 Merge pull request #1013 from snyk/fix/bump-go-plugin
  • ca74e25 fix: Bump version for the snyk-go-plugin

There are 208 commits in total.

See the full diff

  • The dependency snyk was updated from 1.297.0 to 1.297.1.

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

Release Notes for v1.297.1

1.297.1 (2020-02-25)

Bug Fixes

  • npm-lock-parser npm-shrinkwrap's error msg. (9b1e682)
Commits

The new version differs by 214 commits.

  • 9addbc1 Merge pull request #1023 from snyk/chore/typescriptify-dev-deps-w-dev
  • 4a9b1df Merge pull request #1021 from snyk/fix/npm-lock-parser-shrinkwrap-error
  • 77dcb48 chore: typescriptify dev-deps-w-dev.test.js
  • ab20787 Merge pull request #1022 from snyk/chore/typescriptify-dev-deps-without-dev
  • 9b1e682 fix: npm-lock-parser npm-shrinkwrap's error msg.
  • 1ef1497 chore: typescriptify dev-deps-without-dev.test.js
  • 1b8933e Merge pull request #1020 from snyk/feat/pull-image-if-not-local
  • bd79fc2 feat: bump snyk-docker-plugin. Added pull if image isn't local logic
  • 953fe91 Merge pull request #1007 from snyk/feat/drop-tape
  • 075fb0a fix: drop tape as a dependency
  • df4aafd Merge pull request #1017 from snyk/chore/typescriptify-wizard-shrinwrap-test
  • 6063ade chore: typescriptify wizard-shrinkwrap.test.js
  • abafb59 Merge pull request #1016 from snyk/feat/update-gradle-plugin
  • 6ae0ec4 Merge pull request #1012 from snyk/fix/passing_gradle_meta_to_monitor
  • 742f568 fix: passing gradle metadata on monitor.

There are 214 commits in total.

See the full diff

  • The dependency snyk was updated from 1.297.1 to 1.297.2.

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

Commits

The new version differs by 228 commits.

  • 9517daa Merge pull request #1029 from snyk/fix/cli-error-message-on-snyk-test
  • dffba72 fix: improvement of errors messages.
  • 1c78bd1 fix: test msg.
  • 703c2bf fix: cli error message when command fails.
  • aef50ae Merge pull request #1018 from snyk/test/convert-protect-tests
  • 51b2b7a test: convert protect tests to ts
  • bc8001c Merge pull request #1026 from snyk/chore/typescriptify-prompts-tests
  • 1b38af7 chore: typescriptify prompts.test.js
  • 4f2d7e4 chore: typescriptify prompt-instrument.test.ts
  • 01e29dd Merge pull request #1024 from snyk/chore/typescriptify-policy-tests
  • d459e47 chore: typescriptify prompt-next-step.test.ts
  • d02dbd0 chore: typescriptify policy-populates-prompt.test.ts
  • 9addbc1 Merge pull request #1023 from snyk/chore/typescriptify-dev-deps-w-dev
  • ca2ecad chore: typescriptify policy-match.test.js
  • d4584f8 chore: typescriptify policy-ignore.test.js

There are 228 commits in total.

See the full diff

  • The dependency snyk was updated from 1.297.2 to 1.297.3.

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

Release Notes for v1.297.3

1.297.3 (2020-03-01)

Bug Fixes

  • improved python --command documentation (cecd701)
Commits

The new version differs by 230 commits.

  • adef6b5 Merge pull request #1035 from snyk/fix/improve-python-docs-command-meaning
  • cecd701 fix: improved python --command documentation
  • 9517daa Merge pull request #1029 from snyk/fix/cli-error-message-on-snyk-test
  • dffba72 fix: improvement of errors messages.
  • 1c78bd1 fix: test msg.
  • 703c2bf fix: cli error message when command fails.
  • aef50ae Merge pull request #1018 from snyk/test/convert-protect-tests
  • 51b2b7a test: convert protect tests to ts
  • bc8001c Merge pull request #1026 from snyk/chore/typescriptify-prompts-tests
  • 1b38af7 chore: typescriptify prompts.test.js
  • 4f2d7e4 chore: typescriptify prompt-instrument.test.ts
  • 01e29dd Merge pull request #1024 from snyk/chore/typescriptify-policy-tests
  • d459e47 chore: typescriptify prompt-next-step.test.ts
  • d02dbd0 chore: typescriptify policy-populates-prompt.test.ts
  • 9addbc1 Merge pull request #1023 from snyk/chore/typescriptify-dev-deps-w-dev

There are 230 commits in total.

See the full diff

  • The dependency snyk was updated from 1.297.3 to 1.297.4.

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

Commits

The new version differs by 232 commits.

  • d755168 Merge pull request #1036 from snyk/fix/scratch-image-without-dockerfile
  • ba37335 fix: bump snyk-docker-plugin to 2.2.2
  • adef6b5 Merge pull request #1035 from snyk/fix/improve-python-docs-command-meaning
  • cecd701 fix: improved python --command documentation
  • 9517daa Merge pull request #1029 from snyk/fix/cli-error-message-on-snyk-test
  • dffba72 fix: improvement of errors messages.
  • 1c78bd1 fix: test msg.
  • 703c2bf fix: cli error message when command fails.
  • aef50ae Merge pull request #1018 from snyk/test/convert-protect-tests
  • 51b2b7a test: convert protect tests to ts
  • bc8001c Merge pull request #1026 from snyk/chore/typescriptify-prompts-tests
  • 1b38af7 chore: typescriptify prompts.test.js
  • 4f2d7e4 chore: typescriptify prompt-instrument.test.ts
  • 01e29dd Merge pull request #1024 from snyk/chore/typescriptify-policy-tests
  • d459e47 chore: typescriptify prompt-next-step.test.ts

There are 232 commits in total.

See the full diff

  • The dependency snyk was updated from 1.297.4 to 1.298.0.

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

Release Notes for v1.298.0

1.298.0 (2020-03-04)

Features

  • drop isolate & modules commands (7b973e0)
Commits

The new version differs by 235 commits.

  • d174fcb Merge pull request #1033 from snyk/fix/delete-legacy-commands
  • bebcfc7 test: drop test fixture used for deleted tests
  • 7b973e0 feat: drop isolate & modules commands
  • d755168 Merge pull request #1036 from snyk/fix/scratch-image-without-dockerfile
  • ba37335 fix: bump snyk-docker-plugin to 2.2.2
  • adef6b5 Merge pull request #1035 from snyk/fix/improve-python-docs-command-meaning
  • cecd701 fix: improved python --command documentation
  • 9517daa Merge pull request #1029 from snyk/fix/cli-error-message-on-snyk-test
  • dffba72 fix: improvement of errors messages.
  • 1c78bd1 fix: test msg.
  • 703c2bf fix: cli error message when command fails.
  • aef50ae Merge pull request #1018 from snyk/test/convert-protect-tests
  • 51b2b7a test: convert protect tests to ts
  • bc8001c Merge pull request #1026 from snyk/chore/typescriptify-prompts-tests
  • 1b38af7 chore: typescriptify prompts.test.js

There are 235 commits in total.

See the full diff

  • The dependency snyk was updated from 1.298.0 to 1.298.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.298.1

1.298.1 (2020-03-06)

Bug Fixes

  • bumps dep-graph to v1.16.1 (0617176)
Commits

The new version differs by 237 commits.

  • f4d4861 Merge pull request #1039 from snyk/fix/bump-dep-graph-1.16.1
  • 0617176 fix: bumps dep-graph to v1.16.1
  • d174fcb Merge pull request #1033 from snyk/fix/delete-legacy-commands
  • bebcfc7 test: drop test fixture used for deleted tests
  • 7b973e0 feat: drop isolate & modules commands
  • d755168 Merge pull request #1036 from snyk/fix/scratch-image-without-dockerfile
  • ba37335 fix: bump snyk-docker-plugin to 2.2.2
  • adef6b5 Merge pull request #1035 from snyk/fix/improve-python-docs-command-meaning
  • cecd701 fix: improved python --command documentation
  • 9517daa Merge pull request #1029 from snyk/fix/cli-error-message-on-snyk-test
  • dffba72 fix: improvement of errors messages.
  • 1c78bd1 fix: test msg.
  • 703c2bf fix: cli error message when command fails.
  • aef50ae Merge pull request #1018 from snyk/test/convert-protect-tests
  • 51b2b7a test: convert protect tests to ts

There are 237 commits in total.

See the full diff

  • The dependency snyk was updated from 1.298.1 to 1.299.0.

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

Release Notes for v1.299.0

1.299.0 (2020-03-15)

Bug Fixes

  • only append utms if we are provided with them (db213ad)
  • only send analytics Monitor Graph as true when appropriate (8adc98f)

Features

  • support login utm from environment variables (aba5b03)
Commits

The new version differs by 9 commits.

  • ced3adc Merge pull request #1044 from snyk/feat/populate-utm-data
  • db213ad fix: only append utms if we are provided with them
  • 1526a7b Merge pull request #1043 from snyk/fix/drop-double-analytics
  • 669a2cd chore: add ts type
  • 61e4932 test: add test coverage for utm auth
  • aba5b03 feat: support login utm from environment variables
  • 8adc98f fix: only send analytics Monitor Graph as true when appropriate
  • fddfa46 Merge pull request #1038 from snyk/feat/content-owners
  • ea273f6 chore: add content team as code owner for help text

See the full diff

  • The dependency snyk was updated from 1.299.0 to 1.300.0.

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

Release Notes for v1.300.0

1.300.0 (2020-03-19)

Features

  • silence noisy error behind -d for --all-projects (dcb918a)
Commits

The new version differs by 14 commits.

  • 55c050f Merge pull request #1046 from snyk/fix/silence-errors
  • dcb918a feat: silence noisy error behind -d for --all-projects
  • 500197b Merge pull request #1037 from snyk/refactor/snyk-cli-tests-from-js-to-ts
  • ced3adc Merge pull request #1044 from snyk/feat/populate-utm-data
  • 73ada88 refactor: protect-patch-order.test from js to ts
  • db213ad fix: only append utms if we are provided with them
  • 1526a7b Merge pull request #1043 from snyk/fix/drop-double-analytics
  • 669a2cd chore: add ts type
  • 61e4932 test: add test coverage for utm auth
  • aba5b03 feat: support login utm from environment variables
  • 8adc98f fix: only send analytics Monitor Graph as true when appropriate
  • fddfa46 Merge pull request #1038 from snyk/feat/content-owners
  • ea273f6 chore: add content team as code owner for help text
  • 1029742 refactor: updater.test & user-config.test from js to ts

See the full diff

  • The dependency snyk was updated from 1.300.0 to 1.301.0.

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

Release Notes for v1.301.0

1.301.0 (2020-03-20)

Features

  • drop node 6 support by no longer testing for it (566a54b)
Commits

The new version differs by 16 commits.

  • 31b92fb Merge pull request #1042 from snyk/feat/drop-node-6-support
  • 566a54b feat: drop node 6 support by no longer testing for it
  • 55c050f Merge pull request #1046 from snyk/fix/silence-errors
  • dcb918a feat: silence noisy error behind -d for --all-projects
  • 500197b Merge pull request #1037 from snyk/refactor/snyk-cli-tests-from-js-to-ts
  • ced3adc Merge pull request #1044 from snyk/feat/populate-utm-data
  • 73ada88 refactor: protect-patch-order.test from js to ts
  • db213ad fix: only append utms if we are provided with them
  • 1526a7b Merge pull request #1043 from snyk/fix/drop-double-analytics
  • 669a2cd chore: add ts type
  • 61e4932 test: add test coverage for utm auth
  • aba5b03 feat: support login utm from environment variables
  • 8adc98f fix: only send analytics Monitor Graph as true when appropriate
  • fddfa46 Merge pull request #1038 from snyk/feat/content-owners
  • ea273f6 chore: add content team as code owner for help text

There are 16 commits in total.

See the full diff

  • The dependency snyk was updated from 1.301.0 to 1.302.0.

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

Release Notes for v1.302.0

1.302.0 (2020-03-22)

Features

  • use 8 as min supported runtime message (f6779fa)
Commits

The new version differs by 18 commits.

  • a9b04e4 Merge pull request #1048 from snyk/feat/update-min-supported-node-to-8
  • f6779fa feat: use 8 as min supported runtime message
  • 31b92fb Merge pull request #1042 from snyk/feat/drop-node-6-support
  • 566a54b feat: drop node 6 support by no longer testing for it
  • 55c050f Merge pull request #1046 from snyk/fix/silence-errors
  • dcb918a feat: silence noisy error behind -d for --all-projects
  • 500197b Merge pull request #1037 from snyk/refactor/snyk-cli-tests-from-js-to-ts
  • ced3adc Merge pull request #1044 from snyk/feat/populate-utm-data
  • 73ada88 refactor: protect-patch-order.test from js to ts
  • db213ad fix: only append utms if we are provided with them
  • 1526a7b Merge pull request #1043 from snyk/fix/drop-double-analytics
  • 669a2cd chore: add ts type
  • 61e4932 test: add test coverage for utm auth
  • aba5b03 feat: support login utm from environment variables
  • 8adc98f fix: only send analytics Monitor Graph as true when appropriate

There are 18 commits in total.

See the full diff

  • The dependency snyk was updated from 1.302.0 to 1.303.0.

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

Release Notes for v1.303.0

1.303.0 (2020-03-22)

Features

  • snyk-docker-plugin with experimental Distroless scanning (0080f1d)
Commits

The new version differs by 20 commits.

  • d0e575c Merge pull request #1050 from snyk/feat/docker-plugin-experimental-analysis
  • 0080f1d feat: snyk-docker-plugin with experimental Distroless scanning
  • a9b04e4 Merge pull request #1048 from snyk/feat/update-min-supported-node-to-8
  • f6779fa feat: use 8 as min supported runtime message
  • 31b92fb Merge pull request #1042 from snyk/feat/drop-node-6-support
  • 566a54b feat: drop node 6 support by no longer testing for it
  • 55c050f Merge pull request #1046 from snyk/fix/silence-errors
  • dcb918a feat: silence noisy error behind -d for --all-projects
  • 500197b Merge pull request #1037 from snyk/refactor/snyk-cli-tests-from-js-to-ts
  • ced3adc Merge pull request #1044 from snyk/feat/populate-utm-data
  • 73ada88 refactor: protect-patch-order.test from js to ts
  • db213ad fix: only append utms if we are provided with them
  • 1526a7b Merge pull request #1043 from snyk/fix/drop-double-analytics
  • 669a2cd chore: add ts type
  • 61e4932 test: add test coverage for utm auth

There are 20 commits in total.

See the full diff

  • The dependency snyk was updated from 1.303.0 to 1.303.1.

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

Release Notes for v1.303.1

1.303.1 (2020-03-23)

Bug Fixes

  • image static scanning to send correct image ID (digest) (621c7e5)
Commits

The new version differs by 22 commits.

  • 09ce9a8 Merge pull request #1053 from snyk/fix/image-id
  • 621c7e5 fix: image static scanning to send correct image ID (digest)
  • d0e575c Merge pull request #1050 from snyk/feat/docker-plugin-experimental-analysis
  • 0080f1d feat: snyk-docker-plugin with experimental Distroless scanning
  • a9b04e4 Merge pull request #1048 from snyk/feat/update-min-supported-node-to-8
  • f6779fa feat: use 8 as min supported runtime message
  • 31b92fb Merge pull request #1042 from snyk/feat/drop-node-6-support
  • 566a54b feat: drop node 6 support by no longer testing for it
  • 55c050f Merge pull request #1046 from snyk/fix/silence-errors
  • dcb918a feat: silence noisy error behind -d for --all-projects
  • 500197b Merge pull request #1037 from snyk/refactor/snyk-cli-tests-from-js-to-ts
  • ced3adc Merge pull request #1044 from snyk/feat/populate-utm-data
  • 73ada88 refactor: protect-patch-order.test from js to ts
  • db213ad fix: only append utms if we are provided with them
  • 1526a7b Merge pull request #1043 from snyk/fix/drop-double-analytics

There are 22 commits in total.

See the full diff

  • The dependency snyk was updated from 1.303.1 to 1.303.2.

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

Release Notes for v1.303.2

1.303.2 (2020-03-24)

Bug Fixes

  • making sure writing to disk has finished before reading (7e53982)
Commits

The new version differs by 24 commits.

  • 1a2e3ef Merge pull request #1049 from snyk/fix/wizard-writing-file-to-disk
  • 7e53982 fix: making sure writing to disk has finished before reading
  • 09ce9a8 Merge pull request #1053 from snyk/fix/image-id
  • 621c7e5 fix: image static scanning to send correct image ID (digest)
  • d0e575c Merge pull request #1050 from snyk/feat/docker-plugin-experimental-analysis
  • 0080f1d feat: snyk-docker-plugin with experimental Distroless scanning
  • a9b04e4 Merge pull request #1048 from snyk/feat/update-min-supported-node-to-8
  • f6779fa feat: use 8 as min supported runtime message
  • 31b92fb Merge pull request #1042 from snyk/feat/drop-node-6-support
  • 566a54b feat: drop node 6 support by no longer testing for it
  • 55c050f Merge pull request #1046 from snyk/fix/silence-errors
  • dcb918a feat: silence noisy error behind -d for --all-projects
  • 500197b Merge pull request #1037 from snyk/refactor/snyk-cli-tests-from-js-to-ts
  • ced3adc Merge pull request #1044 from snyk/feat/populate-utm-data
  • 73ada88 refactor: protect-patch-order.test from js to ts

There are 24 commits in total.

See the full diff

  • The dependency snyk was updated from 1.303.2 to 1.304.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.304.0

1.304.0 (2020-03-24)

Features

  • drop snyk test-unpublished legacy command (20ea77b)
Commits

The new version differs by 28 commits.

  • 1534c96 Merge pull request #1056 from snyk/docs/typos-fix
  • f6092fd docs: fix up some of the language
  • 452b730 Merge pull request #1051 from snyk/feat/drop-unpublished-command
  • 1a2e3ef Merge pull request #1049 from snyk/fix/wizard-writing-file-to-disk
  • 7e53982 fix: making sure writing to disk has finished before reading
  • 09ce9a8 Merge pull request #1053 from snyk/fix/image-id
  • 621c7e5 fix: image static scanning to send correct image ID (digest)
  • d0e575c Merge pull request #1050 from snyk/feat/docker-plugin-experimental-analysis
  • 0080f1d feat: snyk-docker-plugin with experimental Distroless scanning
  • a9b04e4 Merge pull request #1048 from snyk/feat/update-min-supported-node-to-8
  • 20ea77b feat: drop snyk test-unpublished legacy command
  • f6779fa feat: use 8 as min supported runtime message
  • 31b92fb Merge pull request #1042 from snyk/feat/drop-node-6-support
  • 566a54b feat: drop node 6 support by no longer testing for it
  • 55c050f Merge pull request #1046 from snyk/fix/silence-errors

There are 28 commits in total.

See the full diff

  • The dependency snyk was updated from 1.304.0 to 1.305.0.

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

Release Notes for v1.305.0

1.305.0 (2020-03-25)

Bug Fixes

Features

  • container alias for docker flag (be9e9f6)
Commits

The new version differs by 3 commits.

  • 41283ea Merge pull request #1054 from snyk/feat/docker-container-alias
  • b7f94c8 fix: docker capitalisation
  • be9e9f6 feat: container alias for docker flag

See the full diff