Update development dependencies - #16
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
May 14, 2026 11:08
c0a0d7c to
2e8929a
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
from
May 22, 2026 03:12
2e8929a to
e01fa9e
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
June 6, 2026 11:14
16609b1 to
3e29d0e
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
from
June 12, 2026 23:50
3e29d0e to
e4b6894
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
3 times, most recently
from
June 27, 2026 03:10
c892a65 to
637d8f6
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
from
July 1, 2026 19:34
637d8f6 to
ce3c01a
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
July 21, 2026 06:00
d1e799a to
9076db2
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
from
July 25, 2026 05:50
9076db2 to
9f7d1e0
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
from
August 1, 2026 06:33
9f7d1e0 to
e137418
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
from
August 21, 2026 04:07
e137418 to
32ad226
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
from
September 5, 2026 03:45
32ad226 to
440b694
Compare
renovate
Bot
force-pushed
the
renovate/dev-dependencies
branch
from
September 12, 2026 15:52
440b694 to
70d07b8
Compare
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.13→^0.11.022.19.17→22.20.21.110.0→1.137.03.7.1→3.9.23.8.1→3.9.6Release Notes
headsdownapp/headsdown-sdk (@headsdown/sdk)
v0.11.0Compare Source
Added
HeadsDownClient.requestSessionTimeboxExtension()for requesting more time on an active session timebox using only an opaque session id and requested minute count.SessionTimeboxExtensionRequestInput,SessionTimeboxExtensionRequest, andSessionTimeboxExtensionRequestResulttypes for session timebox extension requests.session_ended.reasonandsession_ended.ended_atmetadata to the IntegrationEvent vocabulary.Changed
TurnFailedReasonandToolFailedReasonto closed manifest enums so TypeScript callers match hosted validation.v0.10.0Compare Source
Added
IntegrationEventvocabulary: a vendor-neutral discriminated union covering session lifecycle (session_started,session_ended), turn lifecycle (turn_started,turn_ended,turn_failed), tool lifecycle (tool_invoked,tool_succeeded,tool_failed), authorization (permission_denied), and context (context_compacted).sessionStartedEvent,turnFailedEvent, etc.) and a genericintegrationEvent(context, event)that route throughassertIntegrationEventfor eager shape, enum, opaque-id, and privacy validation.INTEGRATION_EVENT_TYPEnamespace constants mapping each variant to its wire-level event type (integration.session_started, etc.). Wire events ride on the existingreportAgentRunEventGraphQL mutation; no new transport is needed.INTEGRATION_EVENT_MANIFESTas the single source of truth for variant names, wire types, required and optional payload fields, and per-field enum value sets. Type aliases (SessionOutcome,TurnFailedReason, etc.) and runtime validationSets are now derived from the manifest, so adding a variant or enum value is a single-edit change.schemas/integration-event-manifest.json, emitted fromINTEGRATION_EVENT_MANIFESTby the newemit:integration-event-manifestnpm script. Hosted backends (and any other language target) can read this JSON to assert their own validators stay in parity with the SDK.BucketLabelnominal alias documenting fields whose values are privacy-safe categorical labels (the runtime regex enforces the constraint).(string & {})) onTurnFailedReasonandToolFailedReason, matching the existingAgentRunEventTypepattern so future integrations can report new categories without an SDK upgrade.Changed
PROHIBITED_KEYSset withmodel_responses,transcript,transcripts,repo_name,git_repo,git_repository,git_branch, andsource, aligning with the hosted prohibited-key list.privacySafeCloneso SDK-controlled envelope fields likesource: "sdk"continue to flow through while the same key nested inside a payload is still rejected.validatePrivacySafe, no allocation) and the existing clone path (privacySafeClone, with allocation).assertPrivacySafenow uses the validate-only path, so eager validation in helpers no longer allocates a clone that gets discarded.v0.9.0Compare Source
Added
@headsdown/sdk/refereesubpath with shared local Referee contract parsing, evidence normalization, evaluation, structured and markdown receipt rendering, outcome payload shaping, preview text, share-decision helpers, and recursive privacy filtering.submitLocalRefereeOutcomeSummaryfor privacy-filtered hosted outcome submission with a typed endpoint-unavailable result when the endpoint is unavailable.DeferredDecisionReAttemptOutcome,DeferredDecisionReAttemptedPayload,deferredDecisionReAttemptedEvent, andclient.reportDeferredDecisionReAttempted().Fixed
recovery_decisioncategory.v0.8.0Compare Source
Added
getActiveAvailabilityOverride,createAvailabilityOverride, andcancelAvailabilityOverride.v0.7.0Compare Source
Added
@headsdown/sdk/agentsubpath for pure agent adapter helpers, including shared HeadsDown call/action rendering and privacy-safe event builder exports.fetchAutopilotPolicy,AUTOPILOT_POLICY_QUERY,assertAutopilotPolicy, andAutopilotPolicyResponsefor typed per-mode autopilot policy reads.Fixed
v0.6.0Compare Source
Added
interaction.ask_uservariant toActionShapediscriminated union with requiredquestion_categoryandrecent_tool_contextfields.QuestionCategoryandRecentToolContextfor the new variant.isInteractionAskUserActionShapetype guard.classifyActionShapeFallbackwith deterministic classification forinteraction.ask_user: baselinenotable, reclassified topermanentonrecovery_decision + failed, reclassified toroutineontooling_choice + succeeded.buildClassifierPromptFragmentswith ask_user fixture references intaxonomyFragmentand ask_user guidance ininstructionsFragment.CLASSIFIER_FIXTURESentries for the new variant.AUTOPILOT_CLASSIFIER_VERSIONfrom1.0.0to1.1.0. Old SDKs pinned to1.0.0degrade safely via the existing unknown-variant fallback.trivial/critical/classification_failed), and1.0.0 ↔ 1.1.0version-compatibility regression.interaction.ask_userusage, deterministic rules table, and action-schema extension guide.v0.5.1Compare Source
Added
deferred_decision.resolvedagent-run SDK support:DeferredDecisionResolutionKind,DeferredDecisionNotesBucket, andDeferredDecisionResolvedPayloadtypes.deferredDecisionResolvedEvent(context, payload)builder with deterministic idempotency key format{run_id}:deferred_decision.resolved:{decision_id}.client.reportDeferredDecisionResolved(context, payload)helper.client.listAgentRunEvents(args)andLIST_AGENT_RUN_EVENTS_QUERYfor reading event streams with optionalresolutionKindfiltering.listAgentRunEventsquery variable wiring.v0.5.0Compare Source
Added
LocalSessionSummarySDK contract with strict TypeScript typing, schema export constants, andassertLocalSessionSummary()validation.schemas/local-session-summary.schema.jsonfor non-TypeScript consumers and validator pipelines.Changed
LocalSessionSummary guidance
Include only derived session facts:
in_progress,completed,tabled,deferred_for_review).Do not include raw context:
Example:
v0.4.0Compare Source
Added
attention_window_closingHeadsDown call key, covering the attended-mode window-closing rescue flow.Changed
finish_line_friction. The server now recommendsnarrow_scopefor this call via therecommended_action_keyfield, replacing the previouspause_and_summarizerecommendation. SDK consumers should read the server-provided value and avoid hardcoding the old default.Note
rabbit_hole_detectedremains in the type union and is still valid for compatibility. Do not introduce new uses of it. Clients implementing the new contract must not render it as a hard-stop; treat it likekeep_it_tightif encountered.v0.3.1Compare Source
finish_line_frictionHeadsDown call key.v0.3.0Compare Source
reportAgentRunEvent()and named helpers for run lifecycle, progress, scope drift, continuation, queue, resume, terminal, and steering outcome events.progressPayloadGraphQL serialization, metadata-only privacy validation, bucket helpers, and generated schema/types for the #906 backend event ingestion API.v0.2.15Compare Source
applyHeadsdownAction.v0.2.14Compare Source
What's Changed
Full Changelog: headsdownapp/headsdown-sdk@v0.2.13...v0.2.14
Microsoft/vsce (@vscode/vsce)
v3.9.2Compare Source
Changes:
uuidtest fixture version to100.0.0This list of changes was auto generated.
v3.9.1Compare Source
Changes:
This list of changes was auto generated.
v3.9.0Compare Source
Changes:
This list of changes was auto generated.
v3.8.1Compare Source
Changes:
This list of changes was auto generated.
v3.8.0Compare Source
Changes:
See More
This list of changes was auto generated.
prettier/prettier (prettier)
v3.9.6Compare Source
v3.9.5Compare Source
diff
Markdown: Cap ordered list mark at 999,999,999 (#19351 by @tats-u)
CommonMark parsers only support ordered list item numbers up to 999,999,999.
With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:
Markdown: Avoid corrupting empty link with title (#19487 by @andersk)
Do not remove
<>from an inline link or image with an empty URL and a title, as this removal would change its interpretation.Less: Remove extra spaces after
[in map lookups (#19503 by @kovsu)CSS: Prevent addition space in
type()with+(#19516 by @bigandy)This fixes the addition space before
+in CSStype()declaration. For exampletype(<number>+)was being converted intotype(<number> +)which is invalid CSS and does not work.Less: Remove spaces between merge markers and colons (#19517 by @kovsu)
Markdown: Preserve wiki links with aliases (#19527 by @kovsu)
TypeScript: Fix comments being dropped on shorthand
typeimport/export specifiers (#19565 by @kirkwaiblinger)Miscellaneous: Preserving comments'
placementproperty (#19567 by @Janther)Prettier@3.9.0 deleted an undocumented property on comments, which was already used by plugins,
comment.placementis now available again after comment attach.Flow: Stop enforcing empty module declaration to break (#19568 by @fisker)
Angular: Support expression for exhaustive typechecking (#19571 by @fisker)
TypeScript: Ignore comments inside mapped type when checking type parameter comments (#19572 by @fisker)
Less: Fix adjacent block comments being corrupted (#19574 by @kovsu)
JavaScript: Handle dangling comments in
SwitchStatement(#19581 by @fisker)TypeScript: Remove space in comment-only object type (#19583 by @fisker)
v3.9.4Compare Source
v3.9.3Compare Source
v3.9.2Compare Source
v3.9.1Compare Source
v3.9.0Compare Source
diff
🔗 Release Notes
v3.8.5Compare Source
v3.8.4Compare Source
diff
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @byplayer)
Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
v3.8.3Compare Source
diff
SCSS: Prevent trailing comma in
if()function (#18471 by @kovsu)v3.8.2Compare Source
diff
Angular: Support Angular v21.2 (#18722, #19034 by @fisker)
Exhaustive typechecking with
@default never;arrow functionandinstanceofexpressions.Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.