zploskey / bs-puppeteer

Bucklescript bindings for Puppeteer (Headless Chrome Node API) written in ReasonML
MIT License
62 stars 13 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ 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.1.2 to 10.1.3.

🚨 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/github/zploskey/bs-puppeteer/builds/673006782?utm_source=github_status&utm_medium=notification)).

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

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 10.1.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 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[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 2 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

See the full diff

greenkeeper[bot] commented 4 years ago

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

See the full diff

greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 19 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 19 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 v10.2.1

10.2.1 (2020-04-30)

Bug Fixes

  • normalize chunked paths even when maxArgLength is not set (ba67f48)
  • resolve matched files to cwd instead of gitDir before adding (defe045)
Commits

The new version differs by 3 commits.

  • 5883296 Merge pull request #857 from okonet/fix-relative-add
  • ba67f48 fix: normalize chunked paths even when maxArgLength is not set
  • defe045 fix: resolve matched files to cwd instead of gitDir before adding

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

10.2.2 (2020-05-01)

Bug Fixes

  • chunkFiles chunks normalized files even when maxArgLength is set (#858) (fc72170)
Commits

The new version differs by 1 commits.

  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)

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

10.2.3 (2020-05-18)

Bug Fixes

Commits

The new version differs by 4 commits.

  • b0b3e2c Merge pull request #864 from okonet/updates
  • 1f5968e chore(deps): update dependencies
  • 157ad3e fix: update listr2@2.0.1
  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v10.2.4

10.2.4 (2020-05-18)

Bug Fixes

  • node-13 deps issue with listr2 and uuid (#868) (93bc942)
Commits

The new version differs by 5 commits.

  • 93bc942 fix: node-13 deps issue with listr2 and uuid (#868)
  • b0b3e2c Merge pull request #864 from okonet/updates
  • 1f5968e chore(deps): update dependencies
  • 157ad3e fix: update listr2@2.0.1
  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v10.2.5

10.2.5 (2020-05-22)

Bug Fixes

  • truncate command title to stdout width (#865) (b8e1a4a)
Commits

The new version differs by 1 commits.

  • b8e1a4a fix: truncate command title to stdout width (#865)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v10.2.6

10.2.6 (2020-05-22)

Bug Fixes

  • remove nanoid devDependency to remove ExperimentalWarning (#874) (979da5d)
Commits

The new version differs by 1 commits.

  • 979da5d fix: remove nanoid devDependency to remove ExperimentalWarning (#874)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v10.2.7

10.2.7 (2020-05-29)

Bug Fixes

  • use machine output to avoid escaped and quoted filenames (ea80a3d)
Commits

The new version differs by 3 commits.

  • 21a2b41 Merge pull request #876 from johnnywalker/allow-spaces-in-partially-staged
  • 390d168 test: add test for hiding unstaged changes in renamed file
  • ea80a3d fix: use machine output to avoid escaped and quoted filenames

See the full diff