Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0 #9

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 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/onsi/ginkgo/v2 require minor v2.9.2 -> v2.11.0

Release Notes

onsi/ginkgo

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

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 changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.3 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4 May 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from c6b3c67 to b8d43fc Compare May 3, 2023 22:33
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5 May 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from b8d43fc to fd57ee9 Compare May 15, 2023 15:31
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from fd57ee9 to 3e093d0 Compare June 1, 2023 16:18
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0 Jun 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 3e093d0 to dfb8e30 Compare June 10, 2023 08:13
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0 Jun 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from dfb8e30 to e14fbbf Compare June 17, 2023 05:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants