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

   Bumps [webpack-sources](https://github.com/webpack/webpack-sources) from 
3.4.1 to 3.5.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-sources/releases";>webpack-sources's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>Add <code>clearCache(options?, visited?)</code> method to 
<code>Source</code> that recursively releases cached data 
(<code>CachedSource</code> cached maps/buffers/strings, 
<code>SourceMapSource</code> parsed/serialized map caches, and dual-buffer 
caches in leaf sources). Lets consumers like webpack's 
<code>SourceMapDevToolPlugin</code> reclaim memory between chunks rather than 
accumulating per-task source map data across an entire build. Options: 
<code>maps</code> (default <code>true</code>) drops cached source maps; 
<code>source</code> (default <code>true</code>) drops cached source/buffer 
copies — pass <code>false</code> to keep source available for downstream 
plugins; <code>parsedMap</code> (default <code>false</code>) additionally drops 
the parsed object form on <code>SourceMapSource</code> instances when a buffer 
or string form survives (the combination <code>{ maps: true, source: false, 
parsedMap: true }</code> matches the <code>SourceMapDevToolPlugin</code> call 
shape
  in <a 
href="https://redirect.github.com/webpack/webpack/issues/20963";>webpack/webpack#20963</a>).
 The optional <code>visited</code> <code>WeakSet</code> deduplicates the walk 
when the same child is reachable through multiple parents (e.g. modules shared 
across chunks). (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-sources/pull/221";>#221</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-sources/blob/main/CHANGELOG.md";>webpack-sources's
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.5.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>Add <code>clearCache(options?, visited?)</code> method to 
<code>Source</code> that recursively releases cached data 
(<code>CachedSource</code> cached maps/buffers/strings, 
<code>SourceMapSource</code> parsed/serialized map caches, and dual-buffer 
caches in leaf sources). Lets consumers like webpack's 
<code>SourceMapDevToolPlugin</code> reclaim memory between chunks rather than 
accumulating per-task source map data across an entire build. Options: 
<code>maps</code> (default <code>true</code>) drops cached source maps; 
<code>source</code> (default <code>true</code>) drops cached source/buffer 
copies — pass <code>false</code> to keep source available for downstream 
plugins; <code>parsedMap</code> (default <code>false</code>) additionally drops 
the parsed object form on <code>SourceMapSource</code> instances when a buffer 
or string form survives (the combination <code>{ maps: true, source: false, 
parsedMap: true }</code> matches the <code>SourceMapDevToolPlugin</code> call 
shape
  in <a 
href="https://redirect.github.com/webpack/webpack/issues/20963";>webpack/webpack#20963</a>).
 The optional <code>visited</code> <code>WeakSet</code> deduplicates the walk 
when the same child is reachable through multiple parents (e.g. modules shared 
across chunks). (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-sources/pull/221";>#221</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/7ad6559f74ad422109e131a82bcd9dabb95d9116";><code>7ad6559</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/225";>#225</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/a402b24ccf5e22c63bde745da50d66481fffc14e";><code>a402b24</code></a>
 feat: add Source.prototype.clearCache() to release per-instance caches (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/221";>#221</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/68d9c8e446c515fd5d14a348479e857adaa97c2c";><code>68d9c8e</code></a>
 chore(deps-dev): bump the dependencies group with 3 updates (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/222";>#222</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/ca270da04db70017b20a3f29b11541ac7fce4482";><code>ca270da</code></a>
 chore(deps-dev): bump tooling from v1.26.1 to v1.26.2 (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/223";>#223</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/5da0885e66a84b2765dbd7e5ccd4337710d928d6";><code>5da0885</code></a>
 chore(deps): bump codecov/codecov-action in the dependencies group (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/224";>#224</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/db3f9df800f2054cf824165ab64cea222a18bf22";><code>db3f9df</code></a>
 chore(deps): bump the dependencies group with 2 updates (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/220";>#220</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/06acc92e51c1ab44f203facdeef12990526eca13";><code>06acc92</code></a>
 chore(deps-dev): bump fast-uri from 3.1.0 to 3.1.2 (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/219";>#219</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/b6d2fee541cd9d3c85af61211636b535eaa54d1c";><code>b6d2fee</code></a>
 chore(deps-dev): bump axios from 1.15.0 to 1.16.0 (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/217";>#217</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/652ff130e812e795f496cb225dabe7fe9f0f0204";><code>652ff13</code></a>
 chore: fix lint (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/218";>#218</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-sources/commit/6c0206dc5bfaeb57c303c9a6d6a19eded6503c92";><code>6c0206d</code></a>
 chore(deps): bump CodSpeedHQ/action in the dependencies group (<a 
href="https://redirect.github.com/webpack/webpack-sources/issues/216";>#216</a>)</li>
   <li>See full diff in <a 
href="https://github.com/webpack/webpack-sources/compare/v3.4.1...v3.5.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-sources&package-manager=npm_and_yarn&previous-version=3.4.1&new-version=3.5.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 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