fix(deps): update production dependency minor updates#116
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
246ab0a to
41b20b8
Compare
41b20b8 to
4bc8554
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.5.0→^0.6.1^4.0.6→^4.1.0Release Notes
opencoredev/email-sdk (@opencoredev/email-sdk)
v0.6.1Compare Source
Patch Changes
c80935f: Add the Convex Email component package with durable queued sends, retries, fallback adapters, idempotency, webhook ingestion, and test-mode delivery controls.Ship the component alongside a patch SDK release so the docs, package entrypoints, and provider surface move forward as
0.6.1instead of a larger version jump.v0.6.0Compare Source
Minor Changes
4db1cd7: Add an official Iterable adapter for target campaign email sends.2b1fbf1: Add the Sequenzy transactional email adapter, CLI support, docs, tests, and a local API-auth smoke check.vercel/flags (flags)
v4.1.0Compare Source
Minor Changes
#385
201f9d5Thanks @dferber90! - When applications callevaluate()orprecompute()function fromflags/nextit now defers bulk evaluation to the underlying adapters in case those support it, or otherwise falls back to evaluating each flag individually.This speeds up evaluation for applications that need to evaluate multiple flags at once, as the runtime needs to handle fewer promises and more work is reused. In testing we have seen a 20x improvement when called with 100 flags.
Adapters can opt into bulk evaluation by implementing a
bulkDecidemethod and setting a stableadapterId. When both are present, flag evaluation groups flags that share the sameadapterIdandidentifysource and invokesbulkDecideonce per group instead of callingdecideper flag. Flags without a bulk-capable adapter still resolve through the normal per-flag path insideevaluate()and still benefit from now reusing the shared per-request headers, cookies, and overrides reads.Tracing reflects this grouping.
evaluate()(and thereforeprecompute()) now emits anevaluatespan carrying aflagCountattribute. Within it, bulk-evaluated flags no longer emit an individual per-flagrunspan; instead each adapter group emits a singlebatchspan (carrying theadapterId, thekeysevaluated in the batch, andcachedCount/overrideCount/decidedCountattributes summarizing how the batch resolved) so per-flag instrumentation overhead is not reintroduced. Flags that fall back to the per-flag path continue to emit their ownflagspan as before.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.
This PR was generated by Mend Renovate. View the repository job log.