Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

An in-range update of lint-staged is breaking the build 🚨 #1944

Closed
greenkeeper bot opened this issue Sep 26, 2019 · 10 comments
Closed

An in-range update of lint-staged is breaking the build 🚨 #1944

greenkeeper bot opened this issue Sep 26, 2019 · 10 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 26, 2019

The dependency lint-staged was updated from 9.3.0 to 9.4.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 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
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v9.4.0

9.4.0 (2019-09-26)

Features

  • Use shorter title for function tasks with many staged files (#706) (1dcdb89), closes #674
Commits

The new version differs by 1 commits.

  • 1dcdb89 feat: Use shorter title for function tasks with many staged files (#706)

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 26, 2019

After pinning to 9.3.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 1, 2019

  • The dependency lint-staged was updated from 9.4.0 to 9.4.1.

Your tests are still failing with this version. Compare changes

Release Notes for v9.4.1

9.4.1 (2019-10-01)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 8ec040c fix: add note about next version (#708)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 8, 2019

  • The dependency lint-staged was updated from 9.4.1 to 9.4.2.

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

Release Notes for v9.4.2

9.4.2 (2019-10-08)

Bug Fixes

  • create fn title with mock file list of correct length (8c3ca58)
Commits

The new version differs by 2 commits.

  • 403f80b refactor: add check before creating short function title
  • 8c3ca58 fix: create fn title with mock file list of correct length

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2019

  • The dependency lint-staged was updated from 9.4.2 to 9.4.3.

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

Release Notes for v9.4.3

9.4.3 (2019-11-13)

Bug Fixes

  • deps: bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#722) (ed84d8e)
Commits

The new version differs by 4 commits.

  • ed84d8e fix(deps): bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#722)
  • 3f27bc7 build: Use [email protected] to enable prerelease channels
  • 403f80b refactor: add check before creating short function title
  • 8c3ca58 fix: create fn title with mock file list of correct length

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2019

  • The dependency lint-staged was updated from 9.4.3 to 9.5.0.

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

Release Notes for v9.5.0

9.5.0 (2019-11-27)

Features

  • add support for concurrent CLI option (6af8307)
Commits

The new version differs by 7 commits.

  • 6af8307 feat: add support for concurrent CLI option
  • 99c317a docs: fix root-dir-only example. (#731)
  • 596a360 docs: Mention the beta channel in the readme (#721)
  • ed84d8e fix(deps): bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#722)
  • 3f27bc7 build: Use [email protected] to enable prerelease channels
  • 403f80b refactor: add check before creating short function title
  • 8c3ca58 fix: create fn title with mock file list of correct length

See the full diff

@stale
Copy link

stale bot commented Jan 26, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 26, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 29, 2020

  • The dependency lint-staged was updated from 10.0.3 to 10.0.4.

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

Release Notes for v10.0.4

10.0.4 (2020-01-29)

Bug Fixes

Commits

The new version differs by 96 commits.

  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing
  • 4d2900c docs: add section about v10 migration/breaking changes
  • dae7147 docs: use undo instead of revert to avoid confusion with git operation
  • 24febb3 fix: only warn about git add when it's the exact command
  • e646b2c fix: preserve merge states in submodules (#769)
  • 072924f Merge pull request #724 from okonet/beta
  • f9e128d docs: Improve config section documentation
  • e1cd6ba Merge branch 'master' into beta

There are 96 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 30, 2020

  • The dependency lint-staged was updated from 10.0.4 to 10.0.5.

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

Release Notes for v10.0.5

10.0.5 (2020-01-30)

Bug Fixes

  • always resolve real git config dir location if .git is a file (#784) (b98a5ed)
Commits

The new version differs by 97 commits.

  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing
  • 4d2900c docs: add section about v10 migration/breaking changes
  • dae7147 docs: use undo instead of revert to avoid confusion with git operation
  • 24febb3 fix: only warn about git add when it's the exact command
  • e646b2c fix: preserve merge states in submodules (#769)
  • 072924f Merge pull request #724 from okonet/beta
  • f9e128d docs: Improve config section documentation

There are 97 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 30, 2020

  • The dependency lint-staged was updated from 10.0.5 to 10.0.6.

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

Release Notes for v10.0.6

10.0.6 (2020-01-30)

Bug Fixes

  • make sure deleted files aren't restored due to git bugs (#778) (6bfbe6c)
Commits

The new version differs by 98 commits.

  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing
  • 4d2900c docs: add section about v10 migration/breaking changes
  • dae7147 docs: use undo instead of revert to avoid confusion with git operation
  • 24febb3 fix: only warn about git add when it's the exact command
  • e646b2c fix: preserve merge states in submodules (#769)
  • 072924f Merge pull request #724 from okonet/beta

There are 98 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2020

  • The dependency lint-staged was updated from 10.0.6 to 10.0.7.

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

Release Notes for v10.0.7

10.0.7 (2020-01-31)

Bug Fixes

  • replace fs.promises with util.promisify (#786) (f71c1c9)
Commits

The new version differs by 99 commits.

  • f71c1c9 fix: replace fs.promises with util.promisify (#786)
  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing
  • 4d2900c docs: add section about v10 migration/breaking changes
  • dae7147 docs: use undo instead of revert to avoid confusion with git operation
  • 24febb3 fix: only warn about git add when it's the exact command
  • e646b2c fix: preserve merge states in submodules (#769)

There are 99 commits in total.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants