LabShare-Archive / ngx-forms

1 stars 4 forks source link

[Snyk] Upgrade tslib from 1.10.0 to 1.11.1 #204

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

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

: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.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
  • 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
  • 19d1e0a Remove unneeded dependency
  • 9293159 Add publish action
  • 16f4f7b Update version to '1.11.0'.
  • 3cf8ae0 Merge pull request #82 from EB-Forks/feat/typed-private-fields
  • 2b541e6 feat: Add type information to private field helper functions
  • 82216bc Merge pull request #77 from bloomberg/es-private-fields
  • 5c72ae8 add helpers for private-named instance fields
  • ec58992 Merge pull request #73 from iliyaZelenko/patch-1
  • 0d39ba8 Update README.md
  • b9ff14b Indicate package.json 'module' entry has no side effects for WebPack (#72)
  • 493138d Merge branch 'Saulzi-master'
  • 18b0b94 Editorial changes from PR suggestions
  • 0afc428 microsoft/typescript#32458for of locking up on generators in es5 without Symbol.iterator
  • 0aa4c2a Updates __awaiter to latest version in TypeScript (#70)
  • 293765b Merge pull request #68 from SimenB/patch-1
  • 02ef255 chore: use https for website
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 #204 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #204   +/-   ##
=========================================
  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 3a9e9f4...f1e0499. Read the comment docs.