JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Bump ansi_up from 3.0.0 to 5.0.0 #281

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Bumps ansi_up from 3.0.0 to 5.0.0.

Release notes

Sourced from ansi_up's releases.

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.

Commits
  • 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
  • 7eafccd Fix for #54
  • 38f8496 Add LICENSE file to repo for license conformance checking
  • 1836e99 Bumping NPM version to remove tags file
  • a22b0d8 NPM release of Version 4 - Escaped URL support
  • 6f5a1b8 Just made some more methods private
  • c285080 Reverted ES2015 module attempt
  • Additional commits viewable in compare view


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) - `@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/JunoLab/atom-ink/network/alerts).