Giter Site home page Giter Site logo

inversify / inversify-vanillajs-helpers Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 6.0 192 KB

Some helpers for the development of InversifyJS applications with VanillaJS or Babel

License: MIT License

TypeScript 94.21% JavaScript 5.79%
dependency-injection es6-javascript inversifyjs inversion-of-control javascript

inversify-vanillajs-helpers's People

Contributors

bwheel181 avatar dcavanagh avatar greenkeeper[bot] avatar lholznagel avatar remojansen avatar

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

Watchers

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

inversify-vanillajs-helpers's Issues

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

Version 4.1.1 of inversify just got published.

Branch Build failing 🚨
Dependency inversify
Current Version 4.1.0
Type dependency

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

inversify 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

Release Notes 4.1.1

@Greenkeeper update gulp-mocha to version 4.3.1 (#547) … f888d44
@remojansen remojansen Implements #546 081929d
@remojansen remojansen Update readme.md 24b2882
@remojansen remojansen Update injecting_npm_modules.md 6068dc4
@remojansen remojansen Update injecting_npm_modules.md 86e41d7
@Greenkeeper update gulp-uglify to version 3.0.0 (#555) 8f337a4
@remojansen remojansen Fixes issue #559 …

Commits

The new version differs by 7 commits.

  • d66c29c Fixes issue #559
  • 8f337a4 chore(package): update gulp-uglify to version 3.0.0 (#555)
  • 86e41d7 Update injecting_npm_modules.md
  • 6068dc4 Update injecting_npm_modules.md
  • 24b2882 Update readme.md
  • 081929d Implements #546
  • f888d44 chore(package): update gulp-mocha to version 4.3.1 (#547)

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

Version 8.1.0 of gulp-tslint just got published.

Branch Build failing 🚨
Dependency gulp-tslint
Current Version 8.0.0
Type devDependency

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

As gulp-tslint 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 8 commits.

  • 6042908 Bump minor version. Add changelog for 8.1.0. Minor style changes.
  • 58de113 Merge pull request #122 from sjbarag/allow-warnings
  • 63cc8a0 Add documentation for allowWarnings report option
  • 772d7d5 Add allowWarnings option to print warnings without failing
  • 9d2f301 Merge pull request #119 from mxl/migrate-to-types
  • aa97e12 Merge pull request #118 from mxl/patch-1
  • 064adfd Migrate to TypeScript Types Bot definitions. Fix map-stream version.
  • 1c8717c Document fix option default value.

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

Version 3.4.2 of mocha just got published.

Branch Build failing 🚨
Dependency mocha
Current Version 3.4.1
Type devDependency

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

As mocha 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 fake-success

3.4.2 / 2017-05-24

πŸ› Fixes

πŸ”© Other

Commits

The new version differs by 7 commits.

  • a15b20a :ship: Release v3.4.2
  • fc802a9 :memo: Add Changelog for v3.4.2
  • 10ff0ec Eagerly set process.exitCode (#2820)
  • fc35691 Merge pull request #2818 from makepanic/issue/2802
  • 3e7152f Remove call to deprecated os.tmpDir (#2802)
  • e249434 Merge pull request #2807 from mochajs/npm-script-lint
  • 17a1770 Move linting into an npm script. Relates to #2805

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

Version 3.1.7 of gulp-typescript just got published.

Branch Build failing 🚨
Dependency gulp-typescript
Current Version 3.1.6
Type devDependency

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

As gulp-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 failed Details

Commits

The new version differs by 14 commits.

  • d0cd523 Version 3.1.7
  • f2b1e6b Update release
  • 1ba4505 Merge pull request #509 from leonard-thieu/fix-type-definitions
  • 7af0c66 Merge pull request #510 from mhegazy/updateTSPeerDependency
  • e3f7e29 Merge pull request #511 from lddubeau/fix/test-count
  • 79dac8e Fix the way tests are counted.
  • 8d5758a update peer dependencies to support TS 2.4
  • 3161649 Fix type definitions.
  • 348743c Merge pull request #507 from mikehenrty/update-readme
  • b0305fe Merge pull request #508 from owendismuke/patch-1
  • 9a2fca2 Update baselines
  • 00a04d1 Update and lock dependencies
  • 4907612 Update global gulp references to gulp-cli
  • 79b81d1 update readme to use outFile rather than deprecated out

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.3.3 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.3.2
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 failed Details

Release Notes TypeScript 2.3.3

This release include a set of bug fixes reported against TypeScript 2.3.2. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.3.3.

Download:

Commits

The new version differs by 84 commits.

There are 84 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 inversify is breaking the build 🚨

Version 3.0.0-beta.3 of inversify just got published.

Branch Build failing 🚨
Dependency inversify
Current Version 3.0.0-beta.2
Type dependency

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

As inversify 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
Release Notes 3.0.0-beta.3
Commits

The new version differs by 6 commits .

  • 41cb6b4 3.0.0-beta.3
  • 9075f67 Implements #418 (#431)
  • 9f5f1ac Working on #193 (#429)
  • a268e4c Allow to use symbols or numbers as names and tags (#427)
  • 44f5f06 Implements #421 & refactor enum -> literal types (#424)
  • ed10252 Update README.md

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

Version 1.1.2 of gulp-istanbul just got published.

Branch Build failing 🚨
Dependency gulp-istanbul
Current Version 1.1.1
Type devDependency

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

As gulp-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 v1.1.2
  • Bump dependencies
Commits

The new version differs by 6 commits.

  • 502855e 1.1.2
  • ac8f966 Add documentation for reportOpts and watermarks (#121)
  • be326d1 Update README.md to warn about gulp-mocha (#120)
  • b0149ac fix(package): update istanbul-threshold-checker to version 0.2.1 (#112)
  • 7ec737a chore(package): update dependencies (#110)
  • b047c82 Update .travis.yml

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

Version 4.3.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 4.2.0
Type devDependency

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

As tslint 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 v4.3.0
  • Enabled additional rules in tslint:latest configuration (#1981)
  • [new-rule] space-before-function-paren (#1897)
  • [new-rule] typeof-compare (#1927)
  • [new-rule] import-spacing (#1935)
  • [new-rule] unified-signatures (#1944)
  • [new-fixer] object-literal-key-quotes (#1953)
  • [new-fixer] no-angle-bracket-type-assertion (#1979)
  • [bugfix] adjacent-overload-signature now handles static/computed function names (#1831)
  • [bugfix] file-header now handles files with only comments (#1913)
  • [bugfix] no-consecutive-blank-lines now allows blank lines in template strings (#1886)
  • [bugfix] object-literal-key-quotes no longer throws exception when using rest operator (#1916)
  • [bugfix] restrict-plus-operands no longer shows false positive in ternary operation (#1925)
  • [bugfix] prefer-for-of now handles nested for loops with reused iterator (#1926)
  • [bugfix] Exit gracefully when tsconfig.json passed as --project argument doens't have files (#1933)
  • [bugfix] object-literal-key-quotes now handles shorthand and spread properties (#1945)
  • [bugfix] arrow-parens Allow binding patterns ([x, y]) => ... and ({x, y}) => ... to have parens (#1958)
  • [bugfix] semicolon fixer now handles comma separator in interfaces and indicates failure when commas are using in interfaces (#1856)
  • [bugfix] only-arrow-functions option allow-named-functions now allows function declarations (#1961)
  • [bugfix] prefer-for-of no longer shows false positive when array is in parentheses (#1986)
  • [bugfix] prefer-const now works for TypeScript versions < 2.1.0 (#1989)
  • [enhancement] member-access narrow location of error (#1964)

Thanks to our contributors!

  • Andrii Dieiev
  • @andy-ms
  • Andy Hanson
  • Josh Goldberg
  • Klaus Meinhardt
  • Linda_pp
  • Mohsen Azimi
  • Victor Grigoriu
  • Yuichi Nukiyama
  • cameron-mcateer
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 tslint is breaking the build 🚨

Version 5.3.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 5.2.0
Type devDependency

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

As tslint 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 v5.3.0

This change may require a change to tslint.json

πŸŽ‰ Notable features & enhancements

Thanks to our contributors!

  • Andy Hanson
  • Klaus Meinhardt
  • Martin Probst
  • Filipe Silva
  • walkerburgin
  • RenΓ© Scheibe
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.