alpersonalwebsite/react

An in-range update of nodemon is breaking the build 🚨

greenkeeper opened this issue Β· 7 comments

The dependency nodemon was updated from 1.18.11 to 1.19.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

nodemon is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for v1.19.0

1.19.0 (2019-05-01)

Bug Fixes

  • disable fork only if string starts with dash (886527f), closes #1554
  • Quote zero-length strings in arguments (#1551) (2973afb)

Features

Commits

The new version differs by 4 commits.

  • 20ccb62 feat: add message event
  • 886527f fix: disable fork only if string starts with dash
  • 64b474e feat: add TypeScript to default execPath (#1552)
  • 2973afb fix: Quote zero-length strings in arguments (#1551)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

  • The dependency nodemon was updated from 1.19.0 to 1.19.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.19.1

1.19.1 (2019-05-25)

Bug Fixes

  • ensure signal is sent to exit event (13afac2)
Commits

The new version differs by 5 commits.

  • 5124ae9 Merge branch 'master' of github.com:remy/nodemon
  • 95fa05a chore: git card
  • d84f421 chore: adding funding file
  • 13afac2 fix: ensure signal is sent to exit event
  • d088cb6 chore: update stalebot

See the full diff

  • The dependency nodemon was updated from 1.19.1 to 1.19.2.

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

Release Notes for v1.19.2

1.19.2 (2019-09-03)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 12b66cd fix: langauge around "watching" (#1591)
  • 2e6e2c4 docs: README Grammar (#1601)

See the full diff

  • The dependency nodemon was updated from 1.19.2 to 1.19.3.

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

Release Notes for v1.19.3

1.19.3 (2019-09-29)

Bug Fixes

  • to avoid confusion like in #1528, always report used extension (eead311)
Commits

The new version differs by 3 commits.

  • eead311 fix: to avoid confusion like in #1528, always report used extension
  • 12b66cd fix: langauge around "watching" (#1591)
  • 2e6e2c4 docs: README Grammar (#1601)

See the full diff

  • The dependency nodemon was updated from 1.19.3 to 1.19.4.

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

Release Notes for v1.19.4

1.19.4 (2019-10-15)

Bug Fixes

Commits

The new version differs by 7 commits.

  • 7d6c1a8 fix: Replace jade references by pug
  • 74c8749 chore: test funding.yml change
  • c1a8b75 chore: update funding
  • d5b9891 test: ensure ignore relative paths
  • eead311 fix: to avoid confusion like in #1528, always report used extension
  • 12b66cd fix: langauge around "watching" (#1591)
  • 2e6e2c4 docs: README Grammar (#1601)

See the full diff

  • The dependency nodemon was updated from 2.0.1 to 2.0.2.

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

Release Notes for v2.0.2

2.0.2 (2019-12-11)

Bug Fixes

Commits

The new version differs by 18 commits.

  • cd45d74 test: fix fork test
  • 496c335 chore: undo change to spawn code
  • 47dfb8b fix: pipe stderr correctly
  • ed91703 fix: ubuntu loop waiting for sub processes
  • 9a67f36 feat: update chokidar to v3
  • 6781b40 docs: add license file
  • 0e6ba3c fix: wait for all subprocesses to terminate (fixes issue #1476)
  • b58cf7d chore: Merge branch 'master'
  • 95a4c09 docs: add to faq
  • 3a2eaf7 choe: merge master
  • 3d90879 chore: add logo to site
  • 7d6c1a8 fix: Replace jade references by pug
  • 74c8749 chore: test funding.yml change
  • c1a8b75 chore: update funding
  • d5b9891 test: ensure ignore relative paths

There are 18 commits in total.

See the full diff

  • The dependency nodemon was updated from 2.0.2 to 2.0.3.

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

Release Notes for v2.0.3

2.0.3 (2020-04-08)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (a4490e2)
Commits

The new version differs by 23 commits.

  • ee92ee4 test: split require tests
  • 33ae6da test: fix failing test when required
  • a4490e2 fix: package.json & package-lock.json to reduce vulnerabilities
  • 9bd07eb docs: changed verbose logging and CLI documentation to reflect support single file watch functionality
  • c279760 test: make sigint test to actually check child pid (#1656)
  • cd45d74 test: fix fork test
  • 496c335 chore: undo change to spawn code
  • 47dfb8b fix: pipe stderr correctly
  • ed91703 fix: ubuntu loop waiting for sub processes
  • 9a67f36 feat: update chokidar to v3
  • 6781b40 docs: add license file
  • 0e6ba3c fix: wait for all subprocesses to terminate (fixes issue #1476)
  • b58cf7d chore: Merge branch 'master'
  • 95a4c09 docs: add to faq
  • 3a2eaf7 choe: merge master

There are 23 commits in total.

See the full diff

  • The dependency nodemon was updated from 2.0.3 to 2.0.4.

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

Release Notes for v2.0.4

2.0.4 (2020-05-14)

Bug Fixes

Commits

The new version differs by 26 commits.

  • a74f5dc fix: add funding in package
  • 43def51 docs: Fix run-on sentence (#1704)
  • f18286e docs: update issue templates
  • ee92ee4 test: split require tests
  • 33ae6da test: fix failing test when required
  • a4490e2 fix: package.json & package-lock.json to reduce vulnerabilities
  • 9bd07eb docs: changed verbose logging and CLI documentation to reflect support single file watch functionality
  • c279760 test: make sigint test to actually check child pid (#1656)
  • cd45d74 test: fix fork test
  • 496c335 chore: undo change to spawn code
  • 47dfb8b fix: pipe stderr correctly
  • ed91703 fix: ubuntu loop waiting for sub processes
  • 9a67f36 feat: update chokidar to v3
  • 6781b40 docs: add license file
  • 0e6ba3c fix: wait for all subprocesses to terminate (fixes issue #1476)

There are 26 commits in total.

See the full diff