[PR #2782] [CLOSED] Bump chalk from 4.1.2 to 5.3.0 in /server #4117

Closed
opened 2026-02-22 18:35:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2782
Author: @dependabot[bot]
Created: 12/9/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/server/chalk-5.3.0


📝 Commits (1)

  • 825b589 Bump chalk from 4.1.2 to 5.3.0 in /server

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 server/package.json (+1 -1)
📝 server/yarn.lock (+2 -2)

📄 Description

Bumps chalk from 4.1.2 to 5.3.0.

Release notes

Sourced from chalk's releases.

v5.3.0

  • Add sideEffects field to package.json 5aafc0a
  • Add support for Gitea Actions (#603) 29b8569

https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0

v5.2.0

  • Improve Deno compatibility (#579) 7443e9f
  • Detect true-color support for GitHub Actions (#579) 7443e9f
  • Detect true-color support for Kitty terminal (#579) 7443e9f
  • Fix test for Azure DevOps environment (#579) 7443e9f

https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0

v5.1.2

  • Fix exported styles names (#569) a34bcf6

https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2

v5.1.1

  • Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
    • We of course preserved the old names.

https://github.com/chalk/chalk/compare/v5.1.0...v5.1.1

v5.1.0

  • Expose style names (#566) d7d7571

https://github.com/chalk/chalk/compare/v5.0.1...v5.1.0

v5.0.1

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

https://github.com/chalk/chalk/compare/v5.0.0...v5.0.1

v5.0.0

Breaking

  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
  • Require Node.js 12.20 fa16f4e
  • Move some properties off the default export to individual named exports:
    • chalk.InstanceChalk
    • chalk.supportsColorsupportsColor
    • chalk.stderrchalkStderr
    • chalk.stderr.supportsColorsupportsColorStderr
  • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#433) 4cf2e40

... (truncated)

Commits

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/Mintplex-Labs/anything-llm/pull/2782 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/9/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/server/chalk-5.3.0` --- ### 📝 Commits (1) - [`825b589`](https://github.com/Mintplex-Labs/anything-llm/commit/825b589204f64d34b67c7deba9443944c8e2a828) Bump chalk from 4.1.2 to 5.3.0 in /server ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/package.json` (+1 -1) 📝 `server/yarn.lock` (+2 -2) </details> ### 📄 Description Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chalk/chalk/releases">chalk's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <ul> <li>Add <code>sideEffects</code> field to package.json 5aafc0a</li> <li>Add support for Gitea Actions (<a href="https://redirect.github.com/chalk/chalk/issues/603">#603</a>) 29b8569</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0">https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0</a></p> <h2>v5.2.0</h2> <ul> <li>Improve Deno compatibility (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>) 7443e9f</li> <li>Detect true-color support for GitHub Actions (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>) 7443e9f</li> <li>Detect true-color support for Kitty terminal (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>) 7443e9f</li> <li>Fix test for Azure DevOps environment (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>) 7443e9f</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0">https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0</a></p> <h2>v5.1.2</h2> <ul> <li>Fix exported styles names (<a href="https://redirect.github.com/chalk/chalk/issues/569">#569</a>) a34bcf6</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2">https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2</a></p> <h2>v5.1.1</h2> <ul> <li>Improved the names of exports introduced in 5.1.0 (<a href="https://redirect.github.com/chalk/chalk/issues/567">#567</a>) 6e0df05 <ul> <li>We of course preserved the old names.</li> </ul> </li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.1.0...v5.1.1">https://github.com/chalk/chalk/compare/v5.1.0...v5.1.1</a></p> <h2>v5.1.0</h2> <ul> <li>Expose style names (<a href="https://redirect.github.com/chalk/chalk/issues/566">#566</a>) d7d7571</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.0.1...v5.1.0">https://github.com/chalk/chalk/compare/v5.0.1...v5.1.0</a></p> <h2>v5.0.1</h2> <ul> <li>Add <code>main</code> field to package.json for backwards compatibility with some developer tools 85f7e96</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.0.0...v5.0.1">https://github.com/chalk/chalk/compare/v5.0.0...v5.0.1</a></p> <h2>v5.0.0</h2> <h3>Breaking</h3> <ul> <li><strong>This package is now pure ESM. Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</strong> <ul> <li>If you use TypeScript, you need to use TypeScript 4.7 or later. <a href="https://redirect.github.com/microsoft/TypeScript/issues/46452">Why.</a></li> <li>If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.</li> <li>The Chalk issue tracker is not a support channel for your favorite build/bundler tool.</li> <li>It's totally fine to stay on Chalk v4. It's been stable for years.</li> </ul> </li> <li>Require Node.js 12.20 fa16f4e</li> <li>Move some properties off the default export to individual named exports: <ul> <li><code>chalk.Instance</code> → <code>Chalk</code></li> <li><code>chalk.supportsColor</code> → <code>supportsColor</code></li> <li><code>chalk.stderr</code> → <code>chalkStderr</code></li> <li><code>chalk.stderr.supportsColor</code> → <code>supportsColorStderr</code></li> </ul> </li> <li>Remove <code>.keyword()</code>, <code>.hsl()</code>, <code>.hsv()</code>, <code>.hwb()</code>, and <code>.ansi()</code> coloring methods (<a href="https://redirect.github.com/chalk/chalk/issues/433">#433</a>) 4cf2e40</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chalk/chalk/commit/72c742d4716b1f94bb24bbda86d96fbb247ca646"><code>72c742d</code></a> 5.3.0</li> <li><a href="https://github.com/chalk/chalk/commit/5aafc0af74d06c89a2a4567aaf9d84d44af4a3aa"><code>5aafc0a</code></a> Add <code>sideEffects</code> field to package.json</li> <li><a href="https://github.com/chalk/chalk/commit/df0e69df5129a5e19acc7ae0199319a104d0e6cc"><code>df0e69d</code></a> Fix CI</li> <li><a href="https://github.com/chalk/chalk/commit/29b856959f4bee5a514c7ed48a1f6879686eadf2"><code>29b8569</code></a> Update <code>supports-color</code> to 9.4.0 (<a href="https://redirect.github.com/chalk/chalk/issues/603">#603</a>)</li> <li><a href="https://github.com/chalk/chalk/commit/a370f468a43999e4397094ff5c3d17aadcc4860e"><code>a370f46</code></a> 5.2.0</li> <li><a href="https://github.com/chalk/chalk/commit/7443e9faa05b470a8a53850c2ded16fa0810a407"><code>7443e9f</code></a> Update <code>supports-color</code> dependency (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>)</li> <li><a href="https://github.com/chalk/chalk/commit/a027e3c1e0fa8dcd850e20b7a99e73a5278e8f9a"><code>a027e3c</code></a> Minor tweaks</li> <li><a href="https://github.com/chalk/chalk/commit/79c56dfc1ea57b6762984aac86ab89acd6a9bc2c"><code>79c56df</code></a> Update Replit badge (<a href="https://redirect.github.com/chalk/chalk/issues/576">#576</a>)</li> <li><a href="https://github.com/chalk/chalk/commit/c3d14f9ea81713a05d834434027a35de14c17751"><code>c3d14f9</code></a> Update link to Truecolor in the readme (<a href="https://redirect.github.com/chalk/chalk/issues/573">#573</a>)</li> <li><a href="https://github.com/chalk/chalk/commit/158bf4429ee5c40fd23d45b7d43e5cbbbdf6795e"><code>158bf44</code></a> 5.1.2</li> <li>Additional commits viewable in <a href="https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chalk&package-manager=npm_and_yarn&previous-version=4.1.2&new-version=5.3.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>
yindo added the pull-request label 2026-02-22 18:35:10 -05:00
yindo closed this issue 2026-02-22 18:35:10 -05:00
yindo changed title from [PR #2782] Bump chalk from 4.1.2 to 5.3.0 in /server to [PR #2782] [CLOSED] Bump chalk from 4.1.2 to 5.3.0 in /server 2026-06-05 15:16:55 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4117