Skip to content

chore(deps): bump ansi-escapes from 4.3.2 to 7.3.0#1375

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ansi-escapes-7.3.0
Open

chore(deps): bump ansi-escapes from 4.3.2 to 7.3.0#1375
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ansi-escapes-7.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps ansi-escapes from 4.3.2 to 7.3.0.

Release notes

Sourced from ansi-escapes's releases.

v7.3.0

  • Add synchronized output escapes 9b1e276

sindresorhus/ansi-escapes@v7.2.0...v7.3.0

v7.2.0

  • Enable ANSI escape sequences on modern Windows b5d50b8
  • Add tmux support for OSC sequences 6fe0daa

sindresorhus/ansi-escapes@v7.1.1...v7.2.0

v7.1.1

  • Fix compatibility for image() with xterm.js (#39) b739b18

sindresorhus/ansi-escapes@v7.1.0...v7.1.1

v7.1.0

  • Add clearViewport as safer alternative to clearScreen fbd49be
  • Add ConEmu support and common setCwd method f4924fb

sindresorhus/ansi-escapes@v7.0.0...v7.1.0

v7.0.0

Breaking

  • Require Node.js 18 2c603eb

Improvements

  • Provide named exports (#37) d383ae1

sindresorhus/ansi-escapes@v6.2.1...v7.0.0

v6.2.1

  • Fix compatibility with TypeScript 5.4 3b1f99e

sindresorhus/ansi-escapes@v6.2.0...v6.2.1

v6.2.0

  • Add escapes for entering/exiting the alternative screen (#33) 2f25a50

sindresorhus/ansi-escapes@v6.1.0...v6.2.0

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2026
@dependabot dependabot bot requested review from a team as code owners February 5, 2026 10:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2026
@dependabot dependabot bot requested a review from leninmehedy February 5, 2026 10:33
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Feb 5, 2026
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Integration Test Results

4 tests   4 ✅  5s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 747507c.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Unit Test Results

131 tests   - 748   131 ✅  - 748   4s ⏱️ - 1m 36s
 11 suites  -  82     0 💤 ±  0 
  1 files   ±  0     0 ❌ ±  0 

Results for commit 747507c. ± Comparison against base commit 7481673.

This pull request removes 748 tests.
AccountServiceImpl createAccount should create account with ECDSA key type ‑ AccountServiceImpl createAccount should create account with ECDSA key type
AccountServiceImpl createAccount should create account with ED25519 key type ‑ AccountServiceImpl createAccount should create account with ED25519 key type
AccountServiceImpl createAccount should default to ECDSA when keyType is not specified ‑ AccountServiceImpl createAccount should default to ECDSA when keyType is not specified
AccountServiceImpl createAccount should handle zero balance by using 0 as fallback ‑ AccountServiceImpl createAccount should handle zero balance by using 0 as fallback
AccountServiceImpl createAccount should log debug messages during account creation ‑ AccountServiceImpl createAccount should log debug messages during account creation
AccountServiceImpl createAccount should not set max auto associations when not specified ‑ AccountServiceImpl createAccount should not set max auto associations when not specified
AccountServiceImpl createAccount should not set max auto associations when value is 0 ‑ AccountServiceImpl createAccount should not set max auto associations when value is 0
AccountServiceImpl createAccount should set max auto associations when specified ‑ AccountServiceImpl createAccount should set max auto associations when specified
AccountServiceImpl createAccount should throw ValidationError when Hbar.fromTinybars fails ‑ AccountServiceImpl createAccount should throw ValidationError when Hbar.fromTinybars fails
AccountServiceImpl createAccount should throw ValidationError when PublicKey.fromString fails ‑ AccountServiceImpl createAccount should throw ValidationError when PublicKey.fromString fails
…

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ansi-escapes-7.3.0 branch 2 times, most recently from ca02066 to 53af07b Compare February 13, 2026 12:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ansi-escapes-7.3.0 branch 2 times, most recently from 244093e to 351f243 Compare March 2, 2026 08:29
Bumps [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) from 4.3.2 to 7.3.0.
- [Release notes](https://github.com/sindresorhus/ansi-escapes/releases)
- [Commits](sindresorhus/ansi-escapes@v4.3.2...v7.3.0)

---
updated-dependencies:
- dependency-name: ansi-escapes
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ansi-escapes-7.3.0 branch from 351f243 to 747507c Compare March 6, 2026 09:00
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants