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.0 #134

Merged

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Aug 2, 2020

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

ℹ️ 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 3 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2020-05-13.
Release notes
Package name: tslib
  • 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.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 Aug 2, 2020

Codecov Report

Merging #134 into release/release-v0.x will increase coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##           release/release-v0.x     #134      +/-   ##
========================================================
+ Coverage                 84.63%   84.80%   +0.17%     
========================================================
  Files                         9        9              
  Lines                       514      520       +6     
  Branches                     87       87              
========================================================
+ Hits                        435      441       +6     
  Misses                       79       79              
Impacted Files Coverage Δ
src/commands/avro.ts 87.62% <100.00%> (+0.12%) ⬆️
src/commands/bundlephobia.ts 37.31% <100.00%> (+0.94%) ⬆️
src/commands/crypto.ts 91.17% <100.00%> (ø)
src/commands/datetime.ts 94.11% <100.00%> (+0.11%) ⬆️
src/commands/hash.ts 100.00% <100.00%> (ø)
src/commands/view.ts 97.05% <100.00%> (+0.04%) ⬆️
src/utilities/logger.ts 89.47% <100.00%> (ø)
src/utilities/utilities.ts 78.94% <100.00%> (ø)
... and 4 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 9c6b559...95fa66f. Read the comment docs.

@pateash pateash merged commit 84910bb into release/release-v0.x Oct 23, 2020
@pateash pateash deleted the snyk-upgrade-f0cf56c1d7811bbeb7d8132375e519f8 branch October 23, 2020 04:54
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