[PR #1172] [MERGED] Bump cheerio from 1.0.0 to 1.1.0 #1157

Closed
opened 2025-11-06 12:15:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1172
Author: @dependabot[bot]
Created: 6/9/2025
Status: Merged
Merged: 6/10/2025
Merged by: @agebhar1

Base: masterHead: dependabot/npm_and_yarn/cheerio-1.1.0


📝 Commits (1)

  • 8d3fad1 Bump cheerio from 1.0.0 to 1.1.0

📊 Changes

2 files changed (+100 additions, -57 deletions)

View changed files

📝 package-lock.json (+99 -56)
📝 package.json (+1 -1)

📄 Description

Bumps cheerio from 1.0.0 to 1.1.0.

Release notes

Sourced from cheerio's releases.

v1.1.0

What's Changed

Doc Improvements

New Contributors

Full Changelog: https://github.com/cheeriojs/cheerio/compare/v1.0.0...v1.1.0

Commits
  • 5971683 1.1.0
  • 5568537 feat(options): Document DomSerializer options
  • 240beec chore(sponsors): Log fetch results to GitHub Actions
  • 526b1ff Revert "chore(sponsors): Format before committing"
  • 0372996 chore(website): Enable docusaurus v4 preview
  • 3705da0 chore(sponsors): Fix filtering logic
  • c0021a3 chore(sponsors): Format before committing
  • 632345f chore: Upgrade to eslint 9 with flat config (#4579)
  • 1709cce build(deps-dev): bump @​octokit/graphql from 8.2.2 to 9.0.1 (#4580)
  • a70bb7b build(deps-dev): bump @​vitest/coverage-v8 from 3.2.1 to 3.2.2 (#4610)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/1172 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@agebhar1](https://github.com/agebhar1) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cheerio-1.1.0` --- ### 📝 Commits (1) - [`8d3fad1`](https://github.com/veggiemonk/awesome-docker/commit/8d3fad14547067da06f8b57d23358376933f9c03) Bump cheerio from 1.0.0 to 1.1.0 ### 📊 Changes **2 files changed** (+100 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+99 -56) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0 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> </blockquote> </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...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&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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:15:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#1157