Skip to content
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 github.com/conductorone/baton-sdk from 0.2.8 to 0.2.20 #56

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps github.com/conductorone/baton-sdk from 0.2.8 to 0.2.20.

Release notes

Sourced from github.com/conductorone/baton-sdk's releases.

v0.2.20

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.2.19...v0.2.20

v0.2.19

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.2.18...v0.2.19

v0.2.18

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.2.17...v0.2.18

v0.2.17

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.2.16...v0.2.17

v0.2.16

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.2.15...v0.2.16

v0.2.15

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.2.14...v0.2.15

v0.2.14

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • New Features

    • Updated dependencies to enhance project functionality and performance.
    • Introduced caching mechanisms via new indirect dependency, potentially improving efficiency.
  • Bug Fixes

    • Upgraded the github.com/conductorone/baton-sdk package, which may include important bug fixes.

Bumps [github.com/conductorone/baton-sdk](https://github.com/conductorone/baton-sdk) from 0.2.8 to 0.2.20.
- [Release notes](https://github.com/conductorone/baton-sdk/releases)
- [Commits](ConductorOne/baton-sdk@v0.2.8...v0.2.20)

---
updated-dependencies:
- dependency-name: github.com/conductorone/baton-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2024
Copy link

coderabbitai bot commented Aug 19, 2024

Walkthrough

The recent updates to the go.mod file enhance dependency management by upgrading the version of github.com/conductorone/baton-sdk from v0.2.8 to v0.2.20, potentially improving functionality or fixing bugs. Additionally, a new indirect dependency on github.com/allegro/bigcache/v3 at version v3.1.0 has been added, suggesting the integration of caching mechanisms into the project.

Changes

Files Change Summary
go.mod Updated github.com/conductorone/baton-sdk from v0.2.8 to v0.2.20; added indirect dependency on github.com/allegro/bigcache/v3 at v3.1.0.

Poem

In the garden of code, I hop with glee,
Dependencies upgraded, as bright as can be.
With caching in tow, our speed will increase,
Thank you, dear libraries, for bringing us peace! 🐇✨


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 36cadc8 and bd7a785.

Files ignored due to path filters (60)
  • go.sum is excluded by !**/*.sum and included by none
  • vendor/github.com/allegro/bigcache/v3/.codecov.yml is excluded by none and included by none
  • vendor/github.com/allegro/bigcache/v3/.gitignore is excluded by none and included by none
  • vendor/github.com/allegro/bigcache/v3/LICENSE is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/README.md is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bigcache.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bytes.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bytes_appengine.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/clock.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/config.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/encoding.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/entry_not_found_error.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/fnv.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/hash.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/iterator.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/logger.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/queue/bytes_queue.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/shard.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/stats.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/utils.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/internal/connector/connector.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pb/c1/connector/v2/ticket.pb.go is excluded by !**/*.pb.go, !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pb/c1/connector/v2/ticket.pb.validate.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pb/c1/connectorapi/baton/v1/baton.pb.go is excluded by !**/*.pb.go, !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pb/c1/connectorapi/baton/v1/baton.pb.validate.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pb/c1/connectorapi/baton/v1/baton_grpc.pb.go is excluded by !**/*.pb.go, !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/cli/commands.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/config/config.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/connectorbuilder/connectorbuilder.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/connectorrunner/runner.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/connectorstore/connectorstore.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/dotc1z/sync_runs.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/field/defaults.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/field/fields.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/field/relationships.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/field/validation.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/pagination/pagination.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/sdk/version.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/sync/syncer.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/c1api/debug.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/c1api/full_sync.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/c1api/list_ticket_schemas.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/c1api/manager.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/c1api/service_client.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/local/accounter.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/local/deleter.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/local/event_feed.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/local/granter.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/local/revoker.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/local/rotator.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/local/syncer.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/local/ticket.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/tasks/tasks.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/types/tasks/tasks.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/types/ticket/custom_fields.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/uhttp/client.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/uhttp/gocache.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/uhttp/transport.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/uhttp/wrapper.go is excluded by !vendor/** and included by none
  • vendor/modules.txt is excluded by !vendor/** and included by none
Files selected for processing (1)
  • go.mod (2 hunks)
Additional comments not posted (2)
go.mod (2)

8-8: Verify compatibility with github.com/conductorone/baton-sdk v0.2.20.

The update from v0.2.8 to v0.2.20 may include significant changes. Ensure that the project is compatible with this new version and that all relevant functionality is tested.


18-18: Verify the necessity of github.com/allegro/bigcache/v3.

The addition of this indirect dependency suggests potential caching usage. Confirm that this dependency is necessary and evaluate its impact on the project.

Verification successful

The github.com/allegro/bigcache/v3 dependency is necessary.

The bigcache package is used in the file vendor/github.com/conductorone/baton-sdk/pkg/uhttp/gocache.go, confirming its necessity for caching functionality within the project. No further action is needed regarding this dependency.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the necessity of the `bigcache` dependency.

# Test: Search for usage of `bigcache` to ensure it's being utilized.
rg --type go 'bigcache' -A 5

Length of output: 8349

@ggreer ggreer merged commit 79aefce into main Aug 19, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/conductorone/baton-sdk-0.2.20 branch August 19, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant