chore(deps): update module github.com/smartystreets/goconvey to v1.8.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/smartystreets/goconvey | require | minor |
v1.6.4 -> v1.8.1
|
Release Notes
smartystreets/goconvey (github.com/smartystreets/goconvey)
v1.8.1
v1.8.0
: - Updating to Go 1.18
What's Changed
- Automatically generate assertions.go by @riannucci in https://github.com/smartystreets/goconvey/pull/650
- Remove references to http://goconvey.co as malware squatters appear to have taken it by @mbsulliv in https://github.com/smartystreets/goconvey/pull/673
- upgrade deps, update to go 1.18 by @srabraham in https://github.com/smartystreets/goconvey/pull/674
- fix document about "go get" by @weishaopeng in https://github.com/smartystreets/goconvey/pull/671
- added main.goconvey by @xylophone21 in https://github.com/smartystreets/goconvey/pull/663
New Contributors
- @mbsulliv made their first contribution in https://github.com/smartystreets/goconvey/pull/673
- @srabraham made their first contribution in https://github.com/smartystreets/goconvey/pull/674
- @weishaopeng made their first contribution in https://github.com/smartystreets/goconvey/pull/671
- @xylophone21 made their first contribution in https://github.com/smartystreets/goconvey/pull/663
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.7.2...v1.8.0
v1.7.2
What's Changed
- Report server version on startup. by @riannucci in https://github.com/smartystreets/goconvey/pull/649
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.7.1...v1.7.2
v1.7.1
What's Changed
- Fix reports routing and http.Server usage. by @riannucci in https://github.com/smartystreets/goconvey/pull/648
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.7.0...v1.7.1
v1.7.0
NOTE: This release drops support for Go 1.15 and earlier, since I only have a limited amount of time to maintain this project, and convey previously included workarounds and hacks for some VERY old versions of Go (at least down to Go 1.2!!). If you want to become an active maintainer to preserve support for older Go releases, let's please discuss in https://github.com/smartystreets/goconvey/pull/643.
What's Changed
- Updated assertions.go to include
ShouldWrap
by @jufemaiz in https://github.com/smartystreets/goconvey/pull/636 - Update parser tests. by @riannucci in https://github.com/smartystreets/goconvey/pull/641
- Refine third-party lib checking scripts. by @riannucci in https://github.com/smartystreets/goconvey/pull/642
- Set minimum Go version to 1.16 by @riannucci in https://github.com/smartystreets/goconvey/pull/643
- Use go:embed to serve static resources. by @riannucci in https://github.com/smartystreets/goconvey/pull/644
- Remove >go1.2 detection logic. by @riannucci in https://github.com/smartystreets/goconvey/pull/646
- Use temporary directory for coverage reports. by @riannucci in https://github.com/smartystreets/goconvey/pull/647
New Contributors
- @jufemaiz made their first contribution in https://github.com/smartystreets/goconvey/pull/636
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.6.7...v1.7.0
v1.6.7
What's Changed
- Add ShouldEqualJSON to the assertion export list. by @paudley in https://github.com/smartystreets/goconvey/pull/628
- Add simple update script and CI check for 3rd party libs. by @riannucci in https://github.com/smartystreets/goconvey/pull/634
- Update Travis CI badge by @riannucci in https://github.com/smartystreets/goconvey/pull/635
- Fix #639: Disable pre-compilation for Go 1.16+ by @riannucci in https://github.com/smartystreets/goconvey/pull/640
New Contributors
- @paudley made their first contribution in https://github.com/smartystreets/goconvey/pull/628
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.6.6...v1.6.7
v1.6.6
What's Changed
- Fix compilation error when running tests by @ezk84 in https://github.com/smartystreets/goconvey/pull/633
New Contributors
- @ezk84 made their first contribution in https://github.com/smartystreets/goconvey/pull/633
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.6.5...v1.6.6
v1.6.5
What's Changed
- Add code for parsing format that ginkgo tests emit by @msabramo in https://github.com/smartystreets/goconvey/pull/528
- Define a new compile func for go 1.16 by @gravis in https://github.com/smartystreets/goconvey/pull/614
- AddingPowerSupport_&_CI/Testing by @santosh653 in https://github.com/smartystreets/goconvey/pull/611
- change assertion to Assertion by @mantyr in https://github.com/smartystreets/goconvey/pull/586
- SoMsg by @kormat in https://github.com/smartystreets/goconvey/pull/451
- Stop compiling and testing packages in testdata by @CtrlZvi in https://github.com/smartystreets/goconvey/pull/488
- Add StackMode to make stack traces configurable by @miketonks in https://github.com/smartystreets/goconvey/pull/588
New Contributors
- @msabramo made their first contribution in https://github.com/smartystreets/goconvey/pull/528
- @gravis made their first contribution in https://github.com/smartystreets/goconvey/pull/614
- @santosh653 made their first contribution in https://github.com/smartystreets/goconvey/pull/611
- @mantyr made their first contribution in https://github.com/smartystreets/goconvey/pull/586
- @kormat made their first contribution in https://github.com/smartystreets/goconvey/pull/451
- @miketonks made their first contribution in https://github.com/smartystreets/goconvey/pull/588
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.6.4...v1.6.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.