philipbelesky / groundhog

A Grasshopper plugin, a set of reference models, and a wiki that collectively explore the applications of computational design techniques in landscape architecture.
https://groundhog.philipbelesky.com
32 stars 4 forks source link

Bump mini_magick from 4.8.0 to 4.9.2 in /site #19

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mini_magick from 4.8.0 to 4.9.2.

Release notes *Sourced from [mini_magick's releases](https://github.com/minimagick/minimagick/releases).* > ## v4.9.2 > * Fix breakage for MRI 2.3 and below > > ## v4.9.1 > * Properly handle EXIF parsing with ImageMagick 7 > * Show an informative exception message on `Timeout::Error` > * Wait for the MiniMagick command to terminate after sending SIGTERM with open3 > > ## v4.9.0 > New features > ============ > > * Support ImageMagick 7 > > - `MiniMagick::Tool::Convert` will now generate `magick convert` commands (and the same for others) > - `MiniMagick::Tool::Magick` was added for generating `magick` commands > > * `MiniMagick.cli_prefix` was added to configure a prefix for commands > > ```rb > MiniMagick.cli_prefix = "firejail" > > MiniMagick::Tool::Magick.new { |magick| ... } # executes `firejail magick ...` > ``` > > Other Improvements > ================== > > * Fix deadlocks when using `posix-spawn` as a shell backend > > * Fix `Errno::ESRCH` sometimes being raised when the ImageMagick command would time out > > * `#label` and `#caption` will now generate regular options > > ```rb > MiniMagick::Tool::Convert.new do |convert| > # BEFORE: NOW: > convert.label("foo") # label:foo -label foo > convert.caption("bar") # caption:bar -caption bar > end > ``` > > * Add `pango` creation operator > > ```rb > MiniMagick::Tool::Magick.new do |magick| > magick.pango("...") # pango:... > # ... > end > ``` > ... (truncated)
Commits - [`f1de954`](https://github.com/minimagick/minimagick/commit/f1de9544ecdad35131e6810b4a2998600ea1f582) Bump to 4.9.2 - [`042f918`](https://github.com/minimagick/minimagick/commit/042f918461871a1b811e1930eff2d961e5eade20) Fix breakage for MRI 2.3 and below - [`d793676`](https://github.com/minimagick/minimagick/commit/d7936761f7746b606dedcda6a59aad468331b49c) Bump to 4.9.1 - [`bb43048`](https://github.com/minimagick/minimagick/commit/bb430482a5977915e118274882d5d9f71f8e624d) Wait for the MiniMagick command to terminate after sending SIGTERM - [`2609db9`](https://github.com/minimagick/minimagick/commit/2609db9ef465c17eb9d7376ce93f80bd7dfd49e9) Print an informative Timeout exception message - [`e530969`](https://github.com/minimagick/minimagick/commit/e53096977bc22b6d5d175d8ca1f8b15c67b11c03) Include imagemagick7 in #info parsing - [`7096f49`](https://github.com/minimagick/minimagick/commit/7096f496ef6928113c8f6ba160e60200b49959f9) Move open3 implementation back into the main method - [`d7c2757`](https://github.com/minimagick/minimagick/commit/d7c275700172cc2be5f6a6b8bf3bd5e3f9c09ac5) Bump to 4.9.0 - [`9c1a817`](https://github.com/minimagick/minimagick/commit/9c1a8173c7446927790d790c90d8f990f0c50907) Fix confusing error message - [`104856d`](https://github.com/minimagick/minimagick/commit/104856d49adcb6c135cdae0362422ba7ce71cba7) Add support for ImageMagick 7 - Additional commits viewable in [compare view](https://github.com/minimagick/minimagick/compare/v4.8.0...v4.9.2)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.