Ryuno-Ki / eleventy-filter-npm-package-downloads

Filter for 11ty to show the number of downloads of a npm package

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.239.1 to 1.239.2.

🚨 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
  • βœ… ci/circleci: test: Your tests passed on CircleCI! (Details).
  • ❌ ci/circleci: build: Your tests failed on CircleCI (Details).

Release Notes for v1.239.2

1.239.2 (2019-10-28)

Bug Fixes

  • throw error when cli runs with multiple paths or sln and project-name option (b744709)
Commits

The new version differs by 2 commits.

  • fb7e62a Merge pull request #831 from snyk/fix/throw-error-multiple-paths-with-project-name
  • b744709 fix: throw error when cli runs with multiple paths or sln and project-name option

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.239.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The dependency snyk was updated from 1.239.2 to 1.239.3.

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

Release Notes for v1.239.3

1.239.3 (2019-10-28)

Bug Fixes

  • refactor pin remediation data structure (7670c92)
Commits

The new version differs by 2 commits.

  • d00a52a Merge pull request #837 from snyk/chore/refactor-remediation-types
  • 7670c92 fix: refactor pin remediation data structure

See the full diff

  • The dependency snyk was updated from 1.239.3 to 1.239.4.

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

Release Notes for v1.239.4

1.239.4 (2019-10-29)

Bug Fixes

  • rewrite test to use fake server (e25ec3f)
Commits

The new version differs by 4 commits.

  • 14cdb94 Merge pull request #838 from snyk/fix/flaky-test
  • e25ec3f fix: rewrite test to use fake server
  • d00a52a Merge pull request #837 from snyk/chore/refactor-remediation-types
  • 7670c92 fix: refactor pin remediation data structure

See the full diff

  • The dependency snyk was updated from 1.239.4 to 1.239.5.

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

Release Notes for v1.239.5

1.239.5 (2019-10-29)

Bug Fixes

  • don't fail when there are no deps in csproj (a0a760e)
Commits

The new version differs by 6 commits.

  • 16007fe Merge pull request #839 from snyk/fix/nuget-plugin-crash-without-dependencies
  • 14cdb94 Merge pull request #838 from snyk/fix/flaky-test
  • a0a760e fix: don't fail when there are no deps in csproj
  • e25ec3f fix: rewrite test to use fake server
  • d00a52a Merge pull request #837 from snyk/chore/refactor-remediation-types
  • 7670c92 fix: refactor pin remediation data structure

See the full diff

  • The dependency snyk was updated from 1.239.5 to 1.240.0.

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

Release Notes for v1.240.0

1.240.0 (2019-10-30)

Features

  • introduce spinner lib to replace custom one (05738b1)
  • user external spinner in npm and monitor (bf6c40e)
Commits

The new version differs by 9 commits.

  • 2248b5c Merge pull request #807 from snyk/feat/replace-spinner
  • 16007fe Merge pull request #839 from snyk/fix/nuget-plugin-crash-without-dependencies
  • bf6c40e feat: user external spinner in npm and monitor
  • 05738b1 feat: introduce spinner lib to replace custom one
  • 14cdb94 Merge pull request #838 from snyk/fix/flaky-test
  • a0a760e fix: don't fail when there are no deps in csproj
  • e25ec3f fix: rewrite test to use fake server
  • d00a52a Merge pull request #837 from snyk/chore/refactor-remediation-types
  • 7670c92 fix: refactor pin remediation data structure

See the full diff

  • The dependency snyk was updated from 1.240.0 to 1.240.1.

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

Release Notes for v1.240.1

1.240.1 (2019-10-30)

Bug Fixes

  • strip ansi chars when using --json (7aaf2df)
Commits

The new version differs by 11 commits.

  • a1554b3 Merge pull request #843 from snyk/fix/strip-ansi-json
  • 7aaf2df fix: strip ansi chars when using --json
  • 2248b5c Merge pull request #807 from snyk/feat/replace-spinner
  • 16007fe Merge pull request #839 from snyk/fix/nuget-plugin-crash-without-dependencies
  • bf6c40e feat: user external spinner in npm and monitor
  • 05738b1 feat: introduce spinner lib to replace custom one
  • 14cdb94 Merge pull request #838 from snyk/fix/flaky-test
  • a0a760e fix: don't fail when there are no deps in csproj
  • e25ec3f fix: rewrite test to use fake server
  • d00a52a Merge pull request #837 from snyk/chore/refactor-remediation-types
  • 7670c92 fix: refactor pin remediation data structure

See the full diff

  • The dependency snyk was updated from 1.240.1 to 1.240.2.

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

Release Notes for v1.240.2

1.240.2 (2019-10-31)

Bug Fixes

  • revert feat: replace spinner (43f2368)
Commits

The new version differs by 13 commits.

  • eec4053 Merge pull request #847 from snyk/revert-807-feat/replace-spinner
  • 43f2368 fix: revert feat: replace spinner
  • a1554b3 Merge pull request #843 from snyk/fix/strip-ansi-json
  • 7aaf2df fix: strip ansi chars when using --json
  • 2248b5c Merge pull request #807 from snyk/feat/replace-spinner
  • 16007fe Merge pull request #839 from snyk/fix/nuget-plugin-crash-without-dependencies
  • bf6c40e feat: user external spinner in npm and monitor
  • 05738b1 feat: introduce spinner lib to replace custom one
  • 14cdb94 Merge pull request #838 from snyk/fix/flaky-test
  • a0a760e fix: don't fail when there are no deps in csproj
  • e25ec3f fix: rewrite test to use fake server
  • d00a52a Merge pull request #837 from snyk/chore/refactor-remediation-types
  • 7670c92 fix: refactor pin remediation data structure

See the full diff

  • The dependency snyk was updated from 1.240.2 to 1.240.3.

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

Release Notes for v1.240.3

1.240.3 (2019-10-31)

Bug Fixes

  • propagate correct path on sln scan error (70b986b)
Commits

The new version differs by 15 commits.

  • 78816a9 Merge pull request #849 from snyk/fix/propagated_error_sln_folder
  • 70b986b fix: propagate correct path on sln scan error
  • eec4053 Merge pull request #847 from snyk/revert-807-feat/replace-spinner
  • 43f2368 fix: revert feat: replace spinner
  • a1554b3 Merge pull request #843 from snyk/fix/strip-ansi-json
  • 7aaf2df fix: strip ansi chars when using --json
  • 2248b5c Merge pull request #807 from snyk/feat/replace-spinner
  • 16007fe Merge pull request #839 from snyk/fix/nuget-plugin-crash-without-dependencies
  • bf6c40e feat: user external spinner in npm and monitor
  • 05738b1 feat: introduce spinner lib to replace custom one
  • 14cdb94 Merge pull request #838 from snyk/fix/flaky-test
  • a0a760e fix: don't fail when there are no deps in csproj
  • e25ec3f fix: rewrite test to use fake server
  • d00a52a Merge pull request #837 from snyk/chore/refactor-remediation-types
  • 7670c92 fix: refactor pin remediation data structure

See the full diff

  • The dependency snyk was updated from 1.240.3 to 1.241.0.

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

Release Notes for v1.241.0

1.241.0 (2019-11-01)

Features

  • updated snyk-gradle-plugin to latest version (9be1a2c), this version extracts gradle and build meta for debugging. E.g. Java version, grade version, OS version.
Commits

The new version differs by 17 commits.

  • 176e3e0 Merge pull request #851 from snyk/feat/update-snyk-gradle-plugin-to-latest
  • 9be1a2c feat: updated snyk-gradle-plugin to latest version
  • 78816a9 Merge pull request #849 from snyk/fix/propagated_error_sln_folder
  • 70b986b fix: propagate correct path on sln scan error
  • eec4053 Merge pull request #847 from snyk/revert-807-feat/replace-spinner
  • 43f2368 fix: revert feat: replace spinner
  • a1554b3 Merge pull request #843 from snyk/fix/strip-ansi-json
  • 7aaf2df fix: strip ansi chars when using --json
  • 2248b5c Merge pull request #807 from snyk/feat/replace-spinner
  • 16007fe Merge pull request #839 from snyk/fix/nuget-plugin-crash-without-dependencies
  • bf6c40e feat: user external spinner in npm and monitor
  • 05738b1 feat: introduce spinner lib to replace custom one
  • 14cdb94 Merge pull request #838 from snyk/fix/flaky-test
  • a0a760e fix: don't fail when there are no deps in csproj
  • e25ec3f fix: rewrite test to use fake server

There are 17 commits in total.

See the full diff

Fixed with #36