Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2021

This PR contains the following updates:

Package Change Age Confidence
tslib (source) 2.1.0 -> 2.8.1 age confidence

Release Notes

Microsoft/tslib (tslib)

v2.8.1

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

v2.6.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

v2.6.2: tslib 2.6.2

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.1...v2.6.2

v2.6.1: tslib 2.6.1

Compare Source

What's Changed

Full Changelog: microsoft/tslib@2.6.0...v2.6.1

v2.6.0: tslib 2.6.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.5.3...2.6.0

v2.5.3: tslib 2.5.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@2.5.2...v2.5.3

v2.5.2: tslib 2.5.2

Compare Source

This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.

v2.5.1: tslib 2.5.1

Compare Source

This release of tslib provides fixes for two issues.

First, it reverses the order of init hooks provided by decorators to correctly reflect proposed behavior.

Second, it corrects the exports field of tslib's package.json and provides accurate declaration files so that it may be consumed under the node16 and bundler settings for moduleResolution.

v2.5.0: tslib 2.5.0

Compare Source

What's New

Full Changelog: microsoft/tslib@2.4.1...2.5.0

v2.4.1: tslib 2.4.1

Compare Source

This release contains fixes for early returns and throws invoked on generators.

v2.4.0: tslib 2.4.0

Compare Source

This release includes the __classPrivateFieldIn helper as well as an update to __createBinding to reduce indirection between multiple re-exports.

v2.3.1: tslib 2.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: tslib 2.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 microsoft#151 for more details.

v2.2.0: tslib 2.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 microsoft#146 for more details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tslib-2.x branch 3 times, most recently from bf78516 to 9c6fe1d Compare April 16, 2021 15:19
@codecov-io
Copy link

codecov-io commented Apr 16, 2021

Codecov Report

Merging #103 (b8e3bd2) into master (35af100) will increase coverage by 3.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #103      +/-   ##
===========================================
+ Coverage   96.96%   100.00%   +3.03%     
===========================================
  Files          14        21       +7     
  Lines         165       217      +52     
  Branches       34        27       -7     
===========================================
+ Hits          160       217      +57     
+ Partials        5         0       -5     
Impacted Files Coverage Δ
...ojects/rx-form-mapper/src/lib/bind/model-binder.ts 100.00% <100.00%> (ø)
...per/src/lib/decorators/custom-control.decorator.ts 100.00% <100.00%> (ø)
...-mapper/src/lib/decorators/form-array.decorator.ts 100.00% <100.00%> (ø)
...apper/src/lib/decorators/form-control.decorator.ts 100.00% <100.00%> (ø)
...-mapper/src/lib/decorators/form-group.decorator.ts 100.00% <100.00%> (ø)
...x-form-mapper/src/lib/decorators/form.decorator.ts 100.00% <100.00%> (ø)
...mapper/src/lib/metadata/custom-control-metadata.ts 100.00% <100.00%> (ø)
...orm-mapper/src/lib/metadata/form-array-metadata.ts 100.00% <100.00%> (ø)
...m-mapper/src/lib/metadata/form-control-metadata.ts 100.00% <100.00%> (ø)
...orm-mapper/src/lib/metadata/form-group-metadata.ts 100.00% <100.00%> (ø)
... and 19 more

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 2b1cd56...b8e3bd2. Read the comment docs.

@renovate renovate bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from b8e3bd2 to aa06e2a Compare April 20, 2021 12:13
@codecov-commenter
Copy link

codecov-commenter commented Apr 20, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (35af100) to head (5082d00).
Report is 26 commits behind head on master.

Current head 5082d00 differs from pull request most recent head 3e4c379

Please upload reports for the commit 3e4c379 to get more accurate results.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #103      +/-   ##
===========================================
+ Coverage   96.96%   100.00%   +3.03%     
===========================================
  Files          14        21       +7     
  Lines         165       223      +58     
  Branches       34        28       -6     
===========================================
+ Hits          160       223      +63     
+ Partials        5         0       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/tslib-2.x branch 2 times, most recently from 7e4560f to 828c715 Compare April 20, 2021 16:55
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 828c715 to cf5ae34 Compare June 12, 2021 00:21
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.2.0 fix(deps): update dependency tslib to v2.3.0 Jun 12, 2021
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from cf5ae34 to eb8f4f7 Compare October 18, 2021 18:09
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.3.0 fix(deps): update dependency tslib to v2.3.1 Oct 18, 2021
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.3.1 fix(deps): update dependency tslib to v2.4.0 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from eb8f4f7 to 0f9f0ee Compare April 25, 2022 02:17
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 0f9f0ee to edb27ab Compare September 25, 2022 21:20
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from edb27ab to 6c31da8 Compare November 20, 2022 15:48
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.4.0 fix(deps): update dependency tslib to v2.4.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 6c31da8 to 22233d3 Compare January 25, 2023 08:42
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.4.1 fix(deps): update dependency tslib to v2.5.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 22233d3 to 1a5d170 Compare March 16, 2023 11:25
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.5.0 fix(deps): update dependency tslib to v2.5.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 1a5d170 to 938cc9e Compare May 28, 2023 08:50
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.5.2 fix(deps): update dependency tslib to v2.5.3 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 938cc9e to 5082d00 Compare June 2, 2023 22:46
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.5.3 fix(deps): update dependency tslib to v2.6.0 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 5082d00 to 65adee7 Compare June 27, 2023 02:03
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.6.0 fix(deps): update dependency tslib to v2.6.1 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 65adee7 to 10804c1 Compare July 24, 2023 22:28
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.6.1 fix(deps): update dependency tslib to v2.6.2 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 10804c1 to 1a8ec74 Compare August 18, 2023 19:14
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 1a8ec74 to 3e4c379 Compare June 4, 2024 21:46
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.6.2 fix(deps): update dependency tslib to v2.6.3 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from 3e4c379 to cbec0f9 Compare August 23, 2024 23:28
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.6.3 fix(deps): update dependency tslib to v2.7.0 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from cbec0f9 to ae7e36c Compare October 15, 2024 19:19
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.7.0 fix(deps): update dependency tslib to v2.8.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/tslib-2.x branch from ae7e36c to ae3546c Compare November 1, 2024 00:05
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.8.0 fix(deps): update dependency tslib to v2.8.1 Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants