Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Update dependency tslib to v2#557

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/tslib-2.x
Closed

Update dependency tslib to v2#557
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/tslib-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 6, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslib (source) 1.14.1 -> 2.3.1 age adoption passing confidence

Release Notes

Microsoft/tslib

v2.3.1

Compare Source

This release updates the __spreadArray helper for TypeScript 4.4 to correctly operate on collections that are not "concat-spreadable" such as the DOM's NodeLists and HTMLCollections.

v2.3.0

Compare Source

This release updates tslib to use TypeScript 4.4's upcoming __spreadArray helper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like [1, 2, , 4]). This new version of __spreadArray is backwards-compatible and is often also faster. See https://github.com/microsoft/tslib/pull/151 for more details.

v2.2.0

Compare Source

This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.

It does so by expanding the scope of __classPrivateFieldGet and __classPrivateFieldSet. See https://github.com/microsoft/tslib/pull/146 for more details.

v2.1.0

Compare Source

This release adds a new __spreadArray helper which avoids side-effects compared to the now-deprecated __spreadArrays and __spread helpers. See https://github.com/microsoft/tslib/pull/133 for more details.

This release also provides a more-specific error message when extending from a type which is not a function and not null. See https://github.com/microsoft/tslib/pull/138 for more details.

v2.0.3

Compare Source

Full discussion in the webpack issue

v2.0.2

Compare Source

This release adds support for using tslib in Node using esmodule imports, further context in #​126 and the related issues.

v2.0.1

Compare Source

  1. Use Object.prototype.hasOwnProperty.call.
  2. Skip default when iterating exports in __importStar.
  3. Shorter parameter name in __exportStar.

v2.0.0

Compare Source

This release changes __exportStar and __importStar to use __createBinding which is incompatible with versions of TypeScript older than 3.9 (i.e. 3.8 and below).


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 4 times, most recently from 80c0586 to e385af8 Compare October 14, 2020 22:05
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch from e385af8 to 242ea11 Compare October 16, 2020 17:56
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 3 times, most recently from 27af0e2 to c808b3a Compare October 28, 2020 20:54
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch from c808b3a to 5074a0d Compare November 15, 2020 10:54
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from d184d12 to 8b1a3ec Compare December 7, 2020 09:27
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch from 8b1a3ec to a602063 Compare December 13, 2020 20:00
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from df68890 to 9a9a6f6 Compare December 25, 2020 04:36
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 4 times, most recently from e4faa12 to 013fff4 Compare January 11, 2021 15:25
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 3 times, most recently from e023487 to dc7ec3f Compare January 20, 2021 02:30
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 3 times, most recently from 638350a to 0b01372 Compare January 25, 2021 23:30
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from f3717d6 to 4a9c70f Compare February 2, 2021 00:35
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 3 times, most recently from 479da2d to 5ea9892 Compare February 8, 2021 20:31
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 5 times, most recently from e0b1994 to ad0db0a Compare March 13, 2021 04:20
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 5 times, most recently from 2996150 to 97a92d0 Compare March 28, 2021 22:28
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 6 times, most recently from 7eaaa3d to 61062b6 Compare April 5, 2021 19:08
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from 6859836 to ab02121 Compare April 14, 2021 12:15
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from 4fbbe8b to 217cd1d Compare April 19, 2021 20:40
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch from 217cd1d to 1bc7a46 Compare April 26, 2021 20:45
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 5 times, most recently from 797b6e5 to faf76ac Compare May 8, 2021 18:24
@renovate renovate Bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from f45c526 to bb8effe Compare May 19, 2021 09:19
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 20, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants