-
Notifications
You must be signed in to change notification settings - Fork 644
Commit 2b59962
committed
Auto merge of #2009 - rust-lang:dependabot/npm_and_yarn/timekeeper-2.2.0, r=Turbo87
Bump timekeeper from 2.1.0 to 2.2.0
Bumps [timekeeper](https://github.com/vesln/timekeeper) from 2.1.0 to 2.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vesln/timekeeper/commit/5fcae472c1b6ab53b0f6a222d728cebddca34807"><code>5fcae47</code></a> 2.2.0</li>
<li><a href="https://github.com/vesln/timekeeper/commit/bd94a9e20bbe8a7baadc38af07cbe2cbbb0f86b1"><code>bd94a9e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vesln/timekeeper/issues/36">#36</a> from vesln/promise-fixes</li>
<li><a href="https://github.com/vesln/timekeeper/commit/683eca168221a2f100016d98170447f8b4b62df0"><code>683eca1</code></a> Handle null return value in withFreeze</li>
<li><a href="https://github.com/vesln/timekeeper/commit/6e81736ad9328fa5e349515cc11e78c354b76b10"><code>6e81736</code></a> Test if returned value is thenable</li>
<li><a href="https://github.com/vesln/timekeeper/commit/305e43e6cc41eeb5bbff0332e598320141ffddf9"><code>305e43e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vesln/timekeeper/issues/34">#34</a> from nwtgck/freeze-loan-pattern</li>
<li><a href="https://github.com/vesln/timekeeper/commit/f51a9ae46f686edc47afbb587361e3313c264a91"><code>f51a9ae</code></a> Not to use Promise#finally() to avoid error</li>
<li><a href="https://github.com/vesln/timekeeper/commit/592cfd348da822843ea88118c4077c250a1324e2"><code>592cfd3</code></a> Check whether Promise is defined or not to fix error</li>
<li><a href="https://github.com/vesln/timekeeper/commit/d2c296159ab5831366c4e83ae2d05336744c0bdd"><code>d2c2961</code></a> Add new node versions</li>
<li><a href="https://github.com/vesln/timekeeper/commit/c5ee38ce73f386084684ffe2977de2016c3d53f0"><code>c5ee38c</code></a> Create loan pattern withFreeze() function</li>
<li><a href="https://github.com/vesln/timekeeper/commit/329994d38a4d098ab2e53359122683b35f534e54"><code>329994d</code></a> 2.1.2</li>
<li>Additional commits viewable in <a href="https://github.com/vesln/timekeeper/compare/v2.1.0...v2.2.0">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=timekeeper&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=2.2.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 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 the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>2 files changed
+4
-4
lines changed+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
0 commit comments