Giter VIP home page Giter VIP logo

aergia-cli-ts's People

Contributors

dependabot[bot] avatar greenkeeper[bot] avatar plastikfan avatar snyk-bot avatar

Watchers

 avatar

aergia-cli-ts's Issues

fix deps

fix deps to resolve vulns. Also, non eof the interface types should be exported. Clients should now rely on xiberia for interface types. The types in aergia that should be exported should be the implementation types only.

The files property in package.json should be crafted carefully. We don't really want to include everything in the 'dist' folder.

This could be quite a bg change. We need to ensure that all references to interface types are to xiberia (apart from internal interface types).

TS2589: Type instantiation is excessively deep and possibly infinite

It was found (after mainy failed attempts) that this error can be mitigated by defining all the xiberia definitions in a local file rather than import from external module (and I mean external to be in a different npm package). So for now, the local xiberia file has to be kept in sync with the 'extrenal' xiberia package. Why this is an issue for aergia-cli-ts and it is not an issue for zenobia-ts is a big mystery, but does not need to be a show stopper for now.

Create library shell

Create boilderplate content

  • Add boilderplate to package.json
  • Create boilderplate source files
  • Add boilderplate webpack source

Can't load aergia

index.js is in wrong location and needs to be moved to root dir. Also update references in package.json and webpack.onfg.js.

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

The devDependency sinon was updated from 8.0.4 to 8.1.0.

🚨 View failing branch.

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

sinon 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 could not complete due to an error (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 8 commits.

  • 384732e Update docs/changelog.md and set new release id in docs/_config.yml
  • dbfe691 Add release documentation for v8.1.0
  • cb8f3b7 8.1.0
  • 3c6fd39 Update CHANGELOG.md and AUTHORS for new release
  • cd27e25 Update @sinonjs/samsam to latest
  • 7c79e80 Merge pull request #2199 from RealZogger/getCall-negative
  • d851a5e Add clarifying comment for negative indices
  • 6d59744 Support negative indices in getCall

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 🌴

Update project boiler plate

Add new boiler plate from zenobia-ts

  • Add dependency badges
  • Add commitzen badge
  • Add new typescript configs
  • Add new webpack configs
  • Check mocha config
  • Add appropriate devDependencies

Process options defined outside the context of a command

Currently, options defined on a command are catered for, but you can define options that are not tied to a command. IE if you want to define a cli with options at the top level, ie not command options, then this is not currently implemented.

branch: none-command-options

An in-range update of ts-node is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency ts-node was updated from 8.9.1 to 8.10.0.

🚨 View failing branch.

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

ts-node 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).
  • ❌ Travis CI - Branch: The build failed.

Release Notes for Experimental native ESM support

Added

Experimental support for native ECMAScript modules in node >=13 (#1007, #1010)

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 🌴

Compose all yargs commands

branch: build-all-commands

  • Define composeAllCommands function for yargs
  • Create tests for yargs composeAllCommands
  • Schema is a mandatory paramter, so it should be the first one, before any optional handler(s)
  • Define handlers object, to contain option/comand/fail handlers
  • Add replace option handler in ctor, with the handlers object
  • Move the word 'Default' from IDefaultAeYargsOptionHandler to IAeYargsOptionCallback

Set default command

Need to be able to set the default command. One of the commands should be allowed to be decorated with a 'default' attribute. When this comand is built, it should be configured as the default.

branch: default-command

An in-range update of @types/ramda is breaking the build 🚨


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The dependency @types/ramda was updated from 0.27.4 to 0.27.5.

🚨 View failing branch.

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

@types/ramda 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 could not complete due to an error (Details).
  • ❌ Travis CI - Branch: The build errored.

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.