[PR #276] [MERGED] build(deps): bump strip-ansi-escapes from 0.1.1 to 0.2.0 #2003

Closed
opened 2026-05-22 22:55:34 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/276
Author: @dependabot[bot]
Created: 8/14/2023
Status: Merged
Merged: 8/14/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/strip-ansi-escapes-0.2.0


📝 Commits (1)

  • 71002c4 build(deps): bump strip-ansi-escapes from 0.1.1 to 0.2.0

📊 Changes

2 files changed (+5 additions, -12 deletions)

View changed files

📝 Cargo.lock (+4 -11)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps strip-ansi-escapes from 0.1.1 to 0.2.0.

Commits
  • 8d79060 Merge pull request #18 from sholderbach/bump-0.2.0-for-semver
  • 0664c58 Bump 0.2.0 to reflect semver-incompatible change
  • 446fdef chore: Release strip-ansi-escapes version 0.1.2
  • a0a306a Merge pull request #14 from pennbauman/master
  • 59a139a upgraded vte version to 0.11
  • 672ce55 Merge pull request #11 from sunshowers/more-strip
  • 6c55071 add strip_str function (#10)
  • 5e24faf make strip() no longer return errors (#9)
  • f42c49e Merge pull request #8 from ahkrr/master
  • bd31fa1 remove the indirect dependency on arrayvec
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/276 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/strip-ansi-escapes-0.2.0` --- ### 📝 Commits (1) - [`71002c4`](https://github.com/JakeStanger/ironbar/commit/71002c425020cf6848f835d25c48ec7f43922cf5) build(deps): bump strip-ansi-escapes from 0.1.1 to 0.2.0 ### 📊 Changes **2 files changed** (+5 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -11) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [strip-ansi-escapes](https://github.com/luser/strip-ansi-escapes) from 0.1.1 to 0.2.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/8d790608f721e6be74c2c78822975e8508a51fc6"><code>8d79060</code></a> Merge pull request <a href="https://redirect.github.com/luser/strip-ansi-escapes/issues/18">#18</a> from sholderbach/bump-0.2.0-for-semver</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/0664c58eca017f7b45f1f5e85314ed5787bd9265"><code>0664c58</code></a> Bump <code>0.2.0</code> to reflect semver-incompatible change</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/446fdef6475a8f63fb2bd6b0ebd2d86e1f86e32d"><code>446fdef</code></a> chore: Release strip-ansi-escapes version 0.1.2</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/a0a306ab6c5a76f269fea8659fdd736f1d2d56b9"><code>a0a306a</code></a> Merge pull request <a href="https://redirect.github.com/luser/strip-ansi-escapes/issues/14">#14</a> from pennbauman/master</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/59a139a30d927785c7c1c2d65c9fe71076b9be5a"><code>59a139a</code></a> upgraded vte version to 0.11</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/672ce55b1ca2bce8dccd4318de48947af7892dc2"><code>672ce55</code></a> Merge pull request <a href="https://redirect.github.com/luser/strip-ansi-escapes/issues/11">#11</a> from sunshowers/more-strip</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/6c550716d92754c1b12dfdfcff1382133963c2a7"><code>6c55071</code></a> add strip_str function (<a href="https://redirect.github.com/luser/strip-ansi-escapes/issues/10">#10</a>)</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/5e24faf8c42c6cac7e3319cc6b99d7c584c48d67"><code>5e24faf</code></a> make strip() no longer return errors (<a href="https://redirect.github.com/luser/strip-ansi-escapes/issues/9">#9</a>)</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/f42c49ecde6572e58eacfb02cf1aa2e6a6d631b2"><code>f42c49e</code></a> Merge pull request <a href="https://redirect.github.com/luser/strip-ansi-escapes/issues/8">#8</a> from ahkrr/master</li> <li><a href="https://github.com/luser/strip-ansi-escapes/commit/bd31fa136cc2d27d39c4291a3aa49b9b6c2b9b61"><code>bd31fa1</code></a> remove the indirect dependency on arrayvec</li> <li>Additional commits viewable in <a href="https://github.com/luser/strip-ansi-escapes/compare/0.1.1...v0.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=strip-ansi-escapes&package-manager=cargo&previous-version=0.1.1&new-version=0.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:55:34 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#2003
No description provided.