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

   Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.10 to 
1.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/cheeriojs/cheerio/releases";>cheerio's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix(attributes): support <code>.prop</code> on document nodes by <a 
href="https://github.com/fb55";><code>@​fb55</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4320";>cheeriojs/cheerio#4320</a></li>
   <li>fix(types): fix ExtractedValue type by <a 
href="https://github.com/ben-tilden";><code>@​ben-tilden</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4334";>cheeriojs/cheerio#4334</a></li>
   <li>Add a field <code>browser</code> to <code>package.json</code> root by <a 
href="https://github.com/UNIDY2002";><code>@​UNIDY2002</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4033";>cheeriojs/cheerio#4033</a></li>
   <li>Upgraded dependencies</li>
   </ul>
   <h2>Doc Improvements</h2>
   <ul>
   <li>docs(blog): fix loading documents url by <a 
href="https://github.com/TonyRL";><code>@​TonyRL</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4002";>cheeriojs/cheerio#4002</a></li>
   <li>docs: fix function load() link by <a 
href="https://github.com/ya-luotao";><code>@​ya-luotao</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4013";>cheeriojs/cheerio#4013</a></li>
   <li>docs: correct loadBuffer() name in example by <a 
href="https://github.com/arichardsmith";><code>@​arichardsmith</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4270";>cheeriojs/cheerio#4270</a></li>
   <li>Update attr setter jsdoc by <a 
href="https://github.com/thyming";><code>@​thyming</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4469";>cheeriojs/cheerio#4469</a></li>
   <li>docs: use code block for install, mention yarn and bun by <a 
href="https://github.com/Electroid";><code>@​Electroid</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4454";>cheeriojs/cheerio#4454</a></li>
   <li>docs: Replace <code>.html</code> with <code>.prop</code> for outerHTML 
by <a href="https://github.com/fb55";><code>@​fb55</code></a> in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4321";>cheeriojs/cheerio#4321</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/TonyRL";><code>@​TonyRL</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4002";>cheeriojs/cheerio#4002</a></li>
   <li><a href="https://github.com/ya-luotao";><code>@​ya-luotao</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4013";>cheeriojs/cheerio#4013</a></li>
   <li><a 
href="https://github.com/arichardsmith";><code>@​arichardsmith</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4270";>cheeriojs/cheerio#4270</a></li>
   <li><a href="https://github.com/UNIDY2002";><code>@​UNIDY2002</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4033";>cheeriojs/cheerio#4033</a></li>
   <li><a href="https://github.com/AzeemSup";><code>@​AzeemSup</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4189";>cheeriojs/cheerio#4189</a></li>
   <li><a href="https://github.com/ben-tilden";><code>@​ben-tilden</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4334";>cheeriojs/cheerio#4334</a></li>
   <li><a href="https://github.com/Electroid";><code>@​Electroid</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4454";>cheeriojs/cheerio#4454</a></li>
   <li><a href="https://github.com/thyming";><code>@​thyming</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/4469";>cheeriojs/cheerio#4469</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/cheeriojs/cheerio/compare/v1.0.0...v1.1.0";>https://github.com/cheeriojs/cheerio/compare/v1.0.0...v1.1.0</a></p>
   <h2>v1.0.0</h2>
   <p>Cheerio 1.0 is here! 🎉</p>
   <h1><a href="https://cheerio.js.org/blog/cheerio-1.0";>Announcement Blog 
Post</a></h1>
   <h2>Breaking Changes</h2>
   <ul>
   <li>
   <p>The minimum NodeJS version is now 18.17 or higher <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/3959";>cheeriojs/cheerio#3959</a></p>
   </li>
   <li>
   <p>Import paths were simplified. For example, use <code>cheerio/slim</code> 
instead of
   <code>cheerio/lib/slim</code>. <a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/3970";>cheeriojs/cheerio#3970</a></p>
   </li>
   <li>
   <p>The deprecated default Cheerio instance and static methods were removed. 
<a 
href="https://redirect.github.com/cheeriojs/cheerio/pull/3974";>cheeriojs/cheerio#3974</a></p>
   <p>Before, it was possible to write code like this:</p>
   <pre lang="ts"><code>import cheerio, { html } from 'cheerio';
   <p>html(cheerio('&lt;test&gt;&lt;/test&gt;')); // ~ 
'&lt;test&gt;&lt;/test&gt;' -- NO LONGER WORKS<br />
   </code></pre></p>
   <p>Make sure to always load documents first:</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/5971683c03df5123178b55186435a7e96d865f13";><code>5971683</code></a>
 1.1.0</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/55685379074d59d3f259b43f459102bede94e5f6";><code>5568537</code></a>
 feat(options): Document DomSerializer options</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/240beec36092b0b02ed176a77050acca3d5db74b";><code>240beec</code></a>
 chore(sponsors): Log fetch results to GitHub Actions</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/526b1ffc125598151815340c74a850b18463b5bb";><code>526b1ff</code></a>
 Revert &quot;chore(sponsors): Format before committing&quot;</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/03729964932bcc95e04c8a822bc31977b53f8cda";><code>0372996</code></a>
 chore(website): Enable docusaurus v4 preview</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/3705da0cdf4b2f690db451e496d95e8fe4c38c9c";><code>3705da0</code></a>
 chore(sponsors): Fix filtering logic</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/c0021a371936f990624448146f17cae9e72b4262";><code>c0021a3</code></a>
 chore(sponsors): Format before committing</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/632345fc8607229c9f09a25210a69b580c1a1e9d";><code>632345f</code></a>
 chore: Upgrade to eslint 9 with flat config (<a 
href="https://redirect.github.com/cheeriojs/cheerio/issues/4579";>#4579</a>)</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/1709ccee9c1144e7c97d27c56d92e86982159a8d";><code>1709cce</code></a>
 build(deps-dev): bump <code>@​octokit/graphql</code> from 8.2.2 to 9.0.1 (<a 
href="https://redirect.github.com/cheeriojs/cheerio/issues/4580";>#4580</a>)</li>
   <li><a 
href="https://github.com/cheeriojs/cheerio/commit/a70bb7b1b9e33a991ffd590ae8a82d17fc08f9fd";><code>a70bb7b</code></a>
 build(deps-dev): bump <code>@​vitest/coverage-v8</code> from 3.2.1 to 3.2.2 
(<a 
href="https://redirect.github.com/cheeriojs/cheerio/issues/4610";>#4610</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cheeriojs/cheerio/compare/v1.0.0-rc.10...v1.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cheerio&package-manager=npm_and_yarn&previous-version=1.0.0-rc.10&new-version=1.1.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