Skip to content

Bump the optional group with 3 updates#175

Merged
tiyash-basu-frequenz merged 1 commit intov0.x.xfrom
dependabot/pip/optional-e25de3a905
Nov 6, 2023
Merged

Bump the optional group with 3 updates#175
tiyash-basu-frequenz merged 1 commit intov0.x.xfrom
dependabot/pip/optional-e25de3a905

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 6, 2023

Bumps the optional group with 3 updates: mkdocs-material, frequenz-repo-config[api] and frequenz-repo-config[extra-lint-examples].

Updates mkdocs-material from 9.4.7 to 9.4.8

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.4.8

  • Fixed invalid local address replacement when using instant loading
  • Fixed #6275: Crash after navigation caused 404 when using instant loading
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.4.8+insiders-4.43.0 (2023-11-05)

  • Added support for GitLab committers (document contributors)
  • Fixed #6264: Fixed compatibility with Python < 3.10
  • Fixed #6254: Meta plugin not applying meta files to blog posts

mkdocs-material-9.4.8 (2023-11-05)

  • Fixed invalid local address replacement when using instant loading
  • Fixed #6275: Crash after navigation caused 404 when using instant loading

mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27)

  • Fixed #6251: Cards in grids cut off on very small screens
  • Fixed #6241: Using social plugin + static-i18n plugin errors

mkdocs-material-9.4.7 (2023-10-27)

  • Added Azerbaijani translations

mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14)

  • Fixed #6186: Privacy plugin ignores hash fragments on images
  • Fixed #6180: Projects plugin crashing when adding or removing files

mkdocs-material-9.4.6 (2023-10-14)

  • Updated Danish and Norwegian (Nynorsk) translations
  • Fixed #6169: Blog post metadata layout overflows on small screens

mkdocs-material-9.4.5 (2023-10-10)

  • Fixed sidebar auto-positioning (9.4.2 regression)
  • Fixed #6166: Improve group plugin compatibility with Python < 3.10
  • Fixed #6157: Hiding tags does not work (9.4.3 regression)

mkdocs-material-9.4.4+insiders-4.42.1 (2023-10-05)

  • Fixed spacing of related links in blog posts on small screens

mkdocs-material-9.4.4 (2023-10-05)

  • Added support for overriding text to be copied for code blocks
  • Fixed broken layout in some browsers at breakpoints when using zoom
  • Fixed #6132: Incomplete search highlighting for code blocks in titles

mkdocs-material-9.4.3 (2023-10-02)

  • Added support for instant navigation progress indicator
  • Improved spacing and alignment of tags

... (truncated)

Commits

Updates frequenz-repo-config[api] from 0.6.2 to 0.7.4

Release notes

Sourced from frequenz-repo-config[api]'s releases.

v0.7.4

Frequenz Repository Configuration Release Notes

Summary

This release fixes a bug in mike version sorting.

Upgrading

  • frequenz.repo.config.mkdocs.mike.: The sort_versions() function now takes plain strs as arguments instead of MikeVersionInfo objects.

Cookiecutter template

There is no need to regenerate any templates with this release.

Bug Fixes

  • CI / mkdocs: mike version sorting now properly sort pre-releases as older than stable releases for the same major and minor version.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.7.3...v0.7.4

v0.7.3

Frequenz Repository Configuration Release Notes

Summary

This release adds support for pylint 3, so downstream projects can upgrade their pylint version.

Upgrading

If upgrading pylint you might get a few new check errors.

Cookiecutter template

There is no need to regenerate any templates with this release.

Bug Fixes

  • mkdocs: The conftest module is now properly hidden from the documentation again.

What's Changed

... (truncated)

Commits
  • 8bf6c38 Fix mike version sorting (#171)
  • 0ee52d5 Update release notes
  • be6df37 Add tests for compare_mike_version() and sort_mike_versions()
  • 6d8b449 Use a more explicit name for the _TestCase class
  • 60e05f6 Don't parse mike versions while sorting
  • 02de9fe mike: Remove unused function
  • 94dd0ed mike: Sort pre-releases as older than stable releases
  • a9f7788 Clear release notes
  • b8ee525 docs: Hide conftest at any level (#170)
  • 4032da7 docs: Hide conftest at any level
  • Additional commits viewable in compare view

Updates frequenz-repo-config[extra-lint-examples] from 0.6.2 to 0.7.4

Release notes

Sourced from frequenz-repo-config[extra-lint-examples]'s releases.

v0.7.4

Frequenz Repository Configuration Release Notes

Summary

This release fixes a bug in mike version sorting.

Upgrading

  • frequenz.repo.config.mkdocs.mike.: The sort_versions() function now takes plain strs as arguments instead of MikeVersionInfo objects.

Cookiecutter template

There is no need to regenerate any templates with this release.

Bug Fixes

  • CI / mkdocs: mike version sorting now properly sort pre-releases as older than stable releases for the same major and minor version.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.7.3...v0.7.4

v0.7.3

Frequenz Repository Configuration Release Notes

Summary

This release adds support for pylint 3, so downstream projects can upgrade their pylint version.

Upgrading

If upgrading pylint you might get a few new check errors.

Cookiecutter template

There is no need to regenerate any templates with this release.

Bug Fixes

  • mkdocs: The conftest module is now properly hidden from the documentation again.

What's Changed

... (truncated)

Commits
  • 8bf6c38 Fix mike version sorting (#171)
  • 0ee52d5 Update release notes
  • be6df37 Add tests for compare_mike_version() and sort_mike_versions()
  • 6d8b449 Use a more explicit name for the _TestCase class
  • 60e05f6 Don't parse mike versions while sorting
  • 02de9fe mike: Remove unused function
  • 94dd0ed mike: Sort pre-releases as older than stable releases
  • a9f7788 Clear release notes
  • b8ee525 docs: Hide conftest at any level (#170)
  • 4032da7 docs: Hide conftest at any level
  • Additional commits viewable in compare view

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the optional group with 3 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python).


Updates `mkdocs-material` from 9.4.7 to 9.4.8
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.4.7...9.4.8)

Updates `frequenz-repo-config[api]` from 0.6.2 to 0.7.4
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.6.2...v0.7.4)

Updates `frequenz-repo-config[extra-lint-examples]` from 0.6.2 to 0.7.4
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.6.2...v0.7.4)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: frequenz-repo-config[api]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: frequenz-repo-config[extra-lint-examples]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested review from a team as code owners November 6, 2023 07:37
@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Nov 6, 2023
@dependabot dependabot Bot requested review from TalweSingh and shsms November 6, 2023 07:37
@tiyash-basu-frequenz tiyash-basu-frequenz added this pull request to the merge queue Nov 6, 2023
Merged via the queue into v0.x.x with commit 0b1f189 Nov 6, 2023
@tiyash-basu-frequenz tiyash-basu-frequenz deleted the dependabot/pip/optional-e25de3a905 branch November 6, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant