Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

chore(deps): bump groq-sdk from 0.22.0 to 1.1.1#384

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/groq-sdk-1.1.1
Closed

chore(deps): bump groq-sdk from 0.22.0 to 1.1.1#384
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/groq-sdk-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown

Bumps groq-sdk from 0.22.0 to 1.1.1.

Release notes

Sourced from groq-sdk's releases.

v1.1.1

1.1.1 (2026-03-11)

Full Changelog: v1.1.0...v1.1.1

Bug Fixes

  • client: avoid memory leak with abort signals (fd9418a)
  • client: avoid removing abort listener too early (ae8976f)
  • client: preserve URL params already embedded in path (6bae9aa)
  • docs/contributing: correct pnpm link command (ea938fe)
  • pin patched minimatch versions via yarn resolutions (CVE-2026-27… (#252) (fc17abe)
  • restore streaming support in defaultParseResponse (6795b8b)

Chores

  • break long lines in snippets into multiline (f13f15a)
  • ci: skip uploading artifacts on stainless-internal branches (1d3116d)
  • ci: upgrade actions/github-script (633ccf1)
  • client: do not parse responses with empty content-length (b48d017)
  • client: restructure abort controller binding (10a3479)
  • internal/client: fix form-urlencoded requests (17ef412)
  • internal: avoid type checking errors with ts-reset (2a6752e)
  • internal: codegen related update (c9dad6d)
  • internal: codegen related update (6488bb3)
  • internal: move stringifyQuery implementation to internal function (7629490)
  • internal: update actions/checkout version (e480d86)
  • internal: update dependencies to address dependabot vulnerabilities (22edb8a)
  • internal: upgrade babel, qs, js-yaml (26610d6)
  • test: do not count install time for mock server timeout (4fb4c2a)
  • update mock server docs (f4fb792)
  • update placeholder string (50f153b)

v1.1.0

1.1.0 (2025-12-18)

Full Changelog: v1.0.0...v1.1.0

Features

Chores

  • GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.yaml [skip ci] (8526139)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (67e6c4d)
  • update dependencies (f425156)

... (truncated)

Changelog

Sourced from groq-sdk's changelog.

1.1.1 (2026-03-11)

Full Changelog: v1.1.0...v1.1.1

Bug Fixes

  • client: avoid memory leak with abort signals (fd9418a)
  • client: avoid removing abort listener too early (ae8976f)
  • client: preserve URL params already embedded in path (6bae9aa)
  • docs/contributing: correct pnpm link command (ea938fe)
  • pin patched minimatch versions via yarn resolutions (CVE-2026-27… (#252) (fc17abe)
  • restore streaming support in defaultParseResponse (6795b8b)

Chores

  • break long lines in snippets into multiline (f13f15a)
  • ci: skip uploading artifacts on stainless-internal branches (1d3116d)
  • ci: upgrade actions/github-script (633ccf1)
  • client: do not parse responses with empty content-length (b48d017)
  • client: restructure abort controller binding (10a3479)
  • internal/client: fix form-urlencoded requests (17ef412)
  • internal: avoid type checking errors with ts-reset (2a6752e)
  • internal: codegen related update (c9dad6d)
  • internal: codegen related update (6488bb3)
  • internal: move stringifyQuery implementation to internal function (7629490)
  • internal: update actions/checkout version (e480d86)
  • internal: update dependencies to address dependabot vulnerabilities (22edb8a)
  • internal: upgrade babel, qs, js-yaml (26610d6)
  • test: do not count install time for mock server timeout (4fb4c2a)
  • update mock server docs (f4fb792)
  • update placeholder string (50f153b)

1.1.0 (2025-12-18)

Full Changelog: v1.0.0...v1.1.0

Features

Chores

  • GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.yaml [skip ci] (8526139)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (67e6c4d)
  • update dependencies (f425156)

1.0.0 (2025-12-15)

... (truncated)

Commits
  • 427e607 release: 1.1.1 (#251)
  • fbe5b42 Update CODEOWNERS (#253)
  • fc17abe fix: pin patched minimatch versions via yarn resolutions (CVE-2026-27… (#252)
  • b748445 release: 1.1.0 (#249)
  • 8526139 chore: GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.y...
  • 67e6c4d chore: GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci]
  • 04c5482 release: 1.0.0 (#248)
  • 1f2d9e0 release: 0.37.0 (#246)
  • eda725d chore: GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.y...
  • 1ce93de release: 0.36.0 (#245)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by atan-groq, a new releaser for groq-sdk since your current version.


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 [groq-sdk](https://github.com/groq/groq-typescript) from 0.22.0 to 1.1.1.
- [Release notes](https://github.com/groq/groq-typescript/releases)
- [Changelog](https://github.com/groq/groq-typescript/blob/main/CHANGELOG.md)
- [Commits](groq/groq-typescript@v0.22.0...v1.1.1)

---
updated-dependencies:
- dependency-name: groq-sdk
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Author

Labels

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

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

@olasunkanmi-SE olasunkanmi-SE deleted the dependabot/npm_and_yarn/groq-sdk-1.1.1 branch March 23, 2026 07:42
@dependabot @github

dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant