{"id":5130,"name":"SixLabors.ImageSharp","ecosystem":"nuget","repository_url":null,"issues_count":446,"created_at":"2025-06-06T17:08:28.466Z","updated_at":"2025-06-06T17:08:28.466Z","purl":"pkg:nuget/SixLabors.ImageSharp","unique_repositories_count":297,"unique_repositories_count_past_30_days":0,"recent_issues":[{"uuid":"3764013784","node_id":"PR_kwDOAlAoR866qWuL","number":711,"state":"open","title":"Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":9,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-26T21:09:54.000Z","updated_at":"2025-12-28T00:00:32.626Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Accenture/Ocaramba/pull/711","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2FOcaramba/issues/711","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/711/packages"},{"uuid":"3760750478","node_id":"PR_kwDOIaynwM66gJKc","number":328,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.6 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2026-04-14T13:08:40.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-24T17:24:37.000Z","updated_at":"2026-04-14T13:08:42.000Z","time_to_close":9575043,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.6","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.6 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\n## 3.1.7\n\n## What's Changed\n* V3 : Decode Chunky Tile Rows Directly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2874\n* V3: Gracefully handle LZW overflows by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2880\n* [3.1] Set LangVersion=12 unconditionally by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2896\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.6\u0026new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/OpenMAQS/openmaqs-dotnet/network/alerts).\n\n\u003c/details\u003e\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.","html_url":"https://github.com/OpenMAQS/openmaqs-dotnet/pull/328","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMAQS%2Fopenmaqs-dotnet/issues/328","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/328/packages"},{"uuid":"3753365545","node_id":"PR_kwDOIfhoFc66Hn5-","number":210,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.12 to 2.1.13","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["samsmithnz"],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-22T11:06:12.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T11:06:09.000Z","updated_at":"2025-12-22T11:08:31.000Z","time_to_close":3,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.12","new_version":"2.1.13","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.12 to 2.1.13.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.13\n\n## What's Changed\n* V2 backport: 2243 - Ignore unknown chunks for WEBP by @​sonbua in https://github.com/SixLabors/ImageSharp/pull/2505\n\n## New Contributors\n* @​sonbua made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2505\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=2.1.12\u0026new-version=2.1.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/samsmithnz/PuzzleSorter/pull/210","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsmithnz%2FPuzzleSorter/issues/210","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/210/packages"},{"uuid":"3729917200","node_id":"PR_kwDOIfhoFc645Vmp","number":200,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.12 to 2.1.13","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["samsmithnz"],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-15T11:07:24.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-15T11:06:44.000Z","updated_at":"2025-12-15T11:09:09.000Z","time_to_close":40,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.12","new_version":"2.1.13","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.12 to 2.1.13.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.13\n\n## What's Changed\n* V2 backport: 2243 - Ignore unknown chunks for WEBP by @​sonbua in https://github.com/SixLabors/ImageSharp/pull/2505\n\n## New Contributors\n* @​sonbua made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2505\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=2.1.12\u0026new-version=2.1.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/samsmithnz/PuzzleSorter/pull/200","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsmithnz%2FPuzzleSorter/issues/200","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/200/packages"},{"uuid":"3682210018","node_id":"PR_kwDOGkW9Oc62aT__","number":1386,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.11 to 2.1.13","user":"dependabot[bot]","labels":["dependencies","automated"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-23T14:57:19.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-01T18:02:25.000Z","updated_at":"2025-12-23T14:57:31.000Z","time_to_close":1889694,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"2.1.13","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 2.1.13.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.13\n\n## What's Changed\n* V2 backport: 2243 - Ignore unknown chunks for WEBP by @​sonbua in https://github.com/SixLabors/ImageSharp/pull/2505\n\n## New Contributors\n* @​sonbua made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2505\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.13).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/EvotecIT/OfficeIMO/pull/1386","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FOfficeIMO/issues/1386","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1386/packages"},{"uuid":"3664673140","node_id":"PR_kwDOQbYnmc61gH9f","number":2,"state":"open","title":"Bump SixLabors.ImageSharp from 3.1.6 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-25T21:35:10.000Z","updated_at":"2025-11-25T21:36:55.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.6","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.6 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\n## 3.1.7\n\n## What's Changed\n* V3 : Decode Chunky Tile Rows Directly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2874\n* V3: Gracefully handle LZW overflows by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2880\n* [3.1] Set LangVersion=12 unconditionally by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2896\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.6\u0026new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/niko391a/Chirp/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/niko391a/Chirp/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/niko391a%2FChirp/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"},{"uuid":"3607693505","node_id":"PR_kwDOOEK0gM6yg9UM","number":40,"state":"open","title":"chore: Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-10T11:57:00.000Z","updated_at":"2025-11-10T11:57:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AratKruglik/komunalka_api/pull/40","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AratKruglik%2Fkomunalka_api/issues/40","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/40/packages"},{"uuid":"3606205034","node_id":"PR_kwDOMKvLmc6ycEjo","number":122,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-05T09:57:16.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-10T05:39:01.000Z","updated_at":"2025-12-05T09:57:17.000Z","time_to_close":2175495,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/jkendall327/octans/pull/122","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkendall327%2Foctans/issues/122","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/122/packages"},{"uuid":"3585037923","node_id":"PR_kwDOPVpHkM6xVz2J","number":94,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-06T22:08:50.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-04T07:09:34.000Z","updated_at":"2025-11-06T22:08:52.000Z","time_to_close":226756,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/liamgold/goldfinch.me/pull/94","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamgold%2Fgoldfinch.me/issues/94","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/94/packages"},{"uuid":"3581060549","node_id":"PR_kwDOJ9sYPs6xItax","number":2427,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.7 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-03T08:45:52.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-03T08:31:16.000Z","updated_at":"2025-11-03T08:45:54.000Z","time_to_close":876,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.7","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.7 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.12).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/visualengineers/reflex/pull/2427","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualengineers%2Freflex/issues/2427","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2427/packages"},{"uuid":"3568311184","node_id":"PR_kwDOHW1yc86wfrcc","number":39,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-11T20:20:23.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-29T23:15:21.000Z","updated_at":"2025-11-11T20:20:25.000Z","time_to_close":1112702,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/codemonkey85/TiredDoctorManhattan/pull/39","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey85%2FTiredDoctorManhattan/issues/39","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/39/packages"},{"uuid":"3555623691","node_id":"PR_kwDOJ9sYPs6v1K-e","number":2365,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.7 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-03T08:31:19.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-27T08:29:13.000Z","updated_at":"2025-11-03T08:31:21.000Z","time_to_close":604926,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.7","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.7 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.11).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/visualengineers/reflex/pull/2365","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualengineers%2Freflex/issues/2365","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2365/packages"},{"uuid":"3509002708","node_id":"PR_kwDOJ9sYPs6taEMi","number":2225,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.7 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-20T08:29:30.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-13T08:30:07.000Z","updated_at":"2025-10-20T08:29:32.000Z","time_to_close":604763,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.7","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.7 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.11).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/visualengineers/reflex/pull/2225","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualengineers%2Freflex/issues/2225","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2225/packages"},{"uuid":"2896487439","node_id":"PR_kwDONv1xic6spOQP","number":2,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.10 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-08T08:57:17.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-08T08:13:45.000Z","updated_at":"2025-10-08T08:57:17.000Z","time_to_close":2612,"merged_at":"2025-10-08T08:57:17.000Z","merged_by":"bjornBES","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.10","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.10 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.10\u0026new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bjornBES/GameInConsole/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/bjornBES/GameInConsole/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornBES%2FGameInConsole/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"},{"uuid":"2890777838","node_id":"PR_kwDOGkW9Oc6sTcTu","number":1296,"state":"open","title":"Bump SixLabors.ImageSharp from 2.1.11 to 3.1.11","user":"dependabot[bot]","labels":["dependencies","automated"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T15:35:58.000Z","updated_at":"2025-10-06T15:35:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\n## 3.1.7\n\n## What's Changed\n* V3 : Decode Chunky Tile Rows Directly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2874\n* V3: Gracefully handle LZW overflows by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2880\n* [3.1] Set LangVersion=12 unconditionally by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2896\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7\n\n## 3.1.6\n\n## What's Changed\n* Mono AOT decoder workaround for slow jpeg decoding. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2762\n* V3 - Correctly handle transform spaces when building transform matrices. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2791\n* Backport : V3 Fix #​2779 buffer overrun by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2824\n* Backport - v3 WEBP : Use Correct Width With AlphaDecoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2827\n* Rewrite ChunkedMemoryStream by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2828\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.5...v3.1.6\n\n## 3.1.5\n\n## What's Changed\n* [3.1] Fix overflow in MemoryAllocator.Create(options) by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2731\n* v3 - Backport. Handle out of bounds Gif LZW max code by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2754\n* Fix off-by-one error when centering a transform. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2760\n* v3.1.x Fix 2758 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2759\n* v3.1.x - Backport Webp: Fix Issue 2763/2692 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2768\n* Correctly break during Png decoding by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2769\n* Fix filtering on PNG encode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2775\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.4...v3.1.5\n\n## 3.1.4\n\n## What's Changed\n* Backport - Only exit JPEG scan decoding after multiple EOF hits by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2702\n* Ensure VP8X alpha flag is updated correctly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2699\n* Backport APNG fix to release/3.1.x by @​SpaceCheetah in https://github.com/SixLabors/ImageSharp/pull/2713\n* Limit Read Palette Indices by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2718\n* Limit all memory allocations in the MemoryAllocator layer by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2706\n* Clear Pixel Buffers on Decode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2716\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.3...v3.1.4\n\n## 3.1.3\n\n## What's Changed\n* Make DrawImage processor more robust to bad input. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2673\n* Don't skip reading data for animation chunks on identify.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2674\n* Fix AccessViolationException and hard crash with animated webp by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2676\n* Use a smarter approach to determine the transparent index when encoding palette Pngs. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2677\n* Limit ancillary PNG chunk size. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2681\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.2...v3.1.3\n\n## 3.1.2\n\n## What's Changed\n* Fix Paeth Filter decode on platforms that do not support Ssse3 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2618\n* Backport: Fix WebP animation speed bug by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2637\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2\n\n## 3.1.1\n\n## What's Changed\n* Handle dedup of local palette of 256 length by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2605\n* Correctly calculate foreground Rectangle when negative background location is set (3.1 fix) by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2609\n* Handle case when Foreground image overhangs bottom of background image during DrawImage Call (3.1 target) by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2610\n* Fix handling gif encoding for global palettes.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2614\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.0...v3.1.1\n\n## 3.1.0\n\n## What's Changed\n* Reduced intermediate allocations by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2415\n* Port colorconverter YCbCr and YCCk  to arm by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2417\n* Added and used Numerics.Vector{128|256}Count extension by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2422\n* Improvements around `fixed` by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2418\n* Create vector constants inline and not via ROS\u003cbyte\u003e by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2419\n* More tests for Webp lossless utils by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2424\n* Fix incorrect comments by @​hey-red in https://github.com/SixLabors/ImageSharp/pull/2426\n* Fixed invalid jpeg buffer width compliment for scalar color converters by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2427\n* Update Readme by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2433\n* Add AdvSimd in ComponentProcessor by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2429\n* Fix decoding tiled tiff with unequal tile width and height by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2436\n* Fix Vp8Residual costs calculation by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2432\n* Fix thresholds for Resize kernel tests by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2440\n* Tiff: Undo horizontal predictor for cmyk images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2459\n* fix a typo in XML comment for struct `Rgb48` by @​n0099 in https://github.com/SixLabors/ImageSharp/pull/2463\n* Fix #​2467 bmp encoding issue for BMP with 1 bit per pixel and more pixels per row than divisible by 8. by @​synercoder in https://github.com/SixLabors/ImageSharp/pull/2471\n* Update Directory.Build.targets by @​Pashkinz92 in https://github.com/SixLabors/ImageSharp/pull/2468\n* bugfix in Rational.cs, when both Nominator and Denominator equals to 0 by @​tsardaryanCamenAI in https://github.com/SixLabors/ImageSharp/pull/2453\n* Fix DrawImage offsetting issues and improve API parameter names. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2474\n* Use more accurate bit for alpha lookup. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2473\n* Fix for B\u0026W pbm images with width not dividable by 8 by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2481\n* Tiff: ccitt compression, fix for issue #​2451 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2483\n* Use `FileOptions.Asynchronous` when doing async IO by @​Neme12 in https://github.com/SixLabors/ImageSharp/pull/2488\n* Allow JFXX as an App0 marker header by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2482\n* Adding QOI support by @​LuisAlfredo92 in https://github.com/SixLabors/ImageSharp/pull/2446\n* Vectorize TrimTransparentPixels in GifEncoderCore by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2500\n* Prevent crafted DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2501\n* Reverse automatic include behavior. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2515\n* Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack.… by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2523\n* Fix #​2518 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2519\n* Fix for issue 2504 - IPTC and ICC profile information being lost during TIFF file save by @​JeffP134 in https://github.com/SixLabors/ImageSharp/pull/2535\n* Preserve Gif color palettes and deduplicate frame pixels. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2455\n* Bump actions/checkout from 3 to 4 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2530\n* Expose and conserve the color palette for indexed png images. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2485\n* Change ExifTag TimeZoneOffset to Signed Short by @​Cheesebaron in https://github.com/SixLabors/ImageSharp/pull/2541\n* Expose non-nullable configuration to remove AOT limiting null check by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2514\n* Add GPSHPositioningError exif tag by @​Cheesebaron in https://github.com/SixLabors/ImageSharp/pull/2543\n* Disallow allocation attempts of unrepresentable sizes by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2545\n* Add webp decoder option to handle the background color in ANIM chunk by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2547\n* Tiff decoding robustness improvements by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2550\n* PBM decoder robustness improvements and BufferedReadStream observability by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2551\n* Follow up on post-merge discussions in #​2551 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2552\n* APNG support by @​Poker-sang in https://github.com/SixLabors/ImageSharp/pull/2511\n* WebP - Reduce the allocations in lossless encoding by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2546\n* Animated webp encoder by @​Poker-sang in https://github.com/SixLabors/ImageSharp/pull/2569\n* Fix boxed quantization and update refs by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2582\n* Explicitly set BitsPerPixel and BitsPerSample to 1 for bicolor compressed images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2590\n* [fix]: Fixed Unknown App0 Marker add profileResolver missing by @​JoseEliasSantos in https://github.com/SixLabors/ImageSharp/pull/2566\n* Png- Do not attempt to read data for chunks of length 0. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2561\n ... (truncated)\n\n## 3.0.2\n\n## What's Changed\n* Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2516\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.0.1...v3.0.2\n\n## 3.0.1\n\n## What's Changed\n* ISSUE #​2385 - Implementing try get pattern to TryFindFormatByFileExtension(string extension, [NotNullWhen(true)] out IImageFormat? format) by @​Ollie-Ave in https://github.com/SixLabors/ImageSharp/pull/2386\n* Remove mac specific skips by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2384\n* Add Arm intrinsics to JpegColorConverter RGB by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2397\n* Add arm64 intrinsics for cmyk converter by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2400\n* Low-hanging fruit codegen optimizations by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2401\n* Webp: Dont use using statement for encodedAlphaData by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2412\n* Fixed wrong division hack by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2413\n* Port GrayscalConverter to Arm by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2409\n* Fix RgbScalar by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2416\n\n## New Contributors\n* @​Ollie-Ave made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2386\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.0.0...v3.0.1\n\n## 3.0.0\n\n## What's Changed\n* Use .NET 6 only by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2098\n* Convolution: Border wrapping modes by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2060\n* Use ReadOnlySpan\u003cbyte\u003e static data compiler optimization in more places by @​turbedi in https://github.com/SixLabors/ImageSharp/pull/2101\n* Add support for decoding jpeg's with arithmetic coding by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2073\n* Replace Array.Clear(array, 0, array.Length) calls with Array.Clear(array) by @​turbedi in https://github.com/SixLabors/ImageSharp/pull/2103\n* Preserve color profile when encoding bitmaps by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2108\n* Preserve color profile when encoding webp images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2109\n* Preserve color profile when encoding PNG images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2110\n* Add support for decoding webp images with animations by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/1985\n* Jpeg compressed tiff: jpeg decoder should handle the conversion from YCbCr to RGB by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2124\n* Deduce color space as YCbCr if component id's are 1, 2, 3 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2135\n* Bump actions/checkout from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2145\n* Bump actions/setup-dotnet from 1 to 2 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2143\n* Bump actions/cache from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2142\n* Bump actions/upload-artifact from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2146\n* Bump codecov/codecov-action from 1 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2144\n* Skip invalid markers during jpeg decoding by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2147\n* Tiff: Performance improvements for Fax4 decompression by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2134\n* Fix regression in TIF image loading by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2150\n* Used inline SIMD vectors if they are constants by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2122\n* Print environment info on tests start by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2175\n* Update License by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2176\n* Jpeg downscaling decoding by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2076\n* Add support for decoding tiff images with CieLab color space by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2127\n* Assembly Trimming Support by @​ds5678 in https://github.com/SixLabors/ImageSharp/pull/2160\n* Jpeg color space deduction fix by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2177\n* Add support for decoding tiff with webp compressed data by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2128\n* Fix issue when writing lossy webp with alpha data by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2173\n* Fix run-length encode compression implementation mistake in tga encoder by @​l1nxy in https://github.com/SixLabors/ImageSharp/pull/2172\n* TGA Encoder/Decoder Improvements by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2197\n* Tiff: Make sure 1 Bit compression is only used with 1 bit pixel type by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2201\n* Refactor `EnumUtils` and make it AOT-friendly. by @​teo-tsirpanis in https://github.com/SixLabors/ImageSharp/pull/2200\n* Jpeg encoder complete rewrite by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2120\n* Fix IPTC tags written on jpg files that contains non-English characters can't be correctly displayed on external apps #​2212 by @​lmerino-ep in https://github.com/SixLabors/ImageSharp/pull/2213\n* Identify transparency for indexed PNG correctly by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2215\n* Introduce Shared General Decoder Options plus Specialization by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2180\n* Add option to encode 2-bit Bitmap's by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2220\n* Fix AdaptiveThresholdProcessor throws IndexOutOfRangeException by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2221\n* Relaxed bmp dimensions validation by @​smorokin in https://github.com/SixLabors/ImageSharp/pull/2192\n* Remove obsolete code by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2189\n* Implement Median Blur processor by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2219\n* Make TestFile Image threadsafe. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2225\n* PNG filter improvements by @​saucecontrol in https://github.com/SixLabors/ImageSharp/pull/2226\n* Use File-Scoped Namespaces and Global Implicit Usings by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2229\n* Fix for issue #​2117 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2230\n* Use System.Half for HalfTypeHelper by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2233\n* [Chore] Remove InlineningOption from ThrowHelpers by @​blouflashdb in https://github.com/SixLabors/ImageSharp/pull/2234\n* Implement AutoLevel processor - Attempt 2 by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2235\n* Add TryGetLinearlySeparableComponents and tests by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2224\n ... (truncated)\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v3.1.11).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/EvotecIT/OfficeIMO/pull/1296","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FOfficeIMO/issues/1296","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1296/packages"},{"uuid":"2889220059","node_id":"PR_kwDOJ9sYPs6sNf_b","number":2115,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.7 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-06T08:58:07.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T08:12:58.000Z","updated_at":"2025-10-06T08:58:07.000Z","time_to_close":2709,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.7","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.7 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.7\u0026new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/visualengineers/reflex/pull/2115","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualengineers%2Freflex/issues/2115","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2115/packages"},{"uuid":"2884467177","node_id":"PR_kwDOIfhoFc6r7Xnp","number":183,"state":"open","title":"Bump SixLabors.ImageSharp from 2.1.11 to 2.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["samsmithnz"],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-03T10:05:58.000Z","updated_at":"2025-10-03T10:05:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"2.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 2.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=2.1.11\u0026new-version=2.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/samsmithnz/PuzzleSorter/pull/183","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsmithnz%2FPuzzleSorter/issues/183","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/183/packages"},{"uuid":"2878414002","node_id":"PR_kwDOAhsW4c6rkRyy","number":2034,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.11 to 2.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-03T06:01:57.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-01T14:08:49.000Z","updated_at":"2025-10-03T06:01:57.000Z","time_to_close":143588,"merged_at":"2025-10-03T06:01:56.000Z","merged_by":"gofal","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"2.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 2.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=2.1.11\u0026new-version=2.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/fo-dicom/fo-dicom/pull/2034","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fo-dicom%2Ffo-dicom/issues/2034","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2034/packages"},{"uuid":"2874513209","node_id":"PR_kwDOGOaop86rVZc5","number":10,"state":"open","title":"Bump SixLabors.ImageSharp from 1.0.3 to 2.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-30T13:11:52.000Z","updated_at":"2025-09-30T13:11:52.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"1.0.3","new_version":"2.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.3 to 2.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.11\n\n## What's Changed\n* Backport V2 - GIF: Check for end of stream when reading comments. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2971\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.10...v2.1.11\n\n## 2.1.10\n\n## What's Changed\n* Backport #​2859 to release/2.1.x by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2890\n* Backport #​2701 to 2.1.x [copy] by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2891\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.9...v2.1.10\n\n## 2.1.9\n\n## What's Changed\n* [2.1] Fix overflow in MemoryAllocator.Create(options) by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2732\n* Backport GIF LZW fix to 2.1 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2756\n* Backport 2759 to 2.1.x by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2770\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.8...v2.1.9\n\n## 2.1.8\n\n## What's Changed\n* V2 - Limit Read Palette Indices by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2719\n* V2 - Clear Pixel Buffers on Decode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2717\n* V2 - Limit all memory allocations in the MemoryAllocator layer  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2715\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.7...v2.1.8\n\n## 2.1.7\n\n## What's Changed\n* [release/2.1] Disallow allocation attempts of unrepresentable sizes by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2553\n* [release/2.1] Tiff decoding robustness improvements (#​2550) by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2554\n* [release/2.1] PBM decoder robustness improvements and BufferedReadStream observability by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2555\n* Backport 2681 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2688\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.6...v2.1.7\n\n## 2.1.6\n\n## What's Changed\n* Backport - Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2524\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.5...v2.1.6\n\n## 2.1.5\n\n## What's Changed\n* Backport #​2501 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2509\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.4...v2.1.5\n\n## 2.1.4\n\n## What's Changed\n* Backport WebP fix to 2.1 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2420\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.3...v2.1.4\n\n## 2.1.3\n\n## What's Changed\n* V2 Backport: 2133, 2154 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2157\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.2...v2.1.3\n\n## 2.1.2\n\n## What's Changed\n* Backport - Issue 2123 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2126\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.1...v2.1.2\n\n## 2.1.1\n\n## What's Changed\n* Memory allocation allocation tracker test helper by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2082\n* Added sanity check for every jpeg marker by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2084\n* Fixed string exif value corner case exception by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2088\n* Add missing decoder sanitation checks by @​JimBobSquarePants and @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2077\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.0...v2.1.1\n\n## 2.1.0\n\n## Advisories and Breaking Changes\n\n- Fix async image load - [#​2006](https://github.com/SixLabors/ImageSharp/pull/2006) via [@​kroymann](https://github.com/kroymann), [@​antonfirsov](https://github.com/antonfirsov), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n## Release Notes\n\n**Area:Performance**\n\n- PNG: Add SSE/AVX version of Sub, Up, Average and Paethfilters - [#​2028](https://github.com/SixLabors/ImageSharp/pull/2028) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Add AVX2 version of adler32 - [#​2024](https://github.com/SixLabors/ImageSharp/pull/2024) via [@​brianpopow](https://github.com/brianpopow)\n\n**Bug**\n\n- Gif decoder. Fix memory access violations. - [#​2014](https://github.com/SixLabors/ImageSharp/pull/2014) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Fix issue in PNG identify method to skip \"uninteresting\" chunks, incl… - [#​2019](https://github.com/SixLabors/ImageSharp/pull/2019) via [@​flew2bits](https://github.com/flew2bits), [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Ensure PixelOperations.To(TPixel) uses scaling. - [#​2050](https://github.com/SixLabors/ImageSharp/pull/2050) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Fix issue with app1 parsing - [#​2058](https://github.com/SixLabors/ImageSharp/pull/2058) via [@​brianpopow](https://github.com/brianpopow)\n- Fix resize pad color application for non Nearest Neighbor samplers - [#​2052](https://github.com/SixLabors/ImageSharp/pull/2052) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Codequality**\n\n- naming corrections - macOS and .NET - [#​2065](https://github.com/SixLabors/ImageSharp/pull/2065) via [@​mikeirvingweb](https://github.com/mikeirvingweb), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Documentation**\n\n- Fix documentation of HorizontalResolution and VerticalResolution properties - [#​1981](https://github.com/SixLabors/ImageSharp/pull/1981) via [@​0xced](https://github.com/0xced)\n\n**Enhancement**\n\n- Allow pad to work for non-alpha pixel formats - [#​2034](https://github.com/SixLabors/ImageSharp/pull/2034) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Formats:Jpeg**\n\n- Fixed multiple SpectralConverter.CommitConversion() calls - [#​2000](https://github.com/SixLabors/ImageSharp/pull/2000) via [@​br3aker](https://github.com/br3aker)\n\n**Formats:Png**\n\n- PNG: Throw exception, if palette chunk is missing - [#​2020](https://github.com/SixLabors/ImageSharp/pull/2020) via [@​brianpopow](https://github.com/brianpopow)\n- PNG: Ignore invalid gamma chunks - [#​2021](https://github.com/SixLabors/ImageSharp/pull/2021) via [@​brianpopow](https://github.com/brianpopow)\n- Optimize Crc32 for arm - [#​1987](https://github.com/SixLabors/ImageSharp/pull/1987) via [@​Bond-009](https://github.com/Bond-009), [@​brianpopow](https://github.com/brianpopow)\n- Add ARM version of adler32 - [#​2015](https://github.com/SixLabors/ImageSharp/pull/2015) via [@​brianpopow](https://github.com/brianpopow), [@​antonfirsov](https://github.com/antonfirsov), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Minor PNG Encoding Optimization for DeflaterEngine and WuQuantizer - [#​2023](https://github.com/SixLabors/ImageSharp/pull/2023) via [@​ratok-mk](https://github.com/ratok-mk), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Formats:Tiff**\n\n- Add TIFF CcittGroup4Fax (T6) compression - [#​1993](https://github.com/SixLabors/ImageSharp/pull/1993) via [@​frankracis-work](https://github.com/frankracis-work), [@​brianpopow](https://github.com/brianpopow)\n- Add support for decoding gray tiff with jpeg compression - [#​2031](https://github.com/SixLabors/ImageSharp/pull/2031) via [@​brianpopow](https://github.com/brianpopow)\n- Tiff Decoder option to decode only first frame - [#​2013](https://github.com/SixLabors/ImageSharp/pull/2013) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Add support for decoding Tiff images with UnassociatedAlphaData - [#​2037](https://github.com/SixLabors/ImageSharp/pull/2037) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- TIFF: Add support for horizontal predictor with alpha data - [#​2047](https://github.com/SixLabors/ImageSharp/pull/2047) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n ... (truncated)\n\n## 2.0.0\n\n## Advisories and Breaking Changes\n\n#### Major breaking changes\n- Due to the new unmanaged memory engine, we had to redesign our pixel processing and low level memory management API-s. The most visible change is that the `GetPixelRowSpan()` methods have been replaced with [`ProcessPixelRows()`](https://docs.sixlabors.com/api/ImageSharp/SixLabors.ImageSharp.Image-1.html#SixLabors_ImageSharp_Image_1_ProcessPixelRows_SixLabors_ImageSharp_PixelAccessorAction__0__) variants. This was done to guarantee memory safety. For more details see:\n  - 2.0 documentation on [Working with Pixel Buffers](https://docs.sixlabors.com/articles/imagesharp/pixelbuffers.html)\n  - 2.0 documentation on [Memory Management](https://docs.sixlabors.com/articles/imagesharp/memorymanagement.html)\n  - Pixel processing breaking changes \u0026 API discussion - #​1739\n- Png and Jpeg now decode to pixels formats closer to the encoded format when using the non-generic API. (For example Jpeg now decodes to `Image\u003cRgb24\u003e` instead of `Image\u003cRgba32\u003e`.) This was done to reduce memory usage and remove some surprises for users.\n- We've dropped the old NetStandard 1.3 target. This targeted frameworks not supported by Microsoft and was adding overhead to development.\n\n#### Complete list of breaking PR-s\n- Add Abgr32 pixel type, extend IPixel\u003cT\u003e - [#​1886](https://github.com/SixLabors/ImageSharp/pull/1886) via [@​ynse01](https://github.com/ynse01), [@​antonfirsov](https://github.com/antonfirsov), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Remove netstandard 1.3 target - [#​1888](https://github.com/SixLabors/ImageSharp/pull/1888) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- ImageFormatDetector Configuration Cleanup - [#​1936](https://github.com/SixLabors/ImageSharp/pull/1936) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Unmanaged pooling MemoryAllocator - [#​1730](https://github.com/SixLabors/ImageSharp/pull/1730) via [@​antonfirsov](https://github.com/antonfirsov)\n- Png - Preserve Pixel Format for Non-generic decode. - [#​1861](https://github.com/SixLabors/ImageSharp/pull/1861) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Decode Jpeg into Rgb24 when pixel type not specified. - [#​1773](https://github.com/SixLabors/ImageSharp/pull/1773)\n\n## Release Notes\n\n**API**\n\n- Remove HistogramEqualizationOptions.Default - [#​1840](https://github.com/SixLabors/ImageSharp/pull/1840) via [@​antonfirsov](https://github.com/antonfirsov)\n- Added missing CancellationToken parameters to Image - [#​1856](https://github.com/SixLabors/ImageSharp/pull/1856) via [@​justinbhopper](https://github.com/justinbhopper)\n- Expose ImageFrame\u003cTPixel\u003e.PixelBuffer - [#​1906](https://github.com/SixLabors/ImageSharp/pull/1906) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Change the constructor of PixelTypeInfo and ImageMetadata from internal to public so that a user can implement IImageInfo - [#​1929](https://github.com/SixLabors/ImageSharp/pull/1929) via [@​jz5](https://github.com/jz5), [@​antonfirsov](https://github.com/antonfirsov), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Area:Build**\n\n- Update codcov and config - [#​1820](https://github.com/SixLabors/ImageSharp/pull/1820) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Use a scheduled job for codecov - [#​1934](https://github.com/SixLabors/ImageSharp/pull/1934) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Area:Formats**\n\n- Add support for Portable Bitmap images - [#​1851](https://github.com/SixLabors/ImageSharp/pull/1851) via [@​ynse01](https://github.com/ynse01), [@​antonfirsov](https://github.com/antonfirsov), [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Area:Performance**\n\n- Webp: Use byte arrays instead of Dictionary's for lookups - [#​1800](https://github.com/SixLabors/ImageSharp/pull/1800) via [@​brianpopow](https://github.com/brianpopow)\n- Add sse2 version of select - [#​1804](https://github.com/SixLabors/ImageSharp/pull/1804) via [@​brianpopow](https://github.com/brianpopow)\n- Add SSE2 versions of ClampedAddSubtractFull and ClampedAddSubtractHalf - [#​1805](https://github.com/SixLabors/ImageSharp/pull/1805) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- SSE41 version of Hadamard transform - [#​1810](https://github.com/SixLabors/ImageSharp/pull/1810) via [@​brianpopow](https://github.com/brianpopow)\n- Add SSE41 version of Quantize block - [#​1811](https://github.com/SixLabors/ImageSharp/pull/1811) via [@​brianpopow](https://github.com/brianpopow)\n- Add SSE2 version of Mean16x4 - [#​1814](https://github.com/SixLabors/ImageSharp/pull/1814) via [@​brianpopow](https://github.com/brianpopow)\n- Add SSE2 version of Vp8Sse4X4 - [#​1817](https://github.com/SixLabors/ImageSharp/pull/1817) via [@​brianpopow](https://github.com/brianpopow)\n- Hoist some of the calculations from loops of 3DMoments() - [#​1818](https://github.com/SixLabors/ImageSharp/pull/1818) via [@​kunalspathak](https://github.com/kunalspathak), [@​brianpopow](https://github.com/brianpopow)\n- Add sse2 version of inverse transform - [#​1819](https://github.com/SixLabors/ImageSharp/pull/1819) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Add AVX version of CollectColorBlueTransforms and CollectColorRedTransforms - [#​1824](https://github.com/SixLabors/ImageSharp/pull/1824) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Add AVX version of TransformColor and TransformColorInverse - [#​1830](https://github.com/SixLabors/ImageSharp/pull/1830) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Webp improvements - [#​1846](https://github.com/SixLabors/ImageSharp/pull/1846) via [@​brianpopow](https://github.com/brianpopow)\n ... (truncated)\n\n## 1.0.4\n\n## Advisories and Breaking Changes\n\n- None\n\n## Release Notes\n\n**Bug Fixes**\n\n- Fix a few uses of DeflateStream.Read - [#​1707](https://github.com/SixLabors/ImageSharp/pull/1707) via [@​stephentoub](https://github.com/stephentoub)\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v1.0.3...v2.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=1.0.3\u0026new-version=2.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sajadbz/Sbz-clean-architecture/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/sajadbz/Sbz-clean-architecture/pull/10","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajadbz%2FSbz-clean-architecture/issues/10","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/10/packages"},{"uuid":"2871761177","node_id":"PR_kwDOGkW9Oc6rK5kZ","number":1283,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.11 to 3.1.11","user":"dependabot[bot]","labels":["dependencies","automated"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-03T07:00:20.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T19:14:30.000Z","updated_at":"2025-10-03T07:00:20.000Z","time_to_close":301550,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\n## 3.1.7\n\n## What's Changed\n* V3 : Decode Chunky Tile Rows Directly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2874\n* V3: Gracefully handle LZW overflows by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2880\n* [3.1] Set LangVersion=12 unconditionally by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2896\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7\n\n## 3.1.6\n\n## What's Changed\n* Mono AOT decoder workaround for slow jpeg decoding. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2762\n* V3 - Correctly handle transform spaces when building transform matrices. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2791\n* Backport : V3 Fix #​2779 buffer overrun by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2824\n* Backport - v3 WEBP : Use Correct Width With AlphaDecoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2827\n* Rewrite ChunkedMemoryStream by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2828\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.5...v3.1.6\n\n## 3.1.5\n\n## What's Changed\n* [3.1] Fix overflow in MemoryAllocator.Create(options) by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2731\n* v3 - Backport. Handle out of bounds Gif LZW max code by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2754\n* Fix off-by-one error when centering a transform. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2760\n* v3.1.x Fix 2758 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2759\n* v3.1.x - Backport Webp: Fix Issue 2763/2692 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2768\n* Correctly break during Png decoding by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2769\n* Fix filtering on PNG encode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2775\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.4...v3.1.5\n\n## 3.1.4\n\n## What's Changed\n* Backport - Only exit JPEG scan decoding after multiple EOF hits by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2702\n* Ensure VP8X alpha flag is updated correctly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2699\n* Backport APNG fix to release/3.1.x by @​SpaceCheetah in https://github.com/SixLabors/ImageSharp/pull/2713\n* Limit Read Palette Indices by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2718\n* Limit all memory allocations in the MemoryAllocator layer by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2706\n* Clear Pixel Buffers on Decode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2716\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.3...v3.1.4\n\n## 3.1.3\n\n## What's Changed\n* Make DrawImage processor more robust to bad input. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2673\n* Don't skip reading data for animation chunks on identify.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2674\n* Fix AccessViolationException and hard crash with animated webp by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2676\n* Use a smarter approach to determine the transparent index when encoding palette Pngs. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2677\n* Limit ancillary PNG chunk size. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2681\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.2...v3.1.3\n\n## 3.1.2\n\n## What's Changed\n* Fix Paeth Filter decode on platforms that do not support Ssse3 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2618\n* Backport: Fix WebP animation speed bug by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2637\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2\n\n## 3.1.1\n\n## What's Changed\n* Handle dedup of local palette of 256 length by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2605\n* Correctly calculate foreground Rectangle when negative background location is set (3.1 fix) by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2609\n* Handle case when Foreground image overhangs bottom of background image during DrawImage Call (3.1 target) by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2610\n* Fix handling gif encoding for global palettes.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2614\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.0...v3.1.1\n\n## 3.1.0\n\n## What's Changed\n* Reduced intermediate allocations by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2415\n* Port colorconverter YCbCr and YCCk  to arm by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2417\n* Added and used Numerics.Vector{128|256}Count extension by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2422\n* Improvements around `fixed` by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2418\n* Create vector constants inline and not via ROS\u003cbyte\u003e by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2419\n* More tests for Webp lossless utils by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2424\n* Fix incorrect comments by @​hey-red in https://github.com/SixLabors/ImageSharp/pull/2426\n* Fixed invalid jpeg buffer width compliment for scalar color converters by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2427\n* Update Readme by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2433\n* Add AdvSimd in ComponentProcessor by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2429\n* Fix decoding tiled tiff with unequal tile width and height by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2436\n* Fix Vp8Residual costs calculation by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2432\n* Fix thresholds for Resize kernel tests by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2440\n* Tiff: Undo horizontal predictor for cmyk images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2459\n* fix a typo in XML comment for struct `Rgb48` by @​n0099 in https://github.com/SixLabors/ImageSharp/pull/2463\n* Fix #​2467 bmp encoding issue for BMP with 1 bit per pixel and more pixels per row than divisible by 8. by @​synercoder in https://github.com/SixLabors/ImageSharp/pull/2471\n* Update Directory.Build.targets by @​Pashkinz92 in https://github.com/SixLabors/ImageSharp/pull/2468\n* bugfix in Rational.cs, when both Nominator and Denominator equals to 0 by @​tsardaryanCamenAI in https://github.com/SixLabors/ImageSharp/pull/2453\n* Fix DrawImage offsetting issues and improve API parameter names. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2474\n* Use more accurate bit for alpha lookup. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2473\n* Fix for B\u0026W pbm images with width not dividable by 8 by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2481\n* Tiff: ccitt compression, fix for issue #​2451 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2483\n* Use `FileOptions.Asynchronous` when doing async IO by @​Neme12 in https://github.com/SixLabors/ImageSharp/pull/2488\n* Allow JFXX as an App0 marker header by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2482\n* Adding QOI support by @​LuisAlfredo92 in https://github.com/SixLabors/ImageSharp/pull/2446\n* Vectorize TrimTransparentPixels in GifEncoderCore by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2500\n* Prevent crafted DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2501\n* Reverse automatic include behavior. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2515\n* Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack.… by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2523\n* Fix #​2518 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2519\n* Fix for issue 2504 - IPTC and ICC profile information being lost during TIFF file save by @​JeffP134 in https://github.com/SixLabors/ImageSharp/pull/2535\n* Preserve Gif color palettes and deduplicate frame pixels. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2455\n* Bump actions/checkout from 3 to 4 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2530\n* Expose and conserve the color palette for indexed png images. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2485\n* Change ExifTag TimeZoneOffset to Signed Short by @​Cheesebaron in https://github.com/SixLabors/ImageSharp/pull/2541\n* Expose non-nullable configuration to remove AOT limiting null check by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2514\n* Add GPSHPositioningError exif tag by @​Cheesebaron in https://github.com/SixLabors/ImageSharp/pull/2543\n* Disallow allocation attempts of unrepresentable sizes by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2545\n* Add webp decoder option to handle the background color in ANIM chunk by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2547\n* Tiff decoding robustness improvements by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2550\n* PBM decoder robustness improvements and BufferedReadStream observability by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2551\n* Follow up on post-merge discussions in #​2551 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2552\n* APNG support by @​Poker-sang in https://github.com/SixLabors/ImageSharp/pull/2511\n* WebP - Reduce the allocations in lossless encoding by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2546\n* Animated webp encoder by @​Poker-sang in https://github.com/SixLabors/ImageSharp/pull/2569\n* Fix boxed quantization and update refs by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2582\n* Explicitly set BitsPerPixel and BitsPerSample to 1 for bicolor compressed images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2590\n* [fix]: Fixed Unknown App0 Marker add profileResolver missing by @​JoseEliasSantos in https://github.com/SixLabors/ImageSharp/pull/2566\n* Png- Do not attempt to read data for chunks of length 0. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2561\n ... (truncated)\n\n## 3.0.2\n\n## What's Changed\n* Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2516\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.0.1...v3.0.2\n\n## 3.0.1\n\n## What's Changed\n* ISSUE #​2385 - Implementing try get pattern to TryFindFormatByFileExtension(string extension, [NotNullWhen(true)] out IImageFormat? format) by @​Ollie-Ave in https://github.com/SixLabors/ImageSharp/pull/2386\n* Remove mac specific skips by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2384\n* Add Arm intrinsics to JpegColorConverter RGB by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2397\n* Add arm64 intrinsics for cmyk converter by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2400\n* Low-hanging fruit codegen optimizations by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2401\n* Webp: Dont use using statement for encodedAlphaData by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2412\n* Fixed wrong division hack by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2413\n* Port GrayscalConverter to Arm by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2409\n* Fix RgbScalar by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2416\n\n## New Contributors\n* @​Ollie-Ave made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2386\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.0.0...v3.0.1\n\n## 3.0.0\n\n## What's Changed\n* Use .NET 6 only by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2098\n* Convolution: Border wrapping modes by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2060\n* Use ReadOnlySpan\u003cbyte\u003e static data compiler optimization in more places by @​turbedi in https://github.com/SixLabors/ImageSharp/pull/2101\n* Add support for decoding jpeg's with arithmetic coding by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2073\n* Replace Array.Clear(array, 0, array.Length) calls with Array.Clear(array) by @​turbedi in https://github.com/SixLabors/ImageSharp/pull/2103\n* Preserve color profile when encoding bitmaps by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2108\n* Preserve color profile when encoding webp images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2109\n* Preserve color profile when encoding PNG images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2110\n* Add support for decoding webp images with animations by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/1985\n* Jpeg compressed tiff: jpeg decoder should handle the conversion from YCbCr to RGB by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2124\n* Deduce color space as YCbCr if component id's are 1, 2, 3 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2135\n* Bump actions/checkout from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2145\n* Bump actions/setup-dotnet from 1 to 2 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2143\n* Bump actions/cache from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2142\n* Bump actions/upload-artifact from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2146\n* Bump codecov/codecov-action from 1 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2144\n* Skip invalid markers during jpeg decoding by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2147\n* Tiff: Performance improvements for Fax4 decompression by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2134\n* Fix regression in TIF image loading by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2150\n* Used inline SIMD vectors if they are constants by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2122\n* Print environment info on tests start by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2175\n* Update License by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2176\n* Jpeg downscaling decoding by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2076\n* Add support for decoding tiff images with CieLab color space by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2127\n* Assembly Trimming Support by @​ds5678 in https://github.com/SixLabors/ImageSharp/pull/2160\n* Jpeg color space deduction fix by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2177\n* Add support for decoding tiff with webp compressed data by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2128\n* Fix issue when writing lossy webp with alpha data by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2173\n* Fix run-length encode compression implementation mistake in tga encoder by @​l1nxy in https://github.com/SixLabors/ImageSharp/pull/2172\n* TGA Encoder/Decoder Improvements by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2197\n* Tiff: Make sure 1 Bit compression is only used with 1 bit pixel type by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2201\n* Refactor `EnumUtils` and make it AOT-friendly. by @​teo-tsirpanis in https://github.com/SixLabors/ImageSharp/pull/2200\n* Jpeg encoder complete rewrite by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2120\n* Fix IPTC tags written on jpg files that contains non-English characters can't be correctly displayed on external apps #​2212 by @​lmerino-ep in https://github.com/SixLabors/ImageSharp/pull/2213\n* Identify transparency for indexed PNG correctly by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2215\n* Introduce Shared General Decoder Options plus Specialization by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2180\n* Add option to encode 2-bit Bitmap's by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2220\n* Fix AdaptiveThresholdProcessor throws IndexOutOfRangeException by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2221\n* Relaxed bmp dimensions validation by @​smorokin in https://github.com/SixLabors/ImageSharp/pull/2192\n* Remove obsolete code by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2189\n* Implement Median Blur processor by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2219\n* Make TestFile Image threadsafe. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2225\n* PNG filter improvements by @​saucecontrol in https://github.com/SixLabors/ImageSharp/pull/2226\n* Use File-Scoped Namespaces and Global Implicit Usings by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2229\n* Fix for issue #​2117 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2230\n* Use System.Half for HalfTypeHelper by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2233\n* [Chore] Remove InlineningOption from ThrowHelpers by @​blouflashdb in https://github.com/SixLabors/ImageSharp/pull/2234\n* Implement AutoLevel processor - Attempt 2 by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2235\n* Add TryGetLinearlySeparableComponents and tests by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2224\n ... (truncated)\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v3.1.11).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/EvotecIT/OfficeIMO/pull/1283","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FOfficeIMO/issues/1283","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1283/packages"}],"issue_packages":[{"old_version":"3.1.11","new_version":"3.1.12","update_type":"patch","path":null,"pr_created_at":"2025-12-26T21:09:54.000Z","version_change":"3.1.11 → 3.1.12","issue":{"uuid":"3764013784","node_id":"PR_kwDOAlAoR866qWuL","number":711,"state":"open","title":"Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":9,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-26T21:09:54.000Z","updated_at":"2025-12-28T00:00:32.626Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Accenture/Ocaramba/pull/711","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2FOcaramba/issues/711","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/711/packages"}},{"old_version":"3.1.6","new_version":"3.1.11","update_type":"patch","path":null,"pr_created_at":"2025-12-24T17:24:37.000Z","version_change":"3.1.6 → 3.1.11","issue":{"uuid":"3760750478","node_id":"PR_kwDOIaynwM66gJKc","number":328,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.6 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2026-04-14T13:08:40.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-24T17:24:37.000Z","updated_at":"2026-04-14T13:08:42.000Z","time_to_close":9575043,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.6","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.6 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\n## 3.1.7\n\n## What's Changed\n* V3 : Decode Chunky Tile Rows Directly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2874\n* V3: Gracefully handle LZW overflows by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2880\n* [3.1] Set LangVersion=12 unconditionally by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2896\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.6\u0026new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/OpenMAQS/openmaqs-dotnet/network/alerts).\n\n\u003c/details\u003e\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.","html_url":"https://github.com/OpenMAQS/openmaqs-dotnet/pull/328","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMAQS%2Fopenmaqs-dotnet/issues/328","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/328/packages"}},{"old_version":"2.1.12","new_version":"2.1.13","update_type":"patch","path":null,"pr_created_at":"2025-12-22T11:06:09.000Z","version_change":"2.1.12 → 2.1.13","issue":{"uuid":"3753365545","node_id":"PR_kwDOIfhoFc66Hn5-","number":210,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.12 to 2.1.13","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["samsmithnz"],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-22T11:06:12.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T11:06:09.000Z","updated_at":"2025-12-22T11:08:31.000Z","time_to_close":3,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.12","new_version":"2.1.13","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.12 to 2.1.13.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.13\n\n## What's Changed\n* V2 backport: 2243 - Ignore unknown chunks for WEBP by @​sonbua in https://github.com/SixLabors/ImageSharp/pull/2505\n\n## New Contributors\n* @​sonbua made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2505\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=2.1.12\u0026new-version=2.1.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/samsmithnz/PuzzleSorter/pull/210","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsmithnz%2FPuzzleSorter/issues/210","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/210/packages"}},{"old_version":"2.1.12","new_version":"2.1.13","update_type":"patch","path":null,"pr_created_at":"2025-12-15T11:06:44.000Z","version_change":"2.1.12 → 2.1.13","issue":{"uuid":"3729917200","node_id":"PR_kwDOIfhoFc645Vmp","number":200,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.12 to 2.1.13","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["samsmithnz"],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-15T11:07:24.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-15T11:06:44.000Z","updated_at":"2025-12-15T11:09:09.000Z","time_to_close":40,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.12","new_version":"2.1.13","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.12 to 2.1.13.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.13\n\n## What's Changed\n* V2 backport: 2243 - Ignore unknown chunks for WEBP by @​sonbua in https://github.com/SixLabors/ImageSharp/pull/2505\n\n## New Contributors\n* @​sonbua made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2505\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=2.1.12\u0026new-version=2.1.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/samsmithnz/PuzzleSorter/pull/200","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsmithnz%2FPuzzleSorter/issues/200","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/200/packages"}},{"old_version":"2.1.11","new_version":"2.1.13","update_type":"patch","path":null,"pr_created_at":"2025-12-01T18:02:25.000Z","version_change":"2.1.11 → 2.1.13","issue":{"uuid":"3682210018","node_id":"PR_kwDOGkW9Oc62aT__","number":1386,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.11 to 2.1.13","user":"dependabot[bot]","labels":["dependencies","automated"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-23T14:57:19.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-01T18:02:25.000Z","updated_at":"2025-12-23T14:57:31.000Z","time_to_close":1889694,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"2.1.13","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 2.1.13.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.13\n\n## What's Changed\n* V2 backport: 2243 - Ignore unknown chunks for WEBP by @​sonbua in https://github.com/SixLabors/ImageSharp/pull/2505\n\n## New Contributors\n* @​sonbua made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2505\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.12...v2.1.13\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.13).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/EvotecIT/OfficeIMO/pull/1386","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FOfficeIMO/issues/1386","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1386/packages"}},{"old_version":"3.1.6","new_version":"3.1.11","update_type":"patch","path":null,"pr_created_at":"2025-11-25T21:35:10.000Z","version_change":"3.1.6 → 3.1.11","issue":{"uuid":"3664673140","node_id":"PR_kwDOQbYnmc61gH9f","number":2,"state":"open","title":"Bump SixLabors.ImageSharp from 3.1.6 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-25T21:35:10.000Z","updated_at":"2025-11-25T21:36:55.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.6","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.6 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\n## 3.1.7\n\n## What's Changed\n* V3 : Decode Chunky Tile Rows Directly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2874\n* V3: Gracefully handle LZW overflows by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2880\n* [3.1] Set LangVersion=12 unconditionally by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2896\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.6\u0026new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/niko391a/Chirp/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/niko391a/Chirp/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/niko391a%2FChirp/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"}},{"old_version":"3.1.11","new_version":"3.1.12","update_type":"patch","path":null,"pr_created_at":"2025-11-10T11:57:00.000Z","version_change":"3.1.11 → 3.1.12","issue":{"uuid":"3607693505","node_id":"PR_kwDOOEK0gM6yg9UM","number":40,"state":"open","title":"chore: Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-10T11:57:00.000Z","updated_at":"2025-11-10T11:57:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AratKruglik/komunalka_api/pull/40","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AratKruglik%2Fkomunalka_api/issues/40","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/40/packages"}},{"old_version":"3.1.11","new_version":"3.1.12","update_type":"patch","path":null,"pr_created_at":"2025-11-10T05:39:01.000Z","version_change":"3.1.11 → 3.1.12","issue":{"uuid":"3606205034","node_id":"PR_kwDOMKvLmc6ycEjo","number":122,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-05T09:57:16.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-10T05:39:01.000Z","updated_at":"2025-12-05T09:57:17.000Z","time_to_close":2175495,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/jkendall327/octans/pull/122","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkendall327%2Foctans/issues/122","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/122/packages"}},{"old_version":"3.1.11","new_version":"3.1.12","update_type":"patch","path":null,"pr_created_at":"2025-11-04T07:09:34.000Z","version_change":"3.1.11 → 3.1.12","issue":{"uuid":"3585037923","node_id":"PR_kwDOPVpHkM6xVz2J","number":94,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-06T22:08:50.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-04T07:09:34.000Z","updated_at":"2025-11-06T22:08:52.000Z","time_to_close":226756,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/liamgold/goldfinch.me/pull/94","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamgold%2Fgoldfinch.me/issues/94","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/94/packages"}},{"old_version":"3.1.7","new_version":"3.1.12","update_type":"patch","path":null,"pr_created_at":"2025-11-03T08:31:16.000Z","version_change":"3.1.7 → 3.1.12","issue":{"uuid":"3581060549","node_id":"PR_kwDOJ9sYPs6xItax","number":2427,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.7 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-03T08:45:52.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-03T08:31:16.000Z","updated_at":"2025-11-03T08:45:54.000Z","time_to_close":876,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.7","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.7 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.12).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/visualengineers/reflex/pull/2427","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualengineers%2Freflex/issues/2427","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2427/packages"}},{"old_version":"3.1.11","new_version":"3.1.12","update_type":"patch","path":null,"pr_created_at":"2025-10-29T23:15:21.000Z","version_change":"3.1.11 → 3.1.12","issue":{"uuid":"3568311184","node_id":"PR_kwDOHW1yc86wfrcc","number":39,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-11T20:20:23.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-29T23:15:21.000Z","updated_at":"2025-11-11T20:20:25.000Z","time_to_close":1112702,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.11","new_version":"3.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.11 to 3.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.12\n\n## What's Changed\n* v3 : Add Full Metadata Parsing for WEBP Animations by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3002\n* V3: Prevent negative allocation attempt for huge TIFF files by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3004\n* Backport v3 : Tiff decoder: Fix issue 2679  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/3007\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.11...v3.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.11\u0026new-version=3.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/codemonkey85/TiredDoctorManhattan/pull/39","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey85%2FTiredDoctorManhattan/issues/39","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/39/packages"}},{"old_version":"3.1.7","new_version":"3.1.11","update_type":"patch","path":null,"pr_created_at":"2025-10-27T08:29:13.000Z","version_change":"3.1.7 → 3.1.11","issue":{"uuid":"3555623691","node_id":"PR_kwDOJ9sYPs6v1K-e","number":2365,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.7 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-03T08:31:19.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-27T08:29:13.000Z","updated_at":"2025-11-03T08:31:21.000Z","time_to_close":604926,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.7","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.7 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.11).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/visualengineers/reflex/pull/2365","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualengineers%2Freflex/issues/2365","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2365/packages"}},{"old_version":"3.1.7","new_version":"3.1.11","update_type":"patch","path":null,"pr_created_at":"2025-10-13T08:30:07.000Z","version_change":"3.1.7 → 3.1.11","issue":{"uuid":"3509002708","node_id":"PR_kwDOJ9sYPs6taEMi","number":2225,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.7 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-20T08:29:30.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-13T08:30:07.000Z","updated_at":"2025-10-20T08:29:32.000Z","time_to_close":604763,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.7","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.7 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.11).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/visualengineers/reflex/pull/2225","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualengineers%2Freflex/issues/2225","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2225/packages"}},{"old_version":"3.1.10","new_version":"3.1.11","update_type":"patch","path":null,"pr_created_at":"2025-10-08T08:13:45.000Z","version_change":"3.1.10 → 3.1.11","issue":{"uuid":"2896487439","node_id":"PR_kwDONv1xic6spOQP","number":2,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.10 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-08T08:57:17.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-08T08:13:45.000Z","updated_at":"2025-10-08T08:57:17.000Z","time_to_close":2612,"merged_at":"2025-10-08T08:57:17.000Z","merged_by":"bjornBES","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.10","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.10 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.10\u0026new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bjornBES/GameInConsole/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/bjornBES/GameInConsole/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornBES%2FGameInConsole/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"}},{"old_version":"2.1.11","new_version":"3.1.11","update_type":"major","path":null,"pr_created_at":"2025-10-06T15:35:58.000Z","version_change":"2.1.11 → 3.1.11","issue":{"uuid":"2890777838","node_id":"PR_kwDOGkW9Oc6sTcTu","number":1296,"state":"open","title":"Bump SixLabors.ImageSharp from 2.1.11 to 3.1.11","user":"dependabot[bot]","labels":["dependencies","automated"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T15:35:58.000Z","updated_at":"2025-10-06T15:35:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\n## 3.1.7\n\n## What's Changed\n* V3 : Decode Chunky Tile Rows Directly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2874\n* V3: Gracefully handle LZW overflows by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2880\n* [3.1] Set LangVersion=12 unconditionally by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2896\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7\n\n## 3.1.6\n\n## What's Changed\n* Mono AOT decoder workaround for slow jpeg decoding. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2762\n* V3 - Correctly handle transform spaces when building transform matrices. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2791\n* Backport : V3 Fix #​2779 buffer overrun by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2824\n* Backport - v3 WEBP : Use Correct Width With AlphaDecoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2827\n* Rewrite ChunkedMemoryStream by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2828\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.5...v3.1.6\n\n## 3.1.5\n\n## What's Changed\n* [3.1] Fix overflow in MemoryAllocator.Create(options) by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2731\n* v3 - Backport. Handle out of bounds Gif LZW max code by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2754\n* Fix off-by-one error when centering a transform. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2760\n* v3.1.x Fix 2758 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2759\n* v3.1.x - Backport Webp: Fix Issue 2763/2692 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2768\n* Correctly break during Png decoding by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2769\n* Fix filtering on PNG encode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2775\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.4...v3.1.5\n\n## 3.1.4\n\n## What's Changed\n* Backport - Only exit JPEG scan decoding after multiple EOF hits by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2702\n* Ensure VP8X alpha flag is updated correctly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2699\n* Backport APNG fix to release/3.1.x by @​SpaceCheetah in https://github.com/SixLabors/ImageSharp/pull/2713\n* Limit Read Palette Indices by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2718\n* Limit all memory allocations in the MemoryAllocator layer by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2706\n* Clear Pixel Buffers on Decode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2716\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.3...v3.1.4\n\n## 3.1.3\n\n## What's Changed\n* Make DrawImage processor more robust to bad input. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2673\n* Don't skip reading data for animation chunks on identify.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2674\n* Fix AccessViolationException and hard crash with animated webp by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2676\n* Use a smarter approach to determine the transparent index when encoding palette Pngs. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2677\n* Limit ancillary PNG chunk size. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2681\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.2...v3.1.3\n\n## 3.1.2\n\n## What's Changed\n* Fix Paeth Filter decode on platforms that do not support Ssse3 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2618\n* Backport: Fix WebP animation speed bug by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2637\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2\n\n## 3.1.1\n\n## What's Changed\n* Handle dedup of local palette of 256 length by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2605\n* Correctly calculate foreground Rectangle when negative background location is set (3.1 fix) by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2609\n* Handle case when Foreground image overhangs bottom of background image during DrawImage Call (3.1 target) by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2610\n* Fix handling gif encoding for global palettes.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2614\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.0...v3.1.1\n\n## 3.1.0\n\n## What's Changed\n* Reduced intermediate allocations by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2415\n* Port colorconverter YCbCr and YCCk  to arm by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2417\n* Added and used Numerics.Vector{128|256}Count extension by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2422\n* Improvements around `fixed` by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2418\n* Create vector constants inline and not via ROS\u003cbyte\u003e by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2419\n* More tests for Webp lossless utils by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2424\n* Fix incorrect comments by @​hey-red in https://github.com/SixLabors/ImageSharp/pull/2426\n* Fixed invalid jpeg buffer width compliment for scalar color converters by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2427\n* Update Readme by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2433\n* Add AdvSimd in ComponentProcessor by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2429\n* Fix decoding tiled tiff with unequal tile width and height by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2436\n* Fix Vp8Residual costs calculation by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2432\n* Fix thresholds for Resize kernel tests by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2440\n* Tiff: Undo horizontal predictor for cmyk images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2459\n* fix a typo in XML comment for struct `Rgb48` by @​n0099 in https://github.com/SixLabors/ImageSharp/pull/2463\n* Fix #​2467 bmp encoding issue for BMP with 1 bit per pixel and more pixels per row than divisible by 8. by @​synercoder in https://github.com/SixLabors/ImageSharp/pull/2471\n* Update Directory.Build.targets by @​Pashkinz92 in https://github.com/SixLabors/ImageSharp/pull/2468\n* bugfix in Rational.cs, when both Nominator and Denominator equals to 0 by @​tsardaryanCamenAI in https://github.com/SixLabors/ImageSharp/pull/2453\n* Fix DrawImage offsetting issues and improve API parameter names. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2474\n* Use more accurate bit for alpha lookup. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2473\n* Fix for B\u0026W pbm images with width not dividable by 8 by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2481\n* Tiff: ccitt compression, fix for issue #​2451 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2483\n* Use `FileOptions.Asynchronous` when doing async IO by @​Neme12 in https://github.com/SixLabors/ImageSharp/pull/2488\n* Allow JFXX as an App0 marker header by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2482\n* Adding QOI support by @​LuisAlfredo92 in https://github.com/SixLabors/ImageSharp/pull/2446\n* Vectorize TrimTransparentPixels in GifEncoderCore by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2500\n* Prevent crafted DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2501\n* Reverse automatic include behavior. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2515\n* Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack.… by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2523\n* Fix #​2518 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2519\n* Fix for issue 2504 - IPTC and ICC profile information being lost during TIFF file save by @​JeffP134 in https://github.com/SixLabors/ImageSharp/pull/2535\n* Preserve Gif color palettes and deduplicate frame pixels. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2455\n* Bump actions/checkout from 3 to 4 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2530\n* Expose and conserve the color palette for indexed png images. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2485\n* Change ExifTag TimeZoneOffset to Signed Short by @​Cheesebaron in https://github.com/SixLabors/ImageSharp/pull/2541\n* Expose non-nullable configuration to remove AOT limiting null check by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2514\n* Add GPSHPositioningError exif tag by @​Cheesebaron in https://github.com/SixLabors/ImageSharp/pull/2543\n* Disallow allocation attempts of unrepresentable sizes by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2545\n* Add webp decoder option to handle the background color in ANIM chunk by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2547\n* Tiff decoding robustness improvements by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2550\n* PBM decoder robustness improvements and BufferedReadStream observability by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2551\n* Follow up on post-merge discussions in #​2551 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2552\n* APNG support by @​Poker-sang in https://github.com/SixLabors/ImageSharp/pull/2511\n* WebP - Reduce the allocations in lossless encoding by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2546\n* Animated webp encoder by @​Poker-sang in https://github.com/SixLabors/ImageSharp/pull/2569\n* Fix boxed quantization and update refs by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2582\n* Explicitly set BitsPerPixel and BitsPerSample to 1 for bicolor compressed images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2590\n* [fix]: Fixed Unknown App0 Marker add profileResolver missing by @​JoseEliasSantos in https://github.com/SixLabors/ImageSharp/pull/2566\n* Png- Do not attempt to read data for chunks of length 0. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2561\n ... (truncated)\n\n## 3.0.2\n\n## What's Changed\n* Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2516\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.0.1...v3.0.2\n\n## 3.0.1\n\n## What's Changed\n* ISSUE #​2385 - Implementing try get pattern to TryFindFormatByFileExtension(string extension, [NotNullWhen(true)] out IImageFormat? format) by @​Ollie-Ave in https://github.com/SixLabors/ImageSharp/pull/2386\n* Remove mac specific skips by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2384\n* Add Arm intrinsics to JpegColorConverter RGB by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2397\n* Add arm64 intrinsics for cmyk converter by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2400\n* Low-hanging fruit codegen optimizations by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2401\n* Webp: Dont use using statement for encodedAlphaData by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2412\n* Fixed wrong division hack by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2413\n* Port GrayscalConverter to Arm by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2409\n* Fix RgbScalar by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2416\n\n## New Contributors\n* @​Ollie-Ave made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2386\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.0.0...v3.0.1\n\n## 3.0.0\n\n## What's Changed\n* Use .NET 6 only by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2098\n* Convolution: Border wrapping modes by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2060\n* Use ReadOnlySpan\u003cbyte\u003e static data compiler optimization in more places by @​turbedi in https://github.com/SixLabors/ImageSharp/pull/2101\n* Add support for decoding jpeg's with arithmetic coding by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2073\n* Replace Array.Clear(array, 0, array.Length) calls with Array.Clear(array) by @​turbedi in https://github.com/SixLabors/ImageSharp/pull/2103\n* Preserve color profile when encoding bitmaps by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2108\n* Preserve color profile when encoding webp images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2109\n* Preserve color profile when encoding PNG images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2110\n* Add support for decoding webp images with animations by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/1985\n* Jpeg compressed tiff: jpeg decoder should handle the conversion from YCbCr to RGB by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2124\n* Deduce color space as YCbCr if component id's are 1, 2, 3 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2135\n* Bump actions/checkout from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2145\n* Bump actions/setup-dotnet from 1 to 2 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2143\n* Bump actions/cache from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2142\n* Bump actions/upload-artifact from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2146\n* Bump codecov/codecov-action from 1 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2144\n* Skip invalid markers during jpeg decoding by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2147\n* Tiff: Performance improvements for Fax4 decompression by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2134\n* Fix regression in TIF image loading by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2150\n* Used inline SIMD vectors if they are constants by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2122\n* Print environment info on tests start by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2175\n* Update License by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2176\n* Jpeg downscaling decoding by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2076\n* Add support for decoding tiff images with CieLab color space by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2127\n* Assembly Trimming Support by @​ds5678 in https://github.com/SixLabors/ImageSharp/pull/2160\n* Jpeg color space deduction fix by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2177\n* Add support for decoding tiff with webp compressed data by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2128\n* Fix issue when writing lossy webp with alpha data by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2173\n* Fix run-length encode compression implementation mistake in tga encoder by @​l1nxy in https://github.com/SixLabors/ImageSharp/pull/2172\n* TGA Encoder/Decoder Improvements by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2197\n* Tiff: Make sure 1 Bit compression is only used with 1 bit pixel type by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2201\n* Refactor `EnumUtils` and make it AOT-friendly. by @​teo-tsirpanis in https://github.com/SixLabors/ImageSharp/pull/2200\n* Jpeg encoder complete rewrite by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2120\n* Fix IPTC tags written on jpg files that contains non-English characters can't be correctly displayed on external apps #​2212 by @​lmerino-ep in https://github.com/SixLabors/ImageSharp/pull/2213\n* Identify transparency for indexed PNG correctly by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2215\n* Introduce Shared General Decoder Options plus Specialization by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2180\n* Add option to encode 2-bit Bitmap's by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2220\n* Fix AdaptiveThresholdProcessor throws IndexOutOfRangeException by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2221\n* Relaxed bmp dimensions validation by @​smorokin in https://github.com/SixLabors/ImageSharp/pull/2192\n* Remove obsolete code by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2189\n* Implement Median Blur processor by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2219\n* Make TestFile Image threadsafe. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2225\n* PNG filter improvements by @​saucecontrol in https://github.com/SixLabors/ImageSharp/pull/2226\n* Use File-Scoped Namespaces and Global Implicit Usings by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2229\n* Fix for issue #​2117 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2230\n* Use System.Half for HalfTypeHelper by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2233\n* [Chore] Remove InlineningOption from ThrowHelpers by @​blouflashdb in https://github.com/SixLabors/ImageSharp/pull/2234\n* Implement AutoLevel processor - Attempt 2 by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2235\n* Add TryGetLinearlySeparableComponents and tests by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2224\n ... (truncated)\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v3.1.11).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/EvotecIT/OfficeIMO/pull/1296","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FOfficeIMO/issues/1296","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1296/packages"}},{"old_version":"3.1.7","new_version":"3.1.11","update_type":"patch","path":null,"pr_created_at":"2025-10-06T08:12:58.000Z","version_change":"3.1.7 → 3.1.11","issue":{"uuid":"2889220059","node_id":"PR_kwDOJ9sYPs6sNf_b","number":2115,"state":"closed","title":"Bump SixLabors.ImageSharp from 3.1.7 to 3.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-06T08:58:07.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T08:12:58.000Z","updated_at":"2025-10-06T08:58:07.000Z","time_to_close":2709,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"3.1.7","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.7 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=3.1.7\u0026new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/visualengineers/reflex/pull/2115","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualengineers%2Freflex/issues/2115","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2115/packages"}},{"old_version":"2.1.11","new_version":"2.1.12","update_type":"patch","path":null,"pr_created_at":"2025-10-03T10:05:58.000Z","version_change":"2.1.11 → 2.1.12","issue":{"uuid":"2884467177","node_id":"PR_kwDOIfhoFc6r7Xnp","number":183,"state":"open","title":"Bump SixLabors.ImageSharp from 2.1.11 to 2.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["samsmithnz"],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-03T10:05:58.000Z","updated_at":"2025-10-03T10:05:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"2.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 2.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=2.1.11\u0026new-version=2.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/samsmithnz/PuzzleSorter/pull/183","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsmithnz%2FPuzzleSorter/issues/183","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/183/packages"}},{"old_version":"2.1.11","new_version":"2.1.12","update_type":"patch","path":null,"pr_created_at":"2025-10-01T14:08:49.000Z","version_change":"2.1.11 → 2.1.12","issue":{"uuid":"2878414002","node_id":"PR_kwDOAhsW4c6rkRyy","number":2034,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.11 to 2.1.12","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-03T06:01:57.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-01T14:08:49.000Z","updated_at":"2025-10-03T06:01:57.000Z","time_to_close":143588,"merged_at":"2025-10-03T06:01:56.000Z","merged_by":"gofal","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"2.1.12","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 2.1.12.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=2.1.11\u0026new-version=2.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/fo-dicom/fo-dicom/pull/2034","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fo-dicom%2Ffo-dicom/issues/2034","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2034/packages"}},{"old_version":"1.0.3","new_version":"2.1.11","update_type":"major","path":null,"pr_created_at":"2025-09-30T13:11:52.000Z","version_change":"1.0.3 → 2.1.11","issue":{"uuid":"2874513209","node_id":"PR_kwDOGOaop86rVZc5","number":10,"state":"open","title":"Bump SixLabors.ImageSharp from 1.0.3 to 2.1.11","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-30T13:11:52.000Z","updated_at":"2025-09-30T13:11:52.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"1.0.3","new_version":"2.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.3 to 2.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 2.1.11\n\n## What's Changed\n* Backport V2 - GIF: Check for end of stream when reading comments. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2971\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.10...v2.1.11\n\n## 2.1.10\n\n## What's Changed\n* Backport #​2859 to release/2.1.x by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2890\n* Backport #​2701 to 2.1.x [copy] by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2891\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.9...v2.1.10\n\n## 2.1.9\n\n## What's Changed\n* [2.1] Fix overflow in MemoryAllocator.Create(options) by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2732\n* Backport GIF LZW fix to 2.1 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2756\n* Backport 2759 to 2.1.x by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2770\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.8...v2.1.9\n\n## 2.1.8\n\n## What's Changed\n* V2 - Limit Read Palette Indices by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2719\n* V2 - Clear Pixel Buffers on Decode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2717\n* V2 - Limit all memory allocations in the MemoryAllocator layer  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2715\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.7...v2.1.8\n\n## 2.1.7\n\n## What's Changed\n* [release/2.1] Disallow allocation attempts of unrepresentable sizes by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2553\n* [release/2.1] Tiff decoding robustness improvements (#​2550) by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2554\n* [release/2.1] PBM decoder robustness improvements and BufferedReadStream observability by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2555\n* Backport 2681 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2688\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.6...v2.1.7\n\n## 2.1.6\n\n## What's Changed\n* Backport - Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2524\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.5...v2.1.6\n\n## 2.1.5\n\n## What's Changed\n* Backport #​2501 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2509\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.4...v2.1.5\n\n## 2.1.4\n\n## What's Changed\n* Backport WebP fix to 2.1 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2420\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.3...v2.1.4\n\n## 2.1.3\n\n## What's Changed\n* V2 Backport: 2133, 2154 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2157\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.2...v2.1.3\n\n## 2.1.2\n\n## What's Changed\n* Backport - Issue 2123 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2126\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.1...v2.1.2\n\n## 2.1.1\n\n## What's Changed\n* Memory allocation allocation tracker test helper by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2082\n* Added sanity check for every jpeg marker by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2084\n* Fixed string exif value corner case exception by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2088\n* Add missing decoder sanitation checks by @​JimBobSquarePants and @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2077\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.0...v2.1.1\n\n## 2.1.0\n\n## Advisories and Breaking Changes\n\n- Fix async image load - [#​2006](https://github.com/SixLabors/ImageSharp/pull/2006) via [@​kroymann](https://github.com/kroymann), [@​antonfirsov](https://github.com/antonfirsov), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n## Release Notes\n\n**Area:Performance**\n\n- PNG: Add SSE/AVX version of Sub, Up, Average and Paethfilters - [#​2028](https://github.com/SixLabors/ImageSharp/pull/2028) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Add AVX2 version of adler32 - [#​2024](https://github.com/SixLabors/ImageSharp/pull/2024) via [@​brianpopow](https://github.com/brianpopow)\n\n**Bug**\n\n- Gif decoder. Fix memory access violations. - [#​2014](https://github.com/SixLabors/ImageSharp/pull/2014) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Fix issue in PNG identify method to skip \"uninteresting\" chunks, incl… - [#​2019](https://github.com/SixLabors/ImageSharp/pull/2019) via [@​flew2bits](https://github.com/flew2bits), [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Ensure PixelOperations.To(TPixel) uses scaling. - [#​2050](https://github.com/SixLabors/ImageSharp/pull/2050) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Fix issue with app1 parsing - [#​2058](https://github.com/SixLabors/ImageSharp/pull/2058) via [@​brianpopow](https://github.com/brianpopow)\n- Fix resize pad color application for non Nearest Neighbor samplers - [#​2052](https://github.com/SixLabors/ImageSharp/pull/2052) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Codequality**\n\n- naming corrections - macOS and .NET - [#​2065](https://github.com/SixLabors/ImageSharp/pull/2065) via [@​mikeirvingweb](https://github.com/mikeirvingweb), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Documentation**\n\n- Fix documentation of HorizontalResolution and VerticalResolution properties - [#​1981](https://github.com/SixLabors/ImageSharp/pull/1981) via [@​0xced](https://github.com/0xced)\n\n**Enhancement**\n\n- Allow pad to work for non-alpha pixel formats - [#​2034](https://github.com/SixLabors/ImageSharp/pull/2034) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Formats:Jpeg**\n\n- Fixed multiple SpectralConverter.CommitConversion() calls - [#​2000](https://github.com/SixLabors/ImageSharp/pull/2000) via [@​br3aker](https://github.com/br3aker)\n\n**Formats:Png**\n\n- PNG: Throw exception, if palette chunk is missing - [#​2020](https://github.com/SixLabors/ImageSharp/pull/2020) via [@​brianpopow](https://github.com/brianpopow)\n- PNG: Ignore invalid gamma chunks - [#​2021](https://github.com/SixLabors/ImageSharp/pull/2021) via [@​brianpopow](https://github.com/brianpopow)\n- Optimize Crc32 for arm - [#​1987](https://github.com/SixLabors/ImageSharp/pull/1987) via [@​Bond-009](https://github.com/Bond-009), [@​brianpopow](https://github.com/brianpopow)\n- Add ARM version of adler32 - [#​2015](https://github.com/SixLabors/ImageSharp/pull/2015) via [@​brianpopow](https://github.com/brianpopow), [@​antonfirsov](https://github.com/antonfirsov), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Minor PNG Encoding Optimization for DeflaterEngine and WuQuantizer - [#​2023](https://github.com/SixLabors/ImageSharp/pull/2023) via [@​ratok-mk](https://github.com/ratok-mk), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Formats:Tiff**\n\n- Add TIFF CcittGroup4Fax (T6) compression - [#​1993](https://github.com/SixLabors/ImageSharp/pull/1993) via [@​frankracis-work](https://github.com/frankracis-work), [@​brianpopow](https://github.com/brianpopow)\n- Add support for decoding gray tiff with jpeg compression - [#​2031](https://github.com/SixLabors/ImageSharp/pull/2031) via [@​brianpopow](https://github.com/brianpopow)\n- Tiff Decoder option to decode only first frame - [#​2013](https://github.com/SixLabors/ImageSharp/pull/2013) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Add support for decoding Tiff images with UnassociatedAlphaData - [#​2037](https://github.com/SixLabors/ImageSharp/pull/2037) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- TIFF: Add support for horizontal predictor with alpha data - [#​2047](https://github.com/SixLabors/ImageSharp/pull/2047) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n ... (truncated)\n\n## 2.0.0\n\n## Advisories and Breaking Changes\n\n#### Major breaking changes\n- Due to the new unmanaged memory engine, we had to redesign our pixel processing and low level memory management API-s. The most visible change is that the `GetPixelRowSpan()` methods have been replaced with [`ProcessPixelRows()`](https://docs.sixlabors.com/api/ImageSharp/SixLabors.ImageSharp.Image-1.html#SixLabors_ImageSharp_Image_1_ProcessPixelRows_SixLabors_ImageSharp_PixelAccessorAction__0__) variants. This was done to guarantee memory safety. For more details see:\n  - 2.0 documentation on [Working with Pixel Buffers](https://docs.sixlabors.com/articles/imagesharp/pixelbuffers.html)\n  - 2.0 documentation on [Memory Management](https://docs.sixlabors.com/articles/imagesharp/memorymanagement.html)\n  - Pixel processing breaking changes \u0026 API discussion - #​1739\n- Png and Jpeg now decode to pixels formats closer to the encoded format when using the non-generic API. (For example Jpeg now decodes to `Image\u003cRgb24\u003e` instead of `Image\u003cRgba32\u003e`.) This was done to reduce memory usage and remove some surprises for users.\n- We've dropped the old NetStandard 1.3 target. This targeted frameworks not supported by Microsoft and was adding overhead to development.\n\n#### Complete list of breaking PR-s\n- Add Abgr32 pixel type, extend IPixel\u003cT\u003e - [#​1886](https://github.com/SixLabors/ImageSharp/pull/1886) via [@​ynse01](https://github.com/ynse01), [@​antonfirsov](https://github.com/antonfirsov), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Remove netstandard 1.3 target - [#​1888](https://github.com/SixLabors/ImageSharp/pull/1888) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- ImageFormatDetector Configuration Cleanup - [#​1936](https://github.com/SixLabors/ImageSharp/pull/1936) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Unmanaged pooling MemoryAllocator - [#​1730](https://github.com/SixLabors/ImageSharp/pull/1730) via [@​antonfirsov](https://github.com/antonfirsov)\n- Png - Preserve Pixel Format for Non-generic decode. - [#​1861](https://github.com/SixLabors/ImageSharp/pull/1861) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Decode Jpeg into Rgb24 when pixel type not specified. - [#​1773](https://github.com/SixLabors/ImageSharp/pull/1773)\n\n## Release Notes\n\n**API**\n\n- Remove HistogramEqualizationOptions.Default - [#​1840](https://github.com/SixLabors/ImageSharp/pull/1840) via [@​antonfirsov](https://github.com/antonfirsov)\n- Added missing CancellationToken parameters to Image - [#​1856](https://github.com/SixLabors/ImageSharp/pull/1856) via [@​justinbhopper](https://github.com/justinbhopper)\n- Expose ImageFrame\u003cTPixel\u003e.PixelBuffer - [#​1906](https://github.com/SixLabors/ImageSharp/pull/1906) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Change the constructor of PixelTypeInfo and ImageMetadata from internal to public so that a user can implement IImageInfo - [#​1929](https://github.com/SixLabors/ImageSharp/pull/1929) via [@​jz5](https://github.com/jz5), [@​antonfirsov](https://github.com/antonfirsov), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Area:Build**\n\n- Update codcov and config - [#​1820](https://github.com/SixLabors/ImageSharp/pull/1820) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Use a scheduled job for codecov - [#​1934](https://github.com/SixLabors/ImageSharp/pull/1934) via [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Area:Formats**\n\n- Add support for Portable Bitmap images - [#​1851](https://github.com/SixLabors/ImageSharp/pull/1851) via [@​ynse01](https://github.com/ynse01), [@​antonfirsov](https://github.com/antonfirsov), [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n\n**Area:Performance**\n\n- Webp: Use byte arrays instead of Dictionary's for lookups - [#​1800](https://github.com/SixLabors/ImageSharp/pull/1800) via [@​brianpopow](https://github.com/brianpopow)\n- Add sse2 version of select - [#​1804](https://github.com/SixLabors/ImageSharp/pull/1804) via [@​brianpopow](https://github.com/brianpopow)\n- Add SSE2 versions of ClampedAddSubtractFull and ClampedAddSubtractHalf - [#​1805](https://github.com/SixLabors/ImageSharp/pull/1805) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- SSE41 version of Hadamard transform - [#​1810](https://github.com/SixLabors/ImageSharp/pull/1810) via [@​brianpopow](https://github.com/brianpopow)\n- Add SSE41 version of Quantize block - [#​1811](https://github.com/SixLabors/ImageSharp/pull/1811) via [@​brianpopow](https://github.com/brianpopow)\n- Add SSE2 version of Mean16x4 - [#​1814](https://github.com/SixLabors/ImageSharp/pull/1814) via [@​brianpopow](https://github.com/brianpopow)\n- Add SSE2 version of Vp8Sse4X4 - [#​1817](https://github.com/SixLabors/ImageSharp/pull/1817) via [@​brianpopow](https://github.com/brianpopow)\n- Hoist some of the calculations from loops of 3DMoments() - [#​1818](https://github.com/SixLabors/ImageSharp/pull/1818) via [@​kunalspathak](https://github.com/kunalspathak), [@​brianpopow](https://github.com/brianpopow)\n- Add sse2 version of inverse transform - [#​1819](https://github.com/SixLabors/ImageSharp/pull/1819) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Add AVX version of CollectColorBlueTransforms and CollectColorRedTransforms - [#​1824](https://github.com/SixLabors/ImageSharp/pull/1824) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Add AVX version of TransformColor and TransformColorInverse - [#​1830](https://github.com/SixLabors/ImageSharp/pull/1830) via [@​brianpopow](https://github.com/brianpopow), [@​JimBobSquarePants](https://github.com/JimBobSquarePants)\n- Webp improvements - [#​1846](https://github.com/SixLabors/ImageSharp/pull/1846) via [@​brianpopow](https://github.com/brianpopow)\n ... (truncated)\n\n## 1.0.4\n\n## Advisories and Breaking Changes\n\n- None\n\n## Release Notes\n\n**Bug Fixes**\n\n- Fix a few uses of DeflateStream.Read - [#​1707](https://github.com/SixLabors/ImageSharp/pull/1707) via [@​stephentoub](https://github.com/stephentoub)\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v1.0.3...v2.1.11).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp\u0026package-manager=nuget\u0026previous-version=1.0.3\u0026new-version=2.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sajadbz/Sbz-clean-architecture/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/sajadbz/Sbz-clean-architecture/pull/10","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajadbz%2FSbz-clean-architecture/issues/10","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/10/packages"}},{"old_version":"2.1.11","new_version":"3.1.11","update_type":"major","path":null,"pr_created_at":"2025-09-29T19:14:30.000Z","version_change":"2.1.11 → 3.1.11","issue":{"uuid":"2871761177","node_id":"PR_kwDOGkW9Oc6rK5kZ","number":1283,"state":"closed","title":"Bump SixLabors.ImageSharp from 2.1.11 to 3.1.11","user":"dependabot[bot]","labels":["dependencies","automated"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-03T07:00:20.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T19:14:30.000Z","updated_at":"2025-10-03T07:00:20.000Z","time_to_close":301550,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"SixLabors.ImageSharp","old_version":"2.1.11","new_version":"3.1.11","repository_url":"https://github.com/SixLabors/ImageSharp"}],"path":null,"ecosystem":"nuget"},"body":"Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.11 to 3.1.11.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._\n\n## 3.1.11\n\n## What's Changed\n* Backport V3 - GIF: Check for end of stream when reading comments.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2955\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.10...v3.1.11\n\n## 3.1.10\n\n## What's Changed\n* V3:  Remove ExifTagValue.InteroperabilityIndex  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2939\n* V3 TIFF : Allow additional and undefined extra samples by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2942\n* V3 Use EXIF byte order for EXIF encoded strings.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2944\n* V3 Backport : Reduce the number of memory allocations in lossless WebP encoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2947\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.9...v3.1.10\n\n## 3.1.9\n\n## What's Changed\n* V3: Do not attempt to decode iDAT chunks when image is fully decoded. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2927\n* V3 - Do not throw exception for non-required chunks. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2929\n* V3: Do not encode WEBP images exceeding max dimensions by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2931\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.8...v3.1.9\n\n## 3.1.8\n\n## What's Changed\n* V3 :  Fix GIF, PNG, and WEBP Edge Case Handling by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2882\n* V3 Nested sub ifds parsing fix  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2913\n* V3: Undo horizontal prediction for each tile row in case of tiled tiff's by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2914\n* V3 - Use BPP from Color Writer for Compressor by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2915\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.7...v3.1.8\n\n## 3.1.7\n\n## What's Changed\n* V3 : Decode Chunky Tile Rows Directly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2874\n* V3: Gracefully handle LZW overflows by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2880\n* [3.1] Set LangVersion=12 unconditionally by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2896\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7\n\n## 3.1.6\n\n## What's Changed\n* Mono AOT decoder workaround for slow jpeg decoding. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2762\n* V3 - Correctly handle transform spaces when building transform matrices. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2791\n* Backport : V3 Fix #​2779 buffer overrun by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2824\n* Backport - v3 WEBP : Use Correct Width With AlphaDecoder by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2827\n* Rewrite ChunkedMemoryStream by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2828\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.5...v3.1.6\n\n## 3.1.5\n\n## What's Changed\n* [3.1] Fix overflow in MemoryAllocator.Create(options) by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2731\n* v3 - Backport. Handle out of bounds Gif LZW max code by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2754\n* Fix off-by-one error when centering a transform. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2760\n* v3.1.x Fix 2758 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2759\n* v3.1.x - Backport Webp: Fix Issue 2763/2692 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2768\n* Correctly break during Png decoding by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2769\n* Fix filtering on PNG encode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2775\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.4...v3.1.5\n\n## 3.1.4\n\n## What's Changed\n* Backport - Only exit JPEG scan decoding after multiple EOF hits by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2702\n* Ensure VP8X alpha flag is updated correctly. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2699\n* Backport APNG fix to release/3.1.x by @​SpaceCheetah in https://github.com/SixLabors/ImageSharp/pull/2713\n* Limit Read Palette Indices by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2718\n* Limit all memory allocations in the MemoryAllocator layer by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2706\n* Clear Pixel Buffers on Decode. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2716\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.3...v3.1.4\n\n## 3.1.3\n\n## What's Changed\n* Make DrawImage processor more robust to bad input. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2673\n* Don't skip reading data for animation chunks on identify.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2674\n* Fix AccessViolationException and hard crash with animated webp by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2676\n* Use a smarter approach to determine the transparent index when encoding palette Pngs. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2677\n* Limit ancillary PNG chunk size. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2681\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.2...v3.1.3\n\n## 3.1.2\n\n## What's Changed\n* Fix Paeth Filter decode on platforms that do not support Ssse3 by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2618\n* Backport: Fix WebP animation speed bug by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2637\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2\n\n## 3.1.1\n\n## What's Changed\n* Handle dedup of local palette of 256 length by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2605\n* Correctly calculate foreground Rectangle when negative background location is set (3.1 fix) by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2609\n* Handle case when Foreground image overhangs bottom of background image during DrawImage Call (3.1 target) by @​tocsoft in https://github.com/SixLabors/ImageSharp/pull/2610\n* Fix handling gif encoding for global palettes.  by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2614\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.0...v3.1.1\n\n## 3.1.0\n\n## What's Changed\n* Reduced intermediate allocations by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2415\n* Port colorconverter YCbCr and YCCk  to arm by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2417\n* Added and used Numerics.Vector{128|256}Count extension by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2422\n* Improvements around `fixed` by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2418\n* Create vector constants inline and not via ROS\u003cbyte\u003e by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2419\n* More tests for Webp lossless utils by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2424\n* Fix incorrect comments by @​hey-red in https://github.com/SixLabors/ImageSharp/pull/2426\n* Fixed invalid jpeg buffer width compliment for scalar color converters by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2427\n* Update Readme by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2433\n* Add AdvSimd in ComponentProcessor by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2429\n* Fix decoding tiled tiff with unequal tile width and height by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2436\n* Fix Vp8Residual costs calculation by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2432\n* Fix thresholds for Resize kernel tests by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2440\n* Tiff: Undo horizontal predictor for cmyk images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2459\n* fix a typo in XML comment for struct `Rgb48` by @​n0099 in https://github.com/SixLabors/ImageSharp/pull/2463\n* Fix #​2467 bmp encoding issue for BMP with 1 bit per pixel and more pixels per row than divisible by 8. by @​synercoder in https://github.com/SixLabors/ImageSharp/pull/2471\n* Update Directory.Build.targets by @​Pashkinz92 in https://github.com/SixLabors/ImageSharp/pull/2468\n* bugfix in Rational.cs, when both Nominator and Denominator equals to 0 by @​tsardaryanCamenAI in https://github.com/SixLabors/ImageSharp/pull/2453\n* Fix DrawImage offsetting issues and improve API parameter names. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2474\n* Use more accurate bit for alpha lookup. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2473\n* Fix for B\u0026W pbm images with width not dividable by 8 by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2481\n* Tiff: ccitt compression, fix for issue #​2451 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2483\n* Use `FileOptions.Asynchronous` when doing async IO by @​Neme12 in https://github.com/SixLabors/ImageSharp/pull/2488\n* Allow JFXX as an App0 marker header by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2482\n* Adding QOI support by @​LuisAlfredo92 in https://github.com/SixLabors/ImageSharp/pull/2446\n* Vectorize TrimTransparentPixels in GifEncoderCore by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2500\n* Prevent crafted DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2501\n* Reverse automatic include behavior. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2515\n* Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack.… by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2523\n* Fix #​2518 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2519\n* Fix for issue 2504 - IPTC and ICC profile information being lost during TIFF file save by @​JeffP134 in https://github.com/SixLabors/ImageSharp/pull/2535\n* Preserve Gif color palettes and deduplicate frame pixels. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2455\n* Bump actions/checkout from 3 to 4 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2530\n* Expose and conserve the color palette for indexed png images. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2485\n* Change ExifTag TimeZoneOffset to Signed Short by @​Cheesebaron in https://github.com/SixLabors/ImageSharp/pull/2541\n* Expose non-nullable configuration to remove AOT limiting null check by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2514\n* Add GPSHPositioningError exif tag by @​Cheesebaron in https://github.com/SixLabors/ImageSharp/pull/2543\n* Disallow allocation attempts of unrepresentable sizes by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2545\n* Add webp decoder option to handle the background color in ANIM chunk by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2547\n* Tiff decoding robustness improvements by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2550\n* PBM decoder robustness improvements and BufferedReadStream observability by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2551\n* Follow up on post-merge discussions in #​2551 by @​antonfirsov in https://github.com/SixLabors/ImageSharp/pull/2552\n* APNG support by @​Poker-sang in https://github.com/SixLabors/ImageSharp/pull/2511\n* WebP - Reduce the allocations in lossless encoding by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2546\n* Animated webp encoder by @​Poker-sang in https://github.com/SixLabors/ImageSharp/pull/2569\n* Fix boxed quantization and update refs by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2582\n* Explicitly set BitsPerPixel and BitsPerSample to 1 for bicolor compressed images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2590\n* [fix]: Fixed Unknown App0 Marker add profileResolver missing by @​JoseEliasSantos in https://github.com/SixLabors/ImageSharp/pull/2566\n* Png- Do not attempt to read data for chunks of length 0. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2561\n ... (truncated)\n\n## 3.0.2\n\n## What's Changed\n* Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2516\n\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.0.1...v3.0.2\n\n## 3.0.1\n\n## What's Changed\n* ISSUE #​2385 - Implementing try get pattern to TryFindFormatByFileExtension(string extension, [NotNullWhen(true)] out IImageFormat? format) by @​Ollie-Ave in https://github.com/SixLabors/ImageSharp/pull/2386\n* Remove mac specific skips by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2384\n* Add Arm intrinsics to JpegColorConverter RGB by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2397\n* Add arm64 intrinsics for cmyk converter by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2400\n* Low-hanging fruit codegen optimizations by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2401\n* Webp: Dont use using statement for encodedAlphaData by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2412\n* Fixed wrong division hack by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2413\n* Port GrayscalConverter to Arm by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2409\n* Fix RgbScalar by @​stefannikolei in https://github.com/SixLabors/ImageSharp/pull/2416\n\n## New Contributors\n* @​Ollie-Ave made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2386\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.0.0...v3.0.1\n\n## 3.0.0\n\n## What's Changed\n* Use .NET 6 only by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2098\n* Convolution: Border wrapping modes by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2060\n* Use ReadOnlySpan\u003cbyte\u003e static data compiler optimization in more places by @​turbedi in https://github.com/SixLabors/ImageSharp/pull/2101\n* Add support for decoding jpeg's with arithmetic coding by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2073\n* Replace Array.Clear(array, 0, array.Length) calls with Array.Clear(array) by @​turbedi in https://github.com/SixLabors/ImageSharp/pull/2103\n* Preserve color profile when encoding bitmaps by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2108\n* Preserve color profile when encoding webp images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2109\n* Preserve color profile when encoding PNG images by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2110\n* Add support for decoding webp images with animations by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/1985\n* Jpeg compressed tiff: jpeg decoder should handle the conversion from YCbCr to RGB by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2124\n* Deduce color space as YCbCr if component id's are 1, 2, 3 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2135\n* Bump actions/checkout from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2145\n* Bump actions/setup-dotnet from 1 to 2 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2143\n* Bump actions/cache from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2142\n* Bump actions/upload-artifact from 2 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2146\n* Bump codecov/codecov-action from 1 to 3 by @​dependabot in https://github.com/SixLabors/ImageSharp/pull/2144\n* Skip invalid markers during jpeg decoding by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2147\n* Tiff: Performance improvements for Fax4 decompression by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2134\n* Fix regression in TIF image loading by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2150\n* Used inline SIMD vectors if they are constants by @​gfoidl in https://github.com/SixLabors/ImageSharp/pull/2122\n* Print environment info on tests start by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2175\n* Update License by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2176\n* Jpeg downscaling decoding by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2076\n* Add support for decoding tiff images with CieLab color space by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2127\n* Assembly Trimming Support by @​ds5678 in https://github.com/SixLabors/ImageSharp/pull/2160\n* Jpeg color space deduction fix by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2177\n* Add support for decoding tiff with webp compressed data by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2128\n* Fix issue when writing lossy webp with alpha data by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2173\n* Fix run-length encode compression implementation mistake in tga encoder by @​l1nxy in https://github.com/SixLabors/ImageSharp/pull/2172\n* TGA Encoder/Decoder Improvements by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2197\n* Tiff: Make sure 1 Bit compression is only used with 1 bit pixel type by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2201\n* Refactor `EnumUtils` and make it AOT-friendly. by @​teo-tsirpanis in https://github.com/SixLabors/ImageSharp/pull/2200\n* Jpeg encoder complete rewrite by @​br3aker in https://github.com/SixLabors/ImageSharp/pull/2120\n* Fix IPTC tags written on jpg files that contains non-English characters can't be correctly displayed on external apps #​2212 by @​lmerino-ep in https://github.com/SixLabors/ImageSharp/pull/2213\n* Identify transparency for indexed PNG correctly by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2215\n* Introduce Shared General Decoder Options plus Specialization by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2180\n* Add option to encode 2-bit Bitmap's by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2220\n* Fix AdaptiveThresholdProcessor throws IndexOutOfRangeException by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2221\n* Relaxed bmp dimensions validation by @​smorokin in https://github.com/SixLabors/ImageSharp/pull/2192\n* Remove obsolete code by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2189\n* Implement Median Blur processor by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2219\n* Make TestFile Image threadsafe. by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2225\n* PNG filter improvements by @​saucecontrol in https://github.com/SixLabors/ImageSharp/pull/2226\n* Use File-Scoped Namespaces and Global Implicit Usings by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2229\n* Fix for issue #​2117 by @​brianpopow in https://github.com/SixLabors/ImageSharp/pull/2230\n* Use System.Half for HalfTypeHelper by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2233\n* [Chore] Remove InlineningOption from ThrowHelpers by @​blouflashdb in https://github.com/SixLabors/ImageSharp/pull/2234\n* Implement AutoLevel processor - Attempt 2 by @​ynse01 in https://github.com/SixLabors/ImageSharp/pull/2235\n* Add TryGetLinearlySeparableComponents and tests by @​JimBobSquarePants in https://github.com/SixLabors/ImageSharp/pull/2224\n ... (truncated)\n\n## 2.1.12\n\n## What's Changed\n* Backport #​2926 to release/2.1.x by @​mus65 in https://github.com/SixLabors/ImageSharp/pull/2985\n\n## New Contributors\n* @​mus65 made their first contribution in https://github.com/SixLabors/ImageSharp/pull/2985\n\n**Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v2.1.12\n\nCommits viewable in [compare view](https://github.com/SixLabors/ImageSharp/compare/v2.1.11...v3.1.11).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/EvotecIT/OfficeIMO/pull/1283","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FOfficeIMO/issues/1283","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1283/packages"}}]}