-
Notifications
You must be signed in to change notification settings - Fork 0
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 common group across 1 directory with 3 updates #7
Conversation
Bumps the common group with 3 updates in the / directory: [github.com/aws-cloudformation/rain](https://github.com/aws-cloudformation/rain), [github.com/owenrumney/squealer](https://github.com/owenrumney/squealer) and [github.com/samber/lo](https://github.com/samber/lo). Updates `github.com/aws-cloudformation/rain` from 1.19.0 to 1.21.0 - [Release notes](https://github.com/aws-cloudformation/rain/releases) - [Commits](aws-cloudformation/rain@v1.19.0...v1.21.0) Updates `github.com/owenrumney/squealer` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/owenrumney/squealer/releases) - [Changelog](https://github.com/owenrumney/squealer/blob/main/.goreleaser.yml) - [Commits](owenrumney/squealer@v1.2.5...v1.2.6) Updates `github.com/samber/lo` from 1.47.0 to 1.49.0 - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.0) --- updated-dependencies: - dependency-name: github.com/aws-cloudformation/rain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: github.com/owenrumney/squealer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request bumps the common group with 3 updates in the / directory. The updates are for github.com/aws-cloudformation/rain, github.com/owenrumney/squealer and github.com/samber/lo. Class diagram showing dependency version updatesclassDiagram
class Dependencies {
+aws-cloudformation/rain
+owenrumney/squealer
+samber/lo
}
class BeforeUpdate {
+rain: v1.19.0
+squealer: v1.2.5
+lo: v1.47.0
}
class AfterUpdate {
+rain: v1.21.0
+squealer: v1.2.6
+lo: v1.49.0
}
Dependencies --> BeforeUpdate: before
Dependencies --> AfterUpdate: after
note for Dependencies "Dependency version updates in go.mod"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
CI Feedback 🧐(Feedback updated until commit 9b9563e)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Superseded by #8. |
Bumps the common group with 3 updates in the / directory: github.com/aws-cloudformation/rain, github.com/owenrumney/squealer and github.com/samber/lo.
Updates
github.com/aws-cloudformation/rain
from 1.19.0 to 1.21.0Release notes
Sourced from github.com/aws-cloudformation/rain's releases.
Commits
3a1d363
Merge pull request #628 from ericzbeard/v-1-21-069db385
Version bump86ef206
Merge pull request #627 from ericzbeard/analyticsa785154
Test template for analytics existing metadata2e1129e
Added analytics to template Metadata6c651fd
Merge pull request #626 from ericzbeard/uncdk79a3208
Removed debug statements2116908
Replace joins with subscd43c5f
Changed naming to use original variable name085edbc
Custom resourcesUpdates
github.com/owenrumney/squealer
from 1.2.5 to 1.2.6Release notes
Sourced from github.com/owenrumney/squealer's releases.
Commits
5ba1918
chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.2 (#133)e6666b2
chore(deps): bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.2 (#130)84fc54e
chore(deps): bump alpine from 3.20.3 to 3.21.2 (#129)732d32f
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#124)9504bad
Create lint.yml6bbfc84
Update and rename build.yml to test.yml5f3ab18
chore(deps): use gopkg.in/yaml.v3 instead of gopkg.in/yaml.v2 (#131)33bf0cf
refactor: return pointer instead of value in getScanner (#132)Updates
github.com/samber/lo
from 1.47.0 to 1.49.0Release notes
Sourced from github.com/samber/lo's releases.
... (truncated)
Commits
8a634a8
bump v1.49.02bdcaca
doc: add example for Product and ProductBy1c1dfd9
feat: add Product and ProductBy functions (#566)124d300
feat: adding FilterSliceToMap (#581)19d8355
Merge branch 'Lee-Minjea-feat/throttle'5cd3266
feat: adding ExampleNewThrottleBy and ExampleNewThrottleByWithCountfdd8865
fix: test case fixed27638ea
feat: adding NewThrottle (#396)d587677
feat: faster ChunkEntries28a4d94
Merge branch 'oswaldom-code-feat-adding-chunk-map'Dependabot 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 conditionsSummary by Sourcery
Build: