Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump middleman from 4.2.1 to 4.3.11 #7

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps middleman from 4.2.1 to 4.3.11.

Changelog

Sourced from middleman's changelog.

4.3.11 (2020-09-16)

  • Fix: rack.rb:89: warning: URI.unescape is obsolete (#2312)

4.3.10 (2020-09-11)

  • Bump version

4.3.9 (2020-09-10)

  • Fix: build error using liquid (#2083)

4.3.8 (2020-08-13)

4.3.7 (2020-05-28)

  • Loosen activesupport dependence (#2327)

    What

    Change the maximum version of activesupport required to be any 5.x version, bringing the dependency back inline prior to it being restricted in commit ea2115f3f87d6e881fe9517dc65735c96735faf3.

    Why

    There is a vulnerability reported in activesupport that is fixed in version 5.2.4.3, which middleman-core does not allow to be used due to its < 5.1 version requirement.

    Prior to commit ea2115f3f87d6e881fe9517dc65735c96735faf3 any 5.x version was allowed because the dependency was defined as ~> 5.0, however in that commit that intended to loosen the minimum dependency it appears the maximum dependency was tightened. There is no explanation in the commit or its related PR (#1976) about this so it could have been an accident.

  • Add empty image alt tag if alt text not specified (#2323)

    Middleman's image_tag helper wraps the Padrino image_tag helper. By default, the Padrino image_tag helper adds an alt tag based on the image filename when one isn't explicitly set.

    Alt text based on the filename is not helpful to users and therefore bad for accessibility.

    To avoid this, explicitly set an empty alt tag value before calling Padrino's image_tag if the user hasn't specified a value.

4.3.6 (2020-02-21)

  • Disable therubyracer
  • Reset Content-Length header when rewriting (#2316)
  • Add Ruby 2.7.0 to CI

4.3.5 (2019-08-10)

  • Fix i18n with anchor v4 (#2287)

... (truncated)

Commits

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 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)

Bumps [middleman](https://github.com/middleman/middleman) from 4.2.1 to 4.3.11.
- [Release notes](https://github.com/middleman/middleman/releases)
- [Changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md)
- [Commits](middleman/middleman@v4.2.1...v4.3.11)

---
updated-dependencies:
- dependency-name: middleman
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants