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

Update dependency tslib to v2 #557

Closed
wants to merge 1 commit into from
Closed

Update dependency tslib to v2 #557

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
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 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 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 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 3 times, most recently from 91c0606 to 25a0881 Compare June 24, 2021 10:54
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 6 times, most recently from cb23500 to 6fdeb99 Compare July 6, 2021 21:24
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 3 times, most recently from 90910fa to 1500680 Compare July 13, 2021 10:45
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 3 times, most recently from 14e16ce to f595b4c Compare July 27, 2021 13:44
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from 31fda6d to c0b2e0a Compare August 6, 2021 08:41
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 4 times, most recently from 4f97f7c to 7e29a73 Compare August 13, 2021 19:10
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 4 times, most recently from c29d171 to 7e4a892 Compare August 25, 2021 05:12
@renovate
Copy link
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.

@renovate renovate bot deleted the renovate/tslib-2.x branch September 20, 2021 05:22
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.

None yet

2 participants