maint(gitlab): bump gitlab-ai-provider to 6.16.0 - #50742
Merged
Merged
Conversation
Contributor
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Potential duplicate found:
This appears to be addressing the same dependency bump to 6.16.0. Both PRs are targeting the same gitlab-ai-provider version update. You may want to verify if PR #50318 is already merged, closed, or still open to determine if PR #50742 is redundant. |
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.
Issue for this PR
Closes #50741
Type of change
What does this PR do?
Bumps the pinned
gitlab-ai-providerdependency inpackages/coreondevfrom6.15.0to6.16.0(the current latest on npm), and updatesbun.lockaccordingly. This is the only place the package is declared.6.16.0 adds the
duo-chat-opus-5-5/duo-workflow-opus-5-5model mappings for Claude Opus 5.5. No source changes were needed — the type surface we consume frompackages/core/src/plugin/provider/gitlab.ts(VERSIONand the dynamiccreateGitLabexport) is unchanged, so this is a drop-in upgrade.How did you verify your code works?
bun installfrom the repo root — lockfile resolves to6.16.0.bun typecheckinpackages/core— passes with no errors.packages/core/node_modules/gitlab-ai-provider/package.jsonresolves to6.16.0from the npm registry (not a localfile:link).Screenshots / recordings
Not a UI change.
Checklist