oneapi-src / SYCLomatic

Other
222 stars 91 forks source link

Bump the llvm-docs-requirements group in /llvm/docs with 8 updates #2216

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 month ago

Bumps the llvm-docs-requirements group in /llvm/docs with 8 updates:

Package From To
alabaster 0.7.16 1.0.0
furo 2024.5.6 2024.7.18
sphinx 7.3.7 8.0.2
sphinxcontrib-applehelp 1.0.8 2.0.0
sphinxcontrib-devhelp 1.0.6 2.0.0
sphinxcontrib-htmlhelp 2.0.5 2.1.0
sphinxcontrib-qthelp 1.0.7 2.0.0
sphinxcontrib-serializinghtml 1.1.10 2.0.0

Updates alabaster from 0.7.16 to 1.0.0

Release notes

Sourced from alabaster's releases.

Alabaster 1.0.0

Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html

Changelog

Sourced from alabaster's changelog.

:git_tag:1.0.0 -- 2024-07-26

  • Dropped support for Python 3.9 and earlier.
  • Dropped support for Sphinx 6.1 and earlier.
  • Use a new SVG image for the GitHub banner.
  • :feature:217 Use the new searchfield component for the search box. Patch by Tim Hoffmann.
  • :feature:104 Allow translating strings in relations.html.
  • :bug:125 Do not underline linked images. Patch by Joshua Bronson.
  • :bug:169 Do not ignore the Pygments background colour. Patch by Matthias Geier.
  • :bug:174 Fix clipping caused by incorrect CSS breakpoints.
Commits
  • fba58a4 Bump to 1.0.0
  • 7d5c318 Update project maintainers
  • d25c4bc List basic.css in theme.conf (#219)
  • 97235d1 Fix incorrect breakpoints that cause clipping around 875px (#174)
  • 5bb4411 Remove explicit width for search field input (#218)
  • 9fdb57c Update references to searchbox
  • a35a1df Don't ignore the Pygments background (#169)
  • 17e55e5 Fix for "Don't put an underline on linked images" (#125)
  • 73be878 Allow translations for strings in relations.html (#104)
  • eb522b8 Use searchfield instead of searchbox component in sidebar (#217)
  • Additional commits viewable in compare view


Updates furo from 2024.5.6 to 2024.7.18

Changelog

Sourced from furo's changelog.

Changelog

2024.07.18 -- Dull Denim

  • Improve how icons are handled and aligned.
  • Improve scroll event handler.
  • Hide the copybutton by default.
  • Fix source_view_link configuration handling.
  • Fix close tag on pencil icon.

2024.05.06 -- Cheerful Cerulean

  • ✨ Add new custom icons for auto mode, reflecting the currently active theme.
  • ✨ Add a view this page button.
  • ✨ Add colours and highlighting to "version modified" API helpers.
  • ✨ Add release information to various customisation knobs.
  • Make all icons bigger and use a thinner stroke with them.

2024.04.27 -- Bold Burgundy

  • Add a skip to content link.
  • Add --font-stack--headings.
  • Add :visited colour and enforce uniform contrast between light/dark.
  • Add an offset of :target to reduce back-to-top overlap.
  • Improve dark mode colours.
  • Fix outstanding colour contrast warnings on Firefox.
  • Fix bad indent in footnotes.
  • Tweak handling of default configuration options in a more resilient manner.
  • Tweak length and sizing of API source links.
  • Stop search engine indexing on search page.

2024.01.29 -- Amazing Amethyst

  • Fix canonical url when building with dirhtml.
  • Relicense the demo module.

2023.09.10 -- Zesty Zaffre

  • Make asset hash injection idempotent, fixing Sphinx 6 compatibility.

... (truncated)

Commits


Updates sphinx from 7.3.7 to 8.0.2

Release notes

Sourced from sphinx's releases.

Sphinx 8.0.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 8.0.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 8.0.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Dependencies

  • #12633: Drop Python 3.9 support.

Incompatible changes

  • Remove deprecated functions from sphinx.util:

    • Removed sphinx.util.path_stabilize (use sphinx.util.osutil.path_stabilize).
    • Removed sphinx.util.display_chunk (use sphinx.util.display.display_chunk).
    • Removed sphinx.util.status_iterator (use sphinx.util.display.status_iterator).
    • Removed sphinx.util.SkipProgressMessage (use sphinx.util.display.SkipProgressMessage).
    • Removed sphinx.util.progress_message (use sphinx.util.display.progress_message).
    • Removed sphinx.util.epoch_to_rfc1123 (use sphinx.http_date.epoch_to_rfc1123).
    • Removed sphinx.util.rfc1123_to_epoch (use sphinx.http_date.rfc1123_to_epoch).
    • Removed sphinx.util.save_traceback (use sphinx.exceptions.save_traceback).
    • Removed sphinx.util.format_exception_cut_frames (use sphinx.exceptions.format_exception_cut_frames).
    • Removed sphinx.util.xmlname_checker (use sphinx.builders.epub3._XML_NAME_PATTERN).

    Patch by Adam Turner.

  • Removed sphinx.util.osutil.cd (use contextlib.chdir). Patch by Adam Turner.

  • Removed sphinx.util.typing.stringify (use sphinx.util.typing.stringify_annotation). Patch by Adam Turner.

  • #12593: Raise an error for invalid html_sidebars values. Patch by Adam Turner.

  • #12593: Raise an error in Theme.get_config for invalid sections.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 8.0.2 (released Jul 30, 2024)

Bugs fixed

  • Fix the pygments.Formatter.__class_getitem__ patch. Patch by Adam Turner.

Release 8.0.1 (released Jul 30, 2024)

Bugs fixed

  • Patch pygments.Formatter.__class_getitem__ in Pygments 2.17. Patch by Adam Turner.

Release 8.0.0 (released Jul 29, 2024)

Dependencies

  • #12633: Drop Python 3.9 support.

Incompatible changes

.. rst-class:: compact

  • Remove deprecated functions from sphinx.util:

    • Removed sphinx.util.path_stabilize (use sphinx.util.osutil.path_stabilize).
    • Removed sphinx.util.display_chunk (use sphinx.util.display.display_chunk).
    • Removed sphinx.util.status_iterator (use sphinx.util.display.status_iterator).
    • Removed sphinx.util.SkipProgressMessage (use sphinx.util.display.SkipProgressMessage).
    • Removed sphinx.util.progress_message (use sphinx.util.display.progress_message).
    • Removed sphinx.util.epoch_to_rfc1123 (use sphinx.http_date.epoch_to_rfc1123).
    • Removed sphinx.util.rfc1123_to_epoch (use sphinx.http_date.rfc1123_to_epoch).
    • Removed sphinx.util.save_traceback (use sphinx.exceptions.save_traceback).
    • Removed sphinx.util.format_exception_cut_frames

... (truncated)

Commits


Updates sphinxcontrib-applehelp from 1.0.8 to 2.0.0

Release notes

Sourced from sphinxcontrib-applehelp's releases.

sphinxcontrib-applehelp 2.0.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst

Changelog

Sourced from sphinxcontrib-applehelp's changelog.

Release 2.0.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions
Commits
  • f4f9d90 Bump to 2.0.0
  • a3e76fc Update CHANGES links
  • 2292a12 Rename LICENSE to LICENCE.rst
  • e9efbd4 Rename CHANGES to CHANGES.rst
  • 0544c40 Run CI with Python 3.12 releases
  • 4e9b505 Run mypy without command-line options
  • 5f01d27 Use the latest GitHub actions versions
  • 5b53500 Enable GitHub's dependabot package update service
  • d51bb2b Adopt Ruff and use stricter MyPy settings
  • fbc12da Update .gitignore
  • Additional commits viewable in compare view


Updates sphinxcontrib-devhelp from 1.0.6 to 2.0.0

Release notes

Sourced from sphinxcontrib-devhelp's releases.

sphinxcontrib-devhelp 2.0.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst

Changelog

Sourced from sphinxcontrib-devhelp's changelog.

Release 2.0.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions
  • Avoid storing build time in gzip headers
Commits
  • 0177fb4 Bump to 2.0.0
  • d3f96f7 Update CHANGES links
  • d7aaab5 Rename LICENSE to LICENCE.rst
  • c4fba3d Rename CHANGES to CHANGES.rst
  • 8c57141 Run CI with Python 3.12 releases
  • f357a60 Run mypy without command-line options
  • a26961d Use the latest GitHub actions versions
  • 03e2370 Enable GitHub's dependabot package update service
  • ca445c4 Adopt Ruff and use stricter MyPy settings
  • dfd5da0 Update .gitignore
  • Additional commits viewable in compare view


Updates sphinxcontrib-htmlhelp from 2.0.5 to 2.1.0

Release notes

Sourced from sphinxcontrib-htmlhelp's releases.

sphinxcontrib-htmlhelp 2.1.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst

sphinxcontrib-htmlhelp 2.0.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-htmlhelp's changelog.

Release 2.1.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions
  • Escape HTML entities

Release 2.0.6 (2024-07-20)

  • Fix tests for Sphinx 7.4 and later.
Commits
  • f7f5d4e Bump to 2.1.0
  • ec1353c Escape HTML entities
  • 16b26c6 Update CHANGES links
  • ba51300 Rename LICENSE to LICENCE.rst
  • b1133fa Rename CHANGES to CHANGES.rst
  • 54d27bc Run CI with Python 3.12 releases
  • b97d63d Run mypy without command-line options
  • 6d10d43 Fix test_htmlhelp; use the basic theme
  • d335658 Use the latest GitHub actions versions
  • eea9025 Enable GitHub's dependabot package update service
  • Additional commits viewable in compare view


Updates sphinxcontrib-qthelp from 1.0.7 to 2.0.0

Release notes

Sourced from sphinxcontrib-qthelp's releases.

sphinxcontrib-qthelp 2.0.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst

sphinxcontrib-qthelp 1.0.8

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-qthelp's changelog.

Release 2.0.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions

Release 1.0.8 (2024-07-20)

  • Fix tests for Sphinx 7.4 and later.
Commits
  • 783caf5 Bump to 2.0.0
  • bd5e685 Update CHANGES links
  • 0f81faf Rename LICENSE to LICENCE.rst
  • 882d53f Rename CHANGES to CHANGES.rst
  • 1fe2948 Run CI with Python 3.12 releases
  • 7d2d940 Run mypy without command-line options
  • cce4542 Use the latest GitHub actions versions
  • cfbca5f Enable GitHub's dependabot package update service
  • b49ad58 Adopt Ruff and use stricter MyPy settings
  • dc9a501 Update .gitignore
  • Additional commits viewable in compare view


Updates sphinxcontrib-serializinghtml from 1.1.10 to 2.0.0

Release notes

Sourced from sphinxcontrib-serializinghtml's releases.

sphinxcontrib-serializinghtml 2.0.0

Changelog: https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES.rst

Changelog

Sourced from sphinxcontrib-serializinghtml's changelog.

Release 2.0.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions
Commits
  • f0f3b15 Bump to 2.0.0
  • b70697c Update CHANGES links
  • a3d1b70 Rename LICENSE to LICENCE.rst
  • 4806eec Rename CHANGES to CHANGES.rst
  • 85cbe32 Run CI with Python 3.12 releases
  • 5762a0e Run mypy without command-line options
  • 3efe6ad Use the latest GitHub actions versions
  • f2d1ab5 Enable GitHub's dependabot package update service
  • c7a1ca2 Adopt Ruff and use stricter MyPy settings
  • 3161d47 Update .gitignore
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 week ago

Looks like these dependencies are updatable in another way, so this is no longer needed.