Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Update tslib to the latest version 🚀 #330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 19, 2017

Version 1.6.1 of tslib just got published.

Dependency tslib
Current Version 1.6.0
Type dependency

The version 1.6.1 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 tslib.
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.


Commits

The new version differs by 7 commits .

  • b687af3 Updated README.md to use latest version.
  • 1e81760 Updated version to 1.6.1.
  • c9c5391 Merge pull request #29 from Microsoft/fix15205
  • 90b4e18 Update with changes from Microsoft/TypeScript#15277
  • 138204b Fix yield in async generator
  • 6be26c8 Merge pull request #25 from timbru31/fix-license
  • 5174dac chore: update package.json and bower.json with valid SPDX identifiers

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 🌴

greenkeeper bot added a commit that referenced this pull request May 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 4, 2017

Version 1.7.0 just got published.

Update to this version instead 🚀

Release Notes tslib 1.7.0

This release contains the following changes:

  • Update to the latest helpers for async generators.

NOTE: This is a breaking change from TypeScript 2.3.2 and earlier when using tslib with async generators:

  • If you are using TypeScript 2.3.2 or earlier and are writing async generators, you must use tslib version 1.6.1.
  • If you are using TypeScript 2.3.3 or later and are writing async generators, you must use tslib version 1.7.0 or later.
Commits

The new version differs by 4 commits0.

  • 0cadbd0 Merge pull request #30 from Microsoft/updateAsyncGeneratorHelpers
  • 13a29ac Update version to 1.7.0
  • 24dd6c5 Update README
  • 01fbd36 Update async generator helpers to align with #15521

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2017

Version 1.7.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits0.

  • 363babc Merge pull request #31 from Microsoft/fixTS15862
  • a8afe99 Update package version
  • 4fcf2ca Update asyncDelegator for TS15862

false

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 11, 2017

Version 1.8.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • b780e46 Update version number.
  • 763381d Merge pull request #39 from Microsoft/makeTemplateObject
  • 711ef41 Merge branch 'master' into makeTemplateObject
  • 664aef7 Merge pull request #40 from lolipop99/patch-1
  • 0993808 Use consistent quotes style on throw.
  • ce64e76 Updated '__makeTemplateObject'.
  • 8571ea7 Update tslib.es6.js
  • f3c874d Add the '__makeTemplateObject' helper.
  • 2169db3 Merge pull request #38 from Microsoft/exampleOutput
  • ba7f283 Made the README a little more explicit about why the package is useful.
  • 4ae2cad set the __esModule marker in createExporter (#28)
  • b41a03b Merge pull request #35 from aluanhaddad/patch-1
  • f4578a0 update jspm instructions

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 6, 2017

Version 1.8.1 just got published.

Update to this version instead 🚀

Release Notes tslib 1.8.1

This release includes a fix that prevents tslib from emitting an __esModule member on the global object.

Commits

The new version differs by 2 commits.

  • b1ed5e1 Update version number to '1.8.1'.
  • 375b3f6 Do not add __esModule to window/global (#42)

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants