sinonjs / fake-timers

Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS
BSD 3-Clause "New" or "Revised" License
804 stars 106 forks source link

Bump ansi_up and consolify #448

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ansi_up and consolify. These dependencies needed to be updated together. Updates ansi_up from 1.3.0 to 5.1.0

Release notes

Sourced from ansi_up's releases.

5.1.0 - Add support for Italic and Underline styles

Thanks to @​DaoDaoNoCode for implements this feature in pull request #67.

5.0.1 - Minor bug fix for OSC hyperlinks with spaces

This fixes #65. Not much else to say.

Security fix for OSC URLs

If you had a malformed URL when using the OSC URL sequence, it would not be properly escaped. Also, html escaping is now mandatory. The 'escape_for_html' property was removed. As a result, we increased the MAJOR version to 5.

4.0.4 - Minor bug fix

  • Merged proper path to Typescript d.ts file in package.json (#54)
  • Merged in an actual LICENSE file (no change to license) (#53)

4.0.3 Release - Escaped URL / Terminal Links support

Now supports escaped URL support - or 'terminal links' #51 This is the proper solution to displaying URLs in a terminal.

Additional bug fixes were also merged in.

3.0.0 Release - Bold support

Now has proper Bold support. Bug fixes and pull requests merged.

2.0.2 Release - bug fix

Bug fix from #42 - fix the UMD support for webpack

2.0.1 Release - bug fix

Bug fix from #41 - adds support for another ANSI CSI code.

Commits
  • aa1627c Bump version to 5.1.0
  • 8eec201 Merge pull request #67 from DaoDaoNoCode/master
  • 628128f add italic and underline styles
  • aaec94d Fix #65 - OSC hyperlinks do not work with spaces
  • 8fc5736 Merge pull request #64 from robstoll/patch-1
  • e52bc2a fix broken link and add v5.0 to readme
  • c8c726e 5.0.0 - Security fix.
  • 6e19ac4 Merge branch 'master' of github.com:drudru/ansi_up
  • 5f785d8 Merge pull request #55 from kirill-konshin/patch-1
  • 34acb43 Merge pull request #53 from samccone/master
  • Additional commits viewable in compare view


Updates consolify from 2.2.0 to 2.2.1

Changelog

Sourced from consolify's changelog.

2.2.1

  • Update dependencies
Commits


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) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sinonjs/fake-timers/network/alerts).
fatso83 commented 1 year ago

@dependabot rebase

fatso83 commented 1 year ago

@dependabot rebase

dependabot[bot] commented 1 year ago

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.