[PR #2] [MERGED] Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 #136

Closed
opened 2026-02-25 22:31:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/2
Author: @dependabot-preview[bot]
Created: 1/9/2019
Status: Merged
Merged: 1/9/2019
Merged by: @evenh

Base: masterHead: dependabot/dep/github.com/stretchr/testify-1.3.0


📝 Commits (1)

  • 360e599 Bump github.com/stretchr/testify from 1.2.2 to 1.3.0

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 Gopkg.lock (+3 -3)
📝 Gopkg.toml (+1 -1)

📄 Description

Bumps github.com/stretchr/testify from 1.2.2 to 1.3.0.

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.3.0

Pull requests included in this release:

Commits
  • ffdc059 Update readme to deprecate http and include available packages
  • 1ecda49 fix for comparing kinds
  • f1df803 Preserve stack frame for mock parent method call
  • 26d4a37 Fix typo ("PASS" -> "FAIL")
  • 865fb2c Add support for subtests (go 1.7)
  • c45a138 Add go.mod and go.sum
  • 660f15d Recover panic in suite
  • 5b93e2d Run go fmt
  • 6697e04 Support arbitrary objects in msgAndArgs
  • 199de5f Update the LICENSE to match the 'standard' MIT license file
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.


🔄 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/evenh/intercert/pull/2 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/9/2019 **Status:** ✅ Merged **Merged:** 1/9/2019 **Merged by:** [@evenh](https://github.com/evenh) **Base:** `master` ← **Head:** `dependabot/dep/github.com/stretchr/testify-1.3.0` --- ### 📝 Commits (1) - [`360e599`](https://github.com/evenh/intercert/commit/360e599c19d080d27a945089eea3e8bdbc2f2180) Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+3 -3) 📝 `Gopkg.toml` (+1 -1) </details> ### 📄 Description Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.2.2 to 1.3.0. <details> <summary>Release notes</summary> *Sourced from [github.com/stretchr/testify's releases](https://github.com/stretchr/testify/releases).* > ## v1.3.0 > Pull requests included in this release: > > * https://github-redirect.dependabot.com/stretchr/testify/pull/678 - Fixed incorrect comment > * https://github-redirect.dependabot.com/stretchr/testify/pull/661 - Allow assert.Equal on string type alias without panicking on failure > * https://github-redirect.dependabot.com/stretchr/testify/pull/659 - Add Go1.11 to CI > * https://github-redirect.dependabot.com/stretchr/testify/pull/682 - update comment to match function name > * https://github-redirect.dependabot.com/stretchr/testify/pull/688 - Bump Go versions and use '.x' to always get latest minor versions > * https://github-redirect.dependabot.com/stretchr/testify/pull/648 - Update the LICENSE to match the 'standard' MIT license file > * https://github-redirect.dependabot.com/stretchr/testify/pull/699 - Support arbitrary objects as the sole element in msgAndArgs > * https://github-redirect.dependabot.com/stretchr/testify/pull/696 - Recover panic in suite > * https://github-redirect.dependabot.com/stretchr/testify/pull/655 - Add support for subtests (go 1.7) > * https://github-redirect.dependabot.com/stretchr/testify/pull/607 - Add go.mod and go.modverify > * https://github-redirect.dependabot.com/stretchr/testify/pull/670 - Fix typo ("PASS" -> "FAIL") > * https://github-redirect.dependabot.com/stretchr/testify/pull/712 - Preserve stack frame for mock parent method call > * https://github-redirect.dependabot.com/stretchr/testify/pull/707 - fix for comparing kinds > * https://github-redirect.dependabot.com/stretchr/testify/pull/697 - Update readme to deprecate http and include available packages </details> <details> <summary>Commits</summary> - [`ffdc059`](https://github.com/stretchr/testify/commit/ffdc059bfe9ce6a4e144ba849dbedead332c6053) Update readme to deprecate http and include available packages - [`1ecda49`](https://github.com/stretchr/testify/commit/1ecda4918e78da66a7b6f877b913eb402b3a47c5) fix for comparing kinds - [`f1df803`](https://github.com/stretchr/testify/commit/f1df803a706ef8a5133970c1c25d429d5ae8c615) Preserve stack frame for mock parent method call - [`26d4a37`](https://github.com/stretchr/testify/commit/26d4a37fb4b6b30e59880cd41fc2ff071f024323) Fix typo ("PASS" -> "FAIL") - [`865fb2c`](https://github.com/stretchr/testify/commit/865fb2c8f5af9ccbaaadfd20d18236358dccaaff) Add support for subtests (go 1.7) - [`c45a138`](https://github.com/stretchr/testify/commit/c45a1382af909f3ed0abc3b8d8e59e6db48ed9d8) Add go.mod and go.sum - [`660f15d`](https://github.com/stretchr/testify/commit/660f15d67dbb878de0d9d79894f728d691c91b91) Recover panic in suite - [`5b93e2d`](https://github.com/stretchr/testify/commit/5b93e2dc01fd8fbf32aa74a198b0ebe78f6f6b6f) Run go fmt - [`6697e04`](https://github.com/stretchr/testify/commit/6697e04e8d793bb0c9a01bacd6e6c8f999c8d733) Support arbitrary objects in msgAndArgs - [`199de5f`](https://github.com/stretchr/testify/commit/199de5f3a493a9bf2dcc7fa5bf841d7759c13d7d) Update the LICENSE to match the 'standard' MIT license file - Additional commits viewable in [compare view](https://github.com/stretchr/testify/compare/v1.2.2...v1.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=dep&previous-version=1.2.2&new-version=1.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=github.com/stretchr/testify&package-manager=dep&previous-version=1.2.2&new-version=1.3.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-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:31:12 +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/intercert#136
No description provided.