-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the golang group across 1 directory with 8 updates #78
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] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for automated dependabot changes only for CSM 1.13 release. Will not include any Engineering code additions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for automated dependabot changes only for CSM 1.13 release. Will not include any Engineering code additions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for automated dependabot changes only for CSM 1.13 release. Will not include any Engineering code additions.
Bumps the golang group with 6 updates in the / directory:
0.12.6
0.15.0
1.7.3
1.8.1
0.2.4
0.4.0
1.4.2
1.9.3
0.5.4
1.0.2
0.1.0
0.29.0
Updates
github.com/cucumber/godog
from 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
dc6950b
Update CHANGELOG.mdecd2dfe
Ambiguous step detection - add support to all formatters (#648)223efc3
Fix some type checks on the signatures of nested step handlers (#647)8edde7f
Bugfix afterscenario attachments (#646)1e7c45e
Minor doc and comment corrections (#644)6e4f452
Replace more slack with discord9b51734
Replace slack with discord901da7f
fixed a bug where the attachments are extracted from the context too early, t...bcf6bce
ambiguous step def detection akin to cucumber jvm (#636)3abb346
provisional: Attachments now uses base64 padding not raw mode (#629)Updates
github.com/gorilla/mux
from 1.7.3 to 1.8.1Release notes
Sourced from github.com/gorilla/mux's releases.
... (truncated)
Commits
b4617d0
update GitHub workflows (#734)3401478
fix SPA handler in README.md (#733)4a671cb
Add GetVarNames() (#676)85123bf
changed the routeVariables text content. (#708)79f2f45
Clarify documentation examples of Route methods (#672)395ad81
[BUG] Inconsistent HTTP status code on query mismatch (#712)24c3e7f
FixSingle Page Application
example inREADME.md
file (#678)546dd0c
run go fmt with Go 1.20 (#725)651928c
Update issues.yml (#727)cfc696d
Update issues.yml (#726)Updates
github.com/jinzhu/copier
from 0.2.4 to 0.4.0Commits
70b1d4e
Merge pull request #190 from driventokill/feature/custom-field-names1835b1a
ci: upgrade ci go version >=1.175a54efd
style: format copier_file_name_mapping_test.gobacc10b
fix: use CaseSensitive=true for legacy test cases7d39583
feat: Support custom file name mappings83982c7
Merge pull request #177 from jiang4869/masterf036a42
Merge pull request #178 from QianChenglong/master1885609
Merge pull request #180 from driventokill/issue/170780b83e
fix: several issues while copy with custom converter61dc501
support case-insensitive copyUpdates
github.com/sirupsen/logrus
from 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
d40e25c
fix panic in Writerf9291a5
Revert "Revert "Merge pull request #1376 from ozfive/master""352781d
Revert "Merge pull request #1376 from ozfive/master"b30aa27
Merge pull request #1339 from xieyuschen/patch-16acd903
Merge pull request #1376 from ozfive/master105e63f
Merge pull request #1 from ashmckenzie/ashmckenzie/fix-writer-scannerc052ba6
Scan text in 64KB chunkse59b167
Merge pull request #1372 from tommyblue/syslog_different_loglevels766cfec
This commit fixes a potential denial of service vulnerability in logrus.Write...70234da
Add instructions to use different log levels for local and syslogUpdates
github.com/stretchr/testify
from 1.7.1 to 1.8.2Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
f36bfe3
Fix Subset/NotSubset when map is missing keys from the subset (#1261)0ab3ce1
FixCallerInfo()
source file paths (#1288)2b00d33
Fix Call.Unset() panic (issue #1236) (#1250)9acc222
fix: fix bug for check unsafe.Pointer isNil (#1319)1333b5d
Add sub-tests to Suite (#1246)b747d7c
Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 (#1283)181cea6
impr:CallerInfo
should print full paths to the terminal (#1201)cf1284f
Allow mock expectations to be ordered (#1106)66eef0e
fix: assert.MapSubset (or just support maps in assert.Subset) (#1178)2fab6df
Add WithinTimeRange method (#1188)Updates
github.com/hashicorp/golang-lru
from 0.5.4 to 1.0.2Release notes
Sourced from github.com/hashicorp/golang-lru's releases.
Commits
a032ef5
Update README for v1.0.2bdf35e3
Remove deprecated lintersbc1608d
Update other tests to get rid of math/randf2408b3
Update test to remove bad rand usagefa11c6b
Update github workflow6da3f98
Update MPL 2.0 LICENSE (#110)d4900dc
fix onEvictedCB bug (#84)003b81b
Update go doc url (#93)80c9821
rework lru's external registered callback invocation to avoid concurr… (#80)eb52994
Code quality improvements (#67)Updates
github.com/stretchr/objx
from 0.1.1 to 0.5.0Release notes
Sourced from github.com/stretchr/objx's releases.
Commits
50a2c06
Fix typo in Taskfile (#122)4df03b2
Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#121)5dbb4e6
Bump actions/setup-go from 2 to 3 (#115)2f77885
Bump actions/cache from 2 to 3 (#114)0c8524c
Bump actions/checkout from 2 to 3 (#112)e1b6aeb
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#113)27373ce
fix set within Map child element (#105)4ff3852
fix int to float conversions (#108)0ea374a
fix nested array access (#104)a5b1e6c
Bump github.com/stretchr/testify from 1.3.0 to 1.7.0 (#110)Updates
golang.org/x/sys
from 0.1.0 to 0.29.0Commits
d4ac05d
windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL680bd24
windows: remove unused errString typea7f19e9
unix: add Dup3 on dragonflyfe16172
unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin0a57dbc
unix: update to kernel Linux 6.123cf1e67
unix: don't fail TestPpoll on EINTRd2cea70
windows: add functions to get named pipe process IDsa13946c
windows: regenerate zsyscall_windows.goe0753d4
Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall...c29efe3
windows: 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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