dependabot[bot] opened a new pull request, #26577:
URL: https://github.com/apache/superset/pull/26577

   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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to