Skip to content

Bump erusev/parsedown-extra from 0.8.1 to 0.9.0 in /_backend#3989

Merged
lewisgoddard merged 2 commits intomasterfrom
dependabot/composer/_backend/erusev/parsedown-extra-0.9.0
Feb 23, 2026
Merged

Bump erusev/parsedown-extra from 0.8.1 to 0.9.0 in /_backend#3989
lewisgoddard merged 2 commits intomasterfrom
dependabot/composer/_backend/erusev/parsedown-extra-0.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps erusev/parsedown-extra from 0.8.1 to 0.9.0.

Release notes

Sourced from erusev/parsedown-extra's releases.

0.9.0

This release brings PHP 8.x compatibility and updates the required Parsedown version to 1.8.

Breaking Changes

  • Requires Parsedown 1.8.0 or later (previously 1.7.4)
  • Requires PHP 7.1 or later

Fixed

  • PHP 8.2+ deprecation: replaced mb_convert_encoding(..., 'HTML-ENTITIES') with mb_encode_numericentity() (#192, #173)
  • PHP 8.2+ deprecation: replaced 'self::sortFootnotes' callable with [$this, 'sortFootnotes'] (#180)
  • PHP 8.4 implicit nullable parameter deprecation in blockSetextHeader (#186)

Changed

  • Updated internal element handling to use Parsedown 1.8's element structure (handler/elements arrays instead of text/handler strings)
  • Reworked abbreviation insertion to use elementApplyRecursiveDepthFirst instead of regex-replacing rendered HTML
  • Reworked footnote back-links to use element arrays instead of string manipulation
  • Reworked markup block handling with explicit blockMarkup and blockMarkupContinue methods
  • Declared ext-dom, ext-libxml, and ext-mbstring as explicit composer requirements

Infrastructure

  • Replaced Travis CI with GitHub Actions
  • Tests run on PHP 7.1 through 8.4
  • Updated phpunit requirement to ^7.5|^8.5|^9.6
Commits
  • 5b5b9b9 Minor cleanups: use https for homepage and add trailing newline
  • e0ed978 Bump ParsedownExtra to 0.9.0
  • 9e07dd7 Require stable Parsedown 1.8
  • 970b8b3 Fix PHP 8.2+ deprecations in ParsedownExtra
  • acebd17 Merge pull request #186 from davidbyoung/php-8.4
  • b000c29 Removed .idea from .gitignore, updated to use dev-master of Parsedown
  • b56e466 Removed debugging step from CI
  • 6525d04 Trying to fix CI
  • 4d62bd4 Trying to fix CI
  • 0c8df84 Trying to fix CI
  • 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 [erusev/parsedown-extra](https://github.com/erusev/parsedown-extra) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/erusev/parsedown-extra/releases)
- [Commits](erusev/parsedown-extra@0.8.1...0.9.0)

---
updated-dependencies:
- dependency-name: erusev/parsedown-extra
  dependency-version: 0.9.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 php Pull requests that update Php code labels Feb 23, 2026
@lewisgoddard lewisgoddard enabled auto-merge (squash) February 23, 2026 17:02
@lewisgoddard lewisgoddard merged commit f55414f into master Feb 23, 2026
5 checks passed
@lewisgoddard lewisgoddard deleted the dependabot/composer/_backend/erusev/parsedown-extra-0.9.0 branch February 23, 2026 17:06
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant