Changelog
*Sourced from [middleman's changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md).*
> # master
>
> - Always write `deps.yml` if `--track-dependencies` is set and the file doesn't exist
> - Add `--dependency-file` flag to configure the file location.
>
> # 5.0.0.rc.1
>
> - Support NO_COLOR: https://no-color.org
> - Update activesupport to 5.x and padrino to 0.14.x
> - Add `--dry-run` to run a build, but skip outputting to disk.
> - Incremental builds: `--track-dependencies` and `--only-changed` flags ([#2220](https://github-redirect.dependabot.com/middleman/middleman/issues/2220))
> - Remove Rack support in favor of `resource.filters << proc { |oldbody| newbody }`
> - `manipulate_resource_list_container!` as a faster, less functional approach.
> - i18n was accidentally duplicating requests for extension-based template (file.es.html)
> - Make sass cache configurable with either `SASS_CACHE_LOCATION` env variable or `sass_cache_location` Middleman config variable. ([#2213](https://github-redirect.dependabot.com/middleman/middleman/issues/2213))
> - Fix Internal Server Error from `__middleman` meta page in dev. ([#2187](https://github-redirect.dependabot.com/middleman/middleman/issues/2187))
> - Reduce mutex hits in parallel build ([#2107](https://github-redirect.dependabot.com/middleman/middleman/issues/2107))
> - Docker-ized CLI
> - Add Errno::ENETUNREACH to exception list in BasicNetworkResolver ([#2195](https://github-redirect.dependabot.com/middleman/middleman/issues/2195))
> - Update Rubocop and apply new lint rules
> - Do not create unnecessary array in IgnoreDescriptor ([#2183](https://github-redirect.dependabot.com/middleman/middleman/issues/2183))
> - Fix reload of watched sources with destination_dir ([#2190](https://github-redirect.dependabot.com/middleman/middleman/issues/2190))
> - Fix localization and recursion issues of Traversal::parent. ([#2188](https://github-redirect.dependabot.com/middleman/middleman/issues/2188))
> - Use EnhancedHash for partial locals ([#2169](https://github-redirect.dependabot.com/middleman/middleman/issues/2169))
> - Test against Ruby 2.5 ([#2166](https://github-redirect.dependabot.com/middleman/middleman/issues/2166))
> - Update Rubocop and Yard ([#2161](https://github-redirect.dependabot.com/middleman/middleman/issues/2161))
> - Discover template in local directory if applicable ([#2157](https://github-redirect.dependabot.com/middleman/middleman/issues/2157))
> - Better error message when init fails to clone git repo ([#2159](https://github-redirect.dependabot.com/middleman/middleman/issues/2159))
> - Allow bundle path to be specified in init command ([#2154](https://github-redirect.dependabot.com/middleman/middleman/issues/2154))
> - Add ExtensionManager#active? to check if extension is active ([#2156](https://github-redirect.dependabot.com/middleman/middleman/issues/2156))
> - Clear lazy map after resolving Tilt templates ([#2132](https://github-redirect.dependabot.com/middleman/middleman/issues/2132))
> - Fix ignore of I18n files ([#2143](https://github-redirect.dependabot.com/middleman/middleman/issues/2143))
> - Fix redirect destination lookup ([#2140](https://github-redirect.dependabot.com/middleman/middleman/issues/2140))
> - Add LD-JSON to MinifyJavaScript content types allowed to be compressed ([#2138](https://github-redirect.dependabot.com/middleman/middleman/issues/2138))
> - chmod before closing file to fix compatibility with JRuby ([#2133](https://github-redirect.dependabot.com/middleman/middleman/issues/2133))
> - Keeps full file path for chained templates ([#2117](https://github-redirect.dependabot.com/middleman/middleman/issues/2117))
> - Use i18n fallbacks when looking up localized paths ([#2116](https://github-redirect.dependabot.com/middleman/middleman/issues/2116))
> - Compat with latest rails/activesupport < 5.2 ([#2095](https://github-redirect.dependabot.com/middleman/middleman/issues/2095))
> - Update "Port in use"-message for PreviewServer ([#2089](https://github-redirect.dependabot.com/middleman/middleman/issues/2089))
> - I18n: Keep fragment and query in url_for ([#2062](https://github-redirect.dependabot.com/middleman/middleman/issues/2062))
> - Add support for locale suffixes to link_to ([#2065](https://github-redirect.dependabot.com/middleman/middleman/issues/2065))
> - Allow absolute :data_dir paths. Addresses [#2042](https://github-redirect.dependabot.com/middleman/middleman/issues/2042)
Commits
- [`646be3f`](https://github.com/middleman/middleman/commit/646be3f333f83685b40a36f20b640ba13c989396) Prep
- [`3b20249`](https://github.com/middleman/middleman/commit/3b202495b811415fbf37492b0ce57465f6f049b0) Fix i18n with anchor v4 ([#2287](https://github-redirect.dependabot.com/middleman/middleman/issues/2287))
- [`ffaac13`](https://github.com/middleman/middleman/commit/ffaac132b37001394c712f311a42948231d2434b) Update changelog [ci skip]
- See full diff in [compare view](https://github.com/middleman/middleman/compare/v4.3.4...v4.3.5)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@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.
Bumps middleman from 4.3.4 to 4.3.5.
Changelog
*Sourced from [middleman's changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md).* > # master > > - Always write `deps.yml` if `--track-dependencies` is set and the file doesn't exist > - Add `--dependency-file` flag to configure the file location. > > # 5.0.0.rc.1 > > - Support NO_COLOR: https://no-color.org > - Update activesupport to 5.x and padrino to 0.14.x > - Add `--dry-run` to run a build, but skip outputting to disk. > - Incremental builds: `--track-dependencies` and `--only-changed` flags ([#2220](https://github-redirect.dependabot.com/middleman/middleman/issues/2220)) > - Remove Rack support in favor of `resource.filters << proc { |oldbody| newbody }` > - `manipulate_resource_list_container!` as a faster, less functional approach. > - i18n was accidentally duplicating requests for extension-based template (file.es.html) > - Make sass cache configurable with either `SASS_CACHE_LOCATION` env variable or `sass_cache_location` Middleman config variable. ([#2213](https://github-redirect.dependabot.com/middleman/middleman/issues/2213)) > - Fix Internal Server Error from `__middleman` meta page in dev. ([#2187](https://github-redirect.dependabot.com/middleman/middleman/issues/2187)) > - Reduce mutex hits in parallel build ([#2107](https://github-redirect.dependabot.com/middleman/middleman/issues/2107)) > - Docker-ized CLI > - Add Errno::ENETUNREACH to exception list in BasicNetworkResolver ([#2195](https://github-redirect.dependabot.com/middleman/middleman/issues/2195)) > - Update Rubocop and apply new lint rules > - Do not create unnecessary array in IgnoreDescriptor ([#2183](https://github-redirect.dependabot.com/middleman/middleman/issues/2183)) > - Fix reload of watched sources with destination_dir ([#2190](https://github-redirect.dependabot.com/middleman/middleman/issues/2190)) > - Fix localization and recursion issues of Traversal::parent. ([#2188](https://github-redirect.dependabot.com/middleman/middleman/issues/2188)) > - Use EnhancedHash for partial locals ([#2169](https://github-redirect.dependabot.com/middleman/middleman/issues/2169)) > - Test against Ruby 2.5 ([#2166](https://github-redirect.dependabot.com/middleman/middleman/issues/2166)) > - Update Rubocop and Yard ([#2161](https://github-redirect.dependabot.com/middleman/middleman/issues/2161)) > - Discover template in local directory if applicable ([#2157](https://github-redirect.dependabot.com/middleman/middleman/issues/2157)) > - Better error message when init fails to clone git repo ([#2159](https://github-redirect.dependabot.com/middleman/middleman/issues/2159)) > - Allow bundle path to be specified in init command ([#2154](https://github-redirect.dependabot.com/middleman/middleman/issues/2154)) > - Add ExtensionManager#active? to check if extension is active ([#2156](https://github-redirect.dependabot.com/middleman/middleman/issues/2156)) > - Clear lazy map after resolving Tilt templates ([#2132](https://github-redirect.dependabot.com/middleman/middleman/issues/2132)) > - Fix ignore of I18n files ([#2143](https://github-redirect.dependabot.com/middleman/middleman/issues/2143)) > - Fix redirect destination lookup ([#2140](https://github-redirect.dependabot.com/middleman/middleman/issues/2140)) > - Add LD-JSON to MinifyJavaScript content types allowed to be compressed ([#2138](https://github-redirect.dependabot.com/middleman/middleman/issues/2138)) > - chmod before closing file to fix compatibility with JRuby ([#2133](https://github-redirect.dependabot.com/middleman/middleman/issues/2133)) > - Keeps full file path for chained templates ([#2117](https://github-redirect.dependabot.com/middleman/middleman/issues/2117)) > - Use i18n fallbacks when looking up localized paths ([#2116](https://github-redirect.dependabot.com/middleman/middleman/issues/2116)) > - Compat with latest rails/activesupport < 5.2 ([#2095](https://github-redirect.dependabot.com/middleman/middleman/issues/2095)) > - Update "Port in use"-message for PreviewServer ([#2089](https://github-redirect.dependabot.com/middleman/middleman/issues/2089)) > - I18n: Keep fragment and query in url_for ([#2062](https://github-redirect.dependabot.com/middleman/middleman/issues/2062)) > - Add support for locale suffixes to link_to ([#2065](https://github-redirect.dependabot.com/middleman/middleman/issues/2065)) > - Allow absolute :data_dir paths. Addresses [#2042](https://github-redirect.dependabot.com/middleman/middleman/issues/2042)Commits
- [`646be3f`](https://github.com/middleman/middleman/commit/646be3f333f83685b40a36f20b640ba13c989396) Prep - [`3b20249`](https://github.com/middleman/middleman/commit/3b202495b811415fbf37492b0ce57465f6f049b0) Fix i18n with anchor v4 ([#2287](https://github-redirect.dependabot.com/middleman/middleman/issues/2287)) - [`ffaac13`](https://github.com/middleman/middleman/commit/ffaac132b37001394c712f311a42948231d2434b) Update changelog [ci skip] - See full diff in [compare view](https://github.com/middleman/middleman/compare/v4.3.4...v4.3.5)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@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.