You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/01/12 22:06:28 UTC

[PR] build(deps-dev): bump babel-loader from 8.3.0 to 9.1.3 in /superset-frontend/packages/superset-ui-demo [superset]

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

   Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.1.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/babel/babel-loader/releases">babel-loader's releases</a>.</em></p>
   <blockquote>
   <h2>v9.1.3</h2>
   <h2>Security dependency updates</h2>
   <ul>
   <li>Bump http-cache-semantics from 4.1.0 to 4.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/982">babel/babel-loader#982</a></li>
   <li>Bump semver from 7.3.2 to 7.5.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/993">babel/babel-loader#993</a></li>
   <li>bump find-cache-dir to v4 by <a href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/995">babel/babel-loader#995</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/piwysocki"><code>@​piwysocki</code></a> made their first contribution in <a href="https://redirect.github.com/babel/babel-loader/pull/981">babel/babel-loader#981</a></li>
   <li><a href="https://github.com/comoser"><code>@​comoser</code></a> made their first contribution in <a href="https://redirect.github.com/babel/babel-loader/pull/897">babel/babel-loader#897</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3">https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3</a></p>
   <h2>v9.1.2</h2>
   <p>9.1.1 was a broken release, it didn't include all the commits.</p>
   <h2>Dependencies updates</h2>
   <ul>
   <li>Bump qs from 6.5.2 to 6.5.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/977">babel/babel-loader#977</a></li>
   <li>Bump json5 from 2.2.1 to 2.2.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/980">babel/babel-loader#980</a></li>
   </ul>
   <h2>Misc</h2>
   <ul>
   <li>GitHub Workflows security hardening by <a href="https://github.com/sashashura"><code>@​sashashura</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/976">babel/babel-loader#976</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/sashashura"><code>@​sashashura</code></a> made their first contribution in <a href="https://redirect.github.com/babel/babel-loader/pull/976">babel/babel-loader#976</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2">https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2</a></p>
   <h2>v9.1.0</h2>
   <h2>New features</h2>
   <ul>
   <li>Pass external dependencies from Babel to Webpack by <a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/971">babel/babel-loader#971</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0">https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0</a></p>
   <h2>v9.0.1</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>remove &quot;node:&quot; builtin prefix by <a href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/970">babel/babel-loader#970</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1">https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1</a></p>
   <h2>v9.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>update hash method mechanism so it doesn't fail on a fips enabled machine by <a href="https://github.com/darmbrust"><code>@​darmbrust</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/939">babel/babel-loader#939</a></li>
   <li>Require babel ^7.12.0 and Node.js &gt;= 14.15.0 versions by <a href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/956">babel/babel-loader#956</a></li>
   <li>Remove dependency on loader-utils and drop webpack 4 support by <a href="https://github.com/nied"><code>@​nied</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/942">babel/babel-loader#942</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/darmbrust"><code>@​darmbrust</code></a> made their first contribution in <a href="https://redirect.github.com/babel/babel-loader/pull/939">babel/babel-loader#939</a></li>
   <li><a href="https://github.com/nied"><code>@​nied</code></a> made their first contribution in <a href="https://redirect.github.com/babel/babel-loader/pull/942">babel/babel-loader#942</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/babel/babel-loader/commit/b89dfbd3bca9154ebee6d8ea10f99b7722a0125c"><code>b89dfbd</code></a> 9.1.3</li>
   <li><a href="https://github.com/babel/babel-loader/commit/54fb7811434fbead1407bcb68414d3161da8f189"><code>54fb781</code></a> Update caniuse</li>
   <li><a href="https://github.com/babel/babel-loader/commit/6f300f3bcb8b580ad9ffb8c06ea601e2a6b2026a"><code>6f300f3</code></a> bump find-cache-dir to v4 (<a href="https://redirect.github.com/babel/babel-loader/issues/995">#995</a>)</li>
   <li><a href="https://github.com/babel/babel-loader/commit/2fd1c0a3750cb5760566ba88691054256e41f464"><code>2fd1c0a</code></a> Bump semver from 7.3.2 to 7.5.2 (<a href="https://redirect.github.com/babel/babel-loader/issues/993">#993</a>)</li>
   <li><a href="https://github.com/babel/babel-loader/commit/b3682fd256f939d7256016ef30b235ca026dd75c"><code>b3682fd</code></a> Add more exhaustive example on customized-loader (<a href="https://redirect.github.com/babel/babel-loader/issues/897">#897</a>)</li>
   <li><a href="https://github.com/babel/babel-loader/commit/a797c3b74acba0833a9f84cc0ff33c194b6fa57a"><code>a797c3b</code></a> ci: bump actions/checkout (<a href="https://redirect.github.com/babel/babel-loader/issues/981">#981</a>)</li>
   <li><a href="https://github.com/babel/babel-loader/commit/170350e7ba9e82758402fa953e3818f8f04203ac"><code>170350e</code></a> Bump http-cache-semantics from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/babel/babel-loader/issues/982">#982</a>)</li>
   <li><a href="https://github.com/babel/babel-loader/commit/78bd0a1c22166208dc0aec1d529f5dffec3702c8"><code>78bd0a1</code></a> Update README.md (<a href="https://redirect.github.com/babel/babel-loader/issues/987">#987</a>)</li>
   <li><a href="https://github.com/babel/babel-loader/commit/c0491875f8dab8c6799ff22dd9b6a4d560f2b2d9"><code>c049187</code></a> Bump webpack from 5.74.0 to 5.76.0 (<a href="https://redirect.github.com/babel/babel-loader/issues/986">#986</a>)</li>
   <li><a href="https://github.com/babel/babel-loader/commit/0406d168671087b11176cf6a298a58596397dbe1"><code>0406d16</code></a> 9.1.2</li>
   <li>Additional commits viewable in <a href="https://github.com/babel/babel-loader/compare/v8.3.0...v9.1.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=babel-loader&package-manager=npm_and_yarn&previous-version=8.3.0&new-version=9.1.3)](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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps-dev): bump babel-loader from 8.3.0 to 9.1.3 in /superset-frontend/packages/superset-ui-demo [superset]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #26551:
URL: https://github.com/apache/superset/pull/26551#issuecomment-1960465317

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps-dev): bump babel-loader from 8.3.0 to 9.1.3 in /superset-frontend/packages/superset-ui-demo [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on PR #26551:
URL: https://github.com/apache/superset/pull/26551#issuecomment-1915923299

   @dependabot recreate


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps-dev): bump babel-loader from 8.3.0 to 9.1.3 in /superset-frontend/packages/superset-ui-demo [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed pull request #26551: build(deps-dev): bump babel-loader from 8.3.0 to 9.1.3 in /superset-frontend/packages/superset-ui-demo
URL: https://github.com/apache/superset/pull/26551


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps-dev): bump babel-loader from 8.3.0 to 9.1.3 in /superset-frontend/packages/superset-ui-demo [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on PR #26551:
URL: https://github.com/apache/superset/pull/26551#issuecomment-1916198506

   @dependabot rebase


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps-dev): bump babel-loader from 8.3.0 to 9.1.3 in /superset-frontend/packages/superset-ui-demo [superset]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #26551:
URL: https://github.com/apache/superset/pull/26551#issuecomment-1890045830

   The following labels could not be found: `plugins`.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org