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

Update dependency mkdocs-table-reader-plugin to v3 #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-table-reader-plugin ==2.2.2 -> ==3.1.0 age adoption passing confidence

Release Notes

timvink/mkdocs-table-reader-plugin (mkdocs-table-reader-plugin)

v3.1.0: table-reader v3.1.0

Compare Source

Full Changelog: timvink/mkdocs-table-reader-plugin@v3.0.1...v3.1.0

v3.0.1: table-reader v3.0.1

Compare Source

What's Changed

Full Changelog: timvink/mkdocs-table-reader-plugin@v3.0.0...v3.0.1

v3.0.0: table-reader v3.0.0

Compare Source

What's Changed

  • table-reader is now compatible with mkdocs-macros-plugin, which means you can dynamically insert tables using jinja2 syntax.
  • The base_path option has now been deprecated (and will log a warning when used). Now by default, the config_dir (path to your mkdocs.yml file) and docs_dir (path to your docs/ dir) will always be searched when looking for a table file path
  • The search_page_directory option has now been deprecated (and will log a warning when used). The markdown page's source file directory will always be searched when looking for a table file.
Breaking changes / upgrading guide
  • Remove base_path and search_page_directory from your mkdocs.yml options.
### mkdocs.yml
plugins:
-    - table-reader:
-        base_path: docs_dir
-        search_page_directory: True
+    - table-reader
  • In your mkdocs.yml file, the macros plugin should be defined before the table-reader plugin (previously this was after)
### mkdocs.yml
plugins:
-    - table-reader
-    - macros
+    - macros
+    - table-reader

Full Changelog: timvink/mkdocs-table-reader-plugin@v2.2.2...v3.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from e1755ea to 15fbb7d Compare August 19, 2024 17:35
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from 2218ff2 to 9bce135 Compare August 29, 2024 17:07
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch from 9bce135 to 663a603 Compare August 31, 2024 23:02
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from 4389dfb to f530f19 Compare September 21, 2024 14:01
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 3 times, most recently from 3b45ca8 to cae8d8d Compare September 29, 2024 13:16
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from ed3d92e to 84ed69d Compare October 15, 2024 21:23
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch from 84ed69d to 0f1a34f Compare October 20, 2024 12:21
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch from 0f1a34f to 1bcc980 Compare October 31, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants