[PR #56] [MERGED] build(deps): bump github.com/google/go-cmp from 0.3.0 to 0.3.1 #298

Closed
opened 2026-03-03 12:10:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/56
Author: @dependabot-preview[bot]
Created: 8/8/2019
Status: Merged
Merged: 8/8/2019
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/github.com/google/go-cmp-0.3.1


📝 Commits (1)

  • 06a2779 build(deps): bump github.com/google/go-cmp from 0.3.0 to 0.3.1

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/google/go-cmp from 0.3.0 to 0.3.1.

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.3.1

Minor reporter fixes:

  • (#142) Fixed reporter to invoke the String method when formatting map keys.
  • (#148) Fixed reporter to properly elide a struct field on the right side if it is a zero value.
  • (#147) Fixed reporter to avoid diffing by lines if any line exceeds a certain maximum length.
  • (#152) Fixed reporter to properly treat -0.0 as not being the zero value.
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 ignore this ['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). To ignore the specific version in this PR you can just close it
  • @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)
  • 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.


🔄 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/56 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/8/2019 **Status:** ✅ Merged **Merged:** 8/8/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/google/go-cmp-0.3.1` --- ### 📝 Commits (1) - [`06a2779`](https://github.com/fsouza/fake-gcs-server/commit/06a2779d2056f0f7331d9c15844ccf75901fac7d) build(deps): bump github.com/google/go-cmp from 0.3.0 to 0.3.1 ### 📊 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/google/go-cmp](https://github.com/google/go-cmp) from 0.3.0 to 0.3.1. <details> <summary>Release notes</summary> *Sourced from [github.com/google/go-cmp's releases](https://github.com/google/go-cmp/releases).* > ## v0.3.1 > Minor reporter fixes: > * ([#142](https://github-redirect.dependabot.com/google/go-cmp/issues/142)) Fixed reporter to invoke the `String` method when formatting map keys. > * ([#148](https://github-redirect.dependabot.com/google/go-cmp/issues/148)) Fixed reporter to properly elide a struct field on the right side if it is a zero value. > * ([#147](https://github-redirect.dependabot.com/google/go-cmp/issues/147)) Fixed reporter to avoid diffing by lines if any line exceeds a certain maximum length. > * ([#152](https://github-redirect.dependabot.com/google/go-cmp/issues/152)) Fixed reporter to properly treat -0.0 as *not* being the zero value. </details> <details> <summary>Commits</summary> - [`2d0692c`](https://github.com/google/go-cmp/commit/2d0692c2e9617365a95b295612ac0d4415ba4627) cmp/internal/value: fix handling of negative zero for floats ([#152](https://github-redirect.dependabot.com/google/go-cmp/issues/152)) - [`208900a`](https://github.com/google/go-cmp/commit/208900aad7b7057a89131f7e63836689b675a042) Fix updating of maxLineLen ([#147](https://github-redirect.dependabot.com/google/go-cmp/issues/147)) - [`6d8cafd`](https://github.com/google/go-cmp/commit/6d8cafd2f64fe3cd66b7530d95df066b00bdd777) Simplify code ([#149](https://github-redirect.dependabot.com/google/go-cmp/issues/149)) - [`00cb0dc`](https://github.com/google/go-cmp/commit/00cb0dc383d0b3bc6ef9b8be55dc8c11f7d2f20a) Fixed typo in formatDiffList ([#148](https://github-redirect.dependabot.com/google/go-cmp/issues/148)) - [`1b31600`](https://github.com/google/go-cmp/commit/1b316004397f1f336546ca058ddb5b95c41a8772) Document the reason for output instability ([#145](https://github-redirect.dependabot.com/google/go-cmp/issues/145)) - [`917e382`](https://github.com/google/go-cmp/commit/917e382dab80060fd1f094402bfbb5137ec3c4ff) Invoke String when formatting map keys ([#142](https://github-redirect.dependabot.com/google/go-cmp/issues/142)) - See full diff in [compare view](https://github.com/google/go-cmp/compare/v0.3.0...v0.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/google/go-cmp&package-manager=go_modules&previous-version=0.3.0&new-version=0.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=github.com/google/go-cmp&package-manager=go_modules&previous-version=0.3.0&new-version=0.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 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 ['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). To ignore the specific version in this PR you can just close it - `@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. </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:10:09 +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#298
No description provided.