Closed dependabot[bot] closed 1 month ago
[!WARNING]
Rate limit exceeded
@dependabot[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 28 minutes and 55 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between d8573567a8f531c7e2a61ff28acb2d10131ad73c and b74a9902e8cd0bcd2ebdb8589be415a464d026be.
The go.mod
file has been updated to reflect a change in the version of the github.com/go-echarts/go-echarts/v2
dependency from v2.4.0
to v2.4.1
. Additionally, the direct dependency on gopkg.in/yaml.v3
has been removed, and it is now listed as an indirect dependency, indicating a refinement in the module's dependency management.
Files | Change Summary |
---|---|
go.mod | Updated github.com/go-echarts/go-echarts/v2 from v2.4.0 to v2.4.1 ; removed direct dependency on gopkg.in/yaml.v3 , now listed as an indirect dependency. |
sequenceDiagram
participant A as User
participant B as Application
participant C as go-echarts
A->>B: Request chart data
B->>C: Fetch chart library v2.4.1
C-->>B: Return chart data
B-->>A: Display chart
🐰 In the meadow, hops a little sprite,
With updates and changes, oh what a delight!
Go-echarts shines bright, with version anew,
Indirect dependencies, a cleaner view!
Hooray for the code, let the bunnies cheer,
For smooth-running modules, we hold so dear! 🌼
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?
Superseded by #278.
Bumps github.com/go-echarts/go-echarts/v2 from 2.4.0 to 2.4.1.
Release notes
Sourced from github.com/go-echarts/go-echarts/v2's releases.
Commits
20bc0d9
update(opts): new opts for dataZoom axis (#472)5d23915
feat(tpl): add new page full screen layout (#470)e9de396
update(opt): new style options for Graph elements (#469)d855b74
chore: readmef681572
fix(options): allow set markline style per data (#459)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