hasansezertasan / starlette-admin-fields

Extra fields to use with Starlette Admin
MIT License
5 stars 0 forks source link

Update mkdocs-static-i18n requirement from <0.57.0,>=0.53.0 to >=0.53.0,<1.3.0 #14

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on mkdocs-static-i18n to permit the latest version.

Changelog

Sourced from mkdocs-static-i18n's changelog.

1.2.0 (2023-10-25)

  • config: Add build_only_locale option, by Kamil Krzyśków

1.1.1 (2023-10-13)

  • user_overrides: extra overrides should be applied as legacy dict, thx to @​Andygol
  • docs: add and correct lang config overrides examples

1.1.0 (2023-10-06)

  • material: add a special "null" locale to generated a fixed fixed item in the lang switcher (#270)
  • reconfigure: allow the default language to use localized files or not wrt issue #262 (#269)

1.0.6 (2023-09-21)

  • get_file_from_path: resolving root path '.' should point to 'index.md', thx to @​gnaegi

1.0.5 (2023-09-18)

  • plugin: fix handling of files with dotted suffixes, thx to @​gnaegi (#259)

1.0.4 (2023-09-18)

  • assets: Handle more assets, by Kamil Krzyśków
  • plugin: Fix build log info about directory, by Kamil Krzyśków
  • utils: Fix logging filter class name, by Kamil Krzyśków
  • plugin: Improve logging in general, by Kamil Krzyśków
  • plugin: Use new filter to hide log duplicates, by Kamil Krzyśków

1.0.3 (2023-09-07)

  • plugin: add support for --dirty and --dirtyreload (#249), by AngryMane
  • plugin: fix and improve reconfigure_search_duplicates (#253), by AngryMane
  • ci(github): add docs build test and deploy on push to main

1.0.2 (2023-08-29)

  • plugin: on_page_context providing wrong page context data

1.0.1 (2023-08-29)

  • reconfigure: base_url should handle non mandatory site_url config

1.0.0 (2023-08-28)

Major rewrite with breaking changes as described and explained in this PR.

I want to thank Kamil Krzyśków for his major contribution in fostering this breakthrough, his numerous direct contributions and PRs and all the time he dedicated in providing feedbacks.

... (truncated)

Commits
  • de7edca version 1.2.0
  • c41bb16 test(general): Add tests for build_only_locale
  • 037001a refactor(config): Add build_only_locale option
  • 10932c8 version 1.1.1
  • 97c56bc docs(lang-overrides): add and correct lang config overrides examples
  • 34b8a48 fix(user_overrides): extra overrides should be applied as legacy dict, thx to...
  • a4664e5 version 1.1.0
  • 2906aee feat(material): add a special "null" locale to generated a fixed fixed item i...
  • b64fe34 test(folder): add some missing test cases
  • 96554ac feat(reconfigure): allow the default language to use localized files or not w...
  • 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 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 3 months ago

Superseded by #54.