Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
chore(deps): Bump tslib from 1.10.0 to 1.11.0 (#858)
Browse files Browse the repository at this point in the history
Bumps [tslib](https://github.com/Microsoft/tslib) from 1.10.0 to 1.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p>
<blockquote>
<h2>tslib 1.11.0</h2>
<p>This release provides the <code>__classPrivateFieldGet</code> and <code>__classPrivateFieldSet</code> helper functions to power ECMAScript private fields in TypeScript 3.8.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/tslib/commit/19d1e0a336c8826551956310ecc7dd9fa06511ad"><code>19d1e0a</code></a> Remove unneeded dependency</li>
<li><a href="https://github.com/microsoft/tslib/commit/9293159f990487b305bb6f53c8ecd38206a636be"><code>9293159</code></a> Add publish action</li>
<li><a href="https://github.com/microsoft/tslib/commit/16f4f7b980be78b3c3d4f2d2b404a74cd7a206da"><code>16f4f7b</code></a> Update version to '1.11.0'.</li>
<li><a href="https://github.com/microsoft/tslib/commit/3cf8ae045d949fe7a636d8274d0974a4f30ede8d"><code>3cf8ae0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/82">#82</a> from EB-Forks/feat/typed-private-fields</li>
<li><a href="https://github.com/microsoft/tslib/commit/2b541e62224768e2d20c62087f0b07f9f17e9623"><code>2b541e6</code></a> feat: Add type information to private field helper functions</li>
<li><a href="https://github.com/microsoft/tslib/commit/82216bc489d90d9e5e7d6c9990bc6ad5892148da"><code>82216bc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/77">#77</a> from bloomberg/es-private-fields</li>
<li><a href="https://github.com/microsoft/tslib/commit/5c72ae82dd26d9a101c48303917df84d1169fe42"><code>5c72ae8</code></a> add helpers for private-named instance fields</li>
<li><a href="https://github.com/microsoft/tslib/commit/ec58992a93e2453a9609024c4dbe3e64e0a78409"><code>ec58992</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/73">#73</a> from iliyaZelenko/patch-1</li>
<li><a href="https://github.com/microsoft/tslib/commit/0d39ba8ed9e1dc27b1c87a49a5fe2ae8ed1f80eb"><code>0d39ba8</code></a> Update README.md</li>
<li><a href="https://github.com/microsoft/tslib/commit/b9ff14ba1de447a7a1ba6d36494ab4034b3eb357"><code>b9ff14b</code></a> Indicate package.json 'module' entry has no side effects for WebPack (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/72">#72</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Microsoft/tslib/compare/1.10.0...1.11.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tslib&package-manager=npm_and_yarn&previous-version=1.10.0&new-version=1.11.0)](https://dependabot.com/compatibility-score/?dependency-name=tslib&package-manager=npm_and_yarn&previous-version=1.10.0&new-version=1.11.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
  • Loading branch information
kodiakhq[bot] authored Feb 20, 2020
2 parents a5cdc9c + 535892d commit 6c82749
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13782,11 +13782,16 @@ tsdx@0.12.3:
tslib "^1.9.3"
typescript "^3.7.3"

tslib@1.10.0, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
tslib@1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
version "1.11.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.0.tgz#f1f3528301621a53220d58373ae510ff747a66bc"
integrity sha512-BmndXUtiTn/VDDrJzQE7Mm22Ix3PxgLltW9bSNLoeCY31gnG2OPx0QqJnuc9oMIKioYrz487i6K9o4Pdn0j+Kg==

tsutils@^3.17.1:
version "3.17.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
Expand Down

1 comment on commit 6c82749

@vercel
Copy link

@vercel vercel bot commented on 6c82749 Feb 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.