fix(deps): update all
This PR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| alpine | final | minor | 3.13 -> 3.23 |
||
| codfish/semantic-release-action | action | minor | v1.9.0 -> v1.10.0 |
||
| github.com/smartystreets/goconvey | require | minor | v1.6.4 -> v1.8.1 |
||
| github.com/urfave/cli | require | patch | v1.22.5 -> v1.22.17 |
||
| golang | stage | minor | 1.16-alpine -> 1.25-alpine |
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 #650
- Remove references to http://goconvey.co as malware squatters appear to have taken it by @mbsulliv in #673
- upgrade deps, update to go 1.18 by @srabraham in #674
- fix document about "go get" by @weishaopeng in #671
- added main.goconvey by @xylophone21 in #663
New Contributors
- @mbsulliv made their first contribution in #673
- @srabraham made their first contribution in #674
- @weishaopeng made their first contribution in #671
- @xylophone21 made their first contribution in #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 #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 #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 #643.
What's Changed
- Updated assertions.go to include
ShouldWrapby @jufemaiz in #636 - Update parser tests. by @riannucci in #641
- Refine third-party lib checking scripts. by @riannucci in #642
- Set minimum Go version to 1.16 by @riannucci in #643
- Use go:embed to serve static resources. by @riannucci in #644
- Remove >go1.2 detection logic. by @riannucci in #646
- Use temporary directory for coverage reports. by @riannucci in #647
New Contributors
- @jufemaiz made their first contribution in #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 #628
- Add simple update script and CI check for 3rd party libs. by @riannucci in #634
- Update Travis CI badge by @riannucci in #635
- Fix #639: Disable pre-compilation for Go 1.16+ by @riannucci in #640
New Contributors
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.6.6...v1.6.7
v1.6.6
What's Changed
New Contributors
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 #528
- Define a new compile func for go 1.16 by @gravis in #614
- AddingPowerSupport_&_CI/Testing by @santosh653 in #611
- change assertion to Assertion by @mantyr in #586
- SoMsg by @kormat in #451
- Stop compiling and testing packages in testdata by @CtrlZvi in #488
- Add StackMode to make stack traces configurable by @miketonks in #588
New Contributors
- @msabramo made their first contribution in #528
- @gravis made their first contribution in #614
- @santosh653 made their first contribution in #611
- @mantyr made their first contribution in #586
- @kormat made their first contribution in #451
- @miketonks made their first contribution in #588
Full Changelog: https://github.com/smartystreets/goconvey/compare/v1.6.4...v1.6.5
urfave/cli (github.com/urfave/cli)
v1.22.17
What's Changed
- Update dependencies in v1 series by @meatballhat in #2158
Full Changelog: https://github.com/urfave/cli/compare/v1.22.16...v1.22.17
v1.22.16
What's Changed
- Bump Go versions and reorder steps as with v2-maint by @meatballhat in #1887
- Update dependencies in v1-maint by @meatballhat in #1979
Full Changelog: https://github.com/urfave/cli/compare/v1.22.15...v1.22.16
v1.22.15
What's Changed
- Bump dependencies, tested go versions, and actions steps for v1 by @meatballhat in #1886
Full Changelog: https://github.com/urfave/cli/compare/v1.22.14...v1.22.15
v1.22.14
What's Changed
- Update dependencies for v1 by @meatballhat in #1748
Full Changelog: https://github.com/urfave/cli/compare/v1.22.13...v1.22.14
v1.22.13
What's Changed
- Shift tested Go versions in v1-maint by @meatballhat in #1693
- Update dependencies for
v1-maintby @meatballhat in #1712
Full Changelog: https://github.com/urfave/cli/compare/v1.22.12...v1.22.13
v1.22.12
What's Changed
- Update many v1 things by @meatballhat in #1654
Full Changelog: https://github.com/urfave/cli/compare/v1.22.11...v1.22.12
v1.22.11
What's Changed
- Fix:(issue_1338) Fix behaviour of skip flag parsing if there are subc… by @dearchap in #1640
- Doc:(issue_1195) Add integration testing example in docs by @dearchap in #1641
- Fix:(issue_1142). Allow comma in altsrc flag names by @dearchap in #1645
- Run CI on
v1series by @meatballhat in #1646
Full Changelog: https://github.com/urfave/cli/compare/v1.22.10...v1.22.11
v1.22.10
What's Changed
- Ignore dirs that are ignored in v2 by @meatballhat in #1428
- Fix:(issue_1094) Dont execute Before/After during shell completions by @dearchap in #1459
Full Changelog: https://github.com/urfave/cli/compare/v1.22.9...v1.22.10
v1.22.9
What's Changed
- do fix CI by @kolyshkin in #1384
- Add urfave_cli_no_docs build tag by @kolyshkin in #1383
Full Changelog: https://github.com/urfave/cli/compare/v1.22.8...v1.22.9
v1.22.8
What's Changed
- [v1] fix CI, add Go 1.17.x and 1.18.x by @kolyshkin in #1379
Full Changelog: https://github.com/urfave/cli/compare/v1.22.7...v1.22.8
v1.22.7: Release 1.22.7
What's Changed
- Don't call open("") backport by @kolyshkin in #1362
Full Changelog: https://github.com/urfave/cli/compare/v1.22.6...v1.22.7
v1.22.6: Release 1.22.6
What's Changed
- Ci config trimming by @meatballhat in #1355
- Merging 1135 fix flag parsing by @thaJeztah via #1356
Full Changelog: https://github.com/urfave/cli/compare/v1.22.5...v1.22.6
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
15a62a3) 89.89% compared to head (1b9d964) 90.99%.
:exclamation: Current head 1b9d964 differs from pull request most recent head 6d8ed80. Consider uploading reports for the commit 6d8ed80 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## master #62 +/- ##
==========================================
+ Coverage 89.89% 90.99% +1.09%
==========================================
Files 1 1
Lines 99 111 +12
==========================================
+ Hits 89 101 +12
Misses 5 5
Partials 5 5
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.