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 #109

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 17, 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 - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 c458dad to a8e67ba Compare August 24, 2024 03:25
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 5 times, most recently from bcfb088 to 46562f9 Compare September 2, 2024 03:20
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from dbab66a to b77ff8c Compare September 9, 2024 03:40
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 3 times, most recently from 6bf9ac3 to 99c7602 Compare September 21, 2024 03:21
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 3 times, most recently from 6c5f044 to 9056a96 Compare September 28, 2024 03:51
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch from 9056a96 to 6ad0aec Compare September 29, 2024 16:11
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 4 times, most recently from d36cdaf to 49aa233 Compare October 14, 2024 03:25
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 3 times, most recently from 7027665 to 53657cb Compare October 21, 2024 04:49
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 3 times, most recently from 0061c6c to bd05995 Compare November 9, 2024 03:46
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from 6df29b4 to f7e6605 Compare November 18, 2024 04:00
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from 37972ef to a0a62c7 Compare November 25, 2024 04:30
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 5 times, most recently from 9fb38cb to ab39041 Compare December 2, 2024 03:12
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from 2a015d3 to 5cfeb13 Compare December 9, 2024 04:12
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 3 times, most recently from 16c6820 to 4d0fdd3 Compare December 21, 2024 23:23
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from 048bec2 to fdcabb5 Compare December 28, 2024 03:24
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from 83089d1 to d70ad15 Compare January 6, 2025 04:14
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch 2 times, most recently from 2c49839 to 8c289e8 Compare January 19, 2025 13:25
@renovate renovate bot force-pushed the renovate/mkdocs-table-reader-plugin-3.x branch from 8c289e8 to 04dceb8 Compare January 20, 2025 05:10
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