chore(evi): upgrade eve from 0.39.0 to 0.40.0 - #626
Merged
Conversation
- Bumps eve to ^0.40.0 (0.39.1-0.40.0): includes dynamic tool rebuild on durable continuations, credential redaction in sandbox policies, @vercel/otel auto context propagators, and Workflow SDK 5.0.0 beta. - Retires the workflow wait-until patch: 0.40.0's bundled Workflow SDK handles ULID event ids natively. Removes eve-patch.test.ts. - Re-creates the Photon channel patch for iMessage image attachment support against the new version. - Adds @oxc-project/* to minimumReleaseAgeExclude for the new transitive dependency.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
|
Thank you for following the naming conventions! 🙏 |
commit: |
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.
Upgrades
evefrom 0.39.0 to 0.40.0 (covering 0.39.1, 0.39.2, 0.39.3, and 0.40.0).Relevant changes
defineDynamictools (capture, blob, memory, ai-gateway, etc.)@vercel/otelauto context propagators when no custom ones are configuredChanges in this PR
eveto^0.40.0inapps/evi/package.jsonwait-untilpatch and its test (eve-patch.test.ts): the bundled Workflow SDK 5.0.0 beta in 0.40.0 handles ULID event ids nativelypatches/eve@0.40.0.patch) for iMessage image attachment support against the new version — only the two Photon channel files are now patched@oxc-project/*tominimumReleaseAgeExcludeinpnpm-workspace.yamlfor the new transitive dependencyChecks
pnpm run lint: 22 tasks, all successfulpnpm run typecheck: 27 tasks, all successfulpnpm run test(evi): 27 test files, 205 tests, all passing