chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#27
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#27dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… updates Bumps the minor-and-patch group with 3 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@daytonaio/sdk](https://github.com/daytonaio/daytona) and [weave](https://github.com/wandb/weave). Updates `@anthropic-ai/sdk` from 0.72.1 to 0.80.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.72.1...sdk-v0.80.0) Updates `@daytonaio/sdk` from 0.152.1 to 0.153.0 - [Release notes](https://github.com/daytonaio/daytona/releases) - [Commits](daytonaio/daytona@v0.152.1...v0.153.0) Updates `weave` from 0.11.1 to 0.12.1 - [Release notes](https://github.com/wandb/weave/releases) - [Changelog](https://github.com/wandb/weave/blob/master/dev_docs/RELEASE.md) - [Commits](https://github.com/wandb/weave/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@daytonaio/sdk" dependency-version: 0.153.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: weave dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 minor-and-patch group with 3 updates in the / directory: @anthropic-ai/sdk, @daytonaio/sdk and weave.
Updates
@anthropic-ai/sdkfrom 0.72.1 to 0.80.0Release notes
Sourced from
@anthropic-ai/sdk's releases.... (truncated)
Changelog
Sourced from
@anthropic-ai/sdk's changelog.... (truncated)
Commits
0f8153bchore: release maine88d6a7feat(api): manual updatesd3eb7d1feat(api): manual updatesffca9a1chore(internal): tweak CI branchesaf66c80chore: release main (#921)fdaa72bchore: release main (#917)e34f3a2release: 0.77.0 (#916)1d2868fchore: release main (#915)bcdf5b2chore: release main2a5d0adfix(tests): fix erroneous speed tests (#699)Updates
@daytonaio/sdkfrom 0.152.1 to 0.153.0Release notes
Sourced from
@daytonaio/sdk's releases.Commits
676fe87chore(sdk-go): bump to v0.153.0 (#4150)4bf3314fix(api): remove state lock on job completion (#4148)2feafeefeat(docs): add network allow/block list format and validation (#4124)d7652d1feat(api,runner): add docker healthcheck to runner (#3941)3cdbf07feat(docs,sdk): remove find one method (#4115)78254d5feat(api): cleanup stale build fails (#4046)df5920fchore: go work sync and poetry lock after dependabot updatesae3cf8echore(deps): bump google.golang.org/grpc in /libs/common-go9dd51f9chore(deps): bump socket.io-parser from 4.2.5 to 4.2.6bbdf6e9chore(deps): bump h3 from 1.15.5 to 1.15.8Updates
weavefrom 0.11.1 to 0.12.1Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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 conditionsSummary by cubic
Update dependency versions to pull in recent fixes and features:
@anthropic-ai/sdk0.80.0,@daytonaio/sdk0.153.0, andweave0.12.1. Note:@daytonaio/sdkremoves the findOne API; see migration.Dependencies
@anthropic-ai/sdk: 0.72.1 → 0.80.0@daytonaio/sdk: 0.152.0 → 0.153.0weave: 0.11.0 → 0.12.1Migration
@daytonaio/sdk, replace anyfindOne/find_onecalls withgetby ID or by name.Written for commit 6c8fe05. Summary will update on new commits.