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 lint-staged is breaking the build 🚨

greenkeeper opened this issue Β· comments


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency lint-staged was updated from 10.0.9 to 10.0.10.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

lint-staged is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v10.0.10

10.0.10 (2020-03-29)

Bug Fixes

  • support non-ASCII filenames when git is configured with core.quotepath on (2cb26a6)
Commits

The new version differs by 1 commits.

  • 2cb26a6 fix: support non-ASCII filenames when git is configured with core.quotepath on

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 10.0.9 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

  • The devDependency lint-staged was updated from 10.0.10 to 10.1.0.

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

Release Notes for v10.1.0

10.1.0 (2020-03-30)

Bug Fixes

  • do not return string from runAll, add info symbol to "No staged files found." message (1e7298a)
  • force src and dst prefixes in diff to work around local diff.noprefix setting (7f2ef33)
  • unset GIT_LITERAL_PATHSPECS env variable before running (a653c55)

Features

  • add --no-stash option to disable the backup stash, and not revert in case of errors (c386e4c)
  • only hide/restore unstaged modifications to partially staged files (52125a9)
Commits

The new version differs by 6 commits.

  • 8abb09f Merge pull request #801 from okonet/simplify
  • 1e7298a fix: do not return string from runAll, add info symbol to "No staged files found." message
  • c386e4c feat: add --no-stash option to disable the backup stash, and not revert in case of errors
  • 7f2ef33 fix: force src and dst prefixes in diff to work around local diff.noprefix setting
  • a653c55 fix: unset GIT_LITERAL_PATHSPECS env variable before running
  • 52125a9 feat: only hide/restore unstaged modifications to partially staged files

See the full diff

  • The devDependency lint-staged was updated from 10.1.0 to 10.1.1.

Your tests are still failing with this version. Compare changes

Release Notes for v10.1.1

10.1.1 (2020-03-31)

Bug Fixes

  • add -- to git add command to denote pathspec starting (#821) (226ccdb)
Commits

The new version differs by 7 commits.

  • 226ccdb fix: add -- to git add command to denote pathspec starting (#821)
  • 8abb09f Merge pull request #801 from okonet/simplify
  • 1e7298a fix: do not return string from runAll, add info symbol to "No staged files found." message
  • c386e4c feat: add --no-stash option to disable the backup stash, and not revert in case of errors
  • 7f2ef33 fix: force src and dst prefixes in diff to work around local diff.noprefix setting
  • a653c55 fix: unset GIT_LITERAL_PATHSPECS env variable before running
  • 52125a9 feat: only hide/restore unstaged modifications to partially staged files

See the full diff