Open greenkeeper[bot] opened 4 years ago
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.
devDependency
lint-staged was updated from 10.0.9
to 10.0.10
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.0.10
to 10.1.0
.Your tests are still failing with this version. Compare changes
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
devDependency
lint-staged was updated from 10.1.0
to 10.1.1
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.1.1
to 10.1.2
.Your tests are still failing with this version. Compare changes
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
devDependency
lint-staged was updated from 10.1.2
to 10.1.3
.Your tests are still failing with this version. Compare changes
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
devDependency
lint-staged was updated from 10.1.3
to 10.1.4
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.1.4
to 10.1.5
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.1.5
to 10.1.6
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.1.6
to 10.1.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
lint-staged was updated from 10.1.7
to 10.2.0
.Your tests are still failing with this version. Compare changes
quiet
option (aba3421)The new version differs by 20 commits.
885a644
Merge pull request #852 from okonet/listr2
aba3421
fix: all lint-staged output respects the quiet
option
b8df31a
fix: do not show incorrect error when verbose and no output
eed6198
style: simplify eslint and prettier config
b746290
ci: replace Node.js 13 with 14, since 14 will be next LTS
2c6f3ad
docs: improve verbose
description
e749a0b
test: remove redundant, misbehaving test
16848d8
fix: use test renderer during tests and when TERM=dumb
efffa22
test: cover --verbose
option usage
1b18550
test: restore variable in test output
6aede38
test: add test for error during merge state restoration
b565481
test: integration test targets the full Node.js API instead of just runAll
a3bd9d7
feat: allow specifying cwd
using the Node.js API
85de3a3
feat: add --verbose
to show output even when tasks succeed
d69c65b
fix: log task output after running listr to keep everything
There are 20 commits in total.
See the full diff
devDependency
lint-staged was updated from 10.2.0
to 10.2.1
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.2.1
to 10.2.2
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.2.2
to 10.2.3
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.2.3
to 10.2.4
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.2.4
to 10.2.5
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.2.5
to 10.2.6
.Your tests are still failing with this version. Compare changes
devDependency
lint-staged was updated from 10.2.6
to 10.2.7
.Your tests are still failing with this version. Compare changes
βοΈ 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
to10.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
- β **ci/circleci: checkout_code:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/5app/service-template/297?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: integration_tests:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/5app/service-template/300?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: audit:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/5app/service-template/298?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: unit_tests:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/5app/service-template/299?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v10.0.9
10.0.9 (2020-03-24)
Bug Fixes
path.join
andnormalize
to improve msys compatibility in resolveGitRepo (1ad263a)Commits
The new version differs by 1 commits.
1ad263a
fix: use
path.join
andnormalize
to improve msys compatibility in resolveGitRepoSee the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: