Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /UniversalNFT.dev.API #1

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps SixLabors.ImageSharp from 3.1.2 to 3.1.3.

Release notes

Sourced from SixLabors.ImageSharp's releases.

v3.1.3

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.2...v3.1.3

Commits
  • 3f22857 Allow nightlies from previous releases
  • 0942689 Merge pull request #2681 from SixLabors/js/png-dimensions-fix
  • edc87ad Limit ancillary chunk size.
  • 3806fd2 Merge pull request #2677 from SixLabors/js/fix-2268
  • 0cbf475 Merge pull request #2676 from SixLabors/js/fix-2670
  • 624277b Update Issue2668_Quantized_Encode_Alpha_Rgba32_Issue_2668.png
  • f6d24ed Update src/ImageSharp/Formats/Webp/AlphaDecoder.cs
  • ed2cd31 Fix casing
  • 2a54881 Use a smarter approach to determine the transparent index
  • 223f647 Update AlphaDecoder.cs
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2024
@jacobpretorius jacobpretorius changed the base branch from main to develop March 18, 2024 19:37
@jacobpretorius jacobpretorius merged commit 87e3410 into develop Mar 18, 2024
@jacobpretorius jacobpretorius deleted the dependabot/nuget/UniversalNFT.dev.API/SixLabors.ImageSharp-3.1.3 branch March 18, 2024 19:38
jacobpretorius added a commit that referenced this pull request Mar 18, 2024
* Add art.v0 output format
* Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /UniversalNFT.dev.API (#1)
jacobpretorius added a commit that referenced this pull request May 3, 2024
* Add art.v0 output format

* Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /UniversalNFT.dev.API (#1)

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Pretorius <17687841+jacobpretorius@users.noreply.github.com>

* Update README.md

* Change IPFS server url and update packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jacobpretorius added a commit that referenced this pull request May 3, 2024
* Add art.v0 output format

* Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /UniversalNFT.dev.API (#1)

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Pretorius <17687841+jacobpretorius@users.noreply.github.com>

* Update README.md

* Change IPFS server url and update packages

* Add .editorconfig

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jacobpretorius added a commit that referenced this pull request May 3, 2024
* Add art.v0 output format

* Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /UniversalNFT.dev.API (#1)

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Pretorius <17687841+jacobpretorius@users.noreply.github.com>

* Update README.md

* Change IPFS server url and update packages

* Add .editorconfig

* Fix tests for null images

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jacobpretorius added a commit that referenced this pull request May 3, 2024
* RC v1.0.1 - Update packages and use ipfs.io (#3)

* Add art.v0 output format

* Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /UniversalNFT.dev.API (#1)

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Pretorius <17687841+jacobpretorius@users.noreply.github.com>

* Update README.md

* Change IPFS server url and update packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* RC v1.0.1 - Add .editorconfig (#4)

* Add art.v0 output format

* Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /UniversalNFT.dev.API (#1)

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Pretorius <17687841+jacobpretorius@users.noreply.github.com>

* Update README.md

* Change IPFS server url and update packages

* Add .editorconfig

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* RC v1.0.1 - Fix tests (#5)

* Add art.v0 output format

* Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /UniversalNFT.dev.API (#1)

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Pretorius <17687841+jacobpretorius@users.noreply.github.com>

* Update README.md

* Change IPFS server url and update packages

* Add .editorconfig

* Fix tests for null images

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* RC v1.1.0 - Load All NFTs (#6)


* Add wallet explorer endpoint

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant