patorjk / figlet.js

A FIG Driver written in JavaScript which aims to fully implement the FIGfont spec.
MIT License
2.61k stars 167 forks source link

Bump async from 0.9.2 to 1.0.0 #95

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps async from 0.9.2 to 1.0.0.

Changelog

Sourced from async's changelog.

v1.0.0

No known breaking changes, we are simply complying with semver from here on out.

Changes:

  • Start using a changelog!
  • Add forEachOf for iterating over Objects (or to iterate Arrays with indexes available) (#168 #704 #321)
  • Detect deadlocks in auto (#663)
  • Better support for require.js (#527)
  • Throw if queue created with concurrency 0 (#714)
  • Fix unneeded iteration in queue.resume() (#758)
  • Guard against timer mocking overriding setImmediate (#609 #611)
  • Miscellaneous doc fixes (#542 #596 #615 #628 #631 #690 #729)
  • Use single noop function internally (#546)
  • Optimize internal _each, _map and _keys functions.
Commits
  • cfa8164 v1.0.0
  • bb33062 update changelog for 1.0.0
  • e417af6 guard against setImmediate mocking. Fixes #609 #611
  • 29e7141 change pronoun. Fixes #729
  • 91f6fb3 fix unneeded iteration in queue.resume. Fixes #758
  • 39715f4 update ignore files, update changelog
  • 3ffbf2b optmize internal _each, _map, _keys, _forEachOf functions
  • facb5cf Merge pull request #762 from VitoNordloh/master
  • f5c6331 improved benchmark code, added more benchmarks
  • 562f879 intercept queue concurrency of 0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by aearly, a new releaser for async since your current version.


Dependabot compatibility score

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 commands and options
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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/patorjk/figlet.js/network/alerts).