Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

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

Open
greenkeeper bot opened this issue Mar 24, 2020 · 10 comments
Open

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

greenkeeper bot opened this issue Mar 24, 2020 · 10 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 24, 2020


☝️ 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.8 to 10.0.9.

🚨 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v10.0.9

10.0.9 (2020-03-24)

Bug Fixes

  • use path.join and normalize to improve msys compatibility in resolveGitRepo (1ad263a)
Commits

The new version differs by 1 commits.

  • 1ad263a fix: use path.join and normalize to improve msys compatibility in resolveGitRepo

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 Mar 24, 2020

After pinning to 10.0.8 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 Mar 29, 2020

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

Your tests are still failing with this version. Compare changes

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2020

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

Your tests are still failing with this version. Compare changes

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 31, 2020

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

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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2020

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

Your tests are still failing with this version. Compare changes

Release Notes for v10.1.2

10.1.2 (2020-04-05)

Bug Fixes

  • no longer include untracked files in backup stash (#827) (2f15336)
Commits

The new version differs by 14 commits.

  • 2f15336 fix: no longer include untracked files in backup stash (#827)
  • 78a677a ci: get event name from correct place
  • 87f9966 ci: trigger release job for only pushes, not pull requests
  • 12bf8de ci: checkout repo and setup node in the release job
  • 3c57d29 refactor: prefer explicit default value
  • 899d399 refactor: remove redundant check
  • 662a3a5 ci: rename Codecov job
  • b480351 ci: add semantic-release job
  • 93f6ce5 docs: add GitHub Actions badge to readme
  • 0eab19a ci: upload only one coverage
  • 329be82 ci: add codecov job
  • 1a384f0 ci: run only ubuntu for now
  • 02f343a ci: do not run Appveyor for tags, sync branches with GitHub Actions
  • 4a0d2dd ci: replace Travis with GitHub Actions

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 9, 2020

  • The devDependency lint-staged was updated from 10.1.2 to 10.1.3.

Your tests are still failing with this version. Compare changes

Release Notes for v10.1.3

10.1.3 (2020-04-09)

Bug Fixes

  • only run git add on staged files matched to a task (d39573b)
  • run git add for staged file chunks serially (69acfa3)
Commits

The new version differs by 5 commits.

  • 1ac6863 Merge pull request #837 from okonet/serial-git-add
  • d39573b fix: only run git add on staged files matched to a task
  • a85c7b5 refactor: rename chunkFiles gitDir arg to baseDir, since it's used for resolving
  • 69acfa3 fix: run git add for staged file chunks serially
  • 630cd3c ci: add macos-latest to test matrix

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 17, 2020

  • The devDependency lint-staged was updated from 10.1.3 to 10.1.4.

Your tests are still failing with this version. Compare changes

Release Notes for v10.1.4

10.1.4 (2020-04-17)

Bug Fixes

  • allow lint-staged to run on empty git repo by disabling backup (0bf1fb0)
Commits

The new version differs by 1 commits.

  • 0bf1fb0 fix: allow lint-staged to run on empty git repo by disabling backup

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2020

  • The devDependency lint-staged was updated from 10.1.4 to 10.1.5.

Your tests are still failing with this version. Compare changes

Release Notes for v10.1.5

10.1.5 (2020-04-18)

Bug Fixes

  • pass correct path to unstaged patch during cleanup (6066b07)
Commits

The new version differs by 1 commits.

  • 6066b07 fix: pass correct path to unstaged patch during cleanup

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 19, 2020

  • The devDependency lint-staged was updated from 10.1.5 to 10.1.6.

Your tests are still failing with this version. Compare changes

Release Notes for v10.1.6

10.1.6 (2020-04-19)

Bug Fixes

  • deps: update dependencies (e093b1d)
Commits

The new version differs by 1 commits.

  • e093b1d fix(deps): update dependencies

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 21, 2020

  • The devDependency lint-staged was updated from 10.1.6 to 10.1.7.

Your tests are still failing with this version. Compare changes

Release Notes for v10.1.7

10.1.7 (2020-04-21)

Bug Fixes

  • use stash create/store to prevent files from disappearing from disk (c9adca5)
Commits

The new version differs by 1 commits.

  • c9adca5 fix: use stash create/store to prevent files from disappearing from disk

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