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

Bump weasyprint from 63.0 to 63.1 in /src/presenters #442

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps weasyprint from 63.0 to 63.1.

Release notes

Sourced from weasyprint's releases.

v63.1

Dependencies

  • #2297: Remove upper bounds for dependencies

Bug fixes

  • #2300, #2292: Don’t avoid floats for flex items
  • #2301, #2293: Include floats in calculation of minimum cell height
  • #2303, #2302: Set alpha even when current color channels didn’t change
  • #2306: Don’t try to increase column width when there’s no extra width
  • #2304: Don’t forget skip stack when drawing flex items
  • #2316: Don’t crash with SVG symbols
  • #2320: Fix currentcolor detection when parsing gradient color stops
  • #2322, #2289: Don’t add DLL directories when using Windows executable
  • #2323, #2305: Fix different rendering test

Performance

  • #2319: Fix memory leaks

Documentation

  • #2299: Update install instructions for Alpine
  • #2321: Add example invocation of WeasyPrint on the "Contribute" page

Contributors

  • Guillaume Ayoub
  • Jó Ágila Bitsch
  • Lucie Anglade
  • Alexander Gitter
  • Luke Cousins

Backers and sponsors

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Syslifters
  • Manuel Barkhau
  • SimonSoft
  • Menutech
  • KontextWork
  • Simon Sapin
  • TrainingSparkle
  • Healthchecks.io
  • Hammerbacher
  • Advance Insight
  • Docraptor

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 63.1

Released on 2024-12-10.

Dependencies:

  • [#2297](https://github.com/Kozea/WeasyPrint/issues/2297) <https://github.com/Kozea/WeasyPrint/issues/2297>_: Remove upper bounds for dependencies

Bug fixes:

  • [#2300](https://github.com/Kozea/WeasyPrint/issues/2300) <https://github.com/Kozea/WeasyPrint/pull/2300>, [#2292](https://github.com/Kozea/WeasyPrint/issues/2292) <https://github.com/Kozea/WeasyPrint/issues/2292>: Don’t avoid floats for flex items
  • [#2301](https://github.com/Kozea/WeasyPrint/issues/2301) <https://github.com/Kozea/WeasyPrint/pull/2301>, [#2293](https://github.com/Kozea/WeasyPrint/issues/2293) <https://github.com/Kozea/WeasyPrint/issues/2293>: Include floats in calculation of minimum cell height
  • [#2303](https://github.com/Kozea/WeasyPrint/issues/2303) <https://github.com/Kozea/WeasyPrint/pull/2303>, [#2302](https://github.com/Kozea/WeasyPrint/issues/2302) <https://github.com/Kozea/WeasyPrint/issues/2302>: Set alpha even when current color channels didn’t change
  • [#2306](https://github.com/Kozea/WeasyPrint/issues/2306) <https://github.com/Kozea/WeasyPrint/issues/2306>_: Don’t try to increase column width when there’s no extra width
  • [#2304](https://github.com/Kozea/WeasyPrint/issues/2304) <https://github.com/Kozea/WeasyPrint/issues/2304>_: Don’t forget skip stack when drawing flex items
  • [#2316](https://github.com/Kozea/WeasyPrint/issues/2316) <https://github.com/Kozea/WeasyPrint/issues/2316>_: Don’t crash with SVG symbols
  • [#2320](https://github.com/Kozea/WeasyPrint/issues/2320) <https://github.com/Kozea/WeasyPrint/issues/2320>_: Fix currentcolor detection when parsing gradient color stops
  • [#2322](https://github.com/Kozea/WeasyPrint/issues/2322) <https://github.com/Kozea/WeasyPrint/pull/2322>, [#2289](https://github.com/Kozea/WeasyPrint/issues/2289) <https://github.com/Kozea/WeasyPrint/issues/2289>: Don’t add DLL directories when using Windows executable
  • [#2323](https://github.com/Kozea/WeasyPrint/issues/2323) <https://github.com/Kozea/WeasyPrint/pull/2323>, [#2305](https://github.com/Kozea/WeasyPrint/issues/2305) <https://github.com/Kozea/WeasyPrint/issues/2305>: Fix different rendering test

Performance:

  • [#2319](https://github.com/Kozea/WeasyPrint/issues/2319) <https://github.com/Kozea/WeasyPrint/issues/2319>_: Fix memory leaks

Documentation:

  • [#2299](https://github.com/Kozea/WeasyPrint/issues/2299) <https://github.com/Kozea/WeasyPrint/pull/2299>_: Update install instructions for Alpine
  • [#2321](https://github.com/Kozea/WeasyPrint/issues/2321) <https://github.com/Kozea/WeasyPrint/pull/2321>_: Add example invocation of WeasyPrint on the "Contribute" page

Contributors:

... (truncated)

Commits
  • 9e89925 Version 63.1
  • 3c6f9a5 Merge pull request #2322 from Kozea/windows-build
  • 003ff42 Merge pull request #2323 from Kozea/border-collapse
  • 975a8b4 Test that equivalent styles when table borders collapse
  • aa929d8 Fix different rendering test
  • 8d24a10 Merge pull request #2321 from alexandergitter/contribute-running-weasyprint
  • df39db3 Don’t add DLL directories when using Windows executable
  • be0678e Don’t manually add fonttools import for pyinstaller
  • ad6dbf7 Add example invocation of WeasyPrint on the "Contribute" page
  • db288a4 Fix currentcolor detection when parsing gradient color stops
  • Additional commits viewable in compare view

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 show <dependency name> 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)

Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 63.0 to 63.1.
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v63.0...v63.1)

---
updated-dependencies:
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 12, 2024
@Progress1 Progress1 merged commit ad521ce into main Dec 12, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/src/presenters/weasyprint-63.1 branch December 12, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant