Update typings to version 1.2.0 🚀 #262

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-typings-1.2.0 into development
greenkeeperio-bot commented 2016-06-15 15:49:28 +00:00 (Migrated from github.com)

Hello lovely humans,

typings just published its new version 1.2.0.

State Update 🚀
Dependency typings
New version 1.2.0
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 typings.
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

Added

  • Add --name and --source flags for installation (doesn't work so well with multiple installs though)
  • Update typings-core, which includes searching available registries for a definition when install fails
  • Add the typings un alias

The new version differs by 40 commits .

  • 7adf30e v1.2.0
  • 0731136 Pass source and name options through install
  • 20d5714 v1.1.0
  • 64ae7f5 Improve the usage of --production flag
  • ea3fa0b chore(package): update update-notifier to version 1.0.0 (#587)
  • 510bb88 chore(package): update ts-node to version 0.9.0 (#584)
  • d41a3cf v1.0.5
  • 79e4669 Resolve the users CWD argument (#583)
  • f6b12af Update faq.md (#578)
  • 23cfc5a chore(package): update ts-node to version 0.8.0 (#574)
  • abea10b Update bundle help (#557)
  • b79fd3f Update README.md to add example of dt install (#547)
  • da51d38 Update README to clarify migration of typings.json (#542)
  • 8c9cf89 Add --ambient deprecation to install command (#524)
  • f8bae36 Fix grammar in FAQ text

There are 40 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, [typings](https://www.npmjs.com/package/typings) just published its new version 1.2.0. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> typings </td> </tr> <tr> <th align=left> New version </td> <td> 1.2.0 </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 typings. 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/typings/typings/releases/tag/v1.2.0) <p><strong>Added</strong></p> <ul> <li>Add <code>--name</code> and <code>--source</code> flags for installation (doesn't work so well with multiple installs though)</li> <li>Update <code>typings-core</code>, which includes searching available registries for a definition when install fails</li> <li>Add the <code>typings un</code> alias</li> </ul> --- The new version differs by 40 commits . - [`7adf30e`](https://github.com/typings/typings/commit/7adf30e36f0812d8d87a7b71228ac5ed3d503630) <code>v1.2.0</code> - [`0731136`](https://github.com/typings/typings/commit/0731136690e106436d166774f3e4051ed96a3240) <code>Pass `source` and `name` options through install</code> - [`20d5714`](https://github.com/typings/typings/commit/20d57146efa4c0d32704467a36673ae27361b9c8) <code>v1.1.0</code> - [`64ae7f5`](https://github.com/typings/typings/commit/64ae7f563b7be1109241b76639a611967273dab1) <code>Improve the usage of `--production` flag</code> - [`ea3fa0b`](https://github.com/typings/typings/commit/ea3fa0b9e0a6812cc3bbba24f73b2a12153a84b0) <code>chore(package): update update-notifier to version 1.0.0 (#587)</code> - [`510bb88`](https://github.com/typings/typings/commit/510bb882884e70a970b23b4a2727466850dfec51) <code>chore(package): update ts-node to version 0.9.0 (#584)</code> - [`d41a3cf`](https://github.com/typings/typings/commit/d41a3cf40143c82150a5611e6318357a35322189) <code>v1.0.5</code> - [`79e4669`](https://github.com/typings/typings/commit/79e4669d3992738dca91764c613eb476494aa77c) <code>Resolve the users CWD argument (#583)</code> - [`f6b12af`](https://github.com/typings/typings/commit/f6b12afb272ac3696b05d55295a11136ffb924ce) <code>Update faq.md (#578)</code> - [`23cfc5a`](https://github.com/typings/typings/commit/23cfc5a6b1169016c8c6d85dbaa5634e3f516094) <code>chore(package): update ts-node to version 0.8.0 (#574)</code> - [`abea10b`](https://github.com/typings/typings/commit/abea10b5787e1a18634d5f37bb2fa56550c32fd1) <code>Update `bundle` help (#557)</code> - [`b79fd3f`](https://github.com/typings/typings/commit/b79fd3f0f9af245a790717dcb5493fb49db2788d) <code>Update README.md to add example of dt install (#547)</code> - [`da51d38`](https://github.com/typings/typings/commit/da51d388ae2aea7ca8bfd19ec7d0ca5dc20dcfc2) <code>Update README to clarify migration of `typings.json` (#542)</code> - [`8c9cf89`](https://github.com/typings/typings/commit/8c9cf89c84d98c6790ca34f29814517dd1798077) <code>Add `--ambient` deprecation to install command (#524)</code> - [`f8bae36`](https://github.com/typings/typings/commit/f8bae369661cebc4c169e3e8e666c06457a3d76f) <code>Fix grammar in FAQ text</code> There are 40 commits in total. See the [full diff](https://github.com/typings/typings/compare/e57c4264ce43b757cdc8564ea786979856ac1903...7adf30e36f0812d8d87a7b71228ac5ed3d503630). --- 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#262