[PR #200] [MERGED] build(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0 #425

Closed
opened 2026-03-03 12:29:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/200
Author: @dependabot-preview[bot]
Created: 3/23/2020
Status: Merged
Merged: 3/23/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/github.com/sirupsen/logrus-1.5.0


📝 Commits (1)

  • 99a636c build(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)

📄 Description

Bumps github.com/sirupsen/logrus from 1.4.2 to 1.5.0.

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.5.0

This new release introduces:

  • Ability to DisableHTMLEscape when using the JSON formatter: sirupsen/logrus#524
  • Support/fixes for go 1.14
  • Many many bugfixes
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 will merge this PR once CI passes on it, as requested by @fsouza.


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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/200 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/23/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/sirupsen/logrus-1.5.0` --- ### 📝 Commits (1) - [`99a636c`](https://github.com/fsouza/fake-gcs-server/commit/99a636c44265faadb0a996f43059588e024cbe14) build(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.2 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sirupsen/logrus/releases">github.com/sirupsen/logrus's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <p>This new release introduces:</p> <ul> <li>Ability to DisableHTMLEscape when using the JSON formatter: <a href="https://github-redirect.dependabot.com/sirupsen/logrus/pull/524">sirupsen/logrus#524</a></li> <li>Support/fixes for go 1.14</li> <li>Many many bugfixes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sirupsen/logrus/commit/d417be0fe654de640a82370515129985b407c7e3"><code>d417be0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1108">#1108</a> from cirelli94/fix-wrong-caller</li> <li><a href="https://github.com/sirupsen/logrus/commit/32fd1078164014048662f58c9a2ab4a45c185381"><code>32fd107</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1103">#1103</a> from sirupsen/fix-go114</li> <li><a href="https://github.com/sirupsen/logrus/commit/ddb57a2a54811e7f39c5d947d69c88a4623f797b"><code>ddb57a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1110">#1110</a> from Dattax/patch-1</li> <li><a href="https://github.com/sirupsen/logrus/commit/a635f0489d2a980cbb55728885bcdddf99bd4667"><code>a635f04</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1113">#1113</a> from davidraleigh/html-escape</li> <li><a href="https://github.com/sirupsen/logrus/commit/4ddc9cf62ed5abfc09e0f8ab08002a1238d6cf1f"><code>4ddc9cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/1116">#1116</a> from admacleod/master</li> <li><a href="https://github.com/sirupsen/logrus/commit/e3e40605a2a706827801190746fd3ae99f6f4872"><code>e3e4060</code></a> remove errant whitespace</li> <li><a href="https://github.com/sirupsen/logrus/commit/ba670baee189f68debc2d23e69b848d46436916a"><code>ba670ba</code></a> fix deadlock in previous entry race condition fix</li> <li><a href="https://github.com/sirupsen/logrus/commit/b28acda22db49a5e5ff39f3c23968b02a3585dda"><code>b28acda</code></a> fix race condition in entry</li> <li><a href="https://github.com/sirupsen/logrus/commit/e76a5c4450e47f607abd9161feb7700ec944a750"><code>e76a5c4</code></a> create test to prove issue <a href="https://github-redirect.dependabot.com/sirupsen/logrus/issues/954">sirupsen/logrus#954</a></li> <li><a href="https://github.com/sirupsen/logrus/commit/0fb945b034620199c178b1b7067672a9f8f69c3a"><code>0fb945b</code></a> resolved conflicts</li> <li>Additional commits viewable in <a href="https://github.com/sirupsen/logrus/compare/v1.4.2...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.4.2&new-version=1.5.0)](https://dependabot.com/compatibility-score/?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.4.2&new-version=1.5.0) 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 will merge this PR once CI passes on it, as requested by @fsouza. [//]: # (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 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:29:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#425
No description provided.