Open greenkeeper[bot] opened 5 years ago
After pinning to 9.2.5 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 9.3.0
to 9.4.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
lint-staged was updated from 9.4.0
to 9.4.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
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 π
The new version differs by 4 commits.
403f80b
refactor: add check before creating short function title
8c3ca58
fix: create fn title with mock file list of correct length
8ec040c
fix: add note about next version (#708)
1dcdb89
feat: Use shorter title for function tasks with many staged files (#706)
See the full diff
devDependency
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 π
The new version differs by 6 commits.
ed84d8e
fix(deps): bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#722)
3f27bc7
build: Use semantic-release@16.0.0-beta 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
8ec040c
fix: add note about next version (#708)
1dcdb89
feat: Use shorter title for function tasks with many staged files (#706)
See the full diff
devDependency
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 π
The new version differs by 9 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 semantic-release@16.0.0-beta 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
8ec040c
fix: add note about next version (#708)
1dcdb89
feat: Use shorter title for function tasks with many staged files (#706)
See the full diff
devDependency
lint-staged was updated from 10.0.7
to 10.0.8
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 104 commits.
b3c2ffd
Merge pull request #798 from okonet/fixes
f589336
fix: do not drop backup stash when reverting to original state fails
abe4b92
fix: evaluate functional configuration only once
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
There are 104 commits in total.
See the full diff
devDependency
lint-staged was updated from 10.0.8
to 10.0.9
.Your tests are passing again with this update. Explicitly upgrade to this version π
path.join
and normalize
to improve msys compatibility in resolveGitRepo (1ad263a)The new version differs by 105 commits.
1ad263a
fix: use path.join
and normalize
to improve msys compatibility in resolveGitRepo
b3c2ffd
Merge pull request #798 from okonet/fixes
f589336
fix: do not drop backup stash when reverting to original state fails
abe4b92
fix: evaluate functional configuration only once
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
There are 105 commits in total.
See the full diff
devDependency
lint-staged was updated from 10.0.9
to 10.0.10
.Your tests are passing again with this update. Explicitly upgrade to this version π
core.quotepath on
(2cb26a6)The new version differs by 106 commits.
2cb26a6
fix: support non-ASCII filenames when git is configured with core.quotepath on
1ad263a
fix: use path.join
and normalize
to improve msys compatibility in resolveGitRepo
b3c2ffd
Merge pull request #798 from okonet/fixes
f589336
fix: do not drop backup stash when reverting to original state fails
abe4b92
fix: evaluate functional configuration only once
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
There are 106 commits in total.
See the full diff
devDependency
lint-staged was updated from 10.1.3
to 10.1.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 133 commits.
0bf1fb0
fix: allow lint-staged to run on empty git repo by disabling backup
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
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
There are 133 commits in total.
See the full diff
devDependency
lint-staged was updated from 10.1.4
to 10.1.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 134 commits.
6066b07
fix: pass correct path to unstaged patch during cleanup
0bf1fb0
fix: allow lint-staged to run on empty git repo by disabling backup
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
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
There are 134 commits in total.
See the full diff
devDependency
lint-staged was updated from 10.1.5
to 10.1.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 135 commits.
e093b1d
fix(deps): update dependencies
6066b07
fix: pass correct path to unstaged patch during cleanup
0bf1fb0
fix: allow lint-staged to run on empty git repo by disabling backup
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
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
There are 135 commits in total.
See the full diff
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 π
The new version differs by 136 commits.
c9adca5
fix: use stash create/store to prevent files from disappearing from disk
e093b1d
fix(deps): update dependencies
6066b07
fix: pass correct path to unstaged patch during cleanup
0bf1fb0
fix: allow lint-staged to run on empty git repo by disabling backup
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
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
There are 136 commits in total.
See the full diff
The devDependency lint-staged was updated from
9.2.5
to9.3.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
- β **ci/circleci: install-job:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/RedTn/react-robust-ui/3256?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: build-job:** Your tests are queued behind your running builds ([Details](https://circleci.com/gh/RedTn/react-robust-ui/3257?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: test-job:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/RedTn/react-robust-ui/3260?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: lint-job:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/RedTn/react-robust-ui/3259?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: build-storybook-job:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/RedTn/react-robust-ui/3258?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: coverage-job:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/RedTn/react-robust-ui/3262?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: license-job:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/RedTn/react-robust-ui/3261?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v9.3.0
9.3.0 (2019-09-22)
Features
Commits
The new version differs by 4 commits.
88d9d4f
Merge pull request #695 from sheerun/config
14c46d2
feat: allow to pass config instead of configPath
8583641
Merge pull request #703 from sa1dai/readme-correction
96ea08f
docs: correct glob example in readme
See 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: