testcontainers-go
testcontainers-go copied to clipboard
chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.2
Bumps mkdocs-include-markdown-plugin from 6.0.4 to 6.2.2.
Release notes
Sourced from mkdocs-include-markdown-plugin's releases.
v6.2.2
Enhancements
- Add official support for Python 3.13.
- Relax
wcmatchdependency.v6.2.1
Bug fixes
- Improve performance of inclusion regex processing. Prevents to take a lot of time parsing long lines looking for inclusions.
v6.2.0
New features
- Add
recursiveargument toinclude-markdowndirective.Enhancements
- Apply substitutions from all directives at once. Improves performance in all includes and prevents big performance degradations including large contents in the same files of other includes.
- Warn when passing invalid arguments to directives. It could catches bad syntax, like trying to turning off
commentsinincludedirectives (includedoes not provides acommentsargument).v6.1.1
Enhancements
- Change substitions order of directives. Prevents performance degradations when including long files with
includedirective in the same file with otherinclude-markdowndirective.v6.1.0
New features
- Add a new
recursiveargument to theincludedirective that allows to stop recursively processing includes in included files.v6.0.7
Bug fixes
- Fix error message on Windows when a file that is not inside the same drive of the
docs_dirdirectory is not found.v6.0.6
Bug fixes
- Fixed errors when using Mkdocs>=1.6.0 generated files (#205). Now if you try to include using a relative path from a generated file, an error will be raised.
v6.0.5
Bug fixes
- Fixed default setting
heading_offsetnot being applied.
Commits
c1db293Add official support for Python 3.13 (#227)4406e8aUpdate GitHub Action Versions (#224)0fd1119Speed up inclusion regex (#222)3a2d7e1Add monthly downloads badge to README (#220)5fbe1c8Use definedencodingwhen reading from URLs (#219)7a7cb71Addrecursiveargument toinclude-markdowndirective (#218)f7ebed6Apply substitutions from all directives at once (#217)1dd2835Don't importtyping.Anyon runtime (#216)42981e4Warn when passing invalid arguments to directives (#214)6889f54Addrecursivesetting to JSONSchema- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)