build(deps): bump markdown from 3.7 to 3.8.1#2670
Conversation
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7 to 3.8.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.7...3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the markdown dependency from version 3.7 to 3.8.1. According to the Codacy analysis, the change is up to standards and introduces no new quality issues. However, the update is not accompanied by any automated tests. Specifically, there are no regression tests to ensure that the project's existing documentation still renders correctly, nor are there tests to verify the fix for raw HTML parser crashes mentioned in the release notes for version 3.8.1.
About this PR
- No automated tests were included in the PR to verify that the version bump does not introduce regressions in the project's documentation rendering or to confirm the effectiveness of the fixes in version 3.8.1.
Test suggestions
- Regression test to ensure existing markdown documentation renders correctly with the new version.
- Verify that raw HTML with incomplete markup declarations no longer crashes the parser (fix from v3.8.1).
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Regression test to ensure existing markdown documentation renders correctly with the new version.
2. Verify that raw HTML with incomplete markup declarations no longer crashes the parser (fix from v3.8.1).
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Bumps markdown from 3.7 to 3.8.1.
Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
3870f20Bump version to 3.8.18207214Ensure incomplete markup declaration in raw HTML doesn't crash parser.64a3c0fFix HTML handling of\</>f2b9fd1Ensuremd_in_htmldoes not drop content513de8aUpdate pypa/gh-action-pypi-publish to v1.12.4b34e1d0Bump version to 3.8e6b7163Update deploy workflow to normalize versionbd67d48Improve changelog validatione912575Fix incorrect TOC list structure in docs42d4b43Fix CI badge in READMEMost Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.