bdougie / blog

My blog
https://briandouglas.me
6 stars 10 forks source link

Bump middleman-search_engine_sitemap, middleman and middleman-blog #47

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps middleman-search_engine_sitemap, middleman and middleman-blog. These dependencies needed to be updated together.

Updates middleman-search_engine_sitemap from 1.3.0 to 1.4.0

Commits - [`6b37b66`](https://github.com/Aupajo/middleman-search_engine_sitemap/commit/6b37b66851ae8e6625351f80c8c5a910fb6dd0a9) Version 1.4.0 - [`1608c53`](https://github.com/Aupajo/middleman-search_engine_sitemap/commit/1608c53221104cbb34de899b5b0a431e8988ea64) Travis: add Ruby 2.3 to the build matrix - [`fcce3a5`](https://github.com/Aupajo/middleman-search_engine_sitemap/commit/fcce3a5038f85ab4a0f7b0d5d05702aa43fa6e1a) Middleman 4.0 support (beta) - [`1a397d8`](https://github.com/Aupajo/middleman-search_engine_sitemap/commit/1a397d84e7bab7efbc8d8f55281d38bfb8e4b8a8) Travis: add 2.2.2 to the build matrix, use new container-based - See full diff in [compare view](https://github.com/Aupajo/middleman-search_engine_sitemap/compare/v1.3.0...v1.4.0)


Updates middleman from 3.4.1 to 4.3.4

Changelog *Sourced from [middleman's changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md).* > # 4.3.4 > > - Fix `ignore` of files controlled by i18n. [#2039](https://github-redirect.dependabot.com/middleman/middleman/issues/2039) [#2143](https://github-redirect.dependabot.com/middleman/middleman/issues/2143) > > # 4.3.3 > > - Add `--bail` to fail a build upon the first error and show the error messages. ([#2246](https://github-redirect.dependabot.com/middleman/middleman/issues/2246)) > > # 4.3.2 > > - Resolve Haml 5 warnings ([#2149](https://github-redirect.dependabot.com/middleman/middleman/issues/2149)) > > # 4.3.1 > > - Fix sassc imports of gem files that expect old sass to be present. > > # 4.3.0 > > - Only SassC from now on. > - Fix regression (all the way back to v3) for Integer/Date keys in YAML. [#2238](https://github-redirect.dependabot.com/middleman/middleman/issues/2238) > - Fix API to allow rack server according to docs (middleman/middlemanapp.com#794) > - Require i18n ~> 0.8.0 to handle 0.7.0 security issue. > - Allow Bundler 2 > > # 4.2.1 > > - Fix some issues with Ruby 2.4.0 > > # 4.2.0 > > Fix [#1951](https://github-redirect.dependabot.com/middleman/middleman/issues/1951). A failed build would "clean" all files in build. Possibly breaking change, "clean" and "after_build" are only run for successful builds. > > # 4.1.14 > > Fix [#2019](https://github-redirect.dependabot.com/middleman/middleman/issues/2019). Always logging boolean on starting up. > > # 4.1.13 > > - Change how config options are passed to Thor. Removes new Thor warnings from [#2017](https://github-redirect.dependabot.com/middleman/middleman/issues/2017) > > # 4.1.12 > > - Fix broken `ignore { |p| true }` form. > > # 4.1.11 > > - Upgrade to Rack 2. > > # 4.1.10 > > ... (truncated)
Commits - [`9482996`](https://github.com/middleman/middleman/commit/9482996d0c97bfc1d5949fa0527fb3cac3516734) Disable bind test on travis - [`8091cb4`](https://github.com/middleman/middleman/commit/8091cb469847bb3e83ec5dd649b0437ebb6ddaa1) Lock old bundler - [`ab1fc00`](https://github.com/middleman/middleman/commit/ab1fc00e6e569588c06a2cd5795f9a5e2da2e8ae) Bump minor - [`b450db2`](https://github.com/middleman/middleman/commit/b450db2fc4317220bbddf6c45397d74cbbc73b41) Fix ignore of I18n files ([#2143](https://github-redirect.dependabot.com/middleman/middleman/issues/2143)) - [`f67ae38`](https://github.com/middleman/middleman/commit/f67ae38da59551c1629f70d7ca780b8402c3ae93) Bump again - [`d53e3c6`](https://github.com/middleman/middleman/commit/d53e3c6d8ff6fdf90e1f58b79cd6df0b9f804035) Bump - [`95c234f`](https://github.com/middleman/middleman/commit/95c234f7194ba8916b108082b788d774cf73f0e9) Add --bail option to fail upon first error ([#2246](https://github-redirect.dependabot.com/middleman/middleman/issues/2246)) - [`fc01a6c`](https://github.com/middleman/middleman/commit/fc01a6c4b823056f262324d7fc05b306319d469c) Fix lambda syntax - [`dae9203`](https://github.com/middleman/middleman/commit/dae9203e8c9b7973c3f15d17d421ec89949d5777) Feature: Add an option to create asset hashes without using the original file... - [`8d74a7a`](https://github.com/middleman/middleman/commit/8d74a7a7a2a6d19774aa20c3d9fdb4bccff0f116) Derp - Additional commits viewable in [compare view](https://github.com/middleman/middleman/compare/v3.4.1...v4.3.4)


Updates middleman-blog from 3.5.3 to 4.0.3

Changelog *Sourced from [middleman-blog's changelog](https://github.com/middleman/middleman-blog/blob/master/CHANGELOG.md).* > ## 4.0.3 > > * Loosen dependencies and test against Middlman v5 betas > * Adapt to core Rubocop standards > * Title should be always a string ([#351](https://github-redirect.dependabot.com/middleman/middleman-blog/issues/351)) > * Fixed multibyte tags. > > ## 4.0.2 > > * Pushed Gem 2017-05-22 > * Updated safe_parameterize - needs heavy testing from community > * Deprecating previous_article and next_article in favour of article_previous article_next > * Deprecating local_articles in favour of articles_by_locale > * Pull request [#336](https://github-redirect.dependabot.com/middleman/middleman-blog/issues/336) Add article_locale_next and article_locale_previous > * Pull request [#312](https://github-redirect.dependabot.com/middleman/middleman-blog/issues/312) Generating a blog article can optional create article subdirectory added manually > * Updated Gemfile for testing tools to remove the deprecation warnings from Aruba > * Added myself to GemSpec so I can push Gem live > * Edited Travis.yml to be inline with middleman core and the Ruby versions it tests against > * Created an GitHub Issue Template > * Created an Editor config > * Ruby 2.3.1 - middleman-core (master/4.2.1) - middleman-cli (master/4.2.1) - middleman-blog (local) - All tests pass > * Updated the Gemfile to use https to remove security warning - upped gem versions to match core > * Updated the license and readme > > ## 4.0.1 > > * Pull in article command from v3.5.3 tag > * Summary fix > * Add address parse cache > * Add filter option > * Make sure to not generate invalid html when creating article summary > * If a summary_generator is defined, always use it to generate summaries > * Fix issue [#269](https://github-redirect.dependabot.com/middleman/middleman-blog/issues/269): duplicated key > > ## 4.0.0.rc.1 > > * Removed `article` sub command.
Commits - [`dfe64c7`](https://github.com/middleman/middleman-blog/commit/dfe64c7d45c33caf2a8939d2c8d4b9ea0a652b50) Bump min ruby version [ci skip] - [`62a44f7`](https://github.com/middleman/middleman-blog/commit/62a44f7d29f6bac5e2699b98e836da7ae387aaa5) Require v5 passing travis - [`1fffef8`](https://github.com/middleman/middleman-blog/commit/1fffef8d4e37ade41e90ef817a63b1a168b4087a) Test against ruby 2.6.0 - [`12ea399`](https://github.com/middleman/middleman-blog/commit/12ea3990e839cc4db4229f49487ce4562b2dc459) Allow beta failures for now - [`3e57af6`](https://github.com/middleman/middleman-blog/commit/3e57af64280962eeba418ae325beb6fa1e8a4adc) Update to rubocop standards, test against stable and master Middleman, fix build - [`4f698b6`](https://github.com/middleman/middleman-blog/commit/4f698b659350c5334587e2d8cf3cf4699bc108fd) Merge pull request [#351](https://github-redirect.dependabot.com/middleman/middleman-blog/issues/351) from dtorres/once-a-title - [`6409583`](https://github.com/middleman/middleman-blog/commit/6409583373a6e72b0e96fcc02909ff885cbe64d7) Disable Travis CI email notifications - [`fec110f`](https://github.com/middleman/middleman-blog/commit/fec110fad6b6535f875ae4d1c6d3ab0f5866228f) fixed for multibyte - [`dbf8eff`](https://github.com/middleman/middleman-blog/commit/dbf8eff507699f8ee4040750625f6630271dc06a) Title should be always a string - [`e495bbe`](https://github.com/middleman/middleman-blog/commit/e495bbebfac3d10b3093b9b4e6a9fb30f4e735d3) updated version - Additional commits viewable in [compare view](https://github.com/middleman/middleman-blog/compare/v3.5.3...v4.0.3)


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


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot 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) - 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.
dependabot-preview[bot] commented 5 years ago

Looks like these dependencies are up-to-date now, so this is no longer needed.