ihgs / yaml2gantt

MIT License
10 stars 1 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency lint-staged was updated from 8.1.5 to 8.1.6.

🚨 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:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/ihgs/yaml2gantt/327?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v8.1.6

8.1.6 (2019-05-03)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 0984524 fix: update yup to 0.27.0 (#607)
  • e0c8aff chore: fix typo in package.json (#603)

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:

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.1.7

8.1.7 (2019-05-15)

Bug Fixes

  • Resolve security vulnerability in dependencies (#615) (315890a), closes #600
Commits

The new version differs by 2 commits.

  • 315890a fix: Resolve security vulnerability in dependencies (#615)
  • cbf0e0e docs: Correct section about filtering files (#612)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.2.0

8.2.0 (2019-06-06)

Bug Fixes

  • normalize gitDir path for Windows compatibility (90e343b)

Features

  • throw error in runAll if outside git directory (6ac666d)
Commits

The new version differs by 10 commits.

  • e770d8f test: improve runAll tests
  • cb5fcbd test: fix test
  • ed9e586 test: add test for resolveGitDir behaviour outside a git directory
  • c87671f refactor: makeCmdTasks receives gitDir as argument
  • 90e343b fix: normalize gitDir path for Windows compatibility
  • 9871389 refactor: resolveGitDir uses execGit
  • 6ac666d feat: throw error in runAll if outside git directory
  • defcdfc refactor: generateTasks doesn't calculate gitDir itself
  • 8921989 refactor: generate gitDir only once, using git rev-parse
  • 738af13 docs: update husky configuration example to match v1.x (#566)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.2.1

8.2.1 (2019-06-13)

Bug Fixes

  • Override env GIT_DIR variable to resolve to the correct git dir path (#629) (5892455), closes #627
Commits

The new version differs by 2 commits.

  • 5892455 fix: Override env GIT_DIR variable to resolve to the correct git dir path (#629)
  • bffef73 chore: Fix tests on Windows (#604)

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v9.2.1

9.2.1 (2019-07-25)

Bug Fixes

  • pin commitizen@3.1.2 to support node 8 (ee774e3)
  • pin cz-conventional-changelog@2.1.0 to support node 8 (e879b6a)
  • remove empty spaces from warning (6126b72)
Commits

The new version differs by 61 commits.

  • e879b6a fix: pin cz-conventional-changelog@2.1.0 to support node 8
  • ee774e3 fix: pin commitizen@3.1.2 to support node 8
  • eb07cd5 chore: use jsonlint --in-place
  • 6126b72 fix: remove empty spaces from warning
  • 0ce85b2 chore: upgrade devDependencies and simplify eslint config
  • 34ab803 chore: upgrade production depedencies
  • 127cd95 refactor: set SIGINT listener in bin instead of runAll
  • 0342ebf test: update snapshots
  • 7a9df2f refactor: change 'linters' to 'tasks'
  • 7432469 test: add integration test for runAll
  • 8ba95d5 refactor: allow runAll and generateTasks to receive cwd
  • cf8a005 docs: add information about ignoring files
  • da0bbc7 docs: add --relative to README
  • 443ee90 test: add test for gitStashPop throwing
  • 242deb5 feat: add --relative option for controlling file paths

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v9.2.2

9.2.2 (2019-08-17)

Bug Fixes

  • apply patch only if there's a diff (e70e08f)
Commits

The new version differs by 68 commits.

  • e70e08f fix: apply patch only if there's a diff
  • 710be31 test: remove relPath
  • add7ef9 test: move to other file
  • 278cd9e test: use path.join to make windows happy
  • d85a39e test: add parrent dir linting configuration test
  • d9fcbda test: should fail when linter creates a .git/index.lock
  • 02b2708 test: should clear unstaged changes when linter applies same changes
  • e879b6a fix: pin cz-conventional-changelog@2.1.0 to support node 8
  • ee774e3 fix: pin commitizen@3.1.2 to support node 8
  • eb07cd5 chore: use jsonlint --in-place
  • 6126b72 fix: remove empty spaces from warning
  • 0ce85b2 chore: upgrade devDependencies and simplify eslint config
  • 34ab803 chore: upgrade production depedencies
  • 127cd95 refactor: set SIGINT listener in bin instead of runAll
  • 0342ebf test: update snapshots

There are 68 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v9.2.3

9.2.3 (2019-08-17)

Bug Fixes

  • don't normalize path gitDir path for better Windows compatibility (eb3fa83)
  • generateTasks handles parent dir globs correctly (82b5182)
  • normalize gitDir path to posix using normalize-path (f485e51)
Commits

The new version differs by 75 commits.

  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff
  • 710be31 test: remove relPath
  • add7ef9 test: move to other file
  • 278cd9e test: use path.join to make windows happy
  • d85a39e test: add parrent dir linting configuration test
  • d9fcbda test: should fail when linter creates a .git/index.lock
  • 02b2708 test: should clear unstaged changes when linter applies same changes
  • e879b6a fix: pin cz-conventional-changelog@2.1.0 to support node 8

There are 75 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v9.2.4

9.2.4 (2019-08-25)

Bug Fixes

  • include renames when getting list of staged files (2243a83)
Commits

The new version differs by 76 commits.

  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff
  • 710be31 test: remove relPath
  • add7ef9 test: move to other file
  • 278cd9e test: use path.join to make windows happy
  • d85a39e test: add parrent dir linting configuration test
  • d9fcbda test: should fail when linter creates a .git/index.lock
  • 02b2708 test: should clear unstaged changes when linter applies same changes

There are 76 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v9.2.5

9.2.5 (2019-08-27)

Bug Fixes

  • validateConfig validates function task return values (d8fad78)
Commits

The new version differs by 77 commits.

  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff
  • 710be31 test: remove relPath
  • add7ef9 test: move to other file
  • 278cd9e test: use path.join to make windows happy
  • d85a39e test: add parrent dir linting configuration test
  • d9fcbda test: should fail when linter creates a .git/index.lock

There are 77 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v9.3.0

9.3.0 (2019-09-22)

Features

  • allow to pass config instead of configPath (14c46d2)
Commits

The new version differs by 81 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
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff
  • 710be31 test: remove relPath

There are 81 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

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 82 commits.

  • 1dcdb89 feat: Use shorter title for function tasks with many staged files (#706)
  • 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
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff

There are 82 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v9.4.1

9.4.1 (2019-10-01)

Bug Fixes

Commits

The new version differs by 83 commits.

  • 8ec040c fix: add note about next version (#708)
  • 1dcdb89 feat: Use shorter title for function tasks with many staged files (#706)
  • 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
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility

There are 83 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 85 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)
  • 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
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch

There are 85 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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 87 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)
  • 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
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path

There are 87 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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 90 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)
  • 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
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files

There are 90 commits in total.

See the full diff