chore(deps): update all non-major dependencies#628
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update all non-major dependencies#628renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
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.
This PR contains the following updates:
^0.2.49→^0.2.70^0.0.1→^0.1.0^0.11.0→^0.11.2^0.2.5→^0.2.6^0.2.0→^0.2.6^0.4.9→^0.4.10^8.7.0→^8.9.0^8.7.0→^8.9.0^1.3.9→^1.3.10^0.2.5→^0.2.6^0.2.5→^0.2.60.2.5→0.2.6^0.2.5→^0.2.6^0.1.12→^0.1.13^0.10.0→^0.11.0^0.48.0→^0.55.01.3.9-debian→1.3.10-debian1.3.9-debian→1.3.10-debian1.2.21-debian→1.3.10-debian1.2.21-debian→1.3.10-debianv1.2.7→v1.2.9^20.3.1→^20.4.0^0.1.6→^0.1.7Release Notes
anthropics/claude-agent-sdk-typescript (@anthropic-ai/claude-agent-sdk)
v0.2.70Compare Source
type: "http"MCP servers failing with HTTP 406 "Not Acceptable" on Streamable HTTP servers that strictly enforce theAccept: application/json, text/event-streamheaderAgentToolInput.subagent_typeto optional — defaults to thegeneral-purposeagent when omittedv0.2.69Compare Source
toolConfig.askUserQuestion.previewFormatoption to configure the content format ('markdown'or'html') for thepreviewfield on AskUserQuestion tool options. Thepreviewfield andannotationsoutput are now exposed in the public SDK types.supportsFastModefield toModelInfoindicating whether a model supports fast modeagent_id(for subagents) andagent_type(for subagents and--agent) fields to hook eventssdkMcpServersin theinitializecontrol request) getting disconnected when background plugin installation refreshes project MCP configsystem:initandresultevents now emit'Task'as the Agent tool name again (reverted from'Agent', which was an unintentional breaking change in a patch release). The wire name will migrate to'Agent'in the next minor release.updatedPermissionsfrom SDK hosts blocking tool calls with a ZodError; the invalid field is now stripped and a warning is logged instead.getSessionMessages()for large sessions with compacted historyv0.2.68Compare Source
v0.2.66Compare Source
v0.2.64Compare Source
v0.2.63Compare Source
pathToClaudeCodeExecutablefailing when set to a bare command name (e.g.,"claude") that should resolve via PATHsupportedAgents()method to the Query interface to view available subagentsv0.2.62Compare Source
v0.2.61Compare Source
v0.2.59Compare Source
getSessionMessages()function for reading a session's conversation history from its transcript file, with support for pagination vialimitandoffsetoptionsv0.2.58Compare Source
v0.2.56Compare Source
v0.2.55Compare Source
v0.2.54Compare Source
v0.2.53Compare Source
listSessions()for discovering and listing past sessions with light metadatav0.2.52Compare Source
v0.2.51Compare Source
ReferenceErrorwhen used inside compiled Bun binaries (bun build --compile)task_progressevents for real-time background agent progress reporting with cumulative usage metrics, tool counts, and durationsession.close()in the v2 session API killing the subprocess before it could persist session data, which brokeresumeSession()v0.2.50Compare Source
stacksjs/bun-queue (@stacksjs/bun-queue)
v0.1.0Compare Source
compare changes
🏡 Chore
❤️ Contributors
stacksjs/rpx (@stacksjs/rpx)
v0.11.2Compare Source
stacksjs/stx (@stacksjs/stx)
v0.2.6Compare Source
stacksjs/ts-validation (@stacksjs/ts-validation)
v0.4.10Compare Source
stripe/stripe-js (@stripe/stripe-js)
v8.9.0Compare Source
New features
Changed
v8.8.0Compare Source
Fixes
Changed
stacksjs/better-dx (better-dx)
v0.2.6Compare Source
stacksjs/bun-query-builder (bun-query-builder)
v0.1.13Compare Source
unjs/magic-regexp (magic-regexp)
v0.11.0Compare Source
🏎 Performance
View changes on GitHub
meilisearch/meilisearch-js (meilisearch)
v0.55.0: 🌻Compare Source
🚀 Enhancements
⚙️ Maintenance/misc
yarntopnpm, improve workflows (#1863) @flevi29Thanks again to @Copilot, @Ritinpaul, @Strift, @dependabot[bot], @flevi29, and dependabot[bot]! 🎉
v0.54.0: 🌻Compare Source
🚀 Enhancements
🐛 Bug Fixes
⚙️ Maintenance/misc
attributesToSearchOnset to null (#2050) @StriftThanks again to @Strift, @dependabot[bot], @flevi29, @jezzzm, and dependabot[bot]! 🎉
v0.53.0Compare Source
🚀 Enhancements
⚙️ Maintenance/misc
package.jsondirectly for version insrc/files, bundle ESM too with Vite (#2012) @flevi29Thanks again to @Strift and @flevi29! 🎉
v0.52.0Compare Source
🚀 Enhancements
⚙️ Maintenance/misc
Thanks again to @Strift, @flevi29, and dependabot[bot]! 🎉
v0.51.0: 🦘Compare Source
This version introduces features released in Meilisearch v1.15.0.
🚀 Enhancements
disableOnNumbersto typo tolerance settings (#1951) @Strift⚙️ Maintenance/misc
Thanks again to @Strift, @brunoocasali, @curquiza, @flevi29, @nicolasvienot! 🎉
v0.50.0: 🦫Compare Source
This release adds new features related to Meilisearch 1.14.
Refactored HTTP client (#1741) @flevi29
Refactored tasks and batches usage (#1825) @flevi29
Migration guide: tasks promises now have a "waitTask" method
Migration guide: access
TaskClientvia thetaskspropertyMigration guide: access
BatchClientvia thebatchespropertyUpdated exported types
🚀 Enhancements
TaskClient,BatchClientand associated types (#1825) @flevi29🐛 Bug Fixes
HttpRequests(#1741) @flevi29HttpRequestsissue where timeout errors sometimes weren't properly thrown (#1749) @BarabasbalazsTaskClient,BatchClientand associated types (#1825) @flevi29⚙️ Maintenance/misc
HttpRequests(#1741) @flevi29huskyand configurelint-staged(#1861) @flevi29package.json"repository"field (#1865) @flevi29HttpRequestsissue where timeout errors sometimes weren't properly thrown (#1749) @BarabasbalazsTaskClient,BatchClientand associated types (#1825) @flevi29Thanks again to @Barabasbalazs, @Strift, @consoleLogIt, and @flevi29! 🎉
v0.49.0: 🕊️Compare Source
This version introduces features released on Meilisearch v1.13.0 🎉
✨ New
🐛 Bug Fixes
⚙️ Maintenance/misc
README.mdinstallation and import sections (#1859) @flevi29Thanks again to @flevi29 and @Strift! 🎉
v0.48.2: 🌻Compare Source
🐛 Bug Fixes
Thanks again to @flevi29, @meili-bors[bot] ! 🎉
v0.48.1: 🌻Compare Source
🐛 Bug Fixes
Thanks again to @flevi29, @meili-bors[bot] ! 🎉
oven-sh/bun (oven/bun)
v1.3.10: Bun v1.3.10To install Bun v1.3.10
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.10:
Read Bun v1.3.10's release notes on Bun's blog
Thanks to 11 contributors!
stacksjs/action-releaser (stacksjs/action-releaser)
v1.2.9Compare Source
Compare changes
🧹 Chores
📄 Miscellaneous
Contributors
v1.2.8Compare Source
stripe/stripe-node (stripe)
v20.4.0Compare Source
This release changes the pinned API version to
2026-02-25.clover.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.