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

The devDependency lint-staged was updated from 8.2.1 to 9.0.0.

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

9.0.0 (2019-07-01)

Bug Fixes

  • parse titles for function linters (e24aaf2)

Code Refactoring

  • remove advanced configuration options (04190c8)
  • remove support for chunking (2ca9050)
  • use execa's shell option to run commands (bed9127)

Features

  • add --shell and --quiet flags (ecf9227)
  • add deprecation error for advanced configuration (4bef26e)
  • support function linter returning array of commands (36e54a2)
  • support functions as linter commands (f76c0d1)

BREAKING CHANGES

  • The advanced configuration options have been deprecated in favour of the simple format
  • Local commands are no longer resolved by lint-staged, but execa will do this instead. In effect, there are no longer pretty error messages when commands are not found.
  • Very long arguments strings are no longer chunked on Windows. Function linters should be used instead to customise this behaviour.
Commits

The new version differs by 32 commits.

  • e24aaf2 fix: parse titles for function linters
  • e862e7e docs: correct config file name
  • 309ff1c docs: restore filtering section to README
  • 4bef26e feat: add deprecation error for advanced configuration
  • e829646 refactor: remove dependency on path-is-inside
  • 767edbd refactor: remove dependency on lodash
  • c59cd9a chore: upgrade dependencies
  • 19536e3 refactor: pass unparsed commands to execa with --shell
  • 275d996 refactor: rename --silent to --quiet
  • 18acd59 docs: update README
  • 2ba6d61 test: ignore testSetup from coverage report
  • ecf9227 feat: add --shell and --quiet flags
  • 04190c8 refactor: remove advanced configuration options
  • bed9127 refactor: use execa's shell option to run commands
  • d3f6475 docs: update contributors

There are 32 commits in total.

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

  • The devDependency lint-staged was updated from 9.0.0 to 9.0.1.

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

Release Notes for v9.0.1

9.0.1 (2019-07-02)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 6c1e42f fix: Update node version requirement (#646)

See the full diff

  • The devDependency lint-staged was updated from 9.0.1 to 9.0.2.

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

Release Notes for v9.0.2

9.0.2 (2019-07-03)

Bug Fixes

  • run all commands returned by function linters (0dd0c94)
Commits

The new version differs by 4 commits.

  • 28da59a docs: fix ignore example glob
  • 0dd0c94 fix: run all commands returned by function linters
  • 146e6ce docs: add ignore glob example
  • 6c1e42f fix: Update node version requirement (#646)

See the full diff

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

The release is available on GitHub release

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