Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @genkit-ai/google-genai from 1.22.0 to 1.24.0.

Release notes

Sourced from @​genkit-ai/google-genai's releases.

Genkit JS 1.24.0

What's Changed

import { googleAI } from '@genkit-ai/google-genai';
const ai = genkit({ plugins: [googleAI()] });
const { text } = await ai.generate({
model: googleAI.model('gemini-3-pro-preview'),
prompt: 'What is heavier: one kilo of steel or one kilo of feathers?',
config: {
thinkingConfig: {
thinkingLevel: 'HIGH',
},
},
});

Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.23.0...genkit@1.24.0

Genkit JS 1.23.0

What's Changed

Dev UI Changes

New Contributors

... (truncated)

Commits
  • 2860339 chore: JS version bump
  • 50ed923 feat(js/plugins/google-genai): Support for gemini 3.0 thinkingLevel. (#3814)
  • e7b5ec4 chore: JS version bump
  • efc0eba chore: JS version bump
  • 02e6172 fix(js/plugins/google-genai): Fix streaming aggregation of inlineData (#3794)
  • 33f1f6a feat(js/plugins/google-genai): Support for googleai fileSearch (#3787)
  • a28afe0 fix(js): switched google-genai from responseSchema to responseJsonSchema fiel...
  • c188fc2 feat(js/plugins/google-genai): Allow per request overrides of apiKey, baseUrl...
  • 72af9c3 feat(js/ai): implemented retry and fallback middleware (#3774)
  • 203ce51 chore: replacing gemini-1.5-* with gemini-2.5-* where appropriate (#3771)
  • Additional commits viewable in compare view

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)

Bumps [@genkit-ai/google-genai](https://github.com/firebase/genkit/tree/HEAD/js/plugins/google-genai) from 1.22.0 to 1.24.0.
- [Release notes](https://github.com/firebase/genkit/releases)
- [Commits](https://github.com/firebase/genkit/commits/@genkit-ai/google-genai@1.24.0/js/plugins/google-genai)

---
updated-dependencies:
- dependency-name: "@genkit-ai/google-genai"
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 15, 2025
@vinothkannans vinothkannans merged commit 4b2e09a into main Dec 15, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/genkit-ai/google-genai-1.24.0 branch December 15, 2025 06:07
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants