Update @elastic/appex-ai-infra dependencies (main)#42
Open
dev-mend-for-git.832008.xyz[bot] wants to merge 1 commit into
Open
Update @elastic/appex-ai-infra dependencies (main)#42dev-mend-for-git.832008.xyz[bot] wants to merge 1 commit into
dev-mend-for-git.832008.xyz[bot] wants to merge 1 commit into
Conversation
ab18cf8 to
c8e1903
Compare
324f3c8 to
a5949ca
Compare
d9dd61b to
de8bedb
Compare
b3a8af1 to
00318af
Compare
aabc297 to
141dc74
Compare
e821881 to
91c7b94
Compare
7fcf649 to
951164e
Compare
8279798 to
bb47fba
Compare
3031b01 to
080c1e1
Compare
0711517 to
69f144e
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:
^1.1.0→^2.3.0^4.0.3→^6.9.2^2.2.0→^2.11.2^4.0.5→^4.3.0^4.0.1→^4.7.0^4.1.0→^4.14.1^1.5.0→^1.11.6^8.17.1→^8.20.0^7.0.0→^7.2.8^2.0.0→^3.0.0^3.0.0→^3.0.8^3.3.2→^3.3.3^2.6.2→^3.4.0^5.3.4→^5.6.0^0.3.72→^0.6.3^4.72.0→^6.37.0^6.8.2→^6.9.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Arize-ai/phoenix (@arizeai/phoenix-client)
v6.2.0Features
Bug Fixes
v6.1.0Features
Bug Fixes
Documentation
v6.0.0⚠ BREAKING CHANGES
Features
Bug Fixes
v5.9.0Features
Bug Fixes
Documentation
v5.8.0Features
Bug Fixes
v5.7.0Features
Bug Fixes
v5.6.0Features
Bug Fixes
Documentation
v5.5.1Bug Fixes
v5.5.0Features
Bug Fixes
Documentation
v5.4.0Features
Bug Fixes
v5.3.0Features
Bug Fixes
Documentation
v5.2.1Bug Fixes
Documentation
v5.2.0Features
Bug Fixes
Documentation
v5.1.1Bug Fixes
v5.1.0Features
Bug Fixes
Documentation
v5.0.0⚠ BREAKING CHANGES
Features
v4.2.0Features
Documentation
v4.1.0Features
Bug Fixes
smithy-lang/smithy-typescript (@smithy/eventstream-serde-node)
v4.3.0Compare Source
Minor Changes
cad44fc: consolidate core/event-streamsPatch Changes
0be0b36: clean up exported API surfaceee92b6b]540aeb4]0be0b36]4f30af1]8963b91]fb323fb]9194e9f]7ec62a0]62fed78]cad44fc]545589a]f21bf6b]7fd6ac0]v4.2.14Compare Source
Patch Changes
131fce4]52b4789]v4.2.13Compare Source
Patch Changes
cffd868]v4.2.12Compare Source
Patch Changes
5340b11]v4.2.11Compare Source
Patch Changes
a4d95e6: Set downlevel types to be used in typescript@'<4.5'a4d95e6]v4.2.10Compare Source
Patch Changes
d0954cc]v4.2.9Compare Source
Patch Changes
03c3dc8: update for rollup build externalLiveBindings=false03c3dc8]v4.2.8Compare Source
Patch Changes
745867a]v4.2.7Compare Source
Patch Changes
9ccb841]v4.2.6Compare Source
Patch Changes
5a56762]v4.2.5Compare Source
Patch Changes
3926fd7]v4.2.4Compare Source
Patch Changes
6da0ab3]v4.2.3Compare Source
Patch Changes
8a2a912]v4.2.2Compare Source
Patch Changes
052d261]v4.2.1Compare Source
Patch Changes
761d89c]7f8af58]v4.2.0Compare Source
Minor Changes
45ee67f: update dist-cjs generation to use rollupPatch Changes
45ee67f]smithy-lang/smithy-typescript (@smithy/node-http-handler)
v4.7.0Compare Source
Minor Changes
9194e9f: consolidate into core/endpointsPatch Changes
da4e89e: Avoid array allocation in header transform5329323: Remove empty object allocation in hot paths09093fb: Support passing options through to Node's http2.connect75603d4: Replace timeouts array with individual variablesee92b6b]540aeb4]0be0b36]4f30af1]8963b91]fb323fb]9194e9f]7ec62a0]62fed78]cad44fc]545589a]f21bf6b]7fd6ac0]v4.6.1Compare Source
Patch Changes
769ed47: update http2 session closure to prefer session.close() on goaway rather than immediately invoking session.destroy()v4.6.0Compare Source
Minor Changes
60d13c8: adds ref-counting logic for http2 sessions in the client connection pool.v4.5.3Compare Source
Patch Changes
131fce4: add eventStream indicator signal for NodeHttp2ConnectionManager so it does not reuse connections for event streams131fce4]52b4789]v4.5.2Compare Source
Patch Changes
cffd868]v4.5.1Compare Source
Patch Changes
fac1a34: Move@smithy/abort-controllerto devDepsv4.5.0Compare Source
Minor Changes
4e7fa38: defer loading of node:http modulev4.4.16Compare Source
Patch Changes
dab22f1: fix: do not return caller's Error directly from buildAbortErrorAlways create a new mutable Error when the abort reason is an Error, preserving the original via
.cause. Fixes TypeError when retry middleware tries to set$metadataon a frozen/sealed abort reason.v4.4.15Compare Source
Patch Changes
5340b11]v4.4.14Compare Source
Patch Changes
a4d95e6: Set downlevel types to be used in typescript@'<4.5'a4d95e6]v4.4.13Compare Source
Patch Changes
9bf9ae2: fix: reject aborted requests with AbortSignal.reason instead of a generic Errorv4.4.12Compare Source
Patch Changes
d0954cc]v4.4.11Compare Source
Patch Changes
03c3dc8: update for rollup build externalLiveBindings=false03c3dc8]v4.4.10Compare Source
Patch Changes
f6f0de9: write request.end() with no arg if empty bufferv4.4.9Compare Source
Patch Changes
3ee4e66: Use configured logger when provided.v4.4.8[Compare Source](h
Configuration
📅 Schedule: (UTC)
🚦 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.