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.1 #439

Merged
1 commit merged into from
Jan 15, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps middleman from 4.2.1 to 4.3.1.

Changelog

Sourced from middleman's changelog.

4.3.1

  • Fix sassc imports of gem files that expect old sass to be present.

4.3.0

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

  • 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.

@segiddins
Copy link
Member

@bundlerbot r+

ghost pushed a commit that referenced this pull request Jan 15, 2019
439: Bump middleman from 4.2.1 to 4.3.1 r=segiddins a=dependabot[bot]

Bumps [middleman](https://github.com/middleman/middleman) from 4.2.1 to 4.3.1.
<details>
<summary>Changelog</summary>

*Sourced from [middleman's changelog](https://github.com/middleman/middleman/blob/v4.3.1/CHANGELOG.md).*

> # 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
</details>
<details>
<summary>Commits</summary>

- [`4e078b3`](middleman/middleman@4e078b3) Fix tests
- [`8446772`](middleman/middleman@8446772) Bump gemfile
- [`cadcfed`](middleman/middleman@cadcfed) Prep 4.3.1
- [`2802534`](middleman/middleman@2802534) Import paths from libraries which expect ::Sass module to still exist. Fixes ...
- [`7064872`](middleman/middleman@7064872) Test Ruby 2.6.0
- [`defd945`](middleman/middleman@defd945) Use bundler 1.x for Travis
- [`102247a`](middleman/middleman@102247a) Bump minor version
- [`f68f6d3`](middleman/middleman@f68f6d3) Fix sass tests
- [`36326e4`](middleman/middleman@36326e4) Only libsass ([#2236](https://github-redirect.dependabot.com/middleman/middleman/issues/2236))
- [`38eecc0`](middleman/middleman@38eecc0) Bundler 2
- Additional commits viewable in [compare view](middleman/middleman@v4.2.1...v4.3.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=middleman&package-manager=bundler&previous-version=4.2.1&new-version=4.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=middleman&package-manager=bundler&previous-version=4.2.1&new-version=4.3.1)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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

</details>

Co-authored-by: dependabot[bot] <[email protected]>
@ghost
Copy link

ghost commented Jan 15, 2019

Build succeeded

@ghost ghost merged commit 47740b7 into master Jan 15, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/middleman-4.3.1 branch January 15, 2019 07:57
This pull request was closed.
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.

3 participants