PyFLP icon indicating copy to clipboard operation
PyFLP copied to clipboard

build(deps): bump sphinx-design from 0.4.1 to 0.5.0

Open dependabot[bot] opened this issue 10 months ago • 1 comments

Bumps sphinx-design from 0.4.1 to 0.5.0.

Release notes

Sourced from sphinx-design's releases.

v0.5.0

What's Changed

Full Changelog: https://github.com/executablebooks/sphinx-design/compare/v0.4.1...v0.5.0

Changelog

Sourced from sphinx-design's changelog.

0.5.0 - 2023-07-27

What's Changed

Full Changelog: https://github.com/executablebooks/sphinx-design/compare/v0.4.1...v0.5.0

v0.4.0 - 2023-04-13

Full Changelog: https://github.com/executablebooks/sphinx-design/compare/v0.3.0...v0.4.0

Enhancements made

Version upgrades

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​akaszynski (activity) | @​bastimeyer (activity) | @​benjaoming (activity) | @​choldgraf (activity) | @​chrisjsewell (activity) | @​codecov-commenter (activity) | @​feanil (activity) | @​jpmckinney (activity) | @​LecrisUT (activity) | @​marxin (activity) | @​mikemckiernan (activity) | @​nicoa (activity) | @​pre-commit-ci (activity) | @​spoorcc (activity) | @​srideep3 (activity) | @​tirthasheshpatel (activity) | @​zerocewl (activity)

v0.3.0 - 2022-08-22

  • ⬆️ Update Materials Design Icons to v4.0.0-46-gc9e5528, thanks to @​2bndy5 (#69)
  • 🐛 FIX: dropdown/tab-item :name: options (#91)
  • 🐛 FIX: Docs build against non-html formats (#88)
  • 👌 IMPROVE: Add card options class-img-top/class-img-bottom (#92)
  • 👌 IMPROVE: Add link-alt to fix card link accessibility (#89)
    • adds the link-alt option to card (and grid-item-card) directives, in order to assign a discernable name to the link (for screen readers).
  • 👌 IMPROVE: Make tab ids deterministic (#93)
    • Use increasing indices, rather than UUIDs
  • 🔧 MAINTAIN: Fix docutils PendingDeprecationWarning (#94)
  • 📚 DOCS: Update font awesome icons (#64)

Full Changelog: https://github.com/executablebooks/sphinx-design/compare/v0.2.0...v0.3.0

v0.2.0 - 2022-06-14

... (truncated)

Commits

Dependabot compatibility score

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 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)

dependabot[bot] avatar Jul 31 '23 04:07 dependabot[bot]

Codecov Report

Merging #167 (c677a27) into master (8a1c981) will increase coverage by 0.27%. Report is 31 commits behind head on master. The diff coverage is 83.63%.

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   88.18%   88.46%   +0.27%     
==========================================
  Files          22       24       +2     
  Lines        3352     3251     -101     
  Branches      393      380      -13     
==========================================
- Hits         2956     2876      -80     
+ Misses        330      309      -21     
  Partials       66       66              
Files Changed Coverage Δ
pyflp/plugin.py 91.84% <58.62%> (+1.50%) :arrow_up:
pyflp/arrangement.py 87.20% <69.76%> (-3.98%) :arrow_down:
pyflp/channel.py 86.77% <75.00%> (-0.07%) :arrow_down:
pyflp/_events.py 85.66% <79.51%> (+2.88%) :arrow_up:
pyflp/_models.py 84.61% <87.50%> (-3.62%) :arrow_down:
pyflp/_adapters.py 89.09% <89.09%> (ø)
pyflp/types.py 90.00% <90.00%> (ø)
pyflp/mixer.py 86.46% <93.10%> (+0.39%) :arrow_up:
pyflp/project.py 78.94% <93.33%> (-0.42%) :arrow_down:
pyflp/__init__.py 93.75% <100.00%> (ø)
... and 12 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Jul 31 '23 05:07 codecov[bot]