fix(deps): update artemis dependencies #8
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:
^4.20.0→^4.25.3^0.18.7→^0.18.16^0.92.1→^0.94.1^0.98.3→^0.104.0^0.11.2→^0.16.0^16.1.0→^16.1.1^15.0.0→^15.0.2^4.20.0→^4.25.3^0.126.0→^0.127.0^3.18.4→^3.19.14^0.33.0→^0.37.0^5.0.3→^5.0.5Release Notes
bluesky-social/atproto (@atproto/api)
v0.18.16Compare Source
Patch Changes
ccd8964Thanks @mozzius! - Adddraftlexiconsv0.18.15Compare Source
Patch Changes
f58029bThanks @estrattonbailey! - AddliveEventPreferencesto user preferences, addupdateLiveEventPreferencesto API SDKv0.18.14Compare Source
Patch Changes
#4539
3ffebd0Thanks @mozzius! - Add $cashtag support to the Rich Text facet detectionUpdated dependencies []:
v0.18.13Compare Source
Patch Changes
d2ed731Thanks @estrattonbailey! - AddisDisabledto#statusViewv0.18.12Compare Source
Patch Changes
7750b91Thanks @estrattonbailey! - Adduriandcidto#statusViewv0.18.11Compare Source
Patch Changes
7ef8935Thanks @estrattonbailey! - AddsminAccessAgeto Age Assurance regional configs.v0.18.10Compare Source
Patch Changes
63f97aeThanks @iwsmith! - AddrecIDfield togetSuggestedUsersandgetSuggestedUsersSkeletonEffect-TS/effect (@effect/platform)
v0.94.1Compare Source
Patch Changes
#5936
65e9e35Thanks @schickling! - Document subtle CORS middlewareallowedHeadersbehavior: when empty array (default), it reflects back the client'sAccess-Control-Request-Headers(permissive), and when non-empty array, it only allows specified headers (restrictive). Added comprehensive JSDoc with examples.#5940
ee69cd7Thanks @kitlangton! - HttpServerResponse: fixfromWebto preserve Content-Type header when response has a bodyPreviously, when converting a web
Responseto anHttpServerResponseviafromWeb, theContent-Typeheader was not passed toBody.stream(), causing it to default toapplication/octet-stream. This affected any code usingHttpApp.fromWebHandlerto wrap web handlers, as JSON responses would incorrectly have their Content-Type set toapplication/octet-streaminstead ofapplication/json.Updated dependencies [
488d6e8]:v0.94.0Compare Source
Minor Changes
ff7053fThanks @tim-smart! - support non-errors in HttpClient.retryTransientPatch Changes
77eeb86,287c32c]:v0.93.8Compare Source
Patch Changes
#5902
a0a84d8Thanks @tim-smart! - add HttpApp.fromWebHandlerUpdated dependencies [
a6dfca9]:v0.93.7Compare Source
Patch Changes
65bff45Thanks @tim-smart! - add basic apis for converting to web Request/Responsev0.93.6Compare Source
Patch Changes
25d1cb6Thanks @tim-smart! - consider clean http interrupts as successful responsesv0.93.5Compare Source
Patch Changes
ebfbbd6Thanks @KhraksMamtsov! - SupportHttpApiErrorunificationv0.93.4Compare Source
Patch Changes
8ebd29eThanks @tim-smart! - use original status code if headers have already been sentv0.93.3Compare Source
Patch Changes
e144f02Thanks @rohovskoi! - fix scalar configuration and typesv0.93.2Compare Source
Patch Changes
2bb8242Thanks @tim-smart! - ensure HttpApiScalar source is tree-shakablev0.93.1Compare Source
Patch Changes
1961185Thanks @kitlangton! - Fix UrlParams.setAll overwrite semanticsv0.93.0Compare Source
Patch Changes
#5606
24a1685Thanks @tim-smart! - expose Layer output in HttpLayerRouter.serveUpdated dependencies [
3c15d5f,3863fa8,2a03c76,24a1685]:Effect-TS/effect (@effect/platform-node)
v0.104.0Compare Source
Patch Changes
77eeb86,ff7053f,287c32c]:v0.103.0Compare Source
Patch Changes
811852a]:v0.102.0Compare Source
Patch Changes
v0.101.2Compare Source
Patch Changes
#5797
8ebd29eThanks @tim-smart! - use original status code if headers have already been sentUpdated dependencies [
a2d965d,8ebd29e]:v0.101.1Compare Source
Patch Changes
#5783
8b879fbThanks @tim-smart! - add EntityResource.makeK8sPodUpdated dependencies [
8b879fb]:v0.101.0Compare Source
Patch Changes
794c790,079975c,62f7636]:v0.100.0Compare Source
Patch Changes
571025c,d43577b]:v0.99.0Compare Source
Minor Changes
#5606
24a1685Thanks @tim-smart! - backport @effect/cluster from effect v4@effect/cluster no longer requires a Shard Manager, and instead relies on the
RunnerStorageservice to track runner state.To migrate, remove any Shard Manager deployments and use the updated layers in
@effect/platform-nodeor@effect/platform-bun.Effect-TS/effect (@effect/workflow)
v0.16.0Compare Source
Patch Changes
77eeb86,ff7053f,287c32c]:v0.15.2Compare Source
Patch Changes
#5880
cc4d2c3Thanks @tim-smart! - ensure no more Activites are attempted before suspendingUpdated dependencies [
bd08028,6c5c2ba]:v0.15.1Compare Source
Patch Changes
#5846
7c7d2e0Thanks @tim-smart! - add Workflow.scope, a seperate Scope that only closes on completionUpdated dependencies [
96c9537]:v0.15.0Compare Source
Minor Changes
811852aThanks @tim-smart! - add Activity.idempotencyKeyPatch Changes
811852a]:v0.14.0Compare Source
Minor Changes
7bd4e82Thanks @tim-smart! - remove schedule option from Activity.retryPatch Changes
v0.13.1Compare Source
Patch Changes
#5821
2519056Thanks @tim-smart! - add DurableQueue moduleA
DurableQueuewraps aPersistedQueue, providing a way to wait for itemsto finish processing using a
DurableDeferred.Updated dependencies [
ebfbbd6]:v0.13.0Compare Source
Minor Changes
794c790Thanks @tim-smart! - add WorkflowEngine.makeUnsafe, which abstracts the serialization boundaryPatch Changes
#5771
794c790Thanks @tim-smart! - add in-memory WorkflowEngine layerUpdated dependencies [
794c790,079975c,62f7636]:v0.12.5Compare Source
Patch Changes
7f3c781Thanks @tim-smart! - remove auto-resumption of child workflowsv0.12.4Compare Source
Patch Changes
8c49696Thanks @tim-smart! - don't try resume a child workflow if it has a defectv0.12.3Compare Source
Patch Changes
#5731
796a3b5Thanks @tim-smart! - add in memory threshold to DurableClock.sleep#5731
796a3b5Thanks @tim-smart! - add DurableRateLimiter module to @effect/workflowUpdated dependencies [
796a3b5]:v0.12.2Compare Source
Patch Changes
#5695
63f2bf3Thanks @tim-smart! - tie cluster Entity lifetimes to Layer scopeUpdated dependencies [
63f2bf3]:v0.12.1Compare Source
Patch Changes
#5684
15100f6Thanks @tim-smart! - retry interrupted workflow activitiesUpdated dependencies [
d43577b]:v0.12.0Compare Source
Minor Changes
#5606
24a1685Thanks @tim-smart! - backport @effect/cluster from effect v4@effect/cluster no longer requires a Shard Manager, and instead relies on the
RunnerStorageservice to track runner state.To migrate, remove any Shard Manager deployments and use the updated layers in
@effect/platform-nodeor@effect/platform-bun.tim-smart/dfx (dfx)
v0.127.0Compare Source
Note: Version bump only for package dfx
0.126.1 (2025-10-12)
Note: Version bump only for package dfx
groq/groq-typescript (groq-sdk)
v0.37.0Compare Source
Full Changelog: v0.36.0...v0.37.0
Features
Chores
v0.36.0Compare Source
Full Changelog: v0.35.0...v0.36.0
Features
Chores
v0.35.0Compare Source
Full Changelog: v0.34.0...v0.35.0
Features
v0.34.0Compare Source
0.34.0 (2025-10-16)
Full Changelog: v0.33.0...v0.34.0
Features
Chores
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.