Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/onsi/ginkgo/v2 v2.9.2 -> v2.17.1 age adoption passing confidence

Release Notes

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.17.1

Compare Source

2.17.1

Fixes
  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

v2.17.0

Compare Source

2.17.0

Features
  • add --github-output for nicer output in github actions [e8a2056]
Maintenance

v2.16.0

Compare Source

2.16.0

Features
  • add SpecContext to reporting nodes
Fixes
Maintenance

v2.15.0

Compare Source

2.15.0

Features
  • JUnit reports now interpret Label(owner:X) and set owner to X. [8f3bd70]
  • include cancellation reason when cancelling spec context [96e915c]
Fixes
  • emit output of failed go tool cover invocation so users can try to debug things for themselves [c245d09]
  • fix outline when using nodot in ginkgo v2 [dca77c8]
  • Document areas where GinkgoT() behaves differently from testing.T [dbaf18f]
  • bugfix(docs): use Unsetenv instead of Clearenv (#​1337) [6f67a14]
Maintenance

v2.14.0

Compare Source

2.14.0

Features

You can now use GinkgoTB() when you need an instance of testing.TB to pass to a library.

Prior to this release table testing only supported generating individual Its for each test entry. DescribeTableSubtree extends table testing support to entire testing subtrees - under the hood DescrieTableSubtree generates a new container for each entry and invokes your function to fill our the container. See the docs to learn more.

Fixes
Maintenance

v2.13.2

Compare Source

2.13.2

Fixes

v2.13.1

Compare Source

2.13.1

Fixes
  • 1296 fix(precompiled test guite): exec bit check omitted on Windows (#​1301) [26eea01]

Maintenance
  • Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#​1291) [7161a9d]
  • Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#​1295) [7fc7b10]
  • Bump golang.org/x/tools from 0.12.0 to 0.14.0 (#​1282) [74bbd65]
  • Bump github.com/onsi/gomega from 1.27.10 to 1.29.0 (#​1290) [9373633]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#​1286) [6e3cf65]

v2.13.0

Compare Source

2.13.0

Features

Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #​1225)

v2.12.1

Compare Source

2.12.1

Fixes
Maintenance

v2.12.0

Compare Source

2.12.0

Features
  • feat: allow MustPassRepeatedly decorator to be set at suite level (#​1266) [05de518]
Fixes
Maintenance

Various chores/dependency bumps.

v2.11.0

Compare Source

2.11.0

In prior versions of Ginkgo specs the CLI filter flags (e.g. --focus, --label-filter) would override any programmatic focus. This behavior has proved surprising and confusing in at least the following ways:

  • users cannot combine programmatic filters and CLI filters to more efficiently select subsets of tests
  • CLI filters can override programmatic focus on CI systems resulting in an exit code of 0 despite the presence of (incorrectly!) committed focused specs.

Going forward Ginkgo will AND all programmatic and CLI filters. Moreover, the presence of any programmatic focused tests will always result in a non-zero exit code.

This change is technically a change in Ginkgo's external contract and may require some users to make changes to successfully adopt. Specifically: it's possible some users were intentionally using CLI filters to override programmatic focus. If this is you please open an issue so we can explore solutions to the underlying problem you are trying to solve.

Fixes
  • Programmatic focus is no longer overwrriten by CLI filters [d6bba86]
Maintenance

v2.10.0

Compare Source

2.10.0

Features
  • feat(ginkgo/generators): add --tags flag (#​1216) [a782a77]
    adds a new --tags flag to ginkgo generate
Fixes
Maintenance

v2.9.7

Compare Source

2.9.7

Fixes
  • fix race when multiple defercleanups are called in goroutines [07fc3a0]

v2.9.6

Compare Source

2.9.6

Fixes
Maintenance
  • Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 (#​1202) [3e39231]

v2.9.5

Compare Source

2.9.5

Fixes
  • ensure the correct deterministic sort order is produced when ordered specs are generated by a helper function [7fa0b6b]
Maintenance

v2.9.4

Compare Source

2.9.4

Fixes
  • fix hang with ginkgo -p (#​1192) [15d4bdc] - this addresses a long standing issue related to Ginkgo hanging when a child process spawned by the test does not exit.

  • fix: fail fast may cause Serial spec or cleanup Node interrupted (#​1178) [8dea88b] - prior to this there was a small gap in which specs on other processes might start even if one process has tried to abort the suite.

Maintenance
  • Document run order when multiple setup nodes are at the same nesting level [903be81]

v2.9.3

Compare Source

2.9.3

Features
  • Add RenderTimeline to GinkgoT() [c0c77b6]
Fixes
Maintenance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 26, 2023 10:08
@github-actions
Copy link

github-actions bot commented May 26, 2023

Pull Request Test Coverage Report for Build 7598006375

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.5%) to 66.512%

Totals Coverage Status
Change from base Build 6496437835: -0.5%
Covered Lines: 431
Relevant Lines: 648

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 974c344 to e194e50 Compare June 3, 2023 08:46
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from e194e50 to 38146d9 Compare June 10, 2023 09:01
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0 Jun 10, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 38146d9 to 693200c Compare June 22, 2023 17:28
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 693200c to abdbc2e Compare August 27, 2023 08:59
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.12.0 Aug 27, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.12.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1 Sep 23, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from abdbc2e to db373ed Compare September 23, 2023 08:20
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from db373ed to f22ec82 Compare October 12, 2023 13:20
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from f22ec82 to 615257c Compare November 13, 2023 16:33
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1 Nov 13, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 615257c to b9308a6 Compare December 2, 2023 04:26
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from b9308a6 to 1f4a069 Compare January 15, 2024 01:22
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.14.0 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 1f4a069 to 6dfb339 Compare January 21, 2024 01:08
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.14.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 6dfb339 to e75fb32 Compare March 7, 2024 23:11
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.16.0 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from e75fb32 to cd4d7a1 Compare March 21, 2024 16:43
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.16.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.0 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from cd4d7a1 to 99028ea Compare March 27, 2024 17:41
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 Mar 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants