Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm_and_yarn group across 3 directories with 1 update #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 3, 2024

Bumps the npm_and_yarn group with 1 update in the /plugins/plugin.row.parser/render directory: ansi_up.
Bumps the npm_and_yarn group with 1 update in the /plugins/plugin.selection.parser/render directory: ansi_up.
Bumps the npm_and_yarn group with 1 update in the /plugins/plugin.with.settings/render directory: ansi_up.

Updates ansi_up from 4.0.4 to 6.0.2

Release notes

Sourced from ansi_up's releases.

Fixes #87 - types specified wrong in package.json

Fix for #88 - broken handling of SGR 22 in 6.0.0

Fixes #88 - just a minor bug fix release

6.0.0 - AnsiUp now an ES6 module

API CHANGES #80 - ansi_up is now an ES6 module. This means that it can be loaded the same way everywhere #71 - api change to 'allowlist' since major releases can make api changes

New Features #78 - now supports the SGR 2 sequence

Also added 4 properties that can specify the styles for bold, faint, italic, and underline.

Other #85 - remove the .vscode stuff

5.2.0 - Re-add support for disabling html escape and other minor things

Thanks to @​Taitava for pull request #74

I also did an update of the development npm dependencies to make dependabot happy.

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.

Commits
  • ef087f9 Fix for #87 - types specified wrong in package.json
  • 3109614 Fixes #88 - broken handling of SGR 22 in 6.0.0
  • 4f80666 Better naming
  • 64a8a82 Merge branch 'v6.0.0'
  • 803e79a Update Readme for v6.0.0
  • 1889f98 Update npm version for security/dependabot
  • e16e2d9 rename whitelist acceptlist
  • ad72b8f Add support for faint
  • c1fd665 Bump version, rm VERSION file, rm .vscode dir
  • e30f8c6 Converted AnsiUp to ESM / ES6 Module
  • Additional commits viewable in compare view

Updates ansi_up from 4.0.4 to 6.0.2

Release notes

Sourced from ansi_up's releases.

Fixes #87 - types specified wrong in package.json

Fix for #88 - broken handling of SGR 22 in 6.0.0

Fixes #88 - just a minor bug fix release

6.0.0 - AnsiUp now an ES6 module

API CHANGES #80 - ansi_up is now an ES6 module. This means that it can be loaded the same way everywhere #71 - api change to 'allowlist' since major releases can make api changes

New Features #78 - now supports the SGR 2 sequence

Also added 4 properties that can specify the styles for bold, faint, italic, and underline.

Other #85 - remove the .vscode stuff

5.2.0 - Re-add support for disabling html escape and other minor things

Thanks to @​Taitava for pull request #74

I also did an update of the development npm dependencies to make dependabot happy.

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.

Commits
  • ef087f9 Fix for #87 - types specified wrong in package.json
  • 3109614 Fixes #88 - broken handling of SGR 22 in 6.0.0
  • 4f80666 Better naming
  • 64a8a82 Merge branch 'v6.0.0'
  • 803e79a Update Readme for v6.0.0
  • 1889f98 Update npm version for security/dependabot
  • e16e2d9 rename whitelist acceptlist
  • ad72b8f Add support for faint
  • c1fd665 Bump version, rm VERSION file, rm .vscode dir
  • e30f8c6 Converted AnsiUp to ESM / ES6 Module
  • Additional commits viewable in compare view

Updates ansi_up from 4.0.4 to 6.0.2

Release notes

Sourced from ansi_up's releases.

Fixes #87 - types specified wrong in package.json

Fix for #88 - broken handling of SGR 22 in 6.0.0

Fixes #88 - just a minor bug fix release

6.0.0 - AnsiUp now an ES6 module

API CHANGES #80 - ansi_up is now an ES6 module. This means that it can be loaded the same way everywhere #71 - api change to 'allowlist' since major releases can make api changes

New Features #78 - now supports the SGR 2 sequence

Also added 4 properties that can specify the styles for bold, faint, italic, and underline.

Other #85 - remove the .vscode stuff

5.2.0 - Re-add support for disabling html escape and other minor things

Thanks to @​Taitava for pull request #74

I also did an update of the development npm dependencies to make dependabot happy.

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.

Commits
  • ef087f9 Fix for #87 - types specified wrong in package.json
  • 3109614 Fixes #88 - broken handling of SGR 22 in 6.0.0
  • 4f80666 Better naming
  • 64a8a82 Merge branch 'v6.0.0'
  • 803e79a Update Readme for v6.0.0
  • 1889f98 Update npm version for security/dependabot
  • e16e2d9 rename whitelist acceptlist
  • ad72b8f Add support for faint
  • c1fd665 Bump version, rm VERSION file, rm .vscode dir
  • e30f8c6 Converted AnsiUp to ESM / ES6 Module
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the /plugins/plugin.row.parser/render directory: [ansi_up](https://github.com/drudru/ansi_up).
Bumps the npm_and_yarn group with 1 update in the /plugins/plugin.selection.parser/render directory: [ansi_up](https://github.com/drudru/ansi_up).
Bumps the npm_and_yarn group with 1 update in the /plugins/plugin.with.settings/render directory: [ansi_up](https://github.com/drudru/ansi_up).


Updates `ansi_up` from 4.0.4 to 6.0.2
- [Release notes](https://github.com/drudru/ansi_up/releases)
- [Commits](drudru/ansi_up@v4.0.4...v6.0.2)

Updates `ansi_up` from 4.0.4 to 6.0.2
- [Release notes](https://github.com/drudru/ansi_up/releases)
- [Commits](drudru/ansi_up@v4.0.4...v6.0.2)

Updates `ansi_up` from 4.0.4 to 6.0.2
- [Release notes](https://github.com/drudru/ansi_up/releases)
- [Commits](drudru/ansi_up@v4.0.4...v6.0.2)

---
updated-dependencies:
- dependency-name: ansi_up
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ansi_up
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ansi_up
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants