Skip to content

chore(deps): bump to scraper 0.26, html5ever 0.39, ego-tree 0.11#605

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/scraper-0.26.0
Open

chore(deps): bump to scraper 0.26, html5ever 0.39, ego-tree 0.11#605
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/scraper-0.26.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps scraper from 0.25.0 to 0.26.0.

Release notes

Sourced from scraper's releases.

v0.26.0

What's Changed

New Contributors

Full Changelog: rust-scraper/scraper@v0.25.0...v0.26.0

Commits
  • 170cdd3 Merge pull request #306 from rust-scraper/bump
  • bca1839 Bump html5ever from 0.38.0 to 0.39.0
  • d07444e Bump selectors from 0.35.0 to 0.36.0 (#307)
  • 637a8d3 Version 0.26.0
  • f3132d9 Bump html5ever from 0.37.1 to 0.38.0
  • ff2ea51 cargo fmt
  • 7d14577 Edition 2024
  • 60cd9e7 Merge pull request #300 from rust-scraper/upgrade-ego-tree-html5ever
  • ba8f3fc Upgrade ego-tree to 0.11.0 and html5ever to 0.37.1
  • a2cfbe4 Bump indexmap from 2.12.1 to 2.13.0
  • 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 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 [scraper](https://github.com/rust-scraper/scraper) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/rust-scraper/scraper/releases)
- [Commits](rust-scraper/scraper@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: scraper
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 30, 2026
@dependabot dependabot bot requested review from a team and mdn-bot as code owners March 30, 2026 11:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 30, 2026
@dependabot dependabot bot requested a review from LeoMcA March 30, 2026 11:17
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

8118e7f was deployed to: https://rari-pr605.review.mdn.allizom.net/

@caugner caugner changed the title chore(deps): bump scraper from 0.25.0 to 0.26.0 chore(deps): bump to scraper 0.26, html5ever 0.39, ego-tree 0.11 Apr 7, 2026
@caugner
Copy link
Copy Markdown
Contributor

caugner commented Apr 7, 2026

Oh:

Took: 19.104941742s - 721 changes in 585 of 14277 files (4.1%)

@caugner
Copy link
Copy Markdown
Contributor

caugner commented Apr 7, 2026

Screenshot of diff extract:

image

Example (see content):

![Example: in <p class="nice">Hello world!</p>, '<p class="nice">' is an opening tag, 'class="nice"' is an attribute and its value, 'Hello world!' is enclosed text content, and '</p>' is a closing tag.](anatomy-of-an-html-element.png)

Before:

<img src="/en-US/docs/Glossary/Element/anatomy-of-an-html-element.png" alt="Example: in <p class=&quot;nice&quot;>Hello world!</p>, '<p class=&quot;nice&quot;>' is an opening tag, 'class=&quot;nice&quot;' is an attribute and its value, 'Hello world!' is enclosed text content, and '</p>' is a closing tag." width="609" height="181" loading="lazy">

After:

<img src="/en-US/docs/Glossary/Element/anatomy-of-an-html-element.png" alt="Example: in &lt;p class=&quot;nice&quot;&gt;Hello world!&lt;/p&gt;, '&lt;p class=&quot;nice&quot;&gt;' is an opening tag, 'class=&quot;nice&quot;' is an attribute and its value, 'Hello world!' is enclosed text content, and '&lt;/p&gt;' is a closing tag." width="609" height="181" loading="lazy">

Diff:

-<img src="/en-US/docs/Glossary/Element/anatomy-of-an-html-element.png" alt="Example: in <p class=&quot;nice&quot;>Hello world!</p>, '<p class=&quot;nice&quot;>' is an opening tag, 'class=&quot;nice&quot;' is an attribute and its value, 'Hello world!' is enclosed text content, and '</p>' is a closing tag." width="609" height="181" loading="lazy">
+<img src="/en-US/docs/Glossary/Element/anatomy-of-an-html-element.png" alt="Example: in &lt;p class=&quot;nice&quot;&gt;Hello world!&lt;/p&gt;, '&lt;p class=&quot;nice&quot;&gt;' is an opening tag, 'class=&quot;nice&quot;' is an attribute and its value, 'Hello world!' is enclosed text content, and '&lt;/p&gt;' is a closing tag." width="609" height="181" loading="lazy">

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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants