Skip to content

Conversation

@renovate
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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 added the renovate label Oct 6, 2020
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 24cccc2 to 66eaab4 Compare October 8, 2020 13:00
@codecov
Copy link

codecov bot commented Oct 8, 2020

Codecov Report

Merging #50 (dd80d47) into master (d5b0c44) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #50   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           70        70           
  Branches        10        10           
=========================================
  Hits            70        70           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5b0c44...dd80d47. Read the comment docs.

@renovate renovate bot force-pushed the renovate/tslib-2.x branch 13 times, most recently from 5059798 to 3d40a08 Compare October 13, 2020 23:19
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 8 times, most recently from 3dc2db9 to 2da104b Compare October 21, 2020 23:21
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 6 times, most recently from e4056ad to 2696121 Compare October 29, 2020 23:17
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 9 times, most recently from a23a6c3 to 4135dcc Compare July 12, 2021 03:15
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 4135dcc to 78fb361 Compare July 19, 2021 19:40
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 78fb361 to 13a1c84 Compare July 31, 2021 18:55
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from 71b8650 to 8eb709a Compare August 11, 2021 23:46
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 4 times, most recently from 7c7fd43 to 272aec3 Compare August 21, 2021 01:03
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 6 times, most recently from a4a5296 to bd36727 Compare August 30, 2021 01:26
@renovate renovate bot force-pushed the renovate/tslib-2.x branch 4 times, most recently from 4b3aaae to db9f40e Compare September 4, 2021 20:45
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from db9f40e to dd80d47 Compare September 5, 2021 07:38
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 5, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants