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.239.2 to 1.239.3.

🚨 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.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

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

  • 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 2 commits.

  • 14cdb94 Merge pull request #838 from snyk/fix/flaky-test
  • e25ec3f fix: rewrite test to use fake server

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 4 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

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 7 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

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 9 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

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 11 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

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 13 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

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 15 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

See the full diff

  • The dependency snyk was updated from 1.241.0 to 1.241.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.241.1

1.241.1 (2019-11-04)

Bug Fixes

  • look for missingDeps in labels too (6f27ed2)
  • Update interface of DepTree from lockfile (a087e42)
Commits

The new version differs by 18 commits.

  • 8324e99 Merge pull request #848 from snyk/fix/update-lockfile-parser
  • 176e3e0 Merge pull request #851 from snyk/feat/update-snyk-gradle-plugin-to-latest
  • 6f27ed2 fix: look for missingDeps in labels too
  • 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
  • a087e42 fix: Update interface of DepTree from lockfile
  • 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

There are 18 commits in total.

See the full diff

  • The dependency snyk was updated from 1.241.1 to 1.242.0.

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

Release Notes for v1.242.0

1.242.0 (2019-11-04)

Features

  • extract converting multi to single result (2fe0961)
  • extract gradle sub-project count (781a516)
  • refactor project count (5dccb99)
  • restructure monitor into a folder and formatter (17410d5)
  • validate monitor path function (343ae0f)
Commits

The new version differs by 6 commits.

  • 131bd2a Merge pull request #852 from snyk/refactor/monitor
  • 5dccb99 feat: refactor project count
  • 17410d5 feat: restructure monitor into a folder and formatter
  • 2fe0961 feat: extract converting multi to single result
  • 781a516 feat: extract gradle sub-project count
  • 343ae0f feat: validate monitor path function

See the full diff

  • The dependency snyk was updated from 1.242.0 to 1.242.1.

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

Release Notes for v1.242.1

1.242.1 (2019-11-05)

Bug Fixes

  • add pinning advice back to legacy formatter (e6ce153)
  • update blocker on npm (0d07932)
Commits

The new version differs by 12 commits.

  • baa40cd Merge pull request #854 from snyk/fix/update-blocker-on-npm
  • 0d07932 fix: update blocker on npm
  • 10363fc Merge pull request #826 from snyk/fix/re-add-pinning-advice
  • 131bd2a Merge pull request #852 from snyk/refactor/monitor
  • 5dccb99 feat: refactor project count
  • 17410d5 feat: restructure monitor into a folder and formatter
  • 2fe0961 feat: extract converting multi to single result
  • 781a516 feat: extract gradle sub-project count
  • 343ae0f feat: validate monitor path function
  • 8268159 chore: clean up vars
  • e6ce153 fix: add pinning advice back to legacy formatter
  • 0c60ac3 chore: clean up imports

See the full diff

  • The dependency snyk was updated from 1.242.1 to 1.242.2.

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

Release Notes for v1.242.2

1.242.2 (2019-11-05)

Bug Fixes

  • propagate correct relative path (7c489d5)
Commits

The new version differs by 15 commits.

  • 9605c53 Merge pull request #840 from snyk/fix/relative_path
  • baa40cd Merge pull request #854 from snyk/fix/update-blocker-on-npm
  • 2da04e8 test: update assertions to be relaxed on full path
  • 0d07932 fix: update blocker on npm
  • 10363fc Merge pull request #826 from snyk/fix/re-add-pinning-advice
  • 131bd2a Merge pull request #852 from snyk/refactor/monitor
  • 5dccb99 feat: refactor project count
  • 17410d5 feat: restructure monitor into a folder and formatter
  • 2fe0961 feat: extract converting multi to single result
  • 781a516 feat: extract gradle sub-project count
  • 343ae0f feat: validate monitor path function
  • 7c489d5 fix: propagate correct relative path
  • 8268159 chore: clean up vars
  • e6ce153 fix: add pinning advice back to legacy formatter
  • 0c60ac3 chore: clean up imports

See the full diff

  • The dependency snyk was updated from 1.242.2 to 1.242.3.

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

Release Notes for v1.242.3

1.242.3 (2019-11-05)

Bug Fixes

  • adds back update functionality on npm versions of release (530e73c)
Commits

The new version differs by 17 commits.

  • ad89f10 Merge pull request #856 from snyk/fix/update-blocker-on-npm-final
  • 9605c53 Merge pull request #840 from snyk/fix/relative_path
  • 530e73c fix: adds back update functionality on npm versions of release
  • baa40cd Merge pull request #854 from snyk/fix/update-blocker-on-npm
  • 2da04e8 test: update assertions to be relaxed on full path
  • 0d07932 fix: update blocker on npm
  • 10363fc Merge pull request #826 from snyk/fix/re-add-pinning-advice
  • 131bd2a Merge pull request #852 from snyk/refactor/monitor
  • 5dccb99 feat: refactor project count
  • 17410d5 feat: restructure monitor into a folder and formatter
  • 2fe0961 feat: extract converting multi to single result
  • 781a516 feat: extract gradle sub-project count
  • 343ae0f feat: validate monitor path function
  • 7c489d5 fix: propagate correct relative path
  • 8268159 chore: clean up vars

There are 17 commits in total.

See the full diff

  • The dependency snyk was updated from 1.243.0 to 1.244.0.

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

Release Notes for v1.244.0

1.244.0 (2019-11-06)

Features

  • composer dev require (7af2b63)
  • Release CocoaPods test and monitor (3e5cb12)
  • show missing deps for old monitor too (360e686)
Commits

The new version differs by 27 commits.

  • cdd490f Merge pull request #858 from snyk/feat/cocoapods-ga
  • 9b1095e Merge pull request #859 from snyk/feat/composer-dev-require
  • 3e5cb12 feat: Release CocoaPods test and monitor
  • 7af2b63 feat: composer dev require
  • bd24a91 Merge pull request #857 from snyk/feat/propagate-missing-deps
  • 360e686 feat: show missing deps for old monitor too
  • 779f0ef Merge pull request #853 from snyk/feat/node-6-deprecation-warning
  • ad89f10 Merge pull request #856 from snyk/fix/update-blocker-on-npm-final
  • 9605c53 Merge pull request #840 from snyk/fix/relative_path
  • 12eab1a test: fix tests
  • 530e73c fix: adds back update functionality on npm versions of release
  • baa40cd Merge pull request #854 from snyk/fix/update-blocker-on-npm
  • 2da04e8 test: update assertions to be relaxed on full path
  • 0d07932 fix: update blocker on npm
  • 10363fc Merge pull request #826 from snyk/fix/re-add-pinning-advice

There are 27 commits in total.

See the full diff

  • The dependency snyk was updated from 1.244.0 to 1.245.0.

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

Release Notes for v1.245.0

1.245.0 (2019-11-12)

Features

  • update snyk-sbt-plugin to latest (119896f)
Commits

The new version differs by 29 commits.

  • 365fce4 Merge pull request #862 from snyk/feat/bump-sbt-plugin
  • 119896f feat: update snyk-sbt-plugin to latest
  • cdd490f Merge pull request #858 from snyk/feat/cocoapods-ga
  • 9b1095e Merge pull request #859 from snyk/feat/composer-dev-require
  • 3e5cb12 feat: Release CocoaPods test and monitor
  • 7af2b63 feat: composer dev require
  • bd24a91 Merge pull request #857 from snyk/feat/propagate-missing-deps
  • 360e686 feat: show missing deps for old monitor too
  • 779f0ef Merge pull request #853 from snyk/feat/node-6-deprecation-warning
  • ad89f10 Merge pull request #856 from snyk/fix/update-blocker-on-npm-final
  • 9605c53 Merge pull request #840 from snyk/fix/relative_path
  • 12eab1a test: fix tests
  • 530e73c fix: adds back update functionality on npm versions of release
  • baa40cd Merge pull request #854 from snyk/fix/update-blocker-on-npm
  • 2da04e8 test: update assertions to be relaxed on full path

There are 29 commits in total.

See the full diff

  • The dependency snyk was updated from 1.245.0 to 1.246.0.

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

Release Notes for v1.246.0

1.246.0 (2019-11-13)

Features

  • bump snyk-gradle-plugin version to latest (f22925b)
Commits

The new version differs by 31 commits.

  • 9606a73 Merge pull request #863 from snyk/feat/bump-snyk-gradle-ersion
  • f22925b feat: bump snyk-gradle-plugin version to latest
  • 365fce4 Merge pull request #862 from snyk/feat/bump-sbt-plugin
  • 119896f feat: update snyk-sbt-plugin to latest
  • cdd490f Merge pull request #858 from snyk/feat/cocoapods-ga
  • 9b1095e Merge pull request #859 from snyk/feat/composer-dev-require
  • 3e5cb12 feat: Release CocoaPods test and monitor
  • 7af2b63 feat: composer dev require
  • bd24a91 Merge pull request #857 from snyk/feat/propagate-missing-deps
  • 360e686 feat: show missing deps for old monitor too
  • 779f0ef Merge pull request #853 from snyk/feat/node-6-deprecation-warning
  • ad89f10 Merge pull request #856 from snyk/fix/update-blocker-on-npm-final
  • 9605c53 Merge pull request #840 from snyk/fix/relative_path
  • 12eab1a test: fix tests
  • 530e73c fix: adds back update functionality on npm versions of release

There are 31 commits in total.

See the full diff

  • The dependency snyk was updated from 1.246.0 to 1.247.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.247.0

1.247.0 (2019-11-13)

Features

Commits

The new version differs by 35 commits.

  • e69ef82 Merge pull request #861 from snyk/feat/introduce-jar-files
  • 9606a73 Merge pull request #863 from snyk/feat/bump-snyk-gradle-ersion
  • f22925b feat: bump snyk-gradle-plugin version to latest
  • 365fce4 Merge pull request #862 from snyk/feat/bump-sbt-plugin
  • e699598 feat: add *.war support
  • 0189a39 chore: split up test and monitor tests
  • 119896f feat: update snyk-sbt-plugin to latest
  • e845d19 feat: detect *.jar files as maven
  • cdd490f Merge pull request #858 from snyk/feat/cocoapods-ga
  • 9b1095e Merge pull request #859 from snyk/feat/composer-dev-require
  • 3e5cb12 feat: Release CocoaPods test and monitor
  • 7af2b63 feat: composer dev require
  • bd24a91 Merge pull request #857 from snyk/feat/propagate-missing-deps
  • 360e686 feat: show missing deps for old monitor too
  • 779f0ef Merge pull request #853 from snyk/feat/node-6-deprecation-warning

There are 35 commits in total.

See the full diff

  • The dependency snyk was updated from 1.247.0 to 1.247.1.

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

Release Notes for v1.247.1

1.247.1 (2019-11-13)

Bug Fixes

  • ensure Gradle 6 is supported (73dd54e)
Commits

The new version differs by 2 commits.

  • ae2c4be Merge pull request #865 from snyk/test/ensure-gradle-6-support
  • 73dd54e fix: ensure Gradle 6 is supported

See the full diff

  • The dependency snyk was updated from 1.247.1 to 1.248.0.

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

Release Notes for v1.248.0

1.248.0 (2019-11-15)

Features

  • bump cli-interface that brings in skipUnresolved option (386d523)
  • pass allowMissing to ythe python plugin (52b5b48)
Commits

The new version differs by 6 commits.

  • 3dfbd6f Merge pull request #864 from snyk/docs/update-python-allow-missing
  • 386d523 feat: bump cli-interface that brings in skipUnresolved option
  • ae2c4be Merge pull request #865 from snyk/test/ensure-gradle-6-support
  • 73dd54e fix: ensure Gradle 6 is supported
  • 52b5b48 feat: pass allowMissing to ythe python plugin
  • 9076975 docs: update python docs with allow-missing

See the full diff

πŸŽ‰ This issue has been resolved in version 1.13.3 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€