chore(deps): bump the all-minor-patch group with 5 updates#69
Merged
github-actions[bot] merged 1 commit intoJun 22, 2026
Merged
Conversation
Bumps the all-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.104.1` | `0.105.0` | | [openai](https://github.com/openai/openai-node) | `6.42.0` | `6.44.0` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.10.3` | `20.10.6` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.0` | `8.61.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.8` | `4.1.9` | Updates `@anthropic-ai/sdk` from 0.104.1 to 0.105.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.104.1...sdk-v0.105.0) Updates `openai` from 6.42.0 to 6.44.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md) - [Commits](openai/openai-node@v6.42.0...v6.44.0) Updates `happy-dom` from 20.10.3 to 20.10.6 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.10.3...v20.10.6) Updates `typescript-eslint` from 8.61.0 to 8.61.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/typescript-eslint) Updates `vitest` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.105.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-patch - dependency-name: openai dependency-version: 6.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-patch - dependency-name: happy-dom dependency-version: 20.10.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-patch - dependency-name: typescript-eslint dependency-version: 8.61.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-patch - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the all-minor-patch group with 5 updates:
0.104.10.105.06.42.06.44.020.10.320.10.68.61.08.61.14.1.84.1.9Updates
@anthropic-ai/sdkfrom 0.104.1 to 0.105.0Release notes
Sourced from @anthropic-ai/sdk's releases.
Changelog
Sourced from @anthropic-ai/sdk's changelog.
Commits
ab700dcchore: release maina322517feat(api): add support for new code_execution_20260120 tool65a0106feat(stream): lazily parse partial tool json input (#99)384ab51chore(tests): stop using deprecated models (#98)a49a191chore(internal/deps): bump swc to 1.15.40 (#97)7ac63f3chore(internal): use are the types wrong directly (#94)fbee0d1chore: release maine984ba4chore(api): remove retired models from API and SDKsUpdates
openaifrom 6.42.0 to 6.44.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
e1bd0c2release: 6.44.0ede3e38feat(api): update OpenAPI spec or Stainless config503cfc2release: 6.43.0fd04fabfix: restore pnpm repo configuration on next0096df7fix: fix TS to usemainba8ff4dchore: sync repofbf80f3chore: Convert repository to pnpm (#1934)879f325test: Update CI Node version coverage (#1935)f2e0abdtest: Use CI environment for OpenAI API key workflows (#1937)0c92f62build: remove scheduled release (#1936)Updates
happy-domfrom 20.10.3 to 20.10.6Release notes
Sourced from happy-dom's releases.
Commits
fed1de2fix: #2217 Await NodeJS internal ReadableStream promise during teardown (#2...6a9adb5fix: #2142 Adds cache to query selector parser (#2214)4440f5ffix: #2206 Coerce null qualifiedName to empty string in createDocument (#2207)05e5465chore: #2208 Updates contribution guidelines (#2211)7103b05chore: #2208 Updates contribution guidelines (#2210)4c292efchore: #2208 Updates contribution guidelines (#2209)Updates
typescript-eslintfrom 8.61.0 to 8.61.1Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
aaad718chore(release): publish 8.61.1Updates
vitestfrom 4.1.8 to 4.1.9Release notes
Sourced from vitest's releases.
Commits
a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions