Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump benjaminhoegh/parsedown-toc from 1.4.3 to 1.5.3 #1999

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps benjaminhoegh/parsedown-toc from 1.4.3 to 1.5.3.

Release notes

Sourced from benjaminhoegh/parsedown-toc's releases.

v1.5.3 Release - Hotfix

What's Changed

  • Fixes a bug where uniquifyAnchorID didn't keep track of anchors
  • Fixes a bug where headings still generated toc data for disabled levels

Full Changelog: BenjaminHoegh/ParsedownToc@v1.5.2...v1.5.3

v1.5.2

What's Changed

  • Code quality improvements
  • Added option for custom logic for anchors.
  • Added back transliterate, was missing, whoops
  • Added PHP version check
  • Fixed a deprecation issue in php 8

Full Changelog: BenjaminHoegh/ParsedownToc@1.5.1...v1.5.2

1.5.1 Hotfix

What's Changed

Full Changelog: BenjaminHoegh/ParsedownToc@1.5...1.5.1

1.5

Added:

  1. Introduced a new method setOptions($options) to allow users to update or set new configurations for the parser.
  2. Explicit declaration for the $options property to ensure compatibility with PHP 8.2's deprecation of dynamic properties.
  3. Added setters for each option

Modified:

  1. Updated the __construct() method to initialize default options.
  2. Replaced DynamicClass to a new class alias ParsedownExtendedParentAlias to refer to the parent class, either ParsedownExtra or Parsedown, based on their availability. Thanks to [@​raffaelj #15](BenjaminHoegh/ParsedownToc#15)
  3. Enhanced the createAnchorID method:
    • Integrated the iconv function for transliteration of header text to ASCII.
  4. Changed Transliterate to use the PHP build-in iconv
Commits
  • 1d3fb7b Add ContentListManagementTest class with test methods
  • f1773e4 Add unit tests for anchor ID generation
  • abaa2e7 Add TOCTagHandlingTest class for testing TOC tag replacement
  • 7df41dd Add phpunit.xml configuration file
  • e673158 Add psalm.xml configuration file
  • bcf2c6d Added new files to .gitignore
  • 9091fa7 Update composer.json with new PHP version and additional dependencies
  • 22151f4 Fixes issue with dublicate anchors
  • 240f072 code quality improvements
  • adc6c9d Update README.md
  • 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 [benjaminhoegh/parsedown-toc](https://github.com/BenjaminHoegh/ParsedownToc) from 1.4.3 to 1.5.3.
- [Release notes](https://github.com/BenjaminHoegh/ParsedownToc/releases)
- [Commits](BenjaminHoegh/ParsedownToc@1.4.3...v1.5.3)

---
updated-dependencies:
- dependency-name: benjaminhoegh/parsedown-toc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ArnaudLigny June 24, 2024 11:10
@github-actions github-actions bot merged commit 8ea7b74 into master Jun 24, 2024
4 of 17 checks passed
@github-actions github-actions bot deleted the dependabot/composer/benjaminhoegh/parsedown-toc-1.5.3 branch June 24, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants