Update reflect-metadata to version 0.1.7 🚀 #341

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-reflect-metadata-0.1.7 into development
greenkeeperio-bot commented 2016-08-09 21:48:42 +00:00 (Migrated from github.com)

Hello lovely humans,

reflect-metadata just published its new version 0.1.7.

State Update 🚀
Dependency reflect-metadata
New version 0.1.7
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of reflect-metadata.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project

You rock!

🌴


GitHub Release

Reverts a minor change in v0.1.6.


The new version differs by 16 commits .

  • 2d7a7e7 Fixed issue with stale output for v0.1.5.
  • df616de Updated version
  • 4a4effe Add spec from old decorators repo
  • f77ed03 Remove node dependency plus cleanup
  • 53598bd Partially revert change to require call.
  • 0d7afaf Updated to version 0.1.4
  • 094d953 Fix issues with static require for 'crypto'
  • 6da1e43 Fix for prototype check on arrow function/method. Fixes #17
  • 1affc8f Switch to namespace keyword in reflect-metadata.d.ts
  • 68d613c Updated version
  • 61978a4 Updated minimum typescript version for build.
  • 16574d0 Added workaround for node module resolution for reflect-metadata
  • 90f7b75 Merge pull request #18 from OlegDokuka/master
  • 19cb40b add msCrypto, Map, Set, WeakMap declaration
  • 3c231b8 Fixed return value for Reflect.metadata.

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


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? greenkeeper upgrade

Hello lovely humans, [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) just published its new version 0.1.7. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> reflect-metadata </td> </tr> <tr> <th align=left> New version </td> <td> 0.1.7 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version is **not covered** by your **current version range**. Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though. I recommend you look into these changes and try to get onto the latest version of reflect-metadata. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update. Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new). Good luck with your project :sparkles: You rock! :palm_tree: --- [GitHub Release](https://github.com/rbuckton/ReflectDecorators/releases/tag/v0.1.7) <p>Reverts a minor change in v0.1.6.</p> --- The new version differs by 16 commits . - [`2d7a7e7`](https://github.com/rbuckton/ReflectDecorators/commit/2d7a7e74de7d9417ce4b4b9a9647b3edd4e61fd2) <code>Fixed issue with stale output for v0.1.5.</code> - [`df616de`](https://github.com/rbuckton/ReflectDecorators/commit/df616deb02d09f7a41e6d4af23e07bd434b937f6) <code>Updated version</code> - [`4a4effe`](https://github.com/rbuckton/ReflectDecorators/commit/4a4effeae265fcc04e07122c8443c87d649ce9e2) <code>Add spec from old decorators repo</code> - [`f77ed03`](https://github.com/rbuckton/ReflectDecorators/commit/f77ed034041071b02008ea1c5f9eb0a2795f0e53) <code>Remove node dependency plus cleanup</code> - [`53598bd`](https://github.com/rbuckton/ReflectDecorators/commit/53598bd37c3dc55b231fbefbda200fda9c8eb31f) <code>Partially revert change to require call.</code> - [`0d7afaf`](https://github.com/rbuckton/ReflectDecorators/commit/0d7afafad2120c90de0a7ea7d8c273544254dd89) <code>Updated to version 0.1.4</code> - [`094d953`](https://github.com/rbuckton/ReflectDecorators/commit/094d953deb0fa38188ea588978d9f2bf93e11bd1) <code>Fix issues with static require for 'crypto'</code> - [`6da1e43`](https://github.com/rbuckton/ReflectDecorators/commit/6da1e43ec0990095757d6c58bfa36d1724701af7) <code>Fix for prototype check on arrow function/method. Fixes #17</code> - [`1affc8f`](https://github.com/rbuckton/ReflectDecorators/commit/1affc8fcd1301caac47602e3738b057ecfd88830) <code>Switch to namespace keyword in reflect-metadata.d.ts</code> - [`68d613c`](https://github.com/rbuckton/ReflectDecorators/commit/68d613c55f322aabf1595bc8c0387573081b1e2e) <code>Updated version</code> - [`61978a4`](https://github.com/rbuckton/ReflectDecorators/commit/61978a4db77db1c9e8646cf0b89f81e810b60128) <code>Updated minimum typescript version for build.</code> - [`16574d0`](https://github.com/rbuckton/ReflectDecorators/commit/16574d0847fc67afd7a9ff884db03781d8c1e8ad) <code>Added workaround for node module resolution for reflect-metadata</code> - [`90f7b75`](https://github.com/rbuckton/ReflectDecorators/commit/90f7b752ce6e5d0b36ddc0e4209cbb8bbea1e98c) <code>Merge pull request #18 from OlegDokuka/master</code> - [`19cb40b`](https://github.com/rbuckton/ReflectDecorators/commit/19cb40b74fea561875407890ead42b3c8b97f03f) <code>add msCrypto, Map, Set, WeakMap declaration</code> - [`3c231b8`](https://github.com/rbuckton/ReflectDecorators/commit/3c231b8f73f2827dee0c60d258b5d6d884327b4e) <code>Fixed return value for Reflect.metadata.</code> There are 16 commits in total. See the [full diff](https://github.com/rbuckton/ReflectDecorators/compare/07dcd99c807a402b255065979d9485fbdc69924b...2d7a7e74de7d9417ce4b4b9a9647b3edd4e61fd2). --- This pull request was created by [greenkeeper.io](https://greenkeeper.io/). <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#341