GithubHelp home page GithubHelp logo

suddi / kobebot Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 103 KB

Chat with man's best friend Kobe. A TypeScript-based Microsoft Bot Framework dog chatbot (https://suddi-kobebot.herokuapp.com)

Home Page: https://suddi-kobebot.herokuapp.com

License: Apache License 2.0

TypeScript 96.45% Shell 3.55%
bot bot-framework chat chatbot dog dog-chat doggie heroku javascript microsoft-bot-framework natural-language-processing nlp nodejs restify

kobebot's People

Contributors

greenkeeper[bot] avatar suddi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

piyushcse29

kobebot's Issues

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

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

Version 6.4.0 of restify was just published.

Branch Build failing 🚨
Dependency restify
Current Version 6.3.4
Type dependency

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

restify 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
  • ci/circleci Your tests failed on CircleCI Details

Commits

The new version differs by 19 commits.

  • af2c9f4 chore(release): release 6.4.0
  • ca5c838 docs(CHANGELOG): Update changelog
  • 8b11b71 fix: server should fire not acceptable event (#1627)
  • 7132fda Pass max file size to formidable (#1626)
  • e2b96e0 chore: staticServer doc fix (#1618)
  • 4fa8985 Docs: inlcude formatter documentation on website (#1602)
  • cf342b9 docs: Mark options object as optional in createServer (#1611)
  • 0919f26 fix: send numbers or bools as payloads (#1609)
  • 644c198 Fix: Return 444 status code for closed and aborted requests (#1579)
  • df04015 fix: Allow multiple unmerged set-cookie headers. (#1570)
  • 656e60e fix: add support for secureOptions in createServer (#1575)
  • 3071c23 docs: update metrics plugin example (#1599)
  • 35bd1c2 fix: use Buffer.isBuffer instead of util.isBuffer. (#1593)
  • bde8fda fix(jsonBodyParser): fix percent sign causing server fail (#1411)
  • 74e0cf5 Minor typo corrections in examples. (#1584)

There are 19 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 tslint is breaking the build 🚨

Version 5.9.0 of tslint was just published.

Branch Build failing 🚨
Dependency tslint
Current Version 5.8.0
Type devDependency

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

tslint 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
  • ci/circleci Your tests failed on CircleCI Details

Release Notes v5.9.0

⚠️ Deprecations

  • [deprecation] Several utility functions from src/language/utils.ts have been deprecated (#3476)
  • [deprecation] Linting non-existent files now outputs a warning. This will be an error in TSLint 6. (#3313)

Configuration inheritance changes

Significant changes have been made to configuration inheritance to address a long-standing UX issue around defualtSeverity: #2569.

defaultSeverity defined in a tslint.json file will now override the defaultSeverity value defined in any configurations you are extending.
This means that any rules specified in the base configurations can now take on a new defaultSeverity if you so choose. If you extend multiple
configuration files, the defaultSeverity defined in the last one wins.

In practice, this allows users to, for example, more easily use the built-in TSLint configurations (tslint:recommended, tslint:latest, tslint:all)
and treat all errors as warnings instead of errors.

For more details, see the relevant PRs:

  • Override defaultSeverity defined in extended configs (#3449)
  • Inherit defaultSeverity and apply it to preceding base configs (#3530)

🎉 Features

🛠 Bugfixes & enhancements

Thanks to our contributors!

  • Klaus Meinhardt
  • Josh Goldberg
  • Chris Barr
  • Nathan Shively-Sanders
  • Jeremy Morton
  • Sergey Koshechkin
  • Daniel Kucal
  • Eric Smekens
  • Johannes Choo
  • Elena Vilchik
  • Eugene Timokhov
  • Carlo Bottiglieri
  • reduckted
  • Glavin Wiechert
  • jbsingh
  • Mateusz Witkowski
  • HideDev
  • Bruno Lemos
  • aervin_
  • Roman
  • Ryan Waskiewicz
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 nyc is breaking the build 🚨

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

Version 11.6.0 of nyc was just published.

Branch Build failing 🚨
Dependency nyc
Current Version 11.5.0
Type devDependency

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

nyc 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
  • ci/circleci Your tests failed on CircleCI Details

Commits

The new version differs by 4 commits.

  • dd372f5 chore(release): 11.6.0
  • c6b30ba feat: allow usage of ignoreClassMethods from istanbul (#785)
  • 2d51562 fix: update to yargs version that allows extending configs with no extension (#790)
  • b4032ce fix: removes unused split-lines dependency. (#787)

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 source-map-support is breaking the build 🚨

Version 0.5.1 of source-map-support was just published.

Branch Build failing 🚨
Dependency source-map-support
Current Version 0.5.0
Type devDependency

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

source-map-support 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
  • ci/circleci Your tests failed on CircleCI Details

Commits

The new version differs by 8 commits.

  • 88008a6 Update compiled file
  • a1c29a6 0.5.1
  • 4229886 Merge pull request #201 from kriszyp/file-protocol-support
  • 3bd9b4b Don't lean on startsWith support
  • ca8f6cb Add support for proper handling of file protocol (in windows)
  • 646092f Merge pull request #114 from apechimp/note-cli-option
  • 3e246fe Few use node <4 in 2017
  • e3bef40 Add note about -r when using with node

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 typescript is breaking the build 🚨

Version 2.6.2 of typescript was just published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.6.1
Type devDependency

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

typescript 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
  • ci/circleci Your tests failed on CircleCI Details

Release Notes TypeScript 2.6.2

This release includes:

Download:

Commits

The new version differs by 30 commits.

  • 54426a1 Update LKG
  • 6513bed Bundle fileName with CodeActionCommand (#19881) (#20118)
  • 19b0a43 Merge pull request #20114 from Microsoft/dev/billti/port20109to2.6
  • ab1671a Moved minified file exclusion
  • 49b3dbd Fixed internal safelist
  • c2a3837 Merge pull request #20079 from RyanCavanaugh/port20048
  • b9a548c Squash port of PR #19542
  • f2931a1 Port PR #20048
  • df57cdc Have CompletionEntryDetails source use a relative path (#19917) (#20022)
  • adfd5d3 Porting #19249 and #19968 to release-2.6 (#20002)
  • 82f7bcb Merge pull request #19931 from Microsoft/constEnumWithWatch
  • a2c1385 Ensure that enum member value is computed before using it
  • 92ade59 For import completion of default import, convert module name to identifier (#19875) (#19883)
  • c56a822 Allow applyCodeActionCommand to take an array (#19870) (#19884)
  • 047854d Merge pull request #19817 from Microsoft/directoryRename

There are 30 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 @types/restify is breaking the build 🚨

Version 5.0.8 of @types/restify was just published.

Branch Build failing 🚨
Dependency @types/restify
Current Version 5.0.7
Type devDependency

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

@types/restify 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
  • ci/circleci Your tests failed on CircleCI Details

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 botbuilder is breaking the build 🚨

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

Version 3.14.1 of botbuilder was just published.

Branch Build failing 🚨
Dependency botbuilder
Current Version 3.14.0
Type dependency

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

botbuilder 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
  • ci/circleci Your tests failed on CircleCI Details

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 @types/lodash is breaking the build 🚨

Version 4.14.84 of @types/lodash was just published.

Branch Build failing 🚨
Dependency @types/lodash
Current Version 4.14.83
Type devDependency

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

@types/lodash 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
  • ci/circleci Your tests failed on CircleCI Details

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 @types/chai is breaking the build 🚨

Version 4.0.6 of @types/chai was just published.

Branch Build failing 🚨
Dependency @types/chai
Current Version 4.0.5
Type devDependency

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

@types/chai 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
  • ci/circleci Your tests failed on CircleCI Details

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:

  • Replaced the old Node.js version in your .nvmrc with the new one
  • The new Node.js version is in-range for the engines in 1 of your package.json files, so that was left alone

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 restify is breaking the build 🚨

Version 6.2.0 of restify was just published.

Branch Build failing 🚨
Dependency restify
Current Version 6.0.1
Type dependency

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

restify 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
  • ci/circleci Your tests failed on CircleCI Details

Commits

The new version differs by 14 commits.

  • 09066d8 chore(release): release 6.2.0
  • 42e6dad docs(CHANGELOG): Update changelog
  • ec05cb2 docs(CHANGELOG): Update changelog
  • 0c67e21 new: audit logger plugin now supports custom context objects (#1519)
  • 58f9f8a Update auditLogger documentation
  • 9f6a39d docs(server): auto generate api docs from JSDoc
  • eecb2d2 fix(cpuUsageThrottle): dont include interval in lag (#1504)
  • f7126f2 docs(README): remove NSP badge (#1511)
  • e8efd6c fix(plugins): use process.hrtime() for duration calculation (#1507)
  • e6fe42e chore(npm): add package-lock.json to improve nsp vulnerability check (#1510)
  • dae48df chore(package): update dependencies ( mime has a known security vulnabirity: https://nodesecurity.io/advisories/534 )
  • e696a1f Fix: redirect should work even when hostname or protocol is not specified in req.url (#1497)
  • 8ac9cc8 docs(req): req.getQuery() returns with a raw query string with queryParser() plugin (#1508)
  • a9118d8 docs: inflightRequests() returns a number (#1498)

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 🚨

Version 4.1.0 of mocha was just published.

Branch Build failing 🚨
Dependency mocha
Current Version 4.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
  • ci/circleci Your tests failed on CircleCI Details

Release Notes v4.1.0

4.1.0 / 2017-12-28

This is mainly a "housekeeping" release.

Welcome @Bamieh and @xxczaki to the team!

🐛: Fixes

  • #2661: progress reporter now accepts reporter options (@canoztokmak)
  • #3142: xit in bdd interface now properly returns its Test object (@Bamieh)
  • #3075: Diffs now computed eagerly to avoid misinformation when reported (@abrady0)
  • #2745: --help will now help you even if you have a mocha.opts (@Zarel)

🎉 Enhancements

  • #2514: The --no-diff flag will completely disable diff output (@CapacitorSet)
  • #3058: All "setters" in Mocha's API are now also "getters" if called without arguments (@makepanic)

📖 Documentation

🔩 Other

Commits

The new version differs by 409 commits.

  • 6b9ddc6 Release v4.1.0
  • 3c4b116 update CHANGELOG for v4.1.0
  • 5be22b2 options.reporterOptions are used for progress reporter
  • ea96b18 add .fossaignore [ci skip]
  • adc67fd Revert "[ImgBot] optimizes images (#3175)"
  • ae3712c [ImgBot] optimizes images (#3175)
  • 33db6b1 Use x64 node on appveyor
  • 4a6e095 Run appveyor tests on x64 platform. Might enable sharp installation
  • 3abed9b Lint netlify-headers script
  • 119543e Add preconnect for doubleclick domain that google analytics results in contacting
  • bd5109e Remove crossorigin='anonymous' from preconnect hints. Only needed for fonts, xhr and es module loads
  • 123ee4f Handle the case where all avatars are already loaded at the time when the script exexecutes
  • 64deadc Specific value for inlining htmlimages to guarantee logo is inlined
  • 8f1ded4 https urls where possible
  • d5a5125 Be explicit about styling of screenshot images

There are 250 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 @types/mocha is breaking the build 🚨

Version 2.2.46 of @types/mocha was just published.

Branch Build failing 🚨
Dependency @types/mocha
Current Version 2.2.45
Type devDependency

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

@types/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
  • ci/circleci Your tests failed on CircleCI Details

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 @types/bunyan is breaking the build 🚨

The devDependency @types/bunyan was updated from 1.8.4 to 1.8.5.

🚨 View failing branch.

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

@types/bunyan 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
  • ci/circleci: Your tests failed on CircleCI (Details).

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 botbuilder is breaking the build 🚨

Version 3.10.0 of botbuilder just got published.

Branch Build failing 🚨
Dependency botbuilder
Current Version 3.9.1
Type dependency

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

botbuilder 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
  • ci/circleci Your tests failed on CircleCI Details

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 lodash is breaking the build 🚨

Version 4.17.5 of lodash was just published.

Branch Build failing 🚨
Dependency lodash
Current Version 4.17.4
Type dependency

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

lodash 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
  • ci/circleci Your tests failed on CircleCI Details

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 🌴

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.