[PR #1231] [MERGED] Bump cheerio from 1.1.2 to 1.2.0 #2400

Closed
opened 2026-04-15 06:02:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1231
Author: @dependabot[bot]
Created: 1/26/2026
Status: Merged
Merged: 1/26/2026
Merged by: @mashb1t

Base: masterHead: dependabot/npm_and_yarn/cheerio-1.2.0


📝 Commits (1)

  • 1e0689c Bump cheerio from 1.1.2 to 1.2.0

📊 Changes

2 files changed (+18 additions, -18 deletions)

View changed files

📝 package-lock.json (+17 -17)
📝 package.json (+1 -1)

📄 Description

Bumps cheerio from 1.1.2 to 1.2.0.

Release notes

Sourced from cheerio's releases.

v1.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/cheeriojs/cheerio/compare/v1.1.2...v1.2.0

Commits
  • e3c7aaf 1.2.0
  • 96bfd3e chore(package): Exclude tests from published bundle
  • 08d396c docs(readme): Update Sponsors (#5014)
  • bd9d3dd build(deps-dev): bump eslint-plugin-jsdoc from 62.3.0 to 62.3.1 (#5022)
  • f4c8a58 build(deps): bump unist-util-visit from 5.0.0 to 5.1.0 in /website (#5027)
  • 8fa46d5 build(deps): bump astro from 5.16.12 to 5.16.14 in /website (#5026)
  • 8e132a6 build(deps-dev): bump @​vitest/coverage-v8 from 4.0.17 to 4.0.18 (#5023)
  • 6d31bfc build(deps-dev): bump globals from 17.0.0 to 17.1.0 (#5025)
  • 65aa6c8 build(deps): bump @​docsearch/css from 4.5.0 to 4.5.3 in /website (#5020)
  • 5567e65 build(deps): bump astro from 5.16.11 to 5.16.12 in /website (#5021)
  • 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/1231 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@mashb1t](https://github.com/mashb1t) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cheerio-1.2.0` --- ### 📝 Commits (1) - [`1e0689c`](https://github.com/veggiemonk/awesome-docker/commit/1e0689ce5474a95b790f852e4c878962ab0cc973) Bump cheerio from 1.1.2 to 1.2.0 ### 📊 Changes **2 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+17 -17) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.1.2 to 1.2.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.2.0</h2> <h2>What's Changed</h2> <ul> <li><code>.val()</code> now supports button values by <a href="https://github.com/kaioduarte"><code>@​kaioduarte</code></a> in <a href="https://redirect.github.com/cheeriojs/cheerio/pull/4175">cheeriojs/cheerio#4175</a></li> <li><code>.find()</code> now properly scopes <code>:scope</code> selectors by <a href="https://github.com/T0nd0Tara"><code>@​T0nd0Tara</code></a> in <a href="https://redirect.github.com/cheeriojs/cheerio/pull/4967">cheeriojs/cheerio#4967</a></li> <li>The <code>isHtml</code> utility now runtime-validates input types by <a href="https://github.com/Mallikarjun-0"><code>@​Mallikarjun-0</code></a> in <a href="https://redirect.github.com/cheeriojs/cheerio/pull/4523">cheeriojs/cheerio#4523</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/noritaka1166"><code>@​noritaka1166</code></a> made their first contribution in <a href="https://redirect.github.com/cheeriojs/cheerio/pull/4740">cheeriojs/cheerio#4740</a></li> <li><a href="https://github.com/kaioduarte"><code>@​kaioduarte</code></a> made their first contribution in <a href="https://redirect.github.com/cheeriojs/cheerio/pull/4175">cheeriojs/cheerio#4175</a></li> <li><a href="https://github.com/Mallikarjun-0"><code>@​Mallikarjun-0</code></a> made their first contribution in <a href="https://redirect.github.com/cheeriojs/cheerio/pull/4523">cheeriojs/cheerio#4523</a></li> <li><a href="https://github.com/T0nd0Tara"><code>@​T0nd0Tara</code></a> made their first contribution in <a href="https://redirect.github.com/cheeriojs/cheerio/pull/4967">cheeriojs/cheerio#4967</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cheeriojs/cheerio/compare/v1.1.2...v1.2.0">https://github.com/cheeriojs/cheerio/compare/v1.1.2...v1.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cheeriojs/cheerio/commit/e3c7aaf9ed64fe3cb9a181e58a41c0fdd6dbfbfc"><code>e3c7aaf</code></a> 1.2.0</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/96bfd3e7441f294fb22c251bbb23b95823f628a9"><code>96bfd3e</code></a> chore(package): Exclude tests from published bundle</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/08d396cf2fb7d44c208e3e3794b10bf55b040752"><code>08d396c</code></a> docs(readme): Update Sponsors (<a href="https://redirect.github.com/cheeriojs/cheerio/issues/5014">#5014</a>)</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/bd9d3dd3b08c10aeee65cdb69d97fa47452cfbf3"><code>bd9d3dd</code></a> build(deps-dev): bump eslint-plugin-jsdoc from 62.3.0 to 62.3.1 (<a href="https://redirect.github.com/cheeriojs/cheerio/issues/5022">#5022</a>)</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/f4c8a5862c03d9e5da228ba80d618e0b9cb6b085"><code>f4c8a58</code></a> build(deps): bump unist-util-visit from 5.0.0 to 5.1.0 in /website (<a href="https://redirect.github.com/cheeriojs/cheerio/issues/5027">#5027</a>)</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/8fa46d59ad8a6a18d2644dbc40e28368d3672887"><code>8fa46d5</code></a> build(deps): bump astro from 5.16.12 to 5.16.14 in /website (<a href="https://redirect.github.com/cheeriojs/cheerio/issues/5026">#5026</a>)</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/8e132a6f4d38028314aabd84df5d05b29890275d"><code>8e132a6</code></a> build(deps-dev): bump <code>@​vitest/coverage-v8</code> from 4.0.17 to 4.0.18 (<a href="https://redirect.github.com/cheeriojs/cheerio/issues/5023">#5023</a>)</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/6d31bfc2d243b9a77bc8bacfb33c01e2d1df470c"><code>6d31bfc</code></a> build(deps-dev): bump globals from 17.0.0 to 17.1.0 (<a href="https://redirect.github.com/cheeriojs/cheerio/issues/5025">#5025</a>)</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/65aa6c868052c70cac4cd10f8e76eb582e18e760"><code>65aa6c8</code></a> build(deps): bump <code>@​docsearch/css</code> from 4.5.0 to 4.5.3 in /website (<a href="https://redirect.github.com/cheeriojs/cheerio/issues/5020">#5020</a>)</li> <li><a href="https://github.com/cheeriojs/cheerio/commit/5567e657b6c4810c699e90abd915380c2f8fe0ef"><code>5567e65</code></a> build(deps): bump astro from 5.16.11 to 5.16.12 in /website (<a href="https://redirect.github.com/cheeriojs/cheerio/issues/5021">#5021</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cheeriojs/cheerio/compare/v1.1.2...v1.2.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.1.2&new-version=1.2.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 2026-04-15 06:02:34 -05: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#2400