chore(deps): bump intervention/image from 2.7.2 to 3.6.4
Bumps intervention/image from 2.7.2 to 3.6.4.
Release notes
Sourced from intervention/image's releases.
3.6.4
What's Changed
- Bugfix: Ignored opacity is in PlaceModifer for certain files. by
@olivervogelin Intervention/image#1346- Bugfix: Unwanted color in DrawLineModifer by
@olivervogelin Intervention/image#13483.6.3
What's Changed
- Internal minor improvements by
@olivervogelFull Changelog: https://github.com/Intervention/image/compare/3.6.2...3.6.3
3.6.2
What's Changed
- Add ImageManager interface by
@adamaverayFull Changelog: https://github.com/Intervention/image/compare/3.6.1...3.6.2
3.6.1
What's Changed
- Fix: Filter out parameters that are passed to a format-unspecific encoder but are not available in the target encoder by
@olivervogelin Intervention/image#1333- Refactoring for PHPStan level 5 by
@olivervogelin Intervention/image#1334Full Changelog: https://github.com/Intervention/image/compare/3.6.0...3.6.1
3.6.0
What's Changed
- Improved Driver Specializing Process by
@olivervogelin Intervention/image#1315- Trim Modifier by
@seebeen&@olivervogelin Intervention/image#1322- Encoder Options for progressive Jpeg format by
@olivervogelin Intervention/image#1323- Encoder Options for interlaced Gif & Png format by
@olivervogelin Intervention/image#1323- Ability to read Imagick or GDImage directly with ImageManager by
@olivervogelin Intervention/image#1329- Method to detect supported image formats by
@olivervogelin Intervention/image#1330Full Changelog: https://github.com/Intervention/image/compare/3.5.1...3.6.0
3.5.1
What's Changed
- Suppress warnings on certain images by
@VincentLangletFull Changelog: https://github.com/Intervention/image/compare/3.5.0...3.5.1
3.5.0
What's Changed
- Text Outline/Stroke Effect by
@maximuslight,@Goldengide&@olivervogel- Migration to PHPUnit 10 by
@olivervogel- More detailed exception annotations by
@VincentLanglet
... (truncated)
Commits
193324eRefactor line length calculation7f33febMerge pull request #1348 from Intervention/bugfix/draw-line-modifier9a013b9Remove test93afecdAdd GD version info to github workflow31fb728Fix test033d12eFix bug with unwanted color in DrawLineModifier72f455bAdd tests to reproduce bug2e0cbf2Add tolerance to test41f2c96Refactor & fix bug in BaseTestCase::assertColor()ab403d9Fix ignored opacity in Imagick's PlaceModifer for certain files. (#1346)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Code Climate has analyzed commit 7f9fcfbc and detected 0 issues on this pull request.
View more on Code Climate.