Code Monkey home page Code Monkey logo

Comments (16)

greenkeeper avatar greenkeeper commented on June 29, 2024

After pinning to 1.80.0 your tests are passing again. Downgrade this dependency 📌.

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.82.0 just got published.

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

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.82.1 just got published.

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

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.82.2 just got published.

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

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.83.0 just got published.

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

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.84.0 just got published.

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

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.85.0 just got published.

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

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.86.0 just got published.

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

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.87.0 just got published.

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

Release Notes v1.87.0

1.87.0 (2018-06-28)

Bug Fixes

  • add --docker option to help (32e8a08)

Features

  • bump docker plugin to 1.10.2 (a7f7c47)
Commits

The new version differs by 2 commits.

  • a7f7c47 feat: bump docker plugin to 1.10.2
  • 32e8a08 fix: add --docker option to help

See the full diff

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.88.0 just got published.

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

Commits

The new version differs by 2 commits.

  • 79a8d6c feat: Improved CLI output to match closer the web UI
  • a46b153 fix: bump docker plugin to 1.10.3

See the full diff

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.88.1 just got published.

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

Release Notes v1.88.1

1.88.1 (2018-07-03)

Bug Fixes

  • Add a message for outdatedt yarn dependencies (f4796c2)
  • prompt name for inquirer with dots (fdd3ae0)
Commits

The new version differs by 4 commits.

  • fdd3ae0 fix: prompt name for inquirer with dots
  • f4796c2 fix: Add a message for outdatedt yarn dependencies
  • 79a8d6c feat: Improved CLI output to match closer the web UI
  • a46b153 fix: bump docker plugin to 1.10.3

See the full diff

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.88.2 just got published.

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

Commits

The new version differs by 5 commits.

  • 7a59da1 fix: use array format for passing prompts for yarn
  • fdd3ae0 fix: prompt name for inquirer with dots
  • f4796c2 fix: Add a message for outdatedt yarn dependencies
  • 79a8d6c feat: Improved CLI output to match closer the web UI
  • a46b153 fix: bump docker plugin to 1.10.3

See the full diff

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.88.3 just got published.

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

Release Notes v1.88.3

1.88.3 (2018-07-16)

Bug Fixes

  • downgrade proxy-agent to remain nodejs 4 compatible (6fb5686)
Commits

The new version differs by 7 commits.

  • 3ddb455 test: disable a test to overcome nodejs4 support issue
  • 6fb5686 fix: downgrade proxy-agent to remain nodejs 4 compatible
  • 7a59da1 fix: use array format for passing prompts for yarn
  • fdd3ae0 fix: prompt name for inquirer with dots
  • f4796c2 fix: Add a message for outdatedt yarn dependencies
  • 79a8d6c feat: Improved CLI output to match closer the web UI
  • a46b153 fix: bump docker plugin to 1.10.3

See the full diff

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.88.4 just got published.

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

Release Notes v1.88.4

1.88.4 (2018-07-16)

Bug Fixes

  • bump snyk-nuget-plugin to handle dependency groups with no attributes in nuspec files (31847c1)
  • sync zlib on request, add content-length header (f0b4a9a)
Commits

The new version differs by 10 commits.

  • 31847c1 fix: bump snyk-nuget-plugin to handle dependency groups with no attributes in nuspec files
  • 0285c57 test: revert test bypass for nodejs 4 support
  • f0b4a9a fix: sync zlib on request, add content-length header
  • 3ddb455 test: disable a test to overcome nodejs4 support issue
  • 6fb5686 fix: downgrade proxy-agent to remain nodejs 4 compatible
  • 7a59da1 fix: use array format for passing prompts for yarn
  • fdd3ae0 fix: prompt name for inquirer with dots
  • f4796c2 fix: Add a message for outdatedt yarn dependencies
  • 79a8d6c feat: Improved CLI output to match closer the web UI
  • a46b153 fix: bump docker plugin to 1.10.3

See the full diff

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.89.0 just got published.

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

Release Notes v1.89.0

1.89.0 (2018-07-17)

Bug Fixes

  • failing docker image builds (c7f5e29)
  • use https where possible (a517143)

Features

Commits

The new version differs by 14 commits.

  • a51ad76 feat: add python dockerfiles
  • b2ae665 docs: fix docker tag typo
  • a517143 fix: use https where possible
  • c7f5e29 fix: failing docker image builds
  • 31847c1 fix: bump snyk-nuget-plugin to handle dependency groups with no attributes in nuspec files
  • 0285c57 test: revert test bypass for nodejs 4 support
  • f0b4a9a fix: sync zlib on request, add content-length header
  • 3ddb455 test: disable a test to overcome nodejs4 support issue
  • 6fb5686 fix: downgrade proxy-agent to remain nodejs 4 compatible
  • 7a59da1 fix: use array format for passing prompts for yarn
  • fdd3ae0 fix: prompt name for inquirer with dots
  • f4796c2 fix: Add a message for outdatedt yarn dependencies
  • 79a8d6c feat: Improved CLI output to match closer the web UI
  • a46b153 fix: bump docker plugin to 1.10.3

See the full diff

from webssh2.

greenkeeper avatar greenkeeper commented on June 29, 2024

Version 1.89.1 just got published.

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

Commits

The new version differs by 18 commits.

  • 2e20440 fix: handle license issues better
  • d325836 tests: Update tests
  • f0a43a5 fix: enhance user errors to point to snyk docs
  • a54c615 fix: Add cliMessage passing to all pkg managers
  • a51ad76 feat: add python dockerfiles
  • b2ae665 docs: fix docker tag typo
  • a517143 fix: use https where possible
  • c7f5e29 fix: failing docker image builds
  • 31847c1 fix: bump snyk-nuget-plugin to handle dependency groups with no attributes in nuspec files
  • 0285c57 test: revert test bypass for nodejs 4 support
  • f0b4a9a fix: sync zlib on request, add content-length header
  • 3ddb455 test: disable a test to overcome nodejs4 support issue
  • 6fb5686 fix: downgrade proxy-agent to remain nodejs 4 compatible
  • 7a59da1 fix: use array format for passing prompts for yarn
  • fdd3ae0 fix: prompt name for inquirer with dots

There are 18 commits in total.

See the full diff

from webssh2.

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.