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 SixLabors.ImageSharp.Drawing, SixLabors.Fonts and SixLabors.ImageSharp #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps SixLabors.ImageSharp.Drawing, SixLabors.Fonts and SixLabors.ImageSharp. These dependencies needed to be updated together.
Updates SixLabors.ImageSharp.Drawing from 1.0.0-beta15 to 2.1.0

Release notes

Sourced from SixLabors.ImageSharp.Drawing's releases.

v2.1.0

What's Changed

Full Changelog: SixLabors/ImageSharp.Drawing@v2.0.1...v2.1.0

v2.0.1

What's Changed

Full Changelog: SixLabors/ImageSharp.Drawing@v2.0.0...v2.0.1

v2.0.0

What's Changed

Full Changelog: SixLabors/ImageSharp.Drawing@v1.0.0...v2.0.0

v1.0.0

What's Changed

... (truncated)

Commits
  • 601b074 Merge pull request #307 from SixLabors/js/update-refs
  • 706a8a3 Update refs to latest
  • ec146c9 Merge pull request #306 from SixLabors/js/fix-305
  • 3ee51ef Expose source region constructor.
  • 2316146 Merge pull request #304 from SixLabors/js/fix-oob-text-drawing
  • 758b7b4 Ensure colorstop order in applicator.
  • 060d03e Fix oob rendering when drawing text.
  • 85721f8 Merge pull request #302 from SixLabors/js/fix-arcs-plus-degenerate-outlining
  • edb6db2 Fix arcs and do not throw when outlining
  • dfae51c Merge pull request #294 from SixLabors/js/v2
  • Additional commits viewable in compare view

Updates SixLabors.Fonts from 1.0.0-beta19 to 2.0.1

Release notes

Sourced from SixLabors.Fonts's releases.

v2.0.1

What's Changed

Full Changelog: SixLabors/Fonts@v2.0.0...v2.0.1

v2.0.0

What's Changed

Full Changelog: SixLabors/Fonts@v1.0.0...v2.0.0

v1.0.1

What's Changed

Full Changelog: SixLabors/Fonts@v1.0.0...v1.0.1

v1.0.0

What's Changed

... (truncated)

Commits
  • 5f65774 Merge pull request #365 from SixLabors/js/fix-363
  • 3ef36ae Fix .NET 7 warnings
  • 88d6d1f Fix .NET 7 warnings
  • a37535c Fix null ref exception
  • e5a0f4a Merge pull request #362 from SixLabors/sw/list-code-points
  • 270d0ab Merge branch 'main' into sw/list-code-points
  • e2a0364 make the list of available code points public
  • 63db8ad Merge pull request #360 from SixLabors/js/optional-cdf-load
  • 85dd84f Merge branch 'main' into js/optional-cdf-load
  • e646d68 Merge pull request #359 from SixLabors/js/fix-culture-warnings
  • Additional commits viewable in compare view

Updates SixLabors.ImageSharp from 2.1.6 to 3.1.0

Release notes

Sourced from SixLabors.ImageSharp's releases.

v3.1.0

What's Changed

... (truncated)

Commits
  • 07fd936 Merge pull request #2599 from SixLabors/js/fix-2595
  • d9ac175 Merge branch 'main' into js/fix-2595
  • 0b36698 Merge pull request #2598 from SixLabors/js/resolution
  • 32c8baa Merge branch 'main' into js/resolution
  • cae0a39 Merge pull request #2592 from VentuzTammoHinrichs/main
  • 291e9e7 Use source length as bounds
  • f74b6ac Read resolution from EXIF metadata in WebP
  • fa88344 Merge branch 'main' into main
  • 0d1296f Merge pull request #2596 from SixLabors/js/advsimd-dedup
  • c3dacde Add AdvSimd implementation
  • 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 <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)

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

…eSharp

Bumps [SixLabors.ImageSharp.Drawing](https://github.com/SixLabors/ImageSharp.Drawing), [SixLabors.Fonts](https://github.com/SixLabors/Fonts) and [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp). These dependencies needed to be updated together.

Updates `SixLabors.ImageSharp.Drawing` from 1.0.0-beta15 to 2.1.0
- [Release notes](https://github.com/SixLabors/ImageSharp.Drawing/releases)
- [Commits](SixLabors/ImageSharp.Drawing@v1.0.0-beta15...v2.1.0)

Updates `SixLabors.Fonts` from 1.0.0-beta19 to 2.0.1
- [Release notes](https://github.com/SixLabors/Fonts/releases)
- [Commits](SixLabors/Fonts@v1.0.0-beta19...v2.0.1)

Updates `SixLabors.ImageSharp` from 2.1.6 to 3.1.0
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v2.1.6...v3.1.0)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp.Drawing
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: SixLabors.Fonts
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 25, 2023
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants