Git Product home page Git Product logo

noflo-runtime's Introduction

noflo-runtime Build Status

FBP Runtime handling components for NoFlo

A thin wrapper around flowbased/fbp-protocol-client

Changes

  • 0.6.1 (November 17 2017)
    • We now longer attempt to fetch component.json via AJAX to determine runtimes. Make it available via require() if you need RemoteSubgraphs in browser builds
    • Made RemoteSubgraph connection errors throw
    • Dropped direct MicroFlo connection (serial port) support. Start a microflo runtime separately a connect to it via WebSockets

noflo-runtime's People

Contributors

bergie avatar djdeath avatar greenkeeper[bot] avatar greenkeeperio-bot avatar ifitzpatrick avatar jonnor avatar jstriebel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

noflo-runtime's Issues

An in-range update of fbp-protocol-client is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 0.2.3 of fbp-protocol-client was just published.

Branch Build failing 🚨
Dependency fbp-protocol-client
Current Version 0.2.2
Type dependency

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

fbp-protocol-client 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
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 14 commits.

  • a93f90b Release 0.2.3
  • c4d286b Merge pull request #121 from flowbased/message_event
  • 6fded33 Test on latest Node.js
  • 3508ea3 Update CHANGELOG
  • c9025d5 Add sendTrace method
  • a96fab6 Emit a 'message' event for all sub-protocols
  • 5961a4c Handle trace protocol messages
  • 53cb05d Centralize per-protocol event emitting
  • 3a7407f Merge pull request #120 from flowbased/greenkeeper/noflo-1.1.0
  • 9010473 chore(package): update noflo to version 1.1.0
  • 1d5d024 Merge pull request #119 from flowbased/greenkeeper/mocha-5.0.0
  • e6e58a8 chore(package): update mocha to version 5.0.0
  • 5d0ed05 Merge pull request #118 from flowbased/greenkeeper/mocha-4.1.0
  • c03d0a6 chore(package): update mocha to version 4.1.0

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 🌴

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

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 5.0.2 of mocha was just published.

Branch Build failing 🚨
Dependency mocha
Current Version 5.0.1
Type devDependency

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

mocha 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

Release Notes v5.0.2

5.0.2 / 2018-03-05

This release fixes a class of tests which report as false positives. Certain tests will now break, though they would have previously been reported as passing. Details below. Sorry for the inconvenience!

🐛 Fixes

  • #3226: Do not swallow errors that are thrown asynchronously from passing tests (@boneskull). Example:

    it('should actually fail, sorry!', function (done) {
      // passing assertion
      assert(true === true);
    

    // test complete & is marked as passing
    done();

    // ...but something evil lurks within
    setTimeout(() => {
    throw new Error('chaos!');
    }, 100);
    });

    Previously to this version, Mocha would have silently swallowed the chaos! exception, and you wouldn't know. Well, now you know. Mocha cannot recover from this gracefully, so it will exit with a nonzero code.

    Maintainers of external reporters: If a test of this class is encountered, the Runner instance will emit the end event twice; you may need to change your reporter to use runner.once('end') intead of runner.on('end').

  • #3093: Fix stack trace reformatting problem (@outsideris)

:nut_and_bolt Other

Commits

The new version differs by 13 commits.

  • f2ee53c Release v5.0.2
  • ff1bd9e update package-lock.json
  • 6a796cb prepare CHANGELOG for v5.0.2 [ci skip]
  • 0542c40 update README.md; closes #3191 [ci skip]
  • afcd08f add MAINTAINERS.md to .fossaignore [ci skip]
  • 3792bef add opencollective header image to assets/
  • 5078fc5 persist paths in stack trace which have cwd as infix
  • 2c720a3 do not eat exceptions thrown asynchronously from passed tests; closes #3226
  • 3537061 Update to correctly licensed browser-stdout version
  • ec8901a remove unused functionality in utils module
  • f71f347 rename wallaby.js -> .wallaby.js
  • c4ef568 fix PR url
  • 73d55ac fix typos in changelog [ci skip]

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 🌴

An in-range update of noflo-runtime-websocket is breaking the build 🚨

Version 0.9.0 of noflo-runtime-websocket was just published.

Branch Build failing 🚨
Dependency noflo-runtime-websocket
Current Version 0.8.2
Type devDependency

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

noflo-runtime-websocket 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

Commits

The new version differs by 11 commits.

  • 563f99b Bump
  • 79a2b33 Merge pull request #76 from noflo/greenkeeper/noflo-runtime-base-0.9.0
  • b8630c6 Bump noflo-runtime-base
  • d0baf4e Fix sending payloads
  • 7ccd488 We need coffeescript v1 for fbp-protocol
  • b359eb8 Bump noflo-runtime-base dep
  • 0934aba Make linter happy
  • 4a76b22 Add linter
  • 8f7010e Port to ES6 class
  • 3e47da7 Allow newer noflo-core
  • ef2a713 fix(package): update noflo-runtime-base to version 0.9.0

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 🌴

Can't resolve './connection'

ERROR in ./node_modules/.pnpm/[email protected]/node_modules/noflo-runtime/src/ComponentLoader.coffee 46:17-37
Critical dependency: the request of a dependency is an expression
ERROR in ./node_modules/.pnpm/[email protected]/node_modules/noflo-runtime/src/RemoteSubGraph.coffee 6:13-36
Module not found: Error: Can't resolve './connection' in 'E:\repo\TiddlyGit-Desktop\node_modules.pnpm\[email protected]\node_modules\noflo-runtime\src'

Solution:

- connection = require './connection'
+ connection = require './connection.coffee'

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

Version 1.0.26 of websocket was just published.

Branch Build failing 🚨
Dependency websocket
Current Version 1.0.25
Type devDependency

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

websocket 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

Commits

The new version differs by 3 commits.

  • 0b3d4a5 Bumping version to v1.0.26
  • 3dd9165 Merge pull request #312 from BridgeAR/master
  • 12ed73d fix: do not use noAssert

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 🌴

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

Version 1.0.1 of noflo was just published.

Branch Build failing 🚨
Dependency noflo
Current Version 1.0.0
Type dependency

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

noflo 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
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

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

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 🌴

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

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.2.3 of coffeescript was just published.

Branch Build failing 🚨
Dependency coffeescript
Current Version 2.2.2
Type devDependency

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

coffeescript 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

Commits

The new version differs by 9 commits.

  • 820942c 2.2.3 (#5010)
  • 1869f31 Fix: destructuring assignment with an empty array in object (#5000)
  • 4c0363f Fix #5004: incorrect compiled code when a destructuring array contains accessors (#5005)
  • 746b0c7 Code of Conduct (#4992)
  • b2fe777 Pull request template (#4994)
  • 23479eb Create issue template (#4993)
  • 63b8543 Update output
  • 7542a75 get/set example (#4990)
  • 0875039 [update] copyright year to 2018 (#4988)

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 🌴

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

Version 2.1.0 of coffeescript was just published.

Branch Build failing 🚨
Dependency coffeescript
Current Version 2.0.3
Type devDependency

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

coffeescript 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

Commits

The new version differs by 9 commits.

  • 926cb84 2.1.0 (#4823)
  • b128675 improve elision output (#4824)
  • 5eb9dde [Enhancement] Computed property keys (#4622) (#4803)
  • 7f5ab7e [Enhancement] CSX fragments syntax (#4802) (#4804)
  • 5bc85b8 Fix #4798: Incorrect output for object rest destructuring inside array destructuring (#4799)
  • 81d1b51 Fix #4811: Heregex comments cannot contain three slashes in a row (#4814)
  • 2dc3f6c Cache node_modules for AppVeyor builds (#4817)
  • 0495916 AppVeyor (#4812)
  • f14c7ff Fixes #4684: Elision (#4796)

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 🌴

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

Version 3.2.0 of debug was just published.

Branch Build failing 🚨
Dependency debug
Current Version 3.1.0
Type dependency

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

debug 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes 3.2.0

A long-awaited release to debug is available now: 3.2.0.

Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.


Minor Changes

Patches

Credits

Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!

Commits

The new version differs by 25 commits.

There are 25 commits in total.

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 🌴

An in-range update of grunt-contrib-coffee is breaking the build 🚨

The devDependency grunt-contrib-coffee was updated from 2.0.0 to 2.1.0.

🚨 View failing branch.

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

grunt-contrib-coffee 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).

Commits

The new version differs by 8 commits.

  • 14be62b Merge pull request #203 from gruntjs/v210
  • 66dda8c v2.1.0
  • 6879d8f Merge pull request #202 from gruntjs/upt-deps-a
  • 93768c5 Fix tests for latest coffeescript
  • 7d5b1c5 Update deps within delclared range
  • 14315b4 Merge pull request #201 from gruntjs/upt-deps
  • d211122 Drop Node 6 in CI, add node 10
  • 0681fc7 Update dependencies

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 🌴

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

Version 0.8.0 of noflo just got published.

Branch Build failing 🚨
Dependency noflo
Current Version 0.7.9
Type dependency

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

As noflo is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 325 commits (ahead by 325, behind by 2).

  • a1187c6 Bump
  • d1c13f2 Update Flowhub docs link
  • 49cfb8b Update fbp-protocol link
  • b25001e Update MsgFlo link
  • 9757b8d Merge pull request #534 from noflo/update_copyrights
  • f84ca06 Reassign copyrights
  • a790ba4 Make 'grunt test' run the build task instead of duplicating
  • 593a39d Bump
  • 05d38ad Document WirePattern Process API changes, refs #526
  • 452c57f Merge pull request #526 from noflo/process_wirepattern
  • 6ceab6f Merge pull request #532 from noflo/fix_null_undefined
  • efaba77 Fix ip.data turned from null to undefined
  • 76d10c6 Provide postpone/resume functions that throw a more user-friendly error
  • 4db7e7b Plug deprecation warnings back in
  • 9d15d3c Collation support for WirePattern group and field options in Process API

There are 250 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.1.2 of noflo was just published.

Branch Build failing 🚨
Dependency noflo
Current Version 1.1.1
Type dependency

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

noflo 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
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

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

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 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


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 🌴

An in-range update of noflo-runtime-websocket is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 0.10.0 of noflo-runtime-websocket was just published.

Branch Build failing 🚨
Dependency noflo-runtime-websocket
Current Version 0.9.2
Type devDependency

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

noflo-runtime-websocket 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

Commits

The new version differs by 16 commits.

  • 32fae33 Release 0.10.0
  • 648970d Update commander dependency
  • a710782 Merge pull request #84 from noflo/greenkeeper/fbp-protocol-0.9.0
  • a87c573 Update fbp-protocol to 0.9.1
  • eaad5e9 chore(package): update fbp-protocol to version 0.9.1
  • 9061796 Merge remote-tracking branch 'origin/greenkeeper/noflo-runtime-base-0.10.0' into greenkeeper/fbp-protocol-0.9.0
  • 7c29021 fix(package): update noflo-runtime-base to version 0.10.0
  • a150353 chore(package): update fbp-protocol to version 0.9.0
  • 680a202 Merge pull request #83 from noflo/greenkeeper/commander-2.15.0
  • 4a05ccb fix(package): update commander to version 2.15.0
  • d2754a4 Merge pull request #81 from noflo/greenkeeper/commander-2.14.0
  • 6a00ee5 fix(package): update commander to version 2.14.0
  • 2a08779 Merge pull request #80 from noflo/greenkeeper/commander-2.13.0
  • 3ed1470 fix(package): update commander to version 2.13.0
  • 9a5b58e Merge pull request #79 from noflo/greenkeeper/commander-2.12.0

There are 16 commits in total.

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 🌴

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

The devDependency noflo-core was updated from 0.5.0 to 0.6.0.

🚨 View failing branch.

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

noflo-core 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).

Commits

The new version differs by 41 commits.

  • 2a0a23f Release 0.6.0
  • 47ad50c Merge pull request #128 from noflo/update_eslint
  • 1662300 Adapt eslint rules for mocha tests
  • e64d60e Update eslint
  • 8fb84c9 chore(package): update eslint to version 5.0.1
  • 7443f82 chore(package): update eslint-config-airbnb-base to version 13.0.0
  • db433d9 Merge pull request #124 from noflo/greenkeeper/nyc-12.0.1
  • cff01d5 chore(package): update nyc to version 12.0.1
  • 1494dcb Add changelog
  • c1250f8 Merge pull request #125 from noflo/decaf
  • ec50169 Clean up the specs
  • ba63c6a Run without browser tests for the while
  • 56e2442 Fix Chrome headless on Travis
  • 2857496 Use Chrome from Puppeteer
  • 8f08f13 Try testing with karma

There are 41 commits in total.

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 🌴

An in-range update of noflo-runtime-websocket is breaking the build 🚨

Version 0.9.1 of noflo-runtime-websocket was just published.

Branch Build failing 🚨
Dependency noflo-runtime-websocket
Current Version 0.9.0
Type devDependency

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

noflo-runtime-websocket 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

Commits

The new version differs by 15 commits.

  • d2cb94f Bump
  • fe14e1f Send arrays as-is
  • ac877a3 Handle normalization of exported port packets as well
  • f75fcb9 We need to bind this
  • 46377a7 Merge pull request #78 from noflo/coverage
  • d241a42 Clarify purpose
  • a5ee6e8 Add coverage banner
  • d6b0cc4 Report coverage to coveralls
  • 1f0d7b7 Generate nyc coverage report
  • bb91f0f Merge pull request #77 from noflo/greenkeeper/mocha-4.0.1
  • c86e28d Register the bin
  • 65b9888 Don't depend on Mocha directly since fbp-protocol supplies its own
  • b09f9ca chore(package): update mocha to version 4.0.1
  • 04167b8 Merge pull request #69 from noflo/greenkeeper/grunt-exec-3.0.0
  • 3fe12a8 chore(package): update grunt-exec to version 3.0.0

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 🌴

An in-range update of grunt-contrib-watch is breaking the build 🚨

Version 1.0.1 of grunt-contrib-watch was just published.

Branch Build failing 🚨
Dependency grunt-contrib-watch
Current Version 1.0.0
Type devDependency

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

grunt-contrib-watch 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

Commits

The new version differs by 16 commits.

There are 16 commits in total.

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 🌴

An in-range update of grunt-noflo-browser is breaking the build 🚨

Version 1.4.0 of grunt-noflo-browser was just published.

Branch Build failing 🚨
Dependency grunt-noflo-browser
Current Version 1.3.2
Type devDependency

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

grunt-noflo-browser 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

Commits

The new version differs by 8 commits.

  • 49cbe83 Bump
  • f6ac38e Merge pull request #30 from noflo/noflo_component_loader
  • 9935b00 Try to match also Windows paths with regexp
  • c188098 Bump noflo-component-loader dep
  • 84cec54 Update to legacy-free component versions
  • 821de79 Test on modern Node.js
  • ea16584 Use noflo-component-loader to build the loader
  • f00089b Remove obsolete grunt-noflo-manifest

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 🌴

Build is broken

From Travis:

Running "noflo_browser:build" (noflo_browser) task
install noflo/noflo@master
install bergie/emitter@master
install flowbased/fbp-protocol-client@master
bergie/emitter complete
Fatal error: ENOTEMPTY: directory not empty, rmdir '/home/travis/build/noflo/noflo-runtime/components/microflo-microflo-emscripten'�
npm ERR! Test failed.  See above for more details.

https://travis-ci.org/noflo/noflo-runtime

An in-range update of grunt-noflo-browser is breaking the build 🚨

The devDependency grunt-noflo-browser was updated from 1.6.0 to 1.7.0.

🚨 View failing branch.

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

grunt-noflo-browser 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).

Commits

The new version differs by 21 commits.

  • 764baf6 Release 1.7.0
  • 58728df Merge pull request #41 from noflo/greenkeeper/babel-loader-8.0.0
  • faa7a70 Update appveyor Node version
  • ff1e2bc Update babel env
  • f59a123 Merge pull request #48 from noflo/greenkeeper/webpack-4.28.3
  • e493bb9 Merge pull request #45 from noflo/greenkeeper/grunt-contrib-jshint-2.0.0
  • 119cc90 chore(package): update webpack to version 4.28.3
  • 0b69cd2 chore(package): update grunt-contrib-jshint to version 2.0.0
  • 51b73b2 Merge pull request #43 from noflo/greenkeeper/grunt-contrib-clean-2.0.0
  • 99db276 Merge branch 'master' into greenkeeper/grunt-contrib-clean-2.0.0
  • 13d5ad2 Merge pull request #42 from noflo/greenkeeper/grunt-contrib-connect-2.0.0
  • e2983f4 chore(package): update grunt-contrib-clean to version 2.0.0
  • 10e1db6 chore(package): update grunt-contrib-connect to version 2.0.0
  • feaa2c5 fix(package): update babel-loader to version 8.0.0
  • fb7b9ab Merge pull request #38 from noflo/greenkeeper/update-to-node-10

There are 21 commits in total.

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 🌴

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

Version 1.0.3 of noflo was just published.

Branch Build failing 🚨
Dependency noflo
Current Version 1.0.2
Type dependency

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

noflo 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
  • continuous-integration/travis-ci/push The Travis CI build failed Details

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

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 🌴

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

Version 1.0.3 of grunt was just published.

Branch Build failing 🚨
Dependency grunt
Current Version 1.0.2
Type devDependency

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

grunt 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

Commits

The new version differs by 10 commits.

  • 9ba3a99 1.0.3
  • eee4c33 Changelog v1.0.3
  • 46da7f2 Merge pull request #1636 from gruntjs/upt
  • 00f4d8a Drop support for Node 0.10 and 0.12
  • e852727 util update
  • 56d702e Update deps
  • 0105524 Fix race condition with file.mkdir and make it operate more similarily to mkdir -p (#1627) r=@vladikoff
  • 303d445 https links (#1629)
  • d969132 Merge pull request #1624 from gruntjs/rm-bump-deps
  • 289ff91 Remove old bump task and deps

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 🌴

An in-range update of grunt-noflo-browser is breaking the build 🚨

Version 1.2.0 of grunt-noflo-browser just got published.

Branch Build failing 🚨
Dependency grunt-noflo-browser
Current Version 1.1.5
Type devDependency

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

As grunt-noflo-browser 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 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 9 commits .

  • 52d9a02 Bump
  • 87d8de9 Merge pull request #17 from noflo/webpack2
  • 07d7e7b Switch to the new module rules option
  • d3017c3 Update webpack2
  • 7fa70ba fix(package): update webpack to version 2.2.1
  • 2e7b87a chore(package): update fbp-manifest to version 0.1.13
  • 855eb9f Drop the empty extension
  • fda4f84 json-loader is no longer needed
  • 2aef731 Bump to webpack2

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of fbp-protocol-client is breaking the build 🚨

Version 0.1.12 of fbp-protocol-client just got published.

Branch Build failing 🚨
Dependency fbp-protocol-client
Current Version 0.1.11
Type dependency

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

fbp-protocol-client is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 8 commits.

  • a0930d5 Bump
  • 665dd92 Travis: Skip cleanup
  • d258b00 Merge pull request #108 from flowbased/connection-errors
  • f74304e NodeWebSocketClient: Use correct event name for connection errors
  • 792874d Merge pull request #107 from flowbased/no_coffeescript_runtime
  • d19a7b3 Ignore build artifacts
  • e7b01ba Remove obsolete component.io manifest
  • b7dc9f1 Remove CoffeeScript as a runtime dependency

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.