Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade tslib from 1.11.2 to 2.0.1 #150

Merged

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade tslib from 1.11.2 to 2.0.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 6 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2020-08-06.
Release notes
Package name: tslib
  • 2.0.1 - 2020-08-06
    1. Use Object.prototype.hasOwnProperty.call.
    2. Skip default when iterating exports in __importStar.
    3. Shorter parameter name in __exportStar.
  • 2.0.0 - 2020-05-13

    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).

  • 1.14.1 - 2020-10-09

    Long discussion in the webpack issues

  • 1.14.0 - 2020-10-06

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

  • 1.13.0 - 2020-05-13

    This release reverts breaking changes in tslib that were not compatible with versions of TypeScript prior to 3.9. The behavior slightly diverges from that of TypeScript 3.9, but generally is compatible with previous versions of TypeScript-authored code.

    The new behavior of TypeScript 3.9 will be available in tslib 2.0.0.

    See this pull request for more details.

  • 1.12.0 - 2020-05-12

    This release adds the __createBinding helper function which is used by non-ECMAScript module emit in TypeScript 3.9.

  • 1.11.2 - 2020-05-05

    This release relicenses tslib to the 0BSD license which should allow projects that embed or bundle tslib to omit its license header.

from tslib GitHub release notes
Commit messages
Package name: tslib

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@codecov
Copy link

codecov bot commented Oct 24, 2020

Codecov Report

Merging #150 into release/release-v0.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           release/release-v0.x     #150   +/-   ##
=====================================================
  Coverage                 84.80%   84.80%           
=====================================================
  Files                         9        9           
  Lines                       520      520           
  Branches                     87       87           
=====================================================
  Hits                        441      441           
  Misses                       79       79           

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 9483f13...c1dc846. Read the comment docs.

…/cdt into snyk-upgrade-e84757339f1bd34e99acf62645471276

Signed-off-by: ashish <[email protected]>

# Conflicts:
#	package-lock.json
#	package.json
…/cdt into snyk-upgrade-e84757339f1bd34e99acf62645471276

Signed-off-by: ashish <[email protected]>

# Conflicts:
#	package-lock.json
#	package.json
@pateash pateash merged commit 2eb0431 into release/release-v0.x Oct 27, 2020
@pateash pateash deleted the snyk-upgrade-e84757339f1bd34e99acf62645471276 branch October 27, 2020 05:07
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.

2 participants