chore(deps): update dependency @cloudflare/vitest-pool-workers to ^0.12.0#3
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @cloudflare/vitest-pool-workers to ^0.12.0#3renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
dda401b to
71085c4
Compare
71085c4 to
e68a4da
Compare
e68a4da to
98b5639
Compare
98b5639 to
bcc6385
Compare
bcc6385 to
3cc3def
Compare
3cc3def to
c166a58
Compare
c166a58 to
e6592fa
Compare
e6592fa to
93d3655
Compare
93d3655 to
25b0aea
Compare
25b0aea to
863f764
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.12.0Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.12.12Compare Source
Patch Changes
#11771
4b6fd36Thanks @avenceslau! - Fix Durable Object storage causing SQLITE_CANTOPEN errors on repeated test runsWhen running
vitestmultiple times in watch mode, Durable Object storage would fail withSQLITE_CANTOPENerrors. This happened because the storage reset function was deleting directories that workerd still had file handles to.The fix preserves directory structure during storage reset, deleting only files while
keeping directories intact. This allows workerd to maintain valid handles to SQLite
database directories across test runs.
Updated dependencies [
ad817dd,b900c5a,f7fa326,734792a,7aaa2a5,cc5ac22,62a8d48,84252b7,e5efa5d,d06ad09,10a1c4a,be9745f,d7b492c,122791d,8809411,1a9eddd,41e18aa]:v0.12.11Compare Source
Patch Changes
5d56487,2d90127,2acb277,c8dda16,e02b5f5,8ba1d11,555b32a,d636d6a,bf8df0c,e02b5f5,988dea9,1f1c3ce,62635a0,fd902aa,961705c,355c6da,bfd17cd,3388c84,ce9dc01,21ac7ab,937425c]:v0.12.10Compare Source
Patch Changes
ee9b81f,63f1adb,ba13de9,447daa3,fe3af35,bd4bb98,dab4bc9,83adb2c,18c0784]:v0.12.9Compare Source
Patch Changes
964a39d,253a85d,ce736b9,0c9625a,47944d1,4c4d5a5,b05b919,0aaf080,b981db5,a113c0d,fdd7a9f,a5fca2c,1bd1488,f7aa8c7]:v0.12.8Compare Source
Patch Changes
8a210af,eb8a415,3b06b18,17961bb,52fdfe7,6d8d9cd,cb72c11]:v0.12.7Compare Source
Patch Changes
#12056
6d5f69fThanks @edmundhung! - fix: allow Vite query parameters like?rawon.sqlfile importsImporting
.sqlfiles with Vite query parameters (e.g.,import sql from "./query.sql?raw") would fail with "No such module" errors in vitest-pool-workers 0.12.x. Both import styles now work:import sql from "./query.sql?raw"(Vite handles the?rawtransform)import sql from "./query.sql"(loaded as Text module)#11917
7b40cebThanks @ksawaneh! - Fix CommonJSrequire()of.jsonfiles in the module fallback service (avoidsSyntaxError: Unexpected token ':').#11897
bbd8a5eThanks @dario-piotrowicz! - Bundle thezoddependency to reduce supply chain attack surfaceIn order to prevent possible npm vulnerability attacks, the team's policy is to bundle
dependencies in our packages where possible. This helps ensure that only trusted code
runs on the user's system, even if compromised packages are later published to npm.
This change bundles
zod(a pure JavaScript validation library with no native dependencies)into miniflare and @cloudflare/vitest-pool-workers.
Other dependencies remain external for technical reasons:
sharp: Native binary with platform-specific buildsundici: Dynamically required at runtime in worker threadsws: Has optional native bindings for performanceworkerd: Native binary (Cloudflare's JavaScript runtime)@cspotcode/source-map-support: Uses require.cache manipulation at runtimeyouch: Dynamically required for lazy loadingUpdated dependencies [
a0a9ef6,ad4666c,014e7aa,e414f05,77e82d2,f08ef21,0641e6c,eacedba,05714f8,e8b2ef5,bbd8a5e]:v0.12.6Compare Source
Patch Changes
614bbd7,788bf78,1375577,bba0968,c3407ad,f9e8a45]:v0.12.5Compare Source
Patch Changes
#11967
202c59eThanks @emily-shen! - chore: update undiciThe following dependency versions have been updated:
#11943
25e2c60Thanks @vicb! - Bump capnp-es to ^0.0.14Updated dependencies [
75386b1,8e4a0e5,133bf95,93d8d78,69ff962,22727c2,fa39a73,4ac7c82,69ff962,029531a,d58fbd1,202c59e,133bf95,25e2c60,69ff962]:v0.12.4Compare Source
Patch Changes
#11898
c17e971Thanks @petebacondarwin! - Bundle more third-party dependencies to reduce supply chain riskPreviously, several small utility packages were listed as runtime dependencies and
installed separately. These are now bundled directly into the published packages,
reducing the number of external dependencies users need to trust.
Bundled dependencies:
acorn,acorn-walk,exit-hook,glob-to-regexp,stoppablemime@remix-run/node-fetch-server,defu,get-port,picocolors,tinyglobbybirpc,devalue,get-port,semverUpdated dependencies [
e78186d,fe4faa3,4714ca1,c17e971,695b043]:v0.12.3Compare Source
Patch Changes
99b1f32]:v0.12.2Compare Source
Patch Changes
b0e54b2,ed60c4f,faa5753,e574ef3,b6148ed,ab3859c,0eb973d,ad65efa,fc96e5f,43d5363,0f8d69d]:v0.12.1Compare Source
Patch Changes
97e67b9,7d63fa5]:v0.12.0Compare Source
Minor Changes
#11648
eac5cf7Thanks @pombosilva! - Add Workflows test handlers in vitest-pool-workers to get the Workflow instance output and error:getOutput(): Returns the output of the successfully completed Workflow instance.getError(): Returns the error information of the errored Workflow instance.Example:
Patch Changes
#11681
1223663Thanks @ascorbic! - Fix vitest-pool-workers hanging when the default inspector port (9229) is already in use. When debugging is enabled and the default port is unavailable, the pool now automatically finds the next available port. If a user explicitly specifies an inspector port that is unavailable, an error is thrown with a clear message.Updated dependencies [
02fbd22,b993d95,f612b46,77078ef,2510723,65d1850,1615fce,b2769bf,554a4df,9f6dd71,8eede3f,d123ad0,9e360f6,5121b23,82e7e90,6a05b1c,fc95831,b0dbf1a,4688f59,69979a3,c54f8da,df1f9c9,d059f69,eac5cf7,b827893]:v0.11.1Compare Source
Patch Changes
ae1ad22,171cfd9,428ae9e,737c0f4,c0e249e,472cf72,3853200]:v0.11.0Compare Source
Minor Changes
#11533
8d9003eThanks @petebacondarwin! - Add support for ctx.exportsIt is now possible to access
ctx.exportsproperties for themain(SELF) worker.SELFworker thectx.exportsobject now contains the expected stubs to the exported entry-points.createExecutionContext()hasexportsproperty that exposes the exports of theSELFworker.Due to the dynamic nature of Vitest the integration relies upon guessing what the exports of the
mainWorker are by statically analyzing the Worker source using esbuild. In cases where it is not possible to infer the exports (for example, a wildcard re-export of a virtual module) it is possible to declare these in the vitest-pool-workers config via theadditionalExportssetting.Patch Changes
ed42010,5d085fb,b75b710,1e9be12,6b28de1,6c590a0,12a63ef,4201472,7d8d4a6,95d81e1,6c590a0]:v0.10.15Compare Source
Patch Changes
c15e99e,31c162a,bd5f087,c6dd86f,235d325,b17797c,b17797c,41103f5,ea6fbec,bb47e20,991760d]:v0.10.14Compare Source
Patch Changes
af54c63,9988cc9,ce295bf,45480b1,9514c9a,94c67e8,ac861f8,79d30d4,56e78c8,f550b62]:v0.10.13Compare Source
Patch Changes
59534ba,7e80340]:v0.10.12Compare Source
Patch Changes
2b4813b,abe49d8,b154de2,f29e699,5ee3780,6e63b57,71ab562,76f0540,2342d2f,5e937c1,9a1de61,6b38532,e4ddbc2,2aec2b4,695fa25,504e258,5a873bb,d25f7e2,1cfae2d,e7b690b,1d685cb,edf896d,2b4813b,c47ad11,a977701,9eaa9e2]:v0.10.11Compare Source
Patch Changes
69f4dc3,1133c4d,4d61fae,d524e55,43903a3,e496280]:v0.10.10Compare Source
Patch Changes
0cf696d,524a6e5,c922a81,bb44120,4a158e9]:v0.10.9Compare Source
Patch Changes
e5ec8cf,c758809,dfba912]:v0.10.8Compare Source
Patch Changes
#11217
9ed1542Thanks @penalosa! - Use toucan-js v4Updated dependencies [
c5c4ee5,d0041e2,827d017,7035804,a352c7f,8e99766,d0d3fe6,d014fa7,92afbba,65b4afe,da8442f,15b8460,09cb720,793e2b4,8e99766,9cbf126,2011b6a,dd1e560]:v0.10.7Compare Source
Patch Changes
43fe9f3,3908162,305ffb3,14d79f2,dfc6513,46ccf0e]:v0.10.6Compare Source
Patch Changes
5286309,2d16610,dd7d584,4259256,63defa2,5cf8a39,70d3d4a,38396ed,8abc789,cdcecfc,e85f965,88aa707]:v0.10.5Compare Source
Patch Changes
240ebeb,05440a1,1ae020d,53b0fce,c3ed531,305d7bf,b55a3c7,c3ed531,5d7c4c2,c3ed531]:v0.10.4Compare Source
Patch Changes
8ffbd17,77ed7e2,bb00f9d,ed666a1,14f60e8,22f25fd]:v0.10.3Patch Changes
6822aaf,bce8142]:v0.10.2Patch Changes
55657eb,d47f166]:v0.10.1Compare Source
Patch Changes
d0208fe,dbe51c1,d4f2daf]:v0.10.0Compare Source
Minor Changes
0ff1964Thanks @petebacondarwin! - Infer latest locally available compatibility date if none is provided in the test configurationPatch Changes
#10919
ca6c010Thanks @Caio-Nogueira! - migrate workflow to use a wrapped binding#11047
0ff1964Thanks @petebacondarwin! - ensure that vitest specific nodejs polyfills override native modules#10741
2f57345Thanks @penalosa! - Remove obsolete--x-remote-bindingsflagUpdated dependencies [
4bd4c29,31e1330,1a8088a,ca6c010,2f57345]:v0.9.14Compare Source
Patch Changes
5124818,d4b4c90,6643bd4,1a2bbf8,36d7054,0ee1a68,8211bc9,3bb034f,43503c7,dd5f769,a6de9db,d39c8b5,7d0417b,8211bc9]:v0.9.13Compare Source
Patch Changes
e52d0ec,940b44d,2429533, [88b5b7f](https://redirect.github.com/cloudflare/workers-sdk/commiConfiguration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.