Update dependency @cloudflare/vitest-pool-workers to v0.16.13#2793
Conversation
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
View your CI Pipeline Execution ↗ for commit d610800
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
@httpx/assert
@httpx/compress
@httpx/dsn-parser
@httpx/encode
@httpx/exception
@httpx/hash
@httpx/json-api
@httpx/jwt-verify
@httpx/lru
@httpx/md5
@httpx/memo-intl
@httpx/plain-object
@httpx/stable-hash
@httpx/treeu
@httpx/xcache
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2793 +/- ##
=======================================
Coverage 93.24% 93.24%
=======================================
Files 109 109
Lines 962 962
Branches 265 265
=======================================
Hits 897 897
Misses 56 56
Partials 9 9
🚀 New features to boost your workflow:
|
Merging this PR will not alter performance
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | With memoization `MIntl.NumberFormatter()` |
116.7 µs | 248.9 µs | -53.11% |
| ❌ | npm:hash-wasm - 690 ascii chars x 1000 |
8.9 ms | 18 ms | -50.5% |
| ❌ | with cache |
497.6 µs | 578.6 µs | -13.99% |
| ❌ | @tanstack/query-core (hashKey) |
200.3 µs | 227.1 µs | -11.79% |
| ❌ | Without memoization `new Intl.RelativeTimeFormat()` |
158.8 µs | 179.8 µs | -11.63% |
| ⚡ | With memoization `MIntl.Locale()` |
210.6 µs | 86.5 µs | ×2.4 |
| ⚡ | original function |
286.4 µs | 208.6 µs | +37.26% |
| ⚡ | createStableKeyOrThrow without array sorting |
223.5 µs | 168 µs | +33.01% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing renovate/cloudflare-vitest-pool-workers-0.x (d610800) with main (6440e5f)
Footnotes
-
64 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
This PR contains the following updates:
0.16.11→0.16.13Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.16.13Compare Source
Patch Changes
c6c61b5,c6c61b5,a3eea27,7a6b1a4,7539a9b,1fdd8de,3b8b80a,0bb2d55,8400fb9,b502d54,7949f81,d462013,c2280cd,3b8b80a,ea12b58,acf7817]:v0.16.12Compare Source
Patch Changes
#14152
3d7992eThanks @petebacondarwin! - Fix module resolution failing when project path contains spacesWhen a project lived under a directory with spaces (e.g.
/Users/me/Documents/Master CMS/project), the vitest pool would fail withNo such module "threads.js"before any test executed. The module fallback service now uses therawSpecifierfrom workerd's fallback request to correctly decodefile://URLs, avoiding the double-encoding of spaces (%20→%2520) that occurred when workerd resolved these URLs as relative paths.#14105
337e912Thanks @dario-piotrowicz! - Remove trailing periods from URLs in terminal outputURLs printed to the terminal with a sentence-ending period (e.g.
https://example.com/path.) would include the period when clicked in some terminal emulators, causing 404 errors. This removes trailing periods from all URLs displayed in CLI output across wrangler, miniflare, vitest-pool-workers, and workers-utils.#14112
3a746acThanks @penalosa! - Pin non-bundled runtime dependencies to exact versionsDependencies that are not bundled into a package's published output are installed directly into consumers' dependency trees, so they are now pinned to exact versions instead of semver ranges. This closes a supply-chain gap where an unpinned external dependency could resolve to a compromised upstream release on a fresh install. A new
pnpm check:pinned-depslint enforces this for all published packages (and for the shared pnpm catalog) going forward.#14061
da8e306Thanks @Vardiak! - Preserve Durable Object WebSocket handler invocation orderDurable Object WebSocket events could begin executing out of order in the Workers Vitest integration when several events arrived while the test wrapper was resolving user code.
Handler invocation now preserves arrival order while still allowing asynchronous handler completion to run concurrently.
Updated dependencies [
b210c5e,aec1bb8,e06cbb7,9a26191,5565823,4ef790b,890fca7,6fc9777,337e912,8e7b74f,e86489a,42288d4,65b5f9e,3a746ac,64ef9fd,94b29f7]: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.