Update dependency @cloudflare/vitest-pool-workers to ^0.16.0#362
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency @cloudflare/vitest-pool-workers to ^0.16.0#362renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #362 +/- ##
=======================================
Coverage 33.64% 33.64%
=======================================
Files 54 54
Lines 2907 2907
Branches 238 238
=======================================
Hits 978 978
Misses 1786 1786
Partials 143 143
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
c56ec74 to
bc53198
Compare
bc53198 to
106cd8e
Compare
e6340df to
1665625
Compare
1665625 to
48c57bb
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.14.0→^0.16.0Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.16.3Compare Source
Patch Changes
8852b0c,248bc08,e414e56]:v0.16.2Compare Source
Patch Changes
#11094
9367435Thanks @bbridges! - Allow.wasmfiles to be imported as.wasm?module.Updated dependencies [
dd3baf3,5cf6f81]:v0.16.1Compare Source
Patch Changes
2284f20,332f527,039bada,18e833d,b6cea17,1a54ac5,53e846a,f3fed88,beff19c,af42fed,1a54ac5]:v0.16.0Compare Source
Minor Changes
#13810
2b8c0ccThanks @jamesopstad! - Stabilize thesecretsconfiguration propertyThe
secretsproperty in the Wrangler config file is no longer experimental and will no longer emit an experimental warning when used. Required secrets are validated during local development and deploy, and used as the source of truth for type generation.{ "secrets": { "required": ["API_KEY", "DB_PASSWORD"] } }Patch Changes
#12974
1127114Thanks @ask-bonk! - Rewrite self-referencing service bindings tokCurrentWorkerbefore renaming the runner workerWhen a wrangler config has a service binding to itself (e.g.
services: [{ binding: "SELF", service: "my-worker" }]where the worker is named"my-worker"), the binding's literal name pointed to a worker that no longer existed once vitest-pool-workers renamed the runner tovitest-pool-workers-runner-<project>. The self-reference is now rewritten to the miniflarekCurrentWorkersymbol, which resolves at request time relative to the referer worker and so survives the rename. Previously this rewrite lived in wrangler'sunstable_getMiniflareWorkerOptions, but it's only needed for vitest-pool-workers' rename — other consumers (getPlatformProxy,@cloudflare/vite-plugin) preserve the original worker name and so don't need it.Updated dependencies [
e07825a,58899d8,3020214,0099265,25f5ef2,bb27219,194d75e,12fb5db,18b9d5b,9f532f7,1127114,3ceadef,2b8c0cc,1a5cc86]:v0.15.2Compare Source
Patch Changes
22e1a61,00523c8,b5ac54b,e653edf,e1eff94,1c4d850,6d28037,9a1f014,e539008,0bf64a7,0827815,b04eedf,6457fb3,c07d0cb,e539008]:v0.15.1Compare Source
Patch Changes
ea943ff,21b87b2,62e9f2a,9eb9e69,2dc6175,0a5db08,033d6ec,ae8eae3,f2e2241,4f6ed93,ed2f4ec,ef24ff2,92bb8a5,6d27479,f2e2241,118027d,fcc491a,e6c437a,e867ac2]:v0.15.0Compare Source
Minor Changes
#13623
b156b2eThanks @penalosa! - Addreset()andabortAllDurableObjects()helpers tocloudflare:testThe
reset()helper deletes all data from attached bindings, and resets all Durable Object instances. This is useful for resetting state between test blocks.The
abortAllDurableObjects()helper resets all Durable Object instances without deleting persisted data.Patch Changes
5a2968a,5680287,3494842,7d728fb,df9319d,d5e3c57,3ceeec3,7567ef7,2831b54,7fc50c1,377715d]:v0.14.9Compare Source
Patch Changes
8fec8b8,2f3d7b9,a610749]:v0.14.8Compare Source
Patch Changes
#13548
1aee990Thanks @emily-shen! - Update warning message when attempting to access exports not defined on the main workerPreviously this referred to the
SELFworker, which is now a deprecated API in the Vitest integration.#13607
d5d0446Thanks @petebacondarwin! - fix: Restore workflow binding before async cleanup inWorkflowIntrospectorHandle.dispose()Previously,
dispose()awaited all instance abort operations before restoring the originalenvbinding. On slower CI environments (especially Windows), this left a window where the next test could see a stale proxy, causing "Trying to mock step multiple times" errors or failed introspection. The binding is now restored synchronously before the async instance cleanup begins.#13007
2c3258dThanks @sheplu! - Reduce default log verbosity fromVERBOSEtoINFOThe pool logger was previously hardcoded to
VERBOSE, causing noisy debug messages on every test run (e.g.[vpw:debug] Adding compatibility flag...). Only informational, warning, and error messages are now printed by default.For debugging, set
NODE_DEBUG=vitest-pool-workersto restore the detailed output.Updated dependencies [
05f4443,4a9ba90,d8c895a,b35617b,7dc0433,8ca78bb,b6e1351,d8314c6,b35617b,7f50300,4fda685,be5e6a0,e456952,59eec63,50bf819,cc1413a,d0a9d1c,4eb1da9,8ca78bb,266c418,6d887db,5716d69]: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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.