noflo / noflo-runtime-webrtc

WebRTC runtime transport
1 stars 2 forks source link

An in-range update of noflo is breaking the build 🚨 #50

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 6 years ago

Version 0.8.4 of noflo just got published.

Branch Build failing 🚨
Dependency noflo
Current Version 0.8.3
Type devDependency

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

As noflo is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/noflo/noflo-runtime-webrtc/builds/256049158?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 15 commits.

  • e490d54 Bump
  • c1910a0 Update CHANGES
  • 6721dcf Merge pull request #548 from noflo/send_iips_on_finished_network
  • 25d9158 Add test to ensure IIP changes don't re-start network after a stop()
  • efbeff9 Mark network as stopped also when it was finished and stop() is called
  • 5e99b5f Allow execution to restart on IIP changes unless network was explicitly stopped
  • 41d1eba Check the start event again as well
  • c4970b5 Red test for re-activating network when new IIP is registered
  • 5a52790 Scope the graph to each test case
  • b6b1a0b Add a simple IIP test
  • ccf2020 Merge pull request #543 from noflo/greenkeeper/chai-4.0.0
  • 61d143d Fix broken assertions
  • 9c5932f chore(package): update chai to version 4.0.0
  • f88c989 Link to https
  • 072d033 Add a test for falsy output

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 0.8.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 49 commits.

  • dd87613 Bump
  • 0f709a1 Update CHANGES
  • 02d6035 Merge pull request #561 from noflo/connect_error
  • 1ffcec8 Propagate edge connection errors to caller
  • f4cdef9 fbp-graph doesn't allow edges to non-existing nodes
  • ff54bb1 Add tests on faulty graphs
  • 78b17b8 Merge pull request #559 from noflo/shift_early
  • f83f888 Merge pull request #560 from noflo/support-banner
  • 16f7dd4 README: Add Flowhub support banner
  • 3d5010c Add test to verify #558
  • 277636e Remove from queue before sending, fixes #558
  • 8356e56 Merge pull request #556 from noflo/greenkeeper/mocha-4.0.0
  • fd14eba chore(package): update mocha to version 4.0.0
  • a66424e Merge pull request #554 from noflo/greenkeeper/coveralls-3.0.0
  • 53c760d chore(package): update coveralls to version 3.0.0

There are 49 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.1 just got published.

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

Commits

The new version differs by 123 commits.

  • d0b907a Bump
  • 966fe0f Document babel drop
  • 5312c13 Merge pull request #580 from noflo/setsource_tests
  • bdcd27f Bump grunt-noflo-browser dep
  • efa896d Add test loading non-existing module
  • dfe346a Add test for setting source using deprecated API
  • 5a6273b Catch component loading failures
  • 5ec0016 Add test with component without exported interface
  • 23d6acc Include CoffeeScript compiler in the browser test runner
  • b4b2bdc Skip CoffeeScript setSource test on browser if there is no CoffeeScript compiler available
  • 5817a12 Re-enable setSource tests for browser
  • 6c24672 Add ES6 setSource test
  • d15a9e4 No need to Babelize ES6 on modern Node.js that we require now
  • 1ae96be Add CoffeeScript setSource test
  • 931d46c actually run the set component

There are 123 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.2 just got published.

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

Commits

The new version differs by 125 commits.

  • 18b26ca Bump
  • 4b92de5 Fix sub-subgraph identification in network events
  • d0b907a Bump
  • 966fe0f Document babel drop
  • 5312c13 Merge pull request #580 from noflo/setsource_tests
  • bdcd27f Bump grunt-noflo-browser dep
  • efa896d Add test loading non-existing module
  • dfe346a Add test for setting source using deprecated API
  • 5a6273b Catch component loading failures
  • 5ec0016 Add test with component without exported interface
  • 23d6acc Include CoffeeScript compiler in the browser test runner
  • b4b2bdc Skip CoffeeScript setSource test on browser if there is no CoffeeScript compiler available
  • 5817a12 Re-enable setSource tests for browser
  • 6c24672 Add ES6 setSource test
  • d15a9e4 No need to Babelize ES6 on modern Node.js that we require now

There are 125 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.3 just got published.

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

Release Notes 1.0.3

Added support for running arbitrary NoFlo graphs via noflo.asCallback. You can call this function now with either a component name, or a noflo.Graph instance

Commits

The new version differs by 131 commits.

  • 955ecf4 Release 1.0.3
  • 7f3b3b1 Document asCallback new features
  • f3d951d Merge pull request #583 from noflo/ascallback_arbitrary
  • 6dcad76 Allow running asCallback with a graph instance, fixes #582
  • b0ebeb1 Unhardcode the assumption of single process and work with graph data
  • 83d134a Tests for asCallback with a graph, refs #582
  • 18b26ca Bump
  • 4b92de5 Fix sub-subgraph identification in network events
  • d0b907a Bump
  • 966fe0f Document babel drop
  • 5312c13 Merge pull request #580 from noflo/setsource_tests
  • bdcd27f Bump grunt-noflo-browser dep
  • efa896d Add test loading non-existing module
  • dfe346a Add test for setting source using deprecated API
  • 5a6273b Catch component loading failures

There are 131 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.0 just got published.

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

Commits

The new version differs by 182 commits.

  • 145c9f3 Release 1.1.0
  • 39a2dbf Merge pull request #591 from noflo/introspection
  • acaee45 Document ES5 limitation with default values
  • a9334d7 Provide example for wrapping built-in functions
  • bed1933 Explain why we skip
  • c8f357f Usage example in JavaScript
  • ff2adab Skip default value test in browser
  • f8fde39 Basic interface documentation
  • b2d6a5b Add support for params with default values
  • 3775783 Only attach ports that have input going to them to make defaults work
  • cd89107 Set up bracket forwarding
  • 80ae859 Test with a native function
  • 6cbd4f5 Add support for zero-parameter functions
  • 5a1111c Add support for Node.js style async functions
  • 2f1697c Move skip one level down

There are 182 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.1 just got published.

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

Commits

The new version differs by 186 commits.

  • e3219d7 Release 1.1.1
  • bec2148 Merge pull request #592 from noflo/ascomponent_null
  • 5b81712 Register as separate component
  • 3e0862d Fix handling of NULL return value
  • 145c9f3 Release 1.1.0
  • 39a2dbf Merge pull request #591 from noflo/introspection
  • acaee45 Document ES5 limitation with default values
  • a9334d7 Provide example for wrapping built-in functions
  • bed1933 Explain why we skip
  • c8f357f Usage example in JavaScript
  • ff2adab Skip default value test in browser
  • f8fde39 Basic interface documentation
  • b2d6a5b Add support for params with default values
  • 3775783 Only attach ports that have input going to them to make defaults work
  • cd89107 Set up bracket forwarding

There are 186 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.2 just got published.

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

Commits

The new version differs by 193 commits.

  • 12e19b5 Release 1.1.2
  • 7a69552 Merge pull request #595 from noflo/prevent_early_stopped
  • bf6efe9 Catch component loading errors under Node.js
  • 412c0c7 Always check list of active processes
  • 12a9550 Make process activation abort any pending debounced finishes
  • 160b519 Ignore package-lock.json
  • 685c619 Go back to gear as default icon
  • e3219d7 Release 1.1.1
  • bec2148 Merge pull request #592 from noflo/ascomponent_null
  • 5b81712 Register as separate component
  • 3e0862d Fix handling of NULL return value
  • 145c9f3 Release 1.1.0
  • 39a2dbf Merge pull request #591 from noflo/introspection
  • acaee45 Document ES5 limitation with default values
  • a9334d7 Provide example for wrapping built-in functions

There are 193 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.3 just got published.

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

Commits

The new version differs by 196 commits.

  • 481bf58 Release 1.1.3
  • d306afb Merge pull request #596 from noflo/fix_noflo_custom_loaders
  • 1ea9cf6 Fix custom loaders callback handling
  • 12e19b5 Release 1.1.2
  • 7a69552 Merge pull request #595 from noflo/prevent_early_stopped
  • bf6efe9 Catch component loading errors under Node.js
  • 412c0c7 Always check list of active processes
  • 12a9550 Make process activation abort any pending debounced finishes
  • 160b519 Ignore package-lock.json
  • 685c619 Go back to gear as default icon
  • e3219d7 Release 1.1.1
  • bec2148 Merge pull request #592 from noflo/ascomponent_null
  • 5b81712 Register as separate component
  • 3e0862d Fix handling of NULL return value
  • 145c9f3 Release 1.1.0

There are 196 commits in total.

See the full diff