Bump the golang group across 1 directory with 8 updates#78
Merged
sharmilarama merged 1 commit intomainfrom Jan 9, 2025
Merged
Conversation
Bumps the golang group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cucumber/godog](https://github.com/cucumber/godog) | `0.12.6` | `0.15.0` | | [github.com/gorilla/mux](https://github.com/gorilla/mux) | `1.7.3` | `1.8.1` | | [github.com/jinzhu/copier](https://github.com/jinzhu/copier) | `0.2.4` | `0.4.0` | | [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.4.2` | `1.9.3` | | [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) | `0.5.4` | `1.0.2` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.1.0` | `0.29.0` | Updates `github.com/cucumber/godog` from 0.12.6 to 0.15.0 - [Release notes](https://github.com/cucumber/godog/releases) - [Changelog](https://github.com/cucumber/godog/blob/main/CHANGELOG.md) - [Commits](cucumber/godog@v0.12.6...v0.15.0) Updates `github.com/gorilla/mux` from 1.7.3 to 1.8.1 - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](gorilla/mux@v1.7.3...v1.8.1) Updates `github.com/jinzhu/copier` from 0.2.4 to 0.4.0 - [Commits](jinzhu/copier@v0.2.4...v0.4.0) Updates `github.com/sirupsen/logrus` from 1.4.2 to 1.9.3 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.4.2...v1.9.3) Updates `github.com/stretchr/testify` from 1.7.1 to 1.8.2 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.7.1...v1.8.2) Updates `github.com/hashicorp/golang-lru` from 0.5.4 to 1.0.2 - [Release notes](https://github.com/hashicorp/golang-lru/releases) - [Commits](hashicorp/golang-lru@v0.5.4...v1.0.2) Updates `github.com/stretchr/objx` from 0.1.1 to 0.5.0 - [Release notes](https://github.com/stretchr/objx/releases) - [Commits](stretchr/objx@v0.1.1...v0.5.0) Updates `golang.org/x/sys` from 0.1.0 to 0.29.0 - [Commits](golang/sys@v0.1.0...v0.29.0) --- updated-dependencies: - dependency-name: github.com/cucumber/godog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/jinzhu/copier dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/sirupsen/logrus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/hashicorp/golang-lru dependency-type: indirect update-type: version-update:semver-major dependency-group: golang - dependency-name: github.com/stretchr/objx dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <support@github.com>
AronAtDell
approved these changes
Jan 9, 2025
AronAtDell
left a comment
There was a problem hiding this comment.
Approving for automated dependabot changes only for CSM 1.13 release. Will not include any Engineering code additions.
anandrajak1
approved these changes
Jan 9, 2025
Collaborator
anandrajak1
left a comment
There was a problem hiding this comment.
Approving for automated dependabot changes only for CSM 1.13 release. Will not include any Engineering code additions.
mjsdell
approved these changes
Jan 9, 2025
Collaborator
mjsdell
left a comment
There was a problem hiding this comment.
Approving for automated dependabot changes only for CSM 1.13 release. Will not include any Engineering code additions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the golang group with 6 updates in the / directory:
0.12.60.15.01.7.31.8.10.2.40.4.01.4.21.9.30.5.41.0.20.1.00.29.0Updates
github.com/cucumber/godogfrom 0.12.6 to 0.15.0Release notes
Sourced from github.com/cucumber/godog's releases.
... (truncated)
Changelog
Sourced from github.com/cucumber/godog's changelog.
Commits
dc6950bUpdate CHANGELOG.mdecd2dfeAmbiguous step detection - add support to all formatters (#648)223efc3Fix some type checks on the signatures of nested step handlers (#647)8edde7fBugfix afterscenario attachments (#646)1e7c45eMinor doc and comment corrections (#644)6e4f452Replace more slack with discord9b51734Replace slack with discord901da7ffixed a bug where the attachments are extracted from the context too early, t...bcf6bceambiguous step def detection akin to cucumber jvm (#636)3abb346provisional: Attachments now uses base64 padding not raw mode (#629)Updates
github.com/gorilla/muxfrom 1.7.3 to 1.8.1Release notes
Sourced from github.com/gorilla/mux's releases.
... (truncated)
Commits
b4617d0update GitHub workflows (#734)3401478fix SPA handler in README.md (#733)4a671cbAdd GetVarNames() (#676)85123bfchanged the routeVariables text content. (#708)79f2f45Clarify documentation examples of Route methods (#672)395ad81[BUG] Inconsistent HTTP status code on query mismatch (#712)24c3e7fFixSingle Page Applicationexample inREADME.mdfile (#678)546dd0crun go fmt with Go 1.20 (#725)651928cUpdate issues.yml (#727)cfc696dUpdate issues.yml (#726)Updates
github.com/jinzhu/copierfrom 0.2.4 to 0.4.0Commits
70b1d4eMerge pull request #190 from driventokill/feature/custom-field-names1835b1aci: upgrade ci go version >=1.175a54efdstyle: format copier_file_name_mapping_test.gobacc10bfix: use CaseSensitive=true for legacy test cases7d39583feat: Support custom file name mappings83982c7Merge pull request #177 from jiang4869/masterf036a42Merge pull request #178 from QianChenglong/master1885609Merge pull request #180 from driventokill/issue/170780b83efix: several issues while copy with custom converter61dc501support case-insensitive copyUpdates
github.com/sirupsen/logrusfrom 1.4.2 to 1.9.3Release notes
Sourced from github.com/sirupsen/logrus's releases.
... (truncated)
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
... (truncated)
Commits
d40e25cfix panic in Writerf9291a5Revert "Revert "Merge pull request #1376 from ozfive/master""352781dRevert "Merge pull request #1376 from ozfive/master"b30aa27Merge pull request #1339 from xieyuschen/patch-16acd903Merge pull request #1376 from ozfive/master105e63fMerge pull request #1 from ashmckenzie/ashmckenzie/fix-writer-scannerc052ba6Scan text in 64KB chunkse59b167Merge pull request #1372 from tommyblue/syslog_different_loglevels766cfecThis commit fixes a potential denial of service vulnerability in logrus.Write...70234daAdd instructions to use different log levels for local and syslogUpdates
github.com/stretchr/testifyfrom 1.7.1 to 1.8.2Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
f36bfe3Fix Subset/NotSubset when map is missing keys from the subset (#1261)0ab3ce1FixCallerInfo()source file paths (#1288)2b00d33Fix Call.Unset() panic (issue #1236) (#1250)9acc222fix: fix bug for check unsafe.Pointer isNil (#1319)1333b5dAdd sub-tests to Suite (#1246)b747d7cBump github.com/stretchr/objx from 0.4.0 to 0.5.0 (#1283)181cea6impr:CallerInfoshould print full paths to the terminal (#1201)cf1284fAllow mock expectations to be ordered (#1106)66eef0efix: assert.MapSubset (or just support maps in assert.Subset) (#1178)2fab6dfAdd WithinTimeRange method (#1188)Updates
github.com/hashicorp/golang-lrufrom 0.5.4 to 1.0.2Release notes
Sourced from github.com/hashicorp/golang-lru's releases.
Commits
a032ef5Update README for v1.0.2bdf35e3Remove deprecated lintersbc1608dUpdate other tests to get rid of math/randf2408b3Update test to remove bad rand usagefa11c6bUpdate github workflow6da3f98Update MPL 2.0 LICENSE (#110)d4900dcfix onEvictedCB bug (#84)003b81bUpdate go doc url (#93)80c9821rework lru's external registered callback invocation to avoid concurr… (#80)eb52994Code quality improvements (#67)Updates
github.com/stretchr/objxfrom 0.1.1 to 0.5.0Release notes
Sourced from github.com/stretchr/objx's releases.
Commits
50a2c06Fix typo in Taskfile (#122)4df03b2Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#121)5dbb4e6Bump actions/setup-go from 2 to 3 (#115)2f77885Bump actions/cache from 2 to 3 (#114)0c8524cBump actions/checkout from 2 to 3 (#112)e1b6aebBump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#113)27373cefix set within Map child element (#105)4ff3852fix int to float conversions (#108)0ea374afix nested array access (#104)a5b1e6cBump github.com/stretchr/testify from 1.3.0 to 1.7.0 (#110)Updates
golang.org/x/sysfrom 0.1.0 to 0.29.0Commits
d4ac05dwindows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL680bd24windows: remove unused errString typea7f19e9unix: add Dup3 on dragonflyfe16172unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin0a57dbcunix: update to kernel Linux 6.123cf1e67unix: don't fail TestPpoll on EINTRd2cea70windows: add functions to get named pipe process IDsa13946cwindows: regenerate zsyscall_windows.goe0753d4Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall...c29efe3windows: add iphlpapi functions for change notificationsDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions