sqlwwx / pure-func

0 stars 0 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency lint-staged was updated from 9.0.2 to 9.1.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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/sqlwwx/pure-func/builds/555001361?utm_source=github_status&utm_medium=notification)). - βœ… **coverage/coveralls:** First build on greenkeeper/lint-staged-9.1.0 at 100.0% ([Details](https://coveralls.io/builds/24403962)).

Release Notes for v9.1.0

9.1.0 (2019-07-06)

Bug Fixes

  • snapshot with fully-resolved path name (b1a08b8)

Features

  • make node-api accessible (ca37906)
Commits

The new version differs by 9 commits.

  • 107402f test: improve test coverage
  • 76264eb test: improve test coverage
  • 0dee25b test: improve test coverage of printErrors
  • dd1100b docs: add node api to README
  • b1a08b8 fix: snapshot with fully-resolved path name
  • 06269dd refactor: return a Promise from the main entrypoint
  • 386ff4a refactor: convert main entrypoint to use an object
  • d8b3695 refactor: simplify bin declaration in package.json
  • ca37906 feat: make node-api accessible

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 4 years ago

After pinning to 9.0.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 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 16 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 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 23 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 23 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 7 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

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

  • 2243a83 fix: include renames when getting list of staged files

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files

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.3.0

9.3.0 (2019-09-22)

Features

  • allow to pass config instead of configPath (14c46d2)
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

greenkeeper[bot] commented 4 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 5 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

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

9.4.1 (2019-10-01)

Bug Fixes

Commits

The new version differs by 6 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

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.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 8 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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 10 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

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 3 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)

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 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 100 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 100 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 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 107 commits.

  • 226ccdb fix: add -- to git add command to denote pathspec starting (#821)
  • 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
  • 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)

There are 107 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 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 121 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
  • 226ccdb fix: add -- to git add command to denote pathspec starting (#821)

There are 121 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 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 128 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 128 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 v10.2.0

10.2.0 (2020-04-28)

Bug Fixes

  • all lint-staged output respects the quiet option (aba3421)
  • do not show incorrect error when verbose and no output (b8df31a)
  • log task output after running listr to keep everything (d69c65b)
  • use test renderer during tests and when TERM=dumb (16848d8)

Features

  • add --verbose to show output even when tasks succeed (85de3a3)
  • allow specifying cwd using the Node.js API (a3bd9d7)
  • replace listr with listr2 and print errors inline (8f32a3e)
Commits

The new version differs by 149 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 149 commits in total.

See the full diff