Giter Site home page Giter Site logo

Comments (44)

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.34.2 just got published.

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

Release Notes v1.34.2

<a name"1.34.2">

1.34.2 (2017-06-07)

Bug Fixes

  • crash in snyk wizard when monitoring without packageManager (d102a602)
Commits

The new version differs by 1 commits.

  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.34.3 just got published.

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

Release Notes v1.34.3

<a name"1.34.3">

1.34.3 (2017-06-07)

Bug Fixes

Commits

The new version differs by 2 commits.

  • c17ff86 fix: bad typo
  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.34.4 just got published.

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

Release Notes v1.34.4

<a name"1.34.4">

1.34.4 (2017-06-14)

Bug Fixes

  • dep tree wasn't showing vulns in UI (66555d08)
Commits

The new version differs by 4 commits.

  • 98a6a3d chore: add org to snyk test
  • 66555d0 fix: dep tree wasn't showing vulns in UI
  • c17ff86 fix: bad typo
  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.35.0 just got published.

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

Release Notes v1.35.0

<a name"1.35.0">

1.35.0 (2017-06-20)

Bug Fixes

  • support --dev when running in maven projects (ff6e063e)
  • missing equal sign for the org parameter (387d537b)

Features

  • support SBT package manager (b461b84a)
Commits

The new version differs by 7 commits.

  • ff6e063 fix: support --dev when running in maven projects
  • b461b84 feat: support SBT package manager
  • 387d537 fix: missing equal sign for the org parameter
  • 98a6a3d chore: add org to snyk test
  • 66555d0 fix: dep tree wasn't showing vulns in UI
  • c17ff86 fix: bad typo
  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.36.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.36.0

<a name"1.36.0">

1.36.0 (2017-06-22)

Features

  • using mvn, gradle and sbt plugins (dec5ff88)
Commits

The new version differs by 8 commits.

  • dec5ff8 feat: using mvn, gradle and sbt plugins
  • ff6e063 fix: support --dev when running in maven projects
  • b461b84 feat: support SBT package manager
  • 387d537 fix: missing equal sign for the org parameter
  • 98a6a3d chore: add org to snyk test
  • 66555d0 fix: dep tree wasn't showing vulns in UI
  • c17ff86 fix: bad typo
  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.36.1 just got published.

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

Release Notes v1.36.1

<a name"1.36.1">

1.36.1 (2017-06-26)

Bug Fixes

  • replace Object.assign with lodash merge (c1ec0041)
Commits

The new version differs by 1 commits.

  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.36.2 just got published.

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

Release Notes v1.36.2

<a name"1.36.2">

1.36.2 (2017-06-27)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.37.0 just got published.

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

Release Notes v1.37.0

<a name"1.37.0">

1.37.0 (2017-07-27)

Bug Fixes

  • accept package manager from test result if returned (ac48703a)

Features

  • implicitly detect scala projects (54188d23)
Commits

The new version differs by 7 commits.

  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.38.0 just got published.

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

Release Notes v1.38.0

<a name"1.38.0">

1.38.0 (2017-08-01)

Features

  • upgrade Gradle and SBT plugins (b56cd5c6)
Commits

The new version differs by 8 commits.

  • b56cd5c feat: upgrade Gradle and SBT plugins
  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.38.1 just got published.

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

Release Notes v1.38.1

<a name"1.38.1">

1.38.1 (2017-08-03)

Bug Fixes

  • pass --dev flag to monitor to allow monitoring npm and yarn projects with dev de (6367edb5)
Commits

The new version differs by 9 commits.

  • 6367edb fix: pass --dev flag to monitor to allow monitoring npm and yarn
  • b56cd5c feat: upgrade Gradle and SBT plugins
  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.38.2 just got published.

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

Release Notes v1.38.2

<a name"1.38.2">

1.38.2 (2017-08-15)

Bug Fixes

  • disable protect and wizard for unsupported projects (d48efe68)
  • more prominent help (fdf3a44e)
Commits

The new version differs by 11 commits.

  • d48efe6 fix: disable protect and wizard for unsupported projects
  • fdf3a44 fix: more prominent help
  • 6367edb fix: pass --dev flag to monitor to allow monitoring npm and yarn
  • b56cd5c feat: upgrade Gradle and SBT plugins
  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.38.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.38.3

<a name"1.38.3">

1.38.3 (2017-08-17)

Bug Fixes

Commits

The new version differs by 12 commits.

  • 196f247 fix: upgrade Python plugin
  • d48efe6 fix: disable protect and wizard for unsupported projects
  • fdf3a44 fix: more prominent help
  • 6367edb fix: pass --dev flag to monitor to allow monitoring npm and yarn
  • b56cd5c feat: upgrade Gradle and SBT plugins
  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.39.0 just got published.

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

Release Notes v1.39.0

<a name"1.39.0">

1.39.0 (2017-08-18)

Features

Commits

The new version differs by 1 commits.

  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.39.1 just got published.

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

Release Notes v1.39.1

<a name"1.39.1">

1.39.1 (2017-08-21)

Bug Fixes

  • upgrade Gradle plugin - minor Jar related fixes (ed59c181)
Commits

The new version differs by 2 commits.

  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.40.0 just got published.

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

Release Notes v1.40.0

<a name"1.40.0">

1.40.0 (2017-08-22)

Features

  • early access alpha support for Go test (e36ba8f6)
Commits

The new version differs by 3 commits.

  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.40.1 just got published.

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

Release Notes v1.40.1

<a name"1.40.1">

1.40.1 (2017-08-24)

Bug Fixes

  • remove buggy macAdress() code from analytics.js (57d6df76)
Commits

The new version differs by 4 commits.

  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.40.2 just got published.

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

Release Notes v1.40.2

<a name"1.40.2">

1.40.2 (2017-08-29)

Bug Fixes

  • update plugins to reduce filesize (7b7d0ab2)
  • add some npm ignores to reduce filesize (64314716)
Commits

The new version differs by 6 commits.

  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.40.3 just got published.

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

Release Notes v1.40.3

<a name"1.40.3">

1.40.3 (2017-09-17)

Bug Fixes

  • bump to snyk-mvn-plugin 1.0.2 (e16423e1)
Commits

The new version differs by 7 commits.

  • e16423e fix: bump to snyk-mvn-plugin 1.0.2
  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.40.4 just got published.

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

Release Notes v1.40.4

<a name"1.40.4">

1.40.4 (2017-09-19)

Bug Fixes

  • bump go & mvn plugin versions (adde4c20)
Commits

The new version differs by 8 commits.

  • adde4c2 fix: bump go & mvn plugin versions
  • e16423e fix: bump to snyk-mvn-plugin 1.0.2
  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.41.1 just got published.

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

Release Notes v1.41.1

<a name"1.41.1">

1.41.1 (2017-09-21)

Bug Fixes

Commits

The new version differs by 14 commits.

  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout
  • 195bdb2 test: temporarily disable Travis Node 0.12 tests
  • 7f82b6d chore: prune .snyk policy file
  • 09570c9 feat: migrate from request to needle
  • 6774990 fix: ignore the vuln in tough-cookie
  • adde4c2 fix: bump go & mvn plugin versions
  • e16423e fix: bump to snyk-mvn-plugin 1.0.2
  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.41.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.41.0

<a name"1.41.0">

1.41.0 (2017-09-21)

Bug Fixes

  • ignore the vuln in tough-cookie (67749906)

Features

  • migrate from request to needle (09570c90)
Commits

The new version differs by 12 commits.

  • 195bdb2 test: temporarily disable Travis Node 0.12 tests
  • 7f82b6d chore: prune .snyk policy file
  • 09570c9 feat: migrate from request to needle
  • 6774990 fix: ignore the vuln in tough-cookie
  • adde4c2 fix: bump go & mvn plugin versions
  • e16423e fix: bump to snyk-mvn-plugin 1.0.2
  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.42.0 just got published.

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

Release Notes v1.42.0

<a name"1.42.0">

1.42.0 (2017-10-02)

Features

  • early access govendor support for Go (3040d31a)
Commits

The new version differs by 3 commits.

  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.42.1 just got published.

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

Release Notes v1.42.1

<a name"1.42.1">

1.42.1 (2017-10-02)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.42.2 just got published.

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

Release Notes v1.42.2

<a name"1.42.2">

1.42.2 (2017-10-02)

Bug Fixes

  • update snyk-go-plugin to 1.3.4 (462302d8)
Commits

The new version differs by 5 commits.

  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.42.3 just got published.

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

Release Notes v1.42.3

<a name"1.42.3">

1.42.3 (2017-10-02)

Bug Fixes

  • update snyk-go-plugin to 1.3.5 (ab780c2a)
Commits

The new version differs by 6 commits.

  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.42.4 just got published.

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

Release Notes v1.42.4

<a name"1.42.4">

1.42.4 (2017-10-06)

Bug Fixes

  • update snyk-go-plugin to 1.3.6 (7c46ba1d)
Commits

The new version differs by 7 commits.

  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.42.5 just got published.

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

Release Notes v1.42.5

<a name"1.42.5">

1.42.5 (2017-10-09)

Bug Fixes

  • update snyk-go-plugin to 1.3.7 (87027bcd)
Commits

The new version differs by 8 commits.

  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.42.6 just got published.

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

Release Notes v1.42.6

<a name"1.42.6">

1.42.6 (2017-10-11)

Bug Fixes

  • update snyk-python-plugin to 1.2.5 (474a04cb)
Commits

The new version differs by 9 commits.

  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.42.7 just got published.

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

Release Notes v1.42.7

<a name"1.42.7">

1.42.7 (2017-10-13)

Bug Fixes

  • more reliable gradle plugin argument handling (9106c022)
Commits

The new version differs by 10 commits.

  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.43.0 just got published.

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

Release Notes v1.43.0

<a name"1.43.0">

1.43.0 (2017-10-17)

Features

  • allow license issues to be ignored via snyk wizard (46dc5a45)
Commits

The new version differs by 11 commits.

  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.44.0 just got published.

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

Release Notes v1.44.0

<a name"1.44.0">

1.44.0 (2017-10-19)

Features

  • sending double-dash args as an array (5718e868)
Commits

The new version differs by 12 commits.

  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.44.1 just got published.

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

Release Notes v1.44.1

<a name"1.44.1">

1.44.1 (2017-10-19)

Bug Fixes

  • update snyk-python-plugin to 1.4.0 (5bc915fc)
Commits

The new version differs by 13 commits.

  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.45.0 just got published.

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

Release Notes v1.45.0

<a name"1.45.0">

1.45.0 (2017-10-20)

Features

  • allow custom policy location via --policy-path=path/to/policy (eb05db53)
Commits

The new version differs by 17 commits.

  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go

There are 17 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.46.0 just got published.

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

Release Notes v1.46.0

<a name"1.46.0">

1.46.0 (2017-10-25)

Features

  • allow custom project-name for monitor command (a7fdaa32)
Commits

The new version differs by 18 commits.

  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin

There are 18 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.47.0 just got published.

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

Release Notes v1.47.0

<a name"1.47.0">

1.47.0 (2017-10-29)

Bug Fixes

  • update snyk-go-plugin to 1.3.8 (f0359f0c)

Features

Commits

The new version differs by 20 commits.

  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5

There are 20 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.48.0 just got published.

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

Release Notes v1.48.0

<a name"1.48.0">

1.48.0 (2017-11-06)

Features

  • support package-manager flag and add it to monitor (40b91ce1)
Commits

The new version differs by 21 commits.

  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6

There are 21 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.48.1 just got published.

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

Release Notes v1.48.1

<a name"1.48.1">

1.48.1 (2017-11-06)

Bug Fixes

  • nuget-plugin 1.0.3 dependency graph fix (7c6335fc)
Commits

The new version differs by 22 commits.

  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7

There are 22 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.49.0 just got published.

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

Release Notes v1.49.0

<a name"1.49.0">

1.49.0 (2017-11-08)

Features

  • adding .csproj file recognition as nuget (7c2d48fb)
Commits

The new version differs by 23 commits.

  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5

There are 23 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.49.1 just got published.

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

Release Notes v1.49.1

<a name"1.49.1">

1.49.1 (2017-11-08)

Bug Fixes

  • snyk-nuget-plugin v1.1.1 upgrade (fab007bf)
Commits

The new version differs by 24 commits.

  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling

There are 24 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.49.2 just got published.

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

Release Notes v1.49.2

<a name"1.49.2">

1.49.2 (2017-11-12)

Bug Fixes

  • nuget-plugin 1.2.0 + cli arguments transfer to camelCase (c2e07501)
Commits

The new version differs by 25 commits.

  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard

There are 25 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.49.3 just got published.

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

Release Notes v1.49.3

<a name"1.49.3">

1.49.3 (2017-11-16)

Bug Fixes

Commits

The new version differs by 27 commits.

  • 20890bc test: add tests for proxy support
  • aebf12c fix: add proxy support
  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0

There are 27 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.49.4 just got published.

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

Release Notes v1.49.4

<a name"1.49.4">

1.49.4 (2017-11-20)

Bug Fixes

Commits

The new version differs by 29 commits.

  • 51a6019 fix: nuget-plugin version 1.3.1
  • 93477f2 fix: nuget monitor in 1.3.0
  • 20890bc test: add tests for proxy support
  • aebf12c fix: add proxy support
  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor

There are 29 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.49.5 just got published.

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

Release Notes v1.49.5

<a name"1.49.5">

1.49.5 (2017-11-22)

Bug Fixes

  • nuget support for custom json manifest in 1.3.2 (e43d91d5)
Commits

The new version differs by 30 commits.

  • e43d91d fix: nuget support for custom json manifest in 1.3.2
  • 51a6019 fix: nuget-plugin version 1.3.1
  • 93477f2 fix: nuget monitor in 1.3.0
  • 20890bc test: add tests for proxy support
  • aebf12c fix: add proxy support
  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect

There are 30 commits in total.

See the full diff

from normalize-diacritics.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.50.0 just got published.

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

Release Notes v1.50.0

<a name"1.50.0">

1.50.0 (2017-11-24)

Features

  • include API ignores in test & wizard (f007934f)
Commits

The new version differs by 31 commits.

  • f007934 feat: include API ignores in test & wizard
  • e43d91d fix: nuget support for custom json manifest in 1.3.2
  • 51a6019 fix: nuget-plugin version 1.3.1
  • 93477f2 fix: nuget monitor in 1.3.0
  • 20890bc test: add tests for proxy support
  • aebf12c fix: add proxy support
  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy

There are 31 commits in total.

See the full diff

from normalize-diacritics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.