Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

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: cheeriojs/cheerio@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)

Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](cheeriojs/cheerio@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: cheerio
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 9, 2025
@dependabot dependabot bot requested a review from lumirlumir as a code owner June 9, 2025 01:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 9, 2025
@github-actions github-actions bot added 🏷️ scope: deps Auto-generated label based on Conventional Commits specification for GitHub release notes 🏷️ type: chore Auto-generated label based on Conventional Commits specification for GitHub release notes labels Jun 9, 2025
Copy link

github-actions bot commented Jun 9, 2025

Labels have been automatically applied based on the Conventional Commits specification.🏷️

Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.97%. Comparing base (58b84a6) to head (317b02a).
Report is 1 commits behind head on main.

@@           Coverage Diff           @@
##             main     #266   +/-   ##
=======================================
  Coverage   98.97%   98.97%           
=======================================
  Files          10       10           
  Lines         390      390           
  Branches        1        1           
=======================================
  Hits          386      386           
  Misses          4        4           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58b84a6...317b02a. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lumirlumir lumirlumir merged commit e1adedb into main Jun 9, 2025
6 checks passed
@lumirlumir lumirlumir deleted the dependabot-npm_and_yarn-cheerio-1.1.0 branch June 9, 2025 05:34
lumirlumir added a commit that referenced this pull request Jul 27, 2025
…or`) (#308)

## Release Information: `v2.0.0`

New release of `lumirlumir/npm-textlint-rule-allowed-uris` has arrived!
:tada:

This PR bumps the package versions from `v1.1.1` to `v2.0.0` (`major`).

See
[Actions](https://github.com/lumirlumir/npm-textlint-rule-allowed-uris/actions/runs/16551356197)
for more details.

| Info        | Value                      |
| ----------- | -------------------------- |
| Repository  | `lumirlumir/npm-textlint-rule-allowed-uris` |
| SEMVER      | `major`     |
| Pre ID      | `canary`      |
| Short SHA   | 90ae620       |
| Old Version | `v1.1.1`  |
| New Version | `v2.0.0`  |

<!-- Release notes generated using configuration in .github/release.yml
at main -->

## What's Changed
### 💥 BREAKING CHANGES
* refactor(*)!: migrate to ESM by @lumirlumir in
#301
* feat(*)!: drop async logic and add `checkUnusedDefinitions` option by
@lumirlumir in
#305
### ✨ Features
* feat(*): support `textlint` v15 by @lumirlumir in
#306
### 🐛 Bug Fixes
* fix(*): incorrect error location and refactor by @lumirlumir in
#304
### 🧰 Chores
* chore(sync-server): update `dependabot.yml` by @lumirlumir in
#280
* chore(*): move `FUNDING.yml` to `.github` repository by @lumirlumir in
#290
### 📝 Documentation
* docs(*): remove `PULL_REQUEST_TEMPLATE.md` in favor of centralized
template by @lumirlumir in
#293
* docs(*): update `README.md` by @lumirlumir in
#307
### ♻️ Code Refactoring
* refactor(*): migrate type declarations to use `@import` syntax by
@lumirlumir in
#276
* refactor(*): improve structure and clarity of URI type retrieval
functions by @lumirlumir in
#296
* refactor(*): simplify and cleanup logics by @lumirlumir in
#303
### ⬆️ Dependency Updates
* chore(deps): bump cheerio from 1.0.0 to 1.1.0 by @dependabot[bot] in
#266
* chore(deps-dev): bump the bananass group across 1 directory with 2
updates by @dependabot[bot] in
#265
* chore(deps-dev): bump @types/node from 22.15.29 to 24.0.0 by
@dependabot[bot] in
#269
* chore(deps-dev): bump @types/node from 24.0.0 to 24.0.1 by
@dependabot[bot] in
#270
* chore(deps-dev): bump lint-staged from 16.1.0 to 16.1.2 by
@dependabot[bot] in
#271
* chore(deps-dev): bump eslint from 9.28.0 to 9.29.0 by @dependabot[bot]
in #272
* chore(deps-dev): bump concurrently from 9.1.2 to 9.2.0 by
@dependabot[bot] in
#274
* chore(deps-dev): bump prettier from 3.5.3 to 3.6.0 by @dependabot[bot]
in #275
* chore(deps-dev): bump @types/node from 24.0.1 to 24.0.4 by
@dependabot[bot] in
#277
* chore(deps-dev): bump prettier from 3.6.0 to 3.6.1 by @dependabot[bot]
in #278
* chore(deps-dev): bump @babel/core from 7.27.4 to 7.27.7 in the babel
group across 1 directory by @dependabot[bot] in
#279
* chore(deps-dev): bump eslint from 9.29.0 to 9.30.0 by @dependabot[bot]
in #282
* chore(deps-dev): bump @types/node from 24.0.4 to 24.0.7 by
@dependabot[bot] in
#281
* chore(deps-dev): bump prettier from 3.6.1 to 3.6.2 by @dependabot[bot]
in #283
* chore(deps-dev): bump eslint from 9.30.0 to 9.30.1 by @dependabot[bot]
in #286
* chore(deps-dev): bump @types/node from 24.0.7 to 24.0.10 by
@dependabot[bot] in
#285
* chore(deps-dev): bump the babel group across 1 directory with 3
updates by @dependabot[bot] in
#287
* chore(deps-dev): bump the bananass group across 1 directory with 2
updates by @dependabot[bot] in
#289
* chore(deps-dev): bump @types/node from 24.0.10 to 24.0.12 by
@dependabot[bot] in
#288
* chore(deps-dev): bump eslint from 9.30.1 to 9.31.0 by @dependabot[bot]
in #292
* chore(deps-dev): bump editorconfig-checker from 6.0.1 to 6.1.0 by
@dependabot[bot] in
#295
* chore(deps): bump cheerio from 1.1.0 to 1.1.2 by @dependabot[bot] in
#299
* chore(deps-dev): bump the bananass group across 1 directory with 2
updates by @dependabot[bot] in
#302


**Full Changelog**:
v1.1.1...v2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code 🏷️ scope: deps Auto-generated label based on Conventional Commits specification for GitHub release notes 🏷️ type: chore Auto-generated label based on Conventional Commits specification for GitHub release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant