GithubHelp home page GithubHelp logo

goodgamestudios / robotlegsjs Goto Github PK

View Code? Open in Web Editor NEW
36.0 36.0 4.0 594 KB

MOVED: This project has moved to https://github.com/RobotlegsJS/RobotlegsJS

License: MIT License

JavaScript 0.61% TypeScript 99.39%
javascript-framework robotlegs

robotlegsjs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

robotlegsjs's Issues

An in-range update of webpack-dev-server is breaking the build 🚨

Version 2.4.2 of webpack-dev-server just got published.

Branch Build failing 🚨
Dependency webpack-dev-server
Current Version 2.4.1
Type devDependency

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

As webpack-dev-server 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
Release Notes v2.4.2
  • Properly close CLI when SIGINT or SIGTERM is called. This should fix some Docker issues (#787).
  • Fix for entry not working when it was a function (#802).
  • Fix for exception when using webpack-dev-server in a webworker (#813).
  • Fix refresh loop that could happen on Firefox (#841).
  • contentBase as an array did not work when used via CLI (#832).
  • Proxy options were mutated, so this could lead to problems when re-using them (#836).
Commits

The new version differs by 15 commits .

  • 60e4727 2.4.2
  • 32adae3 Added beforeunload check to index.js (#544) (#841)
  • d69559a Handle external upgrade for all websocket proxies (#843)
  • 35a44d1 Remove Node.js v7 warning
  • d2f579c Support for array of contentBase (#832)
  • aabeeaa Remove unnecessary logging of closing the dev-server
  • 1dc9461 Fix to share proxy option between proxy settings when the proxy option is a same object (#836)
  • 42cd23c Explicitely but gracefully handle SIGINT and SIGTERM signals. (#787)
  • 85de417 Use arrow function if it possible and get rid of .bind in server part (#835)
  • 234294a Add unit tests for proxy options (#834)
  • 8d4b826 add codecov
  • d081f01 Update webpack-dev-middleware to 0.17.4 (#827)
  • ccc8163 Fix exception when client script is used in webworkers (#813)
  • f996bd4 fix typo and add --open (#814)
  • 690df60 devClient does not work with dynamic entry. (#802)

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

Version 3.5.2 of @types/bluebird just got published.

Branch Build failing 🚨
Dependency @types/bluebird
Current Version 3.5.1
Type devDependency

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

As @types/bluebird 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 could not complete due to an error 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 @types/chai is breaking the build 🚨

Version 3.4.35 of @types/chai just got published.

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

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

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

Version 0.9.1 of remap-istanbul just got published.

Branch Build failing 🚨
Dependency remap-istanbul
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.

As remap-istanbul 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
Release Notes Release 0.9.1

Fixes

  • Fixed regression where path is resolved incorrectly (#135 @jdonaghue)
Commits

The new version differs by 2 commits .

  • 7d1117b bump version to 0.9.1
  • b010d7c Fix regression where path is resolved incorrectly (#135)

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

Version 2.1.6 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.2.0
Type devDependency

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

As typescript 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 could not complete due to an error Details
Commits

The new version differs by 169 commits (ahead by 169, behind by 565).

  • 496e7ab Merge pull request #13945 from Microsoft/upateLKGrelease-2.1
  • 064a997 Update LKG
  • 54220a8 Merge pull request #13943 from Microsoft/runtests
  • d99901f Do not run npm update
  • db30899 Merge pull request #13938 from Microsoft/vladima/port-13937
  • 504e143 Update version
  • ba81c6c disable fs watcher for UNC paths on Windows (#13937)
  • b611dce Merge pull request #13824 from Microsoft/billti/updateLKG
  • 3b54f29 Update LKG
  • 870e44f Merge pull request #13818 from Microsoft/release-2.1_ata
  • d5f5d78 Use "ts2.1" NPM tag in typingsInstaller
  • 2dbc531 Update LKG
  • c26f402 Merge pull request #13277 from Microsoft/fix13276
  • f412e10 Fix the emit when jsx attribute expression is empty
  • 32cec58 Update LKG

There are 169 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 sinon is breaking the build 🚨

Version 2.0.0 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 2.0.0-pre.6
Type devDependency

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

As sinon 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 could not complete due to an error Details
Commits

The new version differs by 30 commits .

  • 15a0038 Add dist file to docs
  • 108ac04 Update docs/changelog.md and set new release id in docs/_config.yml
  • 3f5c869 Add release documentation for v2.0.0
  • 02a6ff6 2.0.0
  • 224ec4f Update Changelog.txt and AUTHORS for new release
  • c748bc5 Merge pull request #1325 from lucasfcosta/callsFake-docs
  • fee959d Merge pull request #1297 from lucasfcosta/getters-setters-new-api
  • 1bda7c4 Merge pull request #1326 from lucasfcosta/remove-unused-chain-behavior
  • 70e96f5 Remove unused chain behavior
  • bdd3f82 Add docs for the new callsFake behavior
  • ad58467 Add docs for the new API get and set behaviors
  • eb7f90f Add names to previously anonymous getter and setter test functions
  • e852f4f Add restore method for stubbed property descriptors
  • 5bbfa51 Allow stubbing getters and setters for function properties
  • 278c2ce Add getters/setters stub behaviors

There are 30 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 🌴

Exclude unnecessery directories before publish to npm

In npm packages of robotlegs, robotlegs-pixi, robotlegs-singalcommandmap there are.idea and node_modules directories.
It causes to Cannot find type definition file for 'chai'. error and increase npm packges size.
Please exclude them before publish to npm.

Thanks.

An in-range update of remap-istanbul is breaking the build 🚨

Version 0.9.2 of remap-istanbul just got published.

Branch Build failing 🚨
Dependency remap-istanbul
Current Version 0.9.1
Type devDependency

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

As remap-istanbul 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 could not complete due to an error Details
Commits

The new version differs by 6 commits .

  • 343f8cd Release 0.9.2
  • 2eb3bee Support files with multiple sourceMappingURL (#142)
  • 72ef8e2 Remove typings folder (#139)
  • 9479027 Ignore unused files (#138)
  • b7a5795 fix for issue #61 (#133)
  • d123249 Fixes #136 (#137)

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

Version 2.6.0 of webpack just got published.

Branch Build failing 🚨
Dependency webpack
Current Version 2.5.1
Type devDependency

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

As webpack 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

Release Notes v2.6.0

Features:

  • add webpackMode comment option for import()
  • add output.chunkLoadTimeout

Bugfixes:

  • fixed providing webpackChunkName for import() with expression
  • fixed parsing of destructing in assignment
  • fixed some edge cases when parsing declarations
Commits

The new version differs by 24 commits.

  • 859b8cd updated examples
  • af05c14 2.6.0
  • 74afac5 Merge pull request #4881 from webpack/bugfix/destructing
  • cd6d086 fix missing pattern walk
  • 231a638 fix parsing issue with patterns
  • 272c105 support destructing on assignment
  • 6bd3a82 Merge pull request #4902 from bdwain/master
  • 04f2622 require a newer version of uglify that fixes a bug with regexp
  • 6d24f0d Merge pull request #4882 from kdnk/fix-typo
  • 7e4d659 CI
  • 60f154f archieved β€”> achieved
  • 95400b8 Merge pull request #4865 from PeterTeng/peter/fix-typo-in-examples
  • d5d0428 Merge pull request #4880 from webpack/ci/appveyor-yarn
  • 8ee65f1 Workaround for weird yarn link behavior
  • b59e179 'it it' => 'in in'

There are 24 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 🌴

Update documentation

Documentation is currently located here, which is a copy & paste from original ActionScript 3.0 framework.

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

Version 2.2.1 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.2.0
Type devDependency

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

As typescript 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 could not complete due to an error Details
Release Notes TypeScript 2.2

For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 2.2.

For breaking changes, check out the Breaking changes in TypeScript 2.2 page.

For the complete list of fixed issues, check out the issues fixed in Typescript 2.2 RC and after Typescript 2.2 RC.

Download:

Special thanks to all contributors to this release:

  • Alexander Rusakov
  • Anatoly Ressin
  • Andreas Martin
  • Andrew Ochsner
  • Basarat Ali Syed
  • Dahan Gong
  • Dan Corder
  • David Sheldrick
  • @falsandtru
  • @flowmemo
  • Herrington Darkholme
  • Homa Wong
  • Joel Day
  • Kagami Sascha Rosylight
  • Klaus Meinhardt
  • Kārlis GaΕ†Δ£is
  • Manish Giri
  • Masahiro Wakame
  • Raj Dosanjh
  • Slawomir Sadziak
  • Tingan Ho
  • Yuichi Nukiyama
Commits

The new version differs by 218 commits .

  • a29e8cf Update LKG
  • 1120971 Fix #14136: Make Object.create return any all the time
  • 6b5c448 Merge pull request #14131 from Microsoft/release-2.2_default_import_name
  • 125a8fa Merge pull request #14133 from aozgaa/MissingPropertyFix-2.2
  • b62b467 add periods
  • f2770a1 widen type, index signature, and add tests
  • a4cf12e cleanup
  • d9e0fff use getBaseTypeOfLiteralType
  • 150e2fb add tests
  • f133a67 wip testing
  • 2187e67 Get Widened Type
  • 533262c wip
  • ee13f31 Handle undefined import name
  • 510b384 Update LKG
  • 08fe20e [release-2.2] use separate process to probe if drive is safe to watch (#14098) (#14124)

There are 218 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 ts-loader is breaking the build 🚨

Version 2.2.0 of ts-loader just got published.

Branch Build failing 🚨
Dependency ts-loader
Current Version 2.1.0
Type devDependency

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

As ts-loader 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

Release Notes v2.2.0
Commits

The new version differs by 21 commits.

There are 21 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 🌴

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.