Skip to content

chore(deps): bump genkit from 1.16.0 to 1.37.0#19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/genkit-1.37.0
Open

chore(deps): bump genkit from 1.16.0 to 1.37.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/genkit-1.37.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Bumps genkit from 1.16.0 to 1.37.0.

Release notes

Sourced from genkit'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
  • e1eca51 chore: JS version bump
  • 7d87219 feat(dev-ui): add ui component metadata (#5430)
  • a582547 chore: JS version bump
  • f0b4f72 chore(js): Add the key to ToolDefinition (#5267)
  • 82ff039 fix(js): rewrite all relative .js imports to .mjs in ESM builds (#5405)
  • 0b516b9 feat(js): introduce annotateschema for ui-specific metadata (#5371)
  • 4665957 chore: JS version bump
  • c9b003a feat(js): honor Retry-After header & never retry AbortError/ToolInterruptErro...
  • 8730ee3 feat(js): deprecate genkit/model/middleware retry and fallback middleware in ...
  • 3b62a7e docs(js): add JSDoc comments to exported types/schemas and project README (#5...
  • 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 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](https://github.com/genkit-ai/genkit/tree/HEAD/js/genkit) from 1.16.0 to 1.37.0.
- [Release notes](https://github.com/genkit-ai/genkit/releases)
- [Commits](https://github.com/genkit-ai/genkit/commits/genkit@1.37.0/js/genkit)

---
updated-dependencies:
- dependency-name: genkit
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

Labels

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

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
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.

0 participants