Giter Site home page Giter Site logo

Comments (13)

greenkeeper avatar greenkeeper commented on May 12, 2024

After pinning to 1.111.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.112.0 to 1.113.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.113.0

1.113.0 (2018-12-03)

Features

Commits

The new version differs by 2 commits.

  • 4d9d1ac Merge pull request #287 from snyk/feat/bump-docker-plugin
  • 83d4c9c feat: bump docker plugin

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.113.0 to 1.114.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.114.0

1.114.0 (2018-12-04)

Features

  • bump docker plugin version (b8e085c)
Commits

The new version differs by 2 commits.

  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin
  • b8e085c feat: bump docker plugin version

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.114.0 to 1.114.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.114.1

1.114.1 (2018-12-05)

Bug Fixes

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

The new version differs by 4 commits.

  • e0b524d Merge pull request #288 from snyk/lockfile_parser_return_valid_name
  • 0387444 fix: when "name" property is missing in package.json use path as a project name
  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin
  • b8e085c feat: bump docker plugin version

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.114.1 to 1.115.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.115.0

1.115.0 (2018-12-05)

Bug Fixes

  • missing comma in .releaserc (bba2038)

Features

  • sha256 checksums for binary releases (0b13a04)
Commits

The new version differs by 8 commits.

  • 294f002 Merge pull request #294 from snyk/fix/missing-comma-releaserc
  • bba2038 fix: missing comma in .releaserc
  • ff79f79 Merge pull request #293 from snyk/feat/checksum-binary-releases
  • 0b13a04 feat: sha256 checksums for binary releases
  • e0b524d Merge pull request #288 from snyk/lockfile_parser_return_valid_name
  • 0387444 fix: when "name" property is missing in package.json use path as a project name
  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin
  • b8e085c feat: bump docker plugin version

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.115.0 to 1.116.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.116.0

1.116.0 (2018-12-06)

Features

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

The new version differs by 10 commits.

  • daebb6a Merge pull request #292 from snyk/feat/cli_upgrade_message
  • 5053c4e feat: add a CLI message when newer version is available
  • 294f002 Merge pull request #294 from snyk/fix/missing-comma-releaserc
  • bba2038 fix: missing comma in .releaserc
  • ff79f79 Merge pull request #293 from snyk/feat/checksum-binary-releases
  • 0b13a04 feat: sha256 checksums for binary releases
  • e0b524d Merge pull request #288 from snyk/lockfile_parser_return_valid_name
  • 0387444 fix: when "name" property is missing in package.json use path as a project name
  • 581caec Merge pull request #290 from snyk/feat/bump-docker-plugin
  • b8e085c feat: bump docker plugin version

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.116.0 to 1.116.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.116.1

1.116.1 (2018-12-06)

Bug Fixes

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

The new version differs by 16 commits.

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

There are 16 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.116.1 to 1.116.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.116.2

1.116.2 (2018-12-06)

Bug Fixes

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

The new version differs by 18 commits.

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

There are 18 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.116.2 to 1.116.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.116.3

1.116.3 (2018-12-10)

Bug Fixes

  • add tests for missing package name (d2cfcb0)
Commits

The new version differs by 20 commits.

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

There are 20 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.116.3 to 1.116.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.116.4

1.116.4 (2018-12-10)

Bug Fixes

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

The new version differs by 22 commits.

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

There are 22 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.116.4 to 1.117.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.117.0

1.117.0 (2018-12-11)

Features

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

The new version differs by 25 commits.

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

There are 25 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.117.0 to 1.117.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.117.1

1.117.1 (2018-12-11)

Bug Fixes

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

The new version differs by 28 commits.

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

There are 28 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency snyk was updated from 1.117.1 to 1.117.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.117.2

1.117.2 (2018-12-18)

Bug Fixes

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

The new version differs by 34 commits.

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

There are 34 commits in total.

See the full diff

from oas-tools.

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.