chore(deps): bump the dependencies group with 5 updates#82
Merged
Conversation
Contributor
Author
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
This comment has been minimized.
This comment has been minimized.
0f187e3 to
42778fa
Compare
This comment has been minimized.
This comment has been minimized.
42778fa to
351edda
Compare
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/2manymws/rc](https://github.com/2manymws/rc) | `0.12.0` | `0.12.1` | | [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` | | [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) | `3.2.0` | `3.4.0` | | [github.com/ory/dockertest/v3](https://github.com/ory/dockertest) | `3.10.0` | `3.12.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.1.0` | `0.15.0` | Updates `github.com/2manymws/rc` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/2manymws/rc/releases) - [Changelog](https://github.com/2manymws/rc/blob/main/CHANGELOG.md) - [Commits](2manymws/rc@v0.12.0...v0.12.1) Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) Updates `github.com/jellydator/ttlcache/v3` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/jellydator/ttlcache/releases) - [Commits](jellydator/ttlcache@v3.2.0...v3.4.0) Updates `github.com/ory/dockertest/v3` from 3.10.0 to 3.12.0 - [Release notes](https://github.com/ory/dockertest/releases) - [Commits](ory/dockertest@v3.10.0...v3.12.0) Updates `golang.org/x/sync` from 0.1.0 to 0.15.0 - [Commits](golang/sync@v0.1.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/2manymws/rc dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/google/go-cmp dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/jellydator/ttlcache/v3 dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/ory/dockertest/v3 dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/sync dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
351edda to
8326471
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
Code Metrics Report
Details | | main (711084b) | #82 (aed1957) | +/- |
|--------------------|----------------|---------------|------|
| Coverage | 77.4% | 77.4% | 0.0% |
| Files | 2 | 2 | 0 |
| Lines | 324 | 324 | 0 |
| Covered | 251 | 251 | 0 |
| Code to Test Ratio | 1:1.9 | 1:1.9 | 0.0 |
| Code | 658 | 658 | 0 |
| Test | 1275 | 1275 | 0 |Reported by octocov |
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 dependencies group with 5 updates:
0.12.00.12.10.6.00.7.03.2.03.4.03.10.03.12.00.1.00.15.0Updates
github.com/2manymws/rcfrom 0.12.0 to 0.12.1Release notes
Sourced from github.com/2manymws/rc's releases.
Changelog
Sourced from github.com/2manymws/rc's changelog.
Commits
175dfa7Merge pull request #85 from 2manymws/tagpr-from-v0.12.0cc41acb[tagpr] update CHANGELOG.mda68adfc[tagpr] prepare for the next release03159ebMerge pull request #84 from 2manymws/close-req-res5454242Fix lint warnd14bd6cAdd test0feccf1Close cached response / request bodyUpdates
github.com/google/go-cmpfrom 0.6.0 to 0.7.0Release notes
Sourced from github.com/google/go-cmp's releases.
Commits
9b12f36Detect proto.Message types when failing to export a field (#370)4dd3d63fix: type 'aribica' => 'arabica' (#368)391980cSupport compare functions with SortSlices and SortMaps (#367)Updates
github.com/jellydator/ttlcache/v3from 3.2.0 to 3.4.0Release notes
Sourced from github.com/jellydator/ttlcache/v3's releases.
... (truncated)
Commits
7145e12add status section to READMEc2e22aaupdate feature list text31efdf4add examples and tutorials to README9f1a275Bump golang.org/x/sync from 0.14.0 to 0.15.0 (#182)44a1fa2Add examples folder with httpcache example (#183)6978d5eExpose item cost (#181)b6a9e74Rewrite expired items tests to ensure expiration for Windows (#178)b20a7fdfix: Deadlock during cost calculation (#173)fdc54f0Bump golang.org/x/sync from 0.11.0 to 0.14.0 (#172)dd3c982Export NewItemWithOpts (#180)Updates
github.com/ory/dockertest/v3from 3.10.0 to 3.12.0Release notes
Sourced from github.com/ory/dockertest/v3's releases.
... (truncated)
Commits
8a76ff0chore: update repository templates to ory/meta@bc60...207b20achore: update repository templates to ory/meta@83e7...fabf563autogen: update license overview4b1e539chore: update repository templates to ory/meta@44ef...46d1a7bchore: update repository templates to ory/meta@c091...13e6e33chore(deps): bump actions/stale from 4 to 9 (#554)91b7d0bchore(deps): bump actions/setup-node from 2.pre.beta to 4.1.0 (#539)28c8c5bchore(deps): bump github.com/containerd/continuity from 0.4.3 to 0.4.5 (#545)eec3a4ffeat: add support for BuildKit when building images (#416)f6e65bachore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#547)Updates
golang.org/x/syncfrom 0.1.0 to 0.15.0Commits
8a14946errgroup: remove duplicated comment1869c69all: replace deprecated ioutild1ac909sync/errgroup: PanicError.Error print stack trace506c70ferrgroup: propagate panic and Goexit through Wait396f3a0errgroup: document calling Go before Waitb637f27errgroup: drop support for Go versions before 1.20960bf1fall: upgrade go directive to at least 1.23.0 [generated]fe3591bsync/errgroup: improve documentation for semaphore limit behavior913fb63singleflight: fix typo in singleflight_test.go151027eREADME: don't recommend go getDependabot 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