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

   Bumps [d3-format](https://github.com/d3/d3-format) and 
[@types/d3-format](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-format).
 These dependencies needed to be updated together.
   Updates `d3-format` from 1.3.2 to 3.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/d3/d3-format/releases";>d3-format's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.0</h2>
   <ul>
   <li>Export local definitions. <a 
href="https://redirect.github.com/d3/d3-format/issues/118";>#118</a></li>
   <li>Update local definitions. <a 
href="https://redirect.github.com/d3/d3-format/issues/120";>#120</a></li>
   <li>Fix documentation for the type <code>c</code> character data format. <a 
href="https://redirect.github.com/d3/d3-format/issues/116";>#116</a></li>
   <li>Upgrade dependencies.</li>
   </ul>
   <h2>v3.0.1</h2>
   <ul>
   <li>Update dependencies.</li>
   <li>Make build reproducible.</li>
   </ul>
   <h2>v3.0.0</h2>
   <ul>
   <li>Adopt type: module.</li>
   </ul>
   <p>This package now requires Node.js 12 or higher. For more, please read <a 
href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c";>Sindre
 Sorhus’s FAQ</a>.</p>
   <h2>v2.0.0</h2>
   <ul>
   <li>Change the default minus sign to the minus sign (−) instead of 
hyphen-minus (-). <a 
href="https://redirect.github.com/d3/d3-format/issues/62";>#62</a></li>
   </ul>
   <p>This release adopts ES2015 language features such as <a 
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of";>for-of</a>
 and drops support for older browsers, including IE. If you need to support 
pre-ES2015 environments, you should stick with d3-format 1.x or use a 
transpiler.</p>
   <h2>v1.4.5</h2>
   <ul>
   <li>Fix decimal <code>d</code> formatting of numbers greater than or equal 
to 1e21. <a 
href="https://redirect.github.com/d3/d3-format/issues/24";>#24</a></li>
   <li>Update dependencies.</li>
   </ul>
   <h2>v1.4.4</h2>
   <ul>
   <li>Fix sign of near-zero negative values when using the <code>+</code> sign 
directive. <a 
href="https://redirect.github.com/d3/d3-format/issues/92";>#92</a></li>
   </ul>
   <h2>v1.4.3</h2>
   <ul>
   <li>Fix trimming of trailing zeroes in exponents. <a 
href="https://redirect.github.com/d3/d3-format/issues/83";>#83</a></li>
   <li>Declare setting the default locale as a side effect. <a 
href="https://redirect.github.com/d3/d3-format/issues/84";>#84</a></li>
   </ul>
   <h2>v1.4.2</h2>
   <ul>
   <li>Add sideEffects: false to the package.json.</li>
   </ul>
   <h2>v1.4.1</h2>
   <ul>
   <li>Include locale files when publishing.</li>
   </ul>
   <h2>v1.4.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-format/blob/master/README.md#FormatSpecifier";>d3.FormatSpecifier</a>.</li>
   <li>Allow minus sign to be localized. Thanks, <a 
href="https://github.com/benib";><code>@​benib</code></a>! <a 
href="https://redirect.github.com/d3/d3-format/issues/76";>#76</a></li>
   <li>Allow NaN to be localized. <a 
href="https://redirect.github.com/d3/d3-format/issues/62";>#62</a></li>
   <li>Fix sv-SE’s currency symbol. Thanks, <a 
href="https://github.com/haf";><code>@​haf</code></a>! <a 
href="https://redirect.github.com/d3/d3-format/issues/73";>#73</a></li>
   <li>Fix type coercion for locales.</li>
   <li>Add en-IE locale. Thanks, <a 
href="https://github.com/gavinsykes";><code>@​gavinsykes</code></a>!</li>
   <li>Add es-BO locale. Thanks, <a 
href="https://github.com/severo";><code>@​severo</code></a>!</li>
   <li>Adopt exact paths in imports.</li>
   <li>Use explicit files when publishing.</li>
   <li>Update dependencies.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/d3/d3-format/commit/08806c62aa8f7b3fe64925f3989f1491c950a71c";><code>08806c6</code></a>
 3.1.0</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/190a2c244fc91677f533b4cb2e3a33143e7bf7da";><code>190a2c2</code></a>
 upgrade dependencies</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/b8cdc5e9cbe6f2797a8bccaf82be01a79f8e241c";><code>b8cdc5e</code></a>
 fix <a href="https://redirect.github.com/d3/d3-format/issues/116";>#116</a>; 
document type c as character data</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/b3fb47e752c3f2f6f1ea338932c187f7028a2fb6";><code>b3fb47e</code></a>
 Russian Ruble sign (<a 
href="https://redirect.github.com/d3/d3-format/issues/120";>#120</a>)</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/2e5a4c665112d58e95604af711c6e939ce734539";><code>2e5a4c6</code></a>
 export locales (<a 
href="https://redirect.github.com/d3/d3-format/issues/118";>#118</a>)</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/bba8f0e93aa76ee366d9a26a097a48aaea5c0455";><code>bba8f0e</code></a>
 3.0.1</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/0206fdd8bbcd95fb239a569a7aae7151f1a0b9b5";><code>0206fdd</code></a>
 update dependencies</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/96ee49be7c10ddfa9f78895ce009982d36f771a0";><code>96ee49b</code></a>
 related <a href="https://redirect.github.com/d3/d3/issues/3";>d3/d33</a>; 
extract copyrights from LICENSE</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/c7cb33b08cb33301e034ab514d859f2fa857913f";><code>c7cb33b</code></a>
 remove Sublime project</li>
   <li><a 
href="https://github.com/d3/d3-format/commit/b9cacd19d547026656184b513f43978549b41d11";><code>b9cacd1</code></a>
 update dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/d3/d3-format/compare/v1.3.2...v3.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/d3-format` from 1.4.2 to 3.0.4
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-format";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   You can trigger a rebase of this PR 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>
   
   > **Note**
   > Automatic rebases have been disabled on this pull request as it has been 
open for over 30 days.


-- 
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