Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps @google-cloud/aiplatform from 4.4.0 to 6.0.0.

Release notes

Sourced from @​google-cloud/aiplatform's releases.

aiplatform: v6.0.0

6.0.0 (2025-12-09)

⚠ BREAKING CHANGES

  • fix issue when using UrlContext tool (#6911)

Bug Fixes

aiplatform: v5.14.0

5.14.0 (2025-11-21)

Features

  • Add ReplicatedVoiceConfig to VoiceConfig to enable Gemini TTS voice replication (#6899) (beb5cac)
  • Add support for developer connect based deployment (#6900) (7b6c79b)

aiplatform: v5.13.0

5.13.0 (2025-11-11)

Features

aiplatform: v5.12.0

5.12.0 (2025-10-25)

Features

aiplatform: v5.11.0

5.11.0 (2025-10-23)

Features

aiplatform: v5.10.0

5.10.0 (2025-10-21)

Features

... (truncated)

Changelog

Sourced from @​google-cloud/aiplatform's changelog.

6.0.0 (2025-12-09)

⚠ BREAKING CHANGES

  • fix issue when using UrlContext tool (#6911)

Bug Fixes

5.14.0 (2025-11-21)

Features

  • Add ReplicatedVoiceConfig to VoiceConfig to enable Gemini TTS voice replication (#6899) (beb5cac)
  • Add support for developer connect based deployment (#6900) (7b6c79b)

5.13.0 (2025-11-11)

Features

5.12.0 (2025-10-25)

Features

5.11.0 (2025-10-23)

Features

5.10.0 (2025-10-21)

Features

  • Add FunctionResponsePart and excluded_predefined_functions in ComputerUse (#6825) (0d3274e)
  • Add FunctionResponsePart and excluded_predefined_functions in ComputerUse (#6829) (6001de8)

5.9.0 (2025-10-16)

... (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)

Important

Bump @google-cloud/aiplatform from 4.4.0 to 6.0.0 in package.json, introducing breaking changes and new features.

  • Dependency Update:
    • Bump @google-cloud/aiplatform from 4.4.0 to 6.0.0 in package.json.
  • Breaking Changes:
    • Fix issue with UrlContext tool as per version 6.0.0 release notes.
  • New Features:
    • Add ReplicatedVoiceConfig to VoiceConfig for Gemini TTS voice replication.
    • Support for developer connect based deployment.

This description was created by Ellipsis for a643584. You can customize this summary. It will automatically update as commits are pushed.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Labels

The following labels could not be found: instrumentation-vertexai. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

Important

Looks good to me! 👍

Reviewed everything up to a643584 in 39 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. packages/instrumentation-vertexai/package.json:49
  • Draft comment:
    Bumping @google-cloud/aiplatform from ^4.4.0 to ^6.0.0 is a major version update with breaking changes mentioned in the release notes. Ensure that the updated API doesn’t affect any of the tests or dev workflows (e.g., mocks or TypeScript types) used in this instrumentation. Verify that all tests pass with the new version.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% The comment is about a dependency update, specifically a major version bump, and it asks the author to ensure that the update doesn't affect tests or workflows. This falls under the rule of not commenting on dependency changes or asking the author to ensure things are tested.

Workflow ID: wflow_GHqy35eqPcUbPTLs

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

Bumps [@google-cloud/aiplatform](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-aiplatform) from 4.4.0 to 6.0.0.
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-aiplatform/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v6.0.0/packages/google-cloud-aiplatform)

---
updated-dependencies:
- dependency-name: "@google-cloud/aiplatform"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/instrumentation-vertexai/google-cloud/aiplatform-6.0.0 branch from a643584 to 1aee467 Compare December 17, 2025 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant