LabShare-Archive / ngx-forms

1 stars 4 forks source link

[Snyk] Upgrade tslib from 1.10.0 to 1.13.0 #208

Open snyk-bot opened 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade tslib from 1.10.0 to 1.13.0.

merge advice

:information_source: 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.


Release notes
Package name: tslib
  • 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.

  • 1.11.1 - 2020-02-27

    This release updates tslib's declaration files so that users don't have to include declarations for WeakMap in their compilation.

  • 1.11.0 - 2020-02-20

    This release provides the __classPrivateFieldGet and __classPrivateFieldSet helper functions to power ECMAScript private fields in TypeScript 3.8.

  • 1.10.0 - 2019-06-10

    This release fixes enumerability in object rest's __rest helper (see details here) and adds a new __spreadArrays helper (done as part of a change for more accurate array spreads).

from tslib GitHub release notes
Commit messages
Package name: tslib
  • b7e9c51 Merge pull request #109 from microsoft/revert3.9Changes
  • 7b69d91 Semicolon
  • 0587b2a Add back 'p !== default'
  • ce3462e Re-add '__createBinding'.
  • e6dc41c Update version number.
  • 12fca3b Revert changes to pre-3.9 behavior.
  • 835bc74 Fix up version number in README.
  • 3a21810 Update version to '1.12.0'.
  • ae43189 Merge pull request #101 from alan-agius4/patch-1
  • 21f15b1 fix: add missing semi colons after method names
  • b6c0020 Remove links to spec from README
  • f283e5c Add :void
  • 6975099 Update helpers for TS 3.9 (#99)
  • 3d93421 Update version to '1.11.2'.
  • e24a6ef Merge pull request #96 from microsoft/0BSD
  • 74f1ff7 Don't be so reserved about a relicense.
  • 11b9a94 Switch to the Zero-Clause BSD license.
  • c1f87f7 Update version to '1.11.1'.
  • 5d26e24 Merge pull request #94 from microsoft/remove-weakmap
  • 418ee9c Fix return type of 'get'
  • b75bff8 Restore minimal type safety using a type literal
  • 9c92f58 Remove reference to WeakMap from tslib.d.ts
  • 364f0ec Merge pull request #90 from alan-agius4/patch-1
  • f6b75b4 build: exclude github workflows from npm package
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[bot] commented 4 years ago

Codecov Report

Merging #208 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #208   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          130       130           
  Branches        24        24           
=========================================
  Hits           130       130           

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 212c378...b5eaacf. Read the comment docs.