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

   Bumps [yeoman-generator](https://github.com/yeoman/generator) from 5.10.0 to 
7.1.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/yeoman/generator/releases";>yeoman-generator's 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.1.1</h2>
   <ul>
   <li>resolvePackage is not provided by Environment v4  eaa30f2</li>
   <li>bump dependencies  3c45eb3 cd1adf6</li>
   <li>Test cleanup: spawn command (<a 
href="https://redirect.github.com/yeoman/generator/issues/1488";>#1488</a>)  
4d39258</li>
   <li>Test cleanup: deprecate.test.ts (<a 
href="https://redirect.github.com/yeoman/generator/issues/1489";>#1489</a>)  
0add881</li>
   </ul>
   <p><a 
href="https://github.com/yeoman/generator/compare/v7.1.0...v7.1.1";>https://github.com/yeoman/generator/compare/v7.1.0...v7.1.1</a></p>
   <h2>v7.1.0</h2>
   <ul>
   <li>add <code>pipeline()</code> method and improve types  a459b00</li>
   </ul>
   <p><a 
href="https://github.com/yeoman/generator/compare/v7.0.0...v7.1.0";>https://github.com/yeoman/generator/compare/v7.0.0...v7.1.0</a></p>
   <h2>v7.0.0</h2>
   <ul>
   <li>bump required node versions  ea4fd51</li>
   <li>bump yeoman-environment to v4.0.0  e5eb6f6</li>
   <li>fs.test.ts: Improve readbility, add types to fix TS problems (<a 
href="https://redirect.github.com/yeoman/generator/issues/1482";>#1482</a>)  
3dd4c2d</li>
   </ul>
   <p><a 
href="https://github.com/yeoman/generator/compare/v7.0.0-rc.0...v7.0.0";>https://github.com/yeoman/generator/compare/v7.0.0-rc.0...v7.0.0</a></p>
   <h2>v7.0.0-rc.0</h2>
   <p>Breaking: <code>queueTransformStream</code> has been rewritten and 
follows new <code>mem-fs@4</code> <a 
href="https://github.com/SBoudrias/mem-fs/tree/master#pass-stored-files-through-a-pipeline";>pipeline</a>
 operation behavior. So does <code>mem-fs-editor@11</code> instance <a 
href="https://github.com/SBoudrias/mem-fs-editor#commitoptions-transforms";>commit</a>
 operation.</p>
   <ul>
   <li>bump required environment to 4.0.0-rc.0 and node 18.12.0 (<a 
href="https://redirect.github.com/yeoman/generator/issues/1478";>#1478</a>)  
9bc9b16</li>
   </ul>
   <p><a 
href="https://github.com/yeoman/generator/compare/v6.0.1...v7.0.0-rc.0";>https://github.com/yeoman/generator/compare/v6.0.1...v7.0.0-rc.0</a></p>
   <h2>v6.0.1</h2>
   <ul>
   <li>set sourceRoot before help  16b16fb</li>
   </ul>
   <p><a 
href="https://github.com/yeoman/generator/compare/v6.0.0...v6.0.1";>https://github.com/yeoman/generator/compare/v6.0.0...v6.0.1</a></p>
   <h2>v6.0.0</h2>
   <p>The <code>yeoman-generator</code> package now export a native ESM module. 
(<a 
href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c";>Learn
 more about ESM</a>)</p>
   <p>Notable changes:</p>
   <ul>
   <li>Convert to typescript</li>
   <li>Drop node 12/14 support.</li>
   <li>Requires yeoman-environment <code>^3.18.4</code>.</li>
   <li>Provides built-in types.</li>
   <li>Uses new <code>@yeoman/types</code> for environment/generator 
interoperability. May conflict with <code>@types/yeoman-*</code> types.</li>
   <li>Move skipParseOptions and customPriorities to features  c12806a</li>
   <li>Drop deprecated install (and not included by default) action  1a856b1
   Install action was not scalable. A separated task package can be considered 
at <a href="https://github.com/yeoman/yeoman-api";>yeoman-api</a>.</li>
   <li><code>run-async</code> is not provided anymore:
   Convert to Promises or use <code>run-async</code> v3:</li>
   </ul>
   <pre><code>import runAsync from 'run-async';
   class Gen {
     asyncTaskWithCallback: runAsync(function() {
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/yeoman/generator/commit/b2ee91b3d89e8270b279b28000c0ad09474e1be9";><code>b2ee91b</code></a>
 7.1.1</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/3c45eb3e6ee51be9c14c659bb25f76970f2ecf86";><code>3c45eb3</code></a>
 swith to read-package-up package</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/eaa30f24152de98f45934e7b8c69e7fd12bf5250";><code>eaa30f2</code></a>
 resolvePackage is not provided by Environment v4</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/cd1adf6687f602ca8733ce1113b62a9b71ad5dc5";><code>cd1adf6</code></a>
 Bump read-pkg-up from 10.1.0 to 11.0.0 (<a 
href="https://redirect.github.com/yeoman/generator/issues/1491";>#1491</a>)</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/025aabcf3e97992b2321cfb0279e9b91a716dfa6";><code>025aabc</code></a>
 Bump actions/setup-node from 3 to 4 (<a 
href="https://redirect.github.com/yeoman/generator/issues/1486";>#1486</a>)</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/d44b95fadc2ddfef144b7dd959f8d6d9af6c8c0b";><code>d44b95f</code></a>
 Bump <code>@​types/sinon</code> from 10.0.19 to 17.0.1 (<a 
href="https://redirect.github.com/yeoman/generator/issues/1492";>#1492</a>)</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/4d3925899b55c0a7e72062c5d9f3c629778105f2";><code>4d39258</code></a>
 Test cleanup: spawn command (<a 
href="https://redirect.github.com/yeoman/generator/issues/1488";>#1488</a>)</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/0add88124153f00d4c0fe3f4ff215e58872e5b8e";><code>0add881</code></a>
 Test cleanup: deprecate.test.ts (<a 
href="https://redirect.github.com/yeoman/generator/issues/1489";>#1489</a>)</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/7b28f4eabd0a30f1fab650bdc65f15f4598d531b";><code>7b28f4e</code></a>
 Bump sinon from 16.1.0 to 17.0.1 (<a 
href="https://redirect.github.com/yeoman/generator/issues/1487";>#1487</a>)</li>
   <li><a 
href="https://github.com/yeoman/generator/commit/0879a3c24fced2057923c0212c9bc003dbcddf4c";><code>0879a3c</code></a>
 7.1.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/yeoman/generator/compare/v5.10.0...v7.1.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yeoman-generator&package-manager=npm_and_yarn&previous-version=5.10.0&new-version=7.1.1)](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-unsubscr...@superset.apache.org

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


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

Reply via email to