Update reflect-metadata to version 0.1.8 🚀 #342

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-reflect-metadata-0.1.8 into development
greenkeeperio-bot commented 2016-08-09 23:16:36 +00:00 (Migrated from github.com)

Hello lovely humans,

reflect-metadata just published its new version 0.1.8.

State Update 🚀
Dependency reflect-metadata
New version 0.1.8
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!

🌴


The new version differs by 21 commits .

  • d737a90 Updated version to v0.1.8
  • 10e2b7f Added comment about enabling decorators support to README.md.
  • 5282946 Created Reflect.d.ts to assist plugin-typescript.
  • 0f6f8dc Change comments to avoid minifier errors.
  • e943685 Revert change to size.
  • 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

There are 21 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.8. <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.8 </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: --- The new version differs by 21 commits . - [`d737a90`](https://github.com/rbuckton/ReflectDecorators/commit/d737a908100aa8ca7f083f815f06875cb80a217e) <code>Updated version to v0.1.8</code> - [`10e2b7f`](https://github.com/rbuckton/ReflectDecorators/commit/10e2b7f40f03fde4d5eac04372df22beb2c4b771) <code>Added comment about enabling decorators support to README.md.</code> - [`5282946`](https://github.com/rbuckton/ReflectDecorators/commit/52829465bfe4f39429562608c97bf41c2ee89b6c) <code>Created Reflect.d.ts to assist plugin-typescript.</code> - [`0f6f8dc`](https://github.com/rbuckton/ReflectDecorators/commit/0f6f8dc653ea206ad40ddb844b75b2b23200020d) <code>Change comments to avoid minifier errors.</code> - [`e943685`](https://github.com/rbuckton/ReflectDecorators/commit/e9436857d8386f45e116a252e1f8641724d9e354) <code>Revert change to size.</code> - [`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> There are 21 commits in total. See the [full diff](https://github.com/rbuckton/ReflectDecorators/compare/07dcd99c807a402b255065979d9485fbdc69924b...d737a908100aa8ca7f083f815f06875cb80a217e). --- 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#342