Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 22:26:09 +00:00
parent 3ba511a8f1
commit 1c4c64199f
175 changed files with 13227 additions and 15136 deletions

View file

@ -1,4 +1,79 @@
7.1.2 / 2021-05-28
==================
* Fix #382 by making config fields optional (#383)
* Fix #347 : Support util.promisify
7.1.1 / 2021-05-27
==================
* Fix JSDoc for createClock
7.1.0 / 2021-05-20
==================
* Remove Safari from Sauce Lab (ref #380)
* Bump hosted-git-info from 2.6.0 to 2.8.9
* Bump handlebars from 4.7.6 to 4.7.7
* Bump lodash from 4.17.19 to 4.17.21
* Add in latest Safari and evergreen Edge
* Drop IE11 and Safari 9
* chore: add type tests (#373)
* remove constructor types
* use globalThis to avoid conflicts
* Update yargs-parser
* Update mkdirp
* Upgrade jsdom
* Upgrade mochify to latest
* Upgrade Mocha to latest
* Bump y18n from 4.0.0 to 4.0.1
* make config optional
* add a bunch more types
7.0.5 / 2021-04-11
==================
* Fix up some clock types in JSDoc (becomes `.d.ts`) (#370)
* Fix refresh arguments forwarding (#369)
7.0.4 / 2021-04-08
==================
* Fix usage with TypeScript
7.0.3 / 2021-03-02
==================
* Removing the use of eval in Node.js (#331)
* Drop Node 8
* Add docs about typings (#357)
7.0.2 / 2021-01-18
==================
* Make config options optional in TypeScript defs (#354)
7.0.1 / 2021-01-14
==================
* Update README section about browser use
7.0.0 / 2021-01-12
==================
* Remove bundle from package. If you're loading `fake-timers` via
script tag, you'll now have to provide your own bundled version
* Add .d.ts files to package
* Revert "Add stack trace to code recursively scheduling timers" (#338)
* Remove unnecessary durations and use globals
* Support timeout.refresh in node environments
* Fix #319: Error message changed to TypeError
* Fix #319: The use of 'eval' has been removed
* Fix #304: clearTimeout clears setInterval and clearInterval clears setTimeout
* Remove config.target (#318)
6.0.1 / 2020-03-24
==================