-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change source map handling to not invalidate on file change #2474
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
404299d
to
8ba360e
Compare
@@ -845,6 +845,16 @@ impl ValueToString for EcmascriptChunk { | |||
|
|||
#[turbo_tasks::value_impl] | |||
impl EcmascriptChunkVc { | |||
#[turbo_tasks::function] | |||
async fn chunk_content_result(self) -> Result<EcmascriptChunkContentResultVc> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: there are a few ecmascript_chunk_content
calls in this file that could now call this method.
code: item.code_vc, | ||
id: item.chunk_item.id(), | ||
} | ||
.keyed_cell(EcmascriptChunkEntrySourceMapAssetCellKey(item.chunk_item)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I never understood what keyed_cell
did, but is it ok that it's no longer used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep
.iter() | ||
{ | ||
for item in chunk_items_chunk.await?.iter() { | ||
source_maps.push(EcmascriptChunkEntrySourceMapAssetVc::new(path, *item).into()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little lost with how this helps to not invalidate. As far as I understand, the id
is just ValueToString
of the item, so always constant until the items path changes (which shouldn't happen). The code_vc
just depends on the item.content()
cell, so it shouldn't change either.
Is it the factory().await?
read that's causing the invalidations? So by deferring that until the EcmascriptChunkEntrySourceMapAsset::content()
, we avoid recreating the EcmascriptChunkEntrySourceMapAssetVc
itself. And in this case it should be ok, because if the factory's read were to change, the source map would necessarily change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.chunk.chunk_content().await?
is the problematic thing. It's a snapshot of the chunk content, so it changes everytime a chunk item changes (as it includes the hash).
8ba360e
to
27448cc
Compare
27448cc
to
1d3ffa8
Compare
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.6.2` -> `1.6.3`](https://renovatebot.com/diffs/npm/turbo/1.6.2/1.6.3) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/compatibility-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/confidence-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/turbo</summary> ### [`v1.6.3`](https://togithub.com/vercel/turbo/releases/tag/v1.6.3) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.6.2...v1.6.3) #### What's Changed - Merge release branch staging-1.6.2 by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2453](https://togithub.com/vercel/turbo/pull/2453) - refactor(next/dev): allow devserver args serializable by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2446](https://togithub.com/vercel/turbo/pull/2446) - Fix large regression with turning ModuleRuleCondition::matches into a tt::fun by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2450](https://togithub.com/vercel/turbo/pull/2450) - chore: typo by [@​ahaoboy](https://togithub.com/ahaoboy) in [https://github.com/vercel/turbo/pull/2404](https://togithub.com/vercel/turbo/pull/2404) - refactor(next/dev): reusable start_server by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2455](https://togithub.com/vercel/turbo/pull/2455) - Breakdown /packages code ownership by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2459](https://togithub.com/vercel/turbo/pull/2459) - make sure to exit the process in case of errors during errors sending by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2457](https://togithub.com/vercel/turbo/pull/2457) - docs: change with-pnpm run command by [@​pahaz](https://togithub.com/pahaz) in [https://github.com/vercel/turbo/pull/2468](https://togithub.com/vercel/turbo/pull/2468) - Fix internal link in docs by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2465](https://togithub.com/vercel/turbo/pull/2465) - improve startup and warmup of benchmarks by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2463](https://togithub.com/vercel/turbo/pull/2463) - improve performance of to_entry_snapshot by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2462](https://togithub.com/vercel/turbo/pull/2462) - fix prettier by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2471](https://togithub.com/vercel/turbo/pull/2471) - fix workflow links by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2472](https://togithub.com/vercel/turbo/pull/2472) - Avoid recomputing all_assets_map on every change by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2464](https://togithub.com/vercel/turbo/pull/2464) - chore(deps): update jamesives/github-pages-deploy-action action to v4.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vercel/turbo/pull/2244](https://togithub.com/vercel/turbo/pull/2244) - Use dashmap+fxhash instead of flurry by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2431](https://togithub.com/vercel/turbo/pull/2431) - remove require hook by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2473](https://togithub.com/vercel/turbo/pull/2473) - Faster source map tracing by [@​jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/2426](https://togithub.com/vercel/turbo/pull/2426) - Warn on not-yet-supported module usage by [@​wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/2422](https://togithub.com/vercel/turbo/pull/2422) - Use the same hashing logic for sourcemap names by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2475](https://togithub.com/vercel/turbo/pull/2475) - Avoid expensive background work by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2482](https://togithub.com/vercel/turbo/pull/2482) - Simplify benchmark warmup by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2483](https://togithub.com/vercel/turbo/pull/2483) - change source map handling to not invalidate on file change by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2474](https://togithub.com/vercel/turbo/pull/2474) - improve chunk optimization by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2476](https://togithub.com/vercel/turbo/pull/2476) - add TURBOPACK_BENCH_PROGRESS to show captured values during bench by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2490](https://togithub.com/vercel/turbo/pull/2490) - optimize chunks to be a smaller by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2491](https://togithub.com/vercel/turbo/pull/2491) - avoid to read_dir syscall for all files by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2495](https://togithub.com/vercel/turbo/pull/2495) - feat(next/dev): allow to retry bind by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2480](https://togithub.com/vercel/turbo/pull/2480) - ci(action): workaround windows node-gyp failure by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2504](https://togithub.com/vercel/turbo/pull/2504) - ci(action): bump up rust cache by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2505](https://togithub.com/vercel/turbo/pull/2505) - fix bad performance in ApplyVisitors by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2501](https://togithub.com/vercel/turbo/pull/2501) - Correct all domain and repository references. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2508](https://togithub.com/vercel/turbo/pull/2508) - Fix rounding issue and use proper units by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2516](https://togithub.com/vercel/turbo/pull/2516) - fix: create-turbo update next version in templates by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/2519](https://togithub.com/vercel/turbo/pull/2519) - add documentation about benchmarks by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2492](https://togithub.com/vercel/turbo/pull/2492) - benchmark graph nit by [@​gaspar09](https://togithub.com/gaspar09) in [https://github.com/vercel/turbo/pull/2524](https://togithub.com/vercel/turbo/pull/2524) - Disable pagination links in the footer on /blog by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/turbo/pull/2526](https://togithub.com/vercel/turbo/pull/2526) - Improve error message for missing task definitions by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2267](https://togithub.com/vercel/turbo/pull/2267) - Fix line-height of blog post articles by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/turbo/pull/2527](https://togithub.com/vercel/turbo/pull/2527) - Merge release branch staging-1.6.3-canary.0 by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2531](https://togithub.com/vercel/turbo/pull/2531) #### New Contributors - [@​evliu](https://togithub.com/evliu) made their first contribution in [https://github.com/vercel/turbo/pull/2164](https://togithub.com/vercel/turbo/pull/2164) - [@​blake-mealey](https://togithub.com/blake-mealey) made their first contribution in [https://github.com/vercel/turbo/pull/2179](https://togithub.com/vercel/turbo/pull/2179) - [@​erikhofer](https://togithub.com/erikhofer) made their first contribution in [https://github.com/vercel/turbo/pull/2225](https://togithub.com/vercel/turbo/pull/2225) - [@​adarshaacharya](https://togithub.com/adarshaacharya) made their first contribution in [https://github.com/vercel/turbo/pull/2228](https://togithub.com/vercel/turbo/pull/2228) - [@​MateoKruk](https://togithub.com/MateoKruk) made their first contribution in [https://github.com/vercel/turbo/pull/2240](https://togithub.com/vercel/turbo/pull/2240) - [@​rgomezcasas](https://togithub.com/rgomezcasas) made their first contribution in [https://github.com/vercel/turbo/pull/2209](https://togithub.com/vercel/turbo/pull/2209) - [@​benjervis](https://togithub.com/benjervis) made their first contribution in [https://github.com/vercel/turbo/pull/2290](https://togithub.com/vercel/turbo/pull/2290) - [@​junhoyeo](https://togithub.com/junhoyeo) made their first contribution in [https://github.com/vercel/turbo/pull/2295](https://togithub.com/vercel/turbo/pull/2295) - [@​sokra](https://togithub.com/sokra) made their first contribution in [https://github.com/vercel/turbo/pull/2315](https://togithub.com/vercel/turbo/pull/2315) - [@​ernestd](https://togithub.com/ernestd) made their first contribution in [https://github.com/vercel/turbo/pull/2322](https://togithub.com/vercel/turbo/pull/2322) - [@​vacekj](https://togithub.com/vacekj) made their first contribution in [https://github.com/vercel/turbo/pull/2330](https://togithub.com/vercel/turbo/pull/2330) - [@​Just-Moh-it](https://togithub.com/Just-Moh-it) made their first contribution in [https://github.com/vercel/turbo/pull/2328](https://togithub.com/vercel/turbo/pull/2328) - [@​pelleknaap](https://togithub.com/pelleknaap) made their first contribution in [https://github.com/vercel/turbo/pull/2329](https://togithub.com/vercel/turbo/pull/2329) - [@​simonw](https://togithub.com/simonw) made their first contribution in [https://github.com/vercel/turbo/pull/2326](https://togithub.com/vercel/turbo/pull/2326) - [@​jomlamladen](https://togithub.com/jomlamladen) made their first contribution in [https://github.com/vercel/turbo/pull/2334](https://togithub.com/vercel/turbo/pull/2334) - [@​harish-sethuraman](https://togithub.com/harish-sethuraman) made their first contribution in [https://github.com/vercel/turbo/pull/2333](https://togithub.com/vercel/turbo/pull/2333) - [@​debdutdeb](https://togithub.com/debdutdeb) made their first contribution in [https://github.com/vercel/turbo/pull/2331](https://togithub.com/vercel/turbo/pull/2331) - [@​sosukesuzuki](https://togithub.com/sosukesuzuki) made their first contribution in [https://github.com/vercel/turbo/pull/2360](https://togithub.com/vercel/turbo/pull/2360) - [@​chunsch](https://togithub.com/chunsch) made their first contribution in [https://github.com/vercel/turbo/pull/2358](https://togithub.com/vercel/turbo/pull/2358) - [@​zEh-](https://togithub.com/zEh-) made their first contribution in [https://github.com/vercel/turbo/pull/2342](https://togithub.com/vercel/turbo/pull/2342) - [@​KarnellSchultz](https://togithub.com/KarnellSchultz) made their first contribution in [https://github.com/vercel/turbo/pull/2376](https://togithub.com/vercel/turbo/pull/2376) - [@​lpalmes](https://togithub.com/lpalmes) made their first contribution in [https://github.com/vercel/turbo/pull/2368](https://togithub.com/vercel/turbo/pull/2368) - [@​hijuliancode](https://togithub.com/hijuliancode) made their first contribution in [https://github.com/vercel/turbo/pull/2354](https://togithub.com/vercel/turbo/pull/2354) - [@​ChFlick](https://togithub.com/ChFlick) made their first contribution in [https://github.com/vercel/turbo/pull/2373](https://togithub.com/vercel/turbo/pull/2373) - [@​thiagodebastos](https://togithub.com/thiagodebastos) made their first contribution in [https://github.com/vercel/turbo/pull/2383](https://togithub.com/vercel/turbo/pull/2383) - [@​wbinnssmith](https://togithub.com/wbinnssmith) made their first contribution in [https://github.com/vercel/turbo/pull/2385](https://togithub.com/vercel/turbo/pull/2385) - [@​alexkirsz](https://togithub.com/alexkirsz) made their first contribution in [https://github.com/vercel/turbo/pull/2395](https://togithub.com/vercel/turbo/pull/2395) - [@​Brooooooklyn](https://togithub.com/Brooooooklyn) made their first contribution in [https://github.com/vercel/turbo/pull/2366](https://togithub.com/vercel/turbo/pull/2366) - [@​peterpme](https://togithub.com/peterpme) made their first contribution in [https://github.com/vercel/turbo/pull/2413](https://togithub.com/vercel/turbo/pull/2413) - [@​johanholmerin](https://togithub.com/johanholmerin) made their first contribution in [https://github.com/vercel/turbo/pull/2429](https://togithub.com/vercel/turbo/pull/2429) - [@​ijjk](https://togithub.com/ijjk) made their first contribution in [https://github.com/vercel/turbo/pull/2434](https://togithub.com/vercel/turbo/pull/2434) - [@​bdbai](https://togithub.com/bdbai) made their first contribution in [https://github.com/vercel/turbo/pull/2364](https://togithub.com/vercel/turbo/pull/2364) - [@​allan2](https://togithub.com/allan2) made their first contribution in [https://github.com/vercel/turbo/pull/2443](https://togithub.com/vercel/turbo/pull/2443) - [@​ahaoboy](https://togithub.com/ahaoboy) made their first contribution in [https://github.com/vercel/turbo/pull/2404](https://togithub.com/vercel/turbo/pull/2404) - [@​pahaz](https://togithub.com/pahaz) made their first contribution in [https://github.com/vercel/turbo/pull/2468](https://togithub.com/vercel/turbo/pull/2468) **Full Changelog**: vercel/turborepo@v1.6.2...v1.6.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xMi4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`^1.6.2` -> `^1.6.3`](https://renovatebot.com/diffs/npm/turbo/1.6.2/1.6.3) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/compatibility-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/confidence-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/turbo</summary> ### [`v1.6.3`](https://togithub.com/vercel/turbo/releases/tag/v1.6.3) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.6.2...v1.6.3) #### What's Changed - Merge release branch staging-1.6.2 by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2453](https://togithub.com/vercel/turbo/pull/2453) - refactor(next/dev): allow devserver args serializable by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2446](https://togithub.com/vercel/turbo/pull/2446) - Fix large regression with turning ModuleRuleCondition::matches into a tt::fun by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2450](https://togithub.com/vercel/turbo/pull/2450) - chore: typo by [@​ahaoboy](https://togithub.com/ahaoboy) in [https://github.com/vercel/turbo/pull/2404](https://togithub.com/vercel/turbo/pull/2404) - refactor(next/dev): reusable start_server by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2455](https://togithub.com/vercel/turbo/pull/2455) - Breakdown /packages code ownership by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2459](https://togithub.com/vercel/turbo/pull/2459) - make sure to exit the process in case of errors during errors sending by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2457](https://togithub.com/vercel/turbo/pull/2457) - docs: change with-pnpm run command by [@​pahaz](https://togithub.com/pahaz) in [https://github.com/vercel/turbo/pull/2468](https://togithub.com/vercel/turbo/pull/2468) - Fix internal link in docs by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2465](https://togithub.com/vercel/turbo/pull/2465) - improve startup and warmup of benchmarks by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2463](https://togithub.com/vercel/turbo/pull/2463) - improve performance of to_entry_snapshot by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2462](https://togithub.com/vercel/turbo/pull/2462) - fix prettier by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2471](https://togithub.com/vercel/turbo/pull/2471) - fix workflow links by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2472](https://togithub.com/vercel/turbo/pull/2472) - Avoid recomputing all_assets_map on every change by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2464](https://togithub.com/vercel/turbo/pull/2464) - chore(deps): update jamesives/github-pages-deploy-action action to v4.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vercel/turbo/pull/2244](https://togithub.com/vercel/turbo/pull/2244) - Use dashmap+fxhash instead of flurry by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2431](https://togithub.com/vercel/turbo/pull/2431) - remove require hook by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2473](https://togithub.com/vercel/turbo/pull/2473) - Faster source map tracing by [@​jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/2426](https://togithub.com/vercel/turbo/pull/2426) - Warn on not-yet-supported module usage by [@​wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/2422](https://togithub.com/vercel/turbo/pull/2422) - Use the same hashing logic for sourcemap names by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2475](https://togithub.com/vercel/turbo/pull/2475) - Avoid expensive background work by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2482](https://togithub.com/vercel/turbo/pull/2482) - Simplify benchmark warmup by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2483](https://togithub.com/vercel/turbo/pull/2483) - change source map handling to not invalidate on file change by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2474](https://togithub.com/vercel/turbo/pull/2474) - improve chunk optimization by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2476](https://togithub.com/vercel/turbo/pull/2476) - add TURBOPACK_BENCH_PROGRESS to show captured values during bench by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2490](https://togithub.com/vercel/turbo/pull/2490) - optimize chunks to be a smaller by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2491](https://togithub.com/vercel/turbo/pull/2491) - avoid to read_dir syscall for all files by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2495](https://togithub.com/vercel/turbo/pull/2495) - feat(next/dev): allow to retry bind by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2480](https://togithub.com/vercel/turbo/pull/2480) - ci(action): workaround windows node-gyp failure by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2504](https://togithub.com/vercel/turbo/pull/2504) - ci(action): bump up rust cache by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2505](https://togithub.com/vercel/turbo/pull/2505) - fix bad performance in ApplyVisitors by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2501](https://togithub.com/vercel/turbo/pull/2501) - Correct all domain and repository references. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2508](https://togithub.com/vercel/turbo/pull/2508) - Fix rounding issue and use proper units by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2516](https://togithub.com/vercel/turbo/pull/2516) - fix: create-turbo update next version in templates by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/2519](https://togithub.com/vercel/turbo/pull/2519) - add documentation about benchmarks by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2492](https://togithub.com/vercel/turbo/pull/2492) - benchmark graph nit by [@​gaspar09](https://togithub.com/gaspar09) in [https://github.com/vercel/turbo/pull/2524](https://togithub.com/vercel/turbo/pull/2524) - Disable pagination links in the footer on /blog by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/turbo/pull/2526](https://togithub.com/vercel/turbo/pull/2526) - Improve error message for missing task definitions by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2267](https://togithub.com/vercel/turbo/pull/2267) - Fix line-height of blog post articles by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/turbo/pull/2527](https://togithub.com/vercel/turbo/pull/2527) - Merge release branch staging-1.6.3-canary.0 by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2531](https://togithub.com/vercel/turbo/pull/2531) #### New Contributors - [@​evliu](https://togithub.com/evliu) made their first contribution in [https://github.com/vercel/turbo/pull/2164](https://togithub.com/vercel/turbo/pull/2164) - [@​blake-mealey](https://togithub.com/blake-mealey) made their first contribution in [https://github.com/vercel/turbo/pull/2179](https://togithub.com/vercel/turbo/pull/2179) - [@​erikhofer](https://togithub.com/erikhofer) made their first contribution in [https://github.com/vercel/turbo/pull/2225](https://togithub.com/vercel/turbo/pull/2225) - [@​adarshaacharya](https://togithub.com/adarshaacharya) made their first contribution in [https://github.com/vercel/turbo/pull/2228](https://togithub.com/vercel/turbo/pull/2228) - [@​MateoKruk](https://togithub.com/MateoKruk) made their first contribution in [https://github.com/vercel/turbo/pull/2240](https://togithub.com/vercel/turbo/pull/2240) - [@​rgomezcasas](https://togithub.com/rgomezcasas) made their first contribution in [https://github.com/vercel/turbo/pull/2209](https://togithub.com/vercel/turbo/pull/2209) - [@​benjervis](https://togithub.com/benjervis) made their first contribution in [https://github.com/vercel/turbo/pull/2290](https://togithub.com/vercel/turbo/pull/2290) - [@​junhoyeo](https://togithub.com/junhoyeo) made their first contribution in [https://github.com/vercel/turbo/pull/2295](https://togithub.com/vercel/turbo/pull/2295) - [@​sokra](https://togithub.com/sokra) made their first contribution in [https://github.com/vercel/turbo/pull/2315](https://togithub.com/vercel/turbo/pull/2315) - [@​ernestd](https://togithub.com/ernestd) made their first contribution in [https://github.com/vercel/turbo/pull/2322](https://togithub.com/vercel/turbo/pull/2322) - [@​vacekj](https://togithub.com/vacekj) made their first contribution in [https://github.com/vercel/turbo/pull/2330](https://togithub.com/vercel/turbo/pull/2330) - [@​Just-Moh-it](https://togithub.com/Just-Moh-it) made their first contribution in [https://github.com/vercel/turbo/pull/2328](https://togithub.com/vercel/turbo/pull/2328) - [@​pelleknaap](https://togithub.com/pelleknaap) made their first contribution in [https://github.com/vercel/turbo/pull/2329](https://togithub.com/vercel/turbo/pull/2329) - [@​simonw](https://togithub.com/simonw) made their first contribution in [https://github.com/vercel/turbo/pull/2326](https://togithub.com/vercel/turbo/pull/2326) - [@​jomlamladen](https://togithub.com/jomlamladen) made their first contribution in [https://github.com/vercel/turbo/pull/2334](https://togithub.com/vercel/turbo/pull/2334) - [@​harish-sethuraman](https://togithub.com/harish-sethuraman) made their first contribution in [https://github.com/vercel/turbo/pull/2333](https://togithub.com/vercel/turbo/pull/2333) - [@​debdutdeb](https://togithub.com/debdutdeb) made their first contribution in [https://github.com/vercel/turbo/pull/2331](https://togithub.com/vercel/turbo/pull/2331) - [@​sosukesuzuki](https://togithub.com/sosukesuzuki) made their first contribution in [https://github.com/vercel/turbo/pull/2360](https://togithub.com/vercel/turbo/pull/2360) - [@​chunsch](https://togithub.com/chunsch) made their first contribution in [https://github.com/vercel/turbo/pull/2358](https://togithub.com/vercel/turbo/pull/2358) - [@​zEh-](https://togithub.com/zEh-) made their first contribution in [https://github.com/vercel/turbo/pull/2342](https://togithub.com/vercel/turbo/pull/2342) - [@​KarnellSchultz](https://togithub.com/KarnellSchultz) made their first contribution in [https://github.com/vercel/turbo/pull/2376](https://togithub.com/vercel/turbo/pull/2376) - [@​lpalmes](https://togithub.com/lpalmes) made their first contribution in [https://github.com/vercel/turbo/pull/2368](https://togithub.com/vercel/turbo/pull/2368) - [@​hijuliancode](https://togithub.com/hijuliancode) made their first contribution in [https://github.com/vercel/turbo/pull/2354](https://togithub.com/vercel/turbo/pull/2354) - [@​ChFlick](https://togithub.com/ChFlick) made their first contribution in [https://github.com/vercel/turbo/pull/2373](https://togithub.com/vercel/turbo/pull/2373) - [@​thiagodebastos](https://togithub.com/thiagodebastos) made their first contribution in [https://github.com/vercel/turbo/pull/2383](https://togithub.com/vercel/turbo/pull/2383) - [@​wbinnssmith](https://togithub.com/wbinnssmith) made their first contribution in [https://github.com/vercel/turbo/pull/2385](https://togithub.com/vercel/turbo/pull/2385) - [@​alexkirsz](https://togithub.com/alexkirsz) made their first contribution in [https://github.com/vercel/turbo/pull/2395](https://togithub.com/vercel/turbo/pull/2395) - [@​Brooooooklyn](https://togithub.com/Brooooooklyn) made their first contribution in [https://github.com/vercel/turbo/pull/2366](https://togithub.com/vercel/turbo/pull/2366) - [@​peterpme](https://togithub.com/peterpme) made their first contribution in [https://github.com/vercel/turbo/pull/2413](https://togithub.com/vercel/turbo/pull/2413) - [@​johanholmerin](https://togithub.com/johanholmerin) made their first contribution in [https://github.com/vercel/turbo/pull/2429](https://togithub.com/vercel/turbo/pull/2429) - [@​ijjk](https://togithub.com/ijjk) made their first contribution in [https://github.com/vercel/turbo/pull/2434](https://togithub.com/vercel/turbo/pull/2434) - [@​bdbai](https://togithub.com/bdbai) made their first contribution in [https://github.com/vercel/turbo/pull/2364](https://togithub.com/vercel/turbo/pull/2364) - [@​allan2](https://togithub.com/allan2) made their first contribution in [https://github.com/vercel/turbo/pull/2443](https://togithub.com/vercel/turbo/pull/2443) - [@​ahaoboy](https://togithub.com/ahaoboy) made their first contribution in [https://github.com/vercel/turbo/pull/2404](https://togithub.com/vercel/turbo/pull/2404) - [@​pahaz](https://togithub.com/pahaz) made their first contribution in [https://github.com/vercel/turbo/pull/2468](https://togithub.com/vercel/turbo/pull/2468) **Full Changelog**: vercel/turborepo@v1.6.2...v1.6.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/contented). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMS4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.6.2` -> `1.6.3`](https://renovatebot.com/diffs/npm/turbo/1.6.2/1.6.3) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/compatibility-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/confidence-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/turbo</summary> ### [`v1.6.3`](https://togithub.com/vercel/turbo/releases/tag/v1.6.3) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.6.2...v1.6.3) #### What's Changed - Merge release branch staging-1.6.2 by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2453](https://togithub.com/vercel/turbo/pull/2453) - refactor(next/dev): allow devserver args serializable by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2446](https://togithub.com/vercel/turbo/pull/2446) - Fix large regression with turning ModuleRuleCondition::matches into a tt::fun by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2450](https://togithub.com/vercel/turbo/pull/2450) - chore: typo by [@​ahaoboy](https://togithub.com/ahaoboy) in [https://github.com/vercel/turbo/pull/2404](https://togithub.com/vercel/turbo/pull/2404) - refactor(next/dev): reusable start_server by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2455](https://togithub.com/vercel/turbo/pull/2455) - Breakdown /packages code ownership by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2459](https://togithub.com/vercel/turbo/pull/2459) - make sure to exit the process in case of errors during errors sending by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2457](https://togithub.com/vercel/turbo/pull/2457) - docs: change with-pnpm run command by [@​pahaz](https://togithub.com/pahaz) in [https://github.com/vercel/turbo/pull/2468](https://togithub.com/vercel/turbo/pull/2468) - Fix internal link in docs by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2465](https://togithub.com/vercel/turbo/pull/2465) - improve startup and warmup of benchmarks by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2463](https://togithub.com/vercel/turbo/pull/2463) - improve performance of to_entry_snapshot by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2462](https://togithub.com/vercel/turbo/pull/2462) - fix prettier by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2471](https://togithub.com/vercel/turbo/pull/2471) - fix workflow links by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2472](https://togithub.com/vercel/turbo/pull/2472) - Avoid recomputing all_assets_map on every change by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2464](https://togithub.com/vercel/turbo/pull/2464) - chore(deps): update jamesives/github-pages-deploy-action action to v4.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vercel/turbo/pull/2244](https://togithub.com/vercel/turbo/pull/2244) - Use dashmap+fxhash instead of flurry by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2431](https://togithub.com/vercel/turbo/pull/2431) - remove require hook by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2473](https://togithub.com/vercel/turbo/pull/2473) - Faster source map tracing by [@​jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/2426](https://togithub.com/vercel/turbo/pull/2426) - Warn on not-yet-supported module usage by [@​wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/2422](https://togithub.com/vercel/turbo/pull/2422) - Use the same hashing logic for sourcemap names by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2475](https://togithub.com/vercel/turbo/pull/2475) - Avoid expensive background work by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2482](https://togithub.com/vercel/turbo/pull/2482) - Simplify benchmark warmup by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2483](https://togithub.com/vercel/turbo/pull/2483) - change source map handling to not invalidate on file change by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2474](https://togithub.com/vercel/turbo/pull/2474) - improve chunk optimization by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2476](https://togithub.com/vercel/turbo/pull/2476) - add TURBOPACK_BENCH_PROGRESS to show captured values during bench by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2490](https://togithub.com/vercel/turbo/pull/2490) - optimize chunks to be a smaller by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2491](https://togithub.com/vercel/turbo/pull/2491) - avoid to read_dir syscall for all files by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2495](https://togithub.com/vercel/turbo/pull/2495) - feat(next/dev): allow to retry bind by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2480](https://togithub.com/vercel/turbo/pull/2480) - ci(action): workaround windows node-gyp failure by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2504](https://togithub.com/vercel/turbo/pull/2504) - ci(action): bump up rust cache by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2505](https://togithub.com/vercel/turbo/pull/2505) - fix bad performance in ApplyVisitors by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2501](https://togithub.com/vercel/turbo/pull/2501) - Correct all domain and repository references. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2508](https://togithub.com/vercel/turbo/pull/2508) - Fix rounding issue and use proper units by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2516](https://togithub.com/vercel/turbo/pull/2516) - fix: create-turbo update next version in templates by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/2519](https://togithub.com/vercel/turbo/pull/2519) - add documentation about benchmarks by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2492](https://togithub.com/vercel/turbo/pull/2492) - benchmark graph nit by [@​gaspar09](https://togithub.com/gaspar09) in [https://github.com/vercel/turbo/pull/2524](https://togithub.com/vercel/turbo/pull/2524) - Disable pagination links in the footer on /blog by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/turbo/pull/2526](https://togithub.com/vercel/turbo/pull/2526) - Improve error message for missing task definitions by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2267](https://togithub.com/vercel/turbo/pull/2267) - Fix line-height of blog post articles by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/turbo/pull/2527](https://togithub.com/vercel/turbo/pull/2527) - Merge release branch staging-1.6.3-canary.0 by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2531](https://togithub.com/vercel/turbo/pull/2531) #### New Contributors - [@​evliu](https://togithub.com/evliu) made their first contribution in [https://github.com/vercel/turbo/pull/2164](https://togithub.com/vercel/turbo/pull/2164) - [@​blake-mealey](https://togithub.com/blake-mealey) made their first contribution in [https://github.com/vercel/turbo/pull/2179](https://togithub.com/vercel/turbo/pull/2179) - [@​erikhofer](https://togithub.com/erikhofer) made their first contribution in [https://github.com/vercel/turbo/pull/2225](https://togithub.com/vercel/turbo/pull/2225) - [@​adarshaacharya](https://togithub.com/adarshaacharya) made their first contribution in [https://github.com/vercel/turbo/pull/2228](https://togithub.com/vercel/turbo/pull/2228) - [@​MateoKruk](https://togithub.com/MateoKruk) made their first contribution in [https://github.com/vercel/turbo/pull/2240](https://togithub.com/vercel/turbo/pull/2240) - [@​rgomezcasas](https://togithub.com/rgomezcasas) made their first contribution in [https://github.com/vercel/turbo/pull/2209](https://togithub.com/vercel/turbo/pull/2209) - [@​benjervis](https://togithub.com/benjervis) made their first contribution in [https://github.com/vercel/turbo/pull/2290](https://togithub.com/vercel/turbo/pull/2290) - [@​junhoyeo](https://togithub.com/junhoyeo) made their first contribution in [https://github.com/vercel/turbo/pull/2295](https://togithub.com/vercel/turbo/pull/2295) - [@​sokra](https://togithub.com/sokra) made their first contribution in [https://github.com/vercel/turbo/pull/2315](https://togithub.com/vercel/turbo/pull/2315) - [@​ernestd](https://togithub.com/ernestd) made their first contribution in [https://github.com/vercel/turbo/pull/2322](https://togithub.com/vercel/turbo/pull/2322) - [@​vacekj](https://togithub.com/vacekj) made their first contribution in [https://github.com/vercel/turbo/pull/2330](https://togithub.com/vercel/turbo/pull/2330) - [@​Just-Moh-it](https://togithub.com/Just-Moh-it) made their first contribution in [https://github.com/vercel/turbo/pull/2328](https://togithub.com/vercel/turbo/pull/2328) - [@​pelleknaap](https://togithub.com/pelleknaap) made their first contribution in [https://github.com/vercel/turbo/pull/2329](https://togithub.com/vercel/turbo/pull/2329) - [@​simonw](https://togithub.com/simonw) made their first contribution in [https://github.com/vercel/turbo/pull/2326](https://togithub.com/vercel/turbo/pull/2326) - [@​jomlamladen](https://togithub.com/jomlamladen) made their first contribution in [https://github.com/vercel/turbo/pull/2334](https://togithub.com/vercel/turbo/pull/2334) - [@​harish-sethuraman](https://togithub.com/harish-sethuraman) made their first contribution in [https://github.com/vercel/turbo/pull/2333](https://togithub.com/vercel/turbo/pull/2333) - [@​debdutdeb](https://togithub.com/debdutdeb) made their first contribution in [https://github.com/vercel/turbo/pull/2331](https://togithub.com/vercel/turbo/pull/2331) - [@​sosukesuzuki](https://togithub.com/sosukesuzuki) made their first contribution in [https://github.com/vercel/turbo/pull/2360](https://togithub.com/vercel/turbo/pull/2360) - [@​chunsch](https://togithub.com/chunsch) made their first contribution in [https://github.com/vercel/turbo/pull/2358](https://togithub.com/vercel/turbo/pull/2358) - [@​zEh-](https://togithub.com/zEh-) made their first contribution in [https://github.com/vercel/turbo/pull/2342](https://togithub.com/vercel/turbo/pull/2342) - [@​KarnellSchultz](https://togithub.com/KarnellSchultz) made their first contribution in [https://github.com/vercel/turbo/pull/2376](https://togithub.com/vercel/turbo/pull/2376) - [@​lpalmes](https://togithub.com/lpalmes) made their first contribution in [https://github.com/vercel/turbo/pull/2368](https://togithub.com/vercel/turbo/pull/2368) - [@​hijuliancode](https://togithub.com/hijuliancode) made their first contribution in [https://github.com/vercel/turbo/pull/2354](https://togithub.com/vercel/turbo/pull/2354) - [@​ChFlick](https://togithub.com/ChFlick) made their first contribution in [https://github.com/vercel/turbo/pull/2373](https://togithub.com/vercel/turbo/pull/2373) - [@​thiagodebastos](https://togithub.com/thiagodebastos) made their first contribution in [https://github.com/vercel/turbo/pull/2383](https://togithub.com/vercel/turbo/pull/2383) - [@​wbinnssmith](https://togithub.com/wbinnssmith) made their first contribution in [https://github.com/vercel/turbo/pull/2385](https://togithub.com/vercel/turbo/pull/2385) - [@​alexkirsz](https://togithub.com/alexkirsz) made their first contribution in [https://github.com/vercel/turbo/pull/2395](https://togithub.com/vercel/turbo/pull/2395) - [@​Brooooooklyn](https://togithub.com/Brooooooklyn) made their first contribution in [https://github.com/vercel/turbo/pull/2366](https://togithub.com/vercel/turbo/pull/2366) - [@​peterpme](https://togithub.com/peterpme) made their first contribution in [https://github.com/vercel/turbo/pull/2413](https://togithub.com/vercel/turbo/pull/2413) - [@​johanholmerin](https://togithub.com/johanholmerin) made their first contribution in [https://github.com/vercel/turbo/pull/2429](https://togithub.com/vercel/turbo/pull/2429) - [@​ijjk](https://togithub.com/ijjk) made their first contribution in [https://github.com/vercel/turbo/pull/2434](https://togithub.com/vercel/turbo/pull/2434) - [@​bdbai](https://togithub.com/bdbai) made their first contribution in [https://github.com/vercel/turbo/pull/2364](https://togithub.com/vercel/turbo/pull/2364) - [@​allan2](https://togithub.com/allan2) made their first contribution in [https://github.com/vercel/turbo/pull/2443](https://togithub.com/vercel/turbo/pull/2443) - [@​ahaoboy](https://togithub.com/ahaoboy) made their first contribution in [https://github.com/vercel/turbo/pull/2404](https://togithub.com/vercel/turbo/pull/2404) - [@​pahaz](https://togithub.com/pahaz) made their first contribution in [https://github.com/vercel/turbo/pull/2468](https://togithub.com/vercel/turbo/pull/2468) **Full Changelog**: vercel/turborepo@v1.6.2...v1.6.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xMi4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`^1.6.2` -> `^1.6.3`](https://renovatebot.com/diffs/npm/turbo/1.6.2/1.6.3) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/compatibility-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.6.3/confidence-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/turbo</summary> ### [`v1.6.3`](https://togithub.com/vercel/turbo/releases/tag/v1.6.3) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.6.2...v1.6.3) #### What's Changed - Merge release branch staging-1.6.2 by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2453](https://togithub.com/vercel/turbo/pull/2453) - refactor(next/dev): allow devserver args serializable by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2446](https://togithub.com/vercel/turbo/pull/2446) - Fix large regression with turning ModuleRuleCondition::matches into a tt::fun by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2450](https://togithub.com/vercel/turbo/pull/2450) - chore: typo by [@​ahaoboy](https://togithub.com/ahaoboy) in [https://github.com/vercel/turbo/pull/2404](https://togithub.com/vercel/turbo/pull/2404) - refactor(next/dev): reusable start_server by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2455](https://togithub.com/vercel/turbo/pull/2455) - Breakdown /packages code ownership by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2459](https://togithub.com/vercel/turbo/pull/2459) - make sure to exit the process in case of errors during errors sending by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2457](https://togithub.com/vercel/turbo/pull/2457) - docs: change with-pnpm run command by [@​pahaz](https://togithub.com/pahaz) in [https://github.com/vercel/turbo/pull/2468](https://togithub.com/vercel/turbo/pull/2468) - Fix internal link in docs by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2465](https://togithub.com/vercel/turbo/pull/2465) - improve startup and warmup of benchmarks by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2463](https://togithub.com/vercel/turbo/pull/2463) - improve performance of to_entry_snapshot by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2462](https://togithub.com/vercel/turbo/pull/2462) - fix prettier by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2471](https://togithub.com/vercel/turbo/pull/2471) - fix workflow links by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2472](https://togithub.com/vercel/turbo/pull/2472) - Avoid recomputing all_assets_map on every change by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2464](https://togithub.com/vercel/turbo/pull/2464) - chore(deps): update jamesives/github-pages-deploy-action action to v4.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vercel/turbo/pull/2244](https://togithub.com/vercel/turbo/pull/2244) - Use dashmap+fxhash instead of flurry by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2431](https://togithub.com/vercel/turbo/pull/2431) - remove require hook by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2473](https://togithub.com/vercel/turbo/pull/2473) - Faster source map tracing by [@​jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/2426](https://togithub.com/vercel/turbo/pull/2426) - Warn on not-yet-supported module usage by [@​wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/2422](https://togithub.com/vercel/turbo/pull/2422) - Use the same hashing logic for sourcemap names by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2475](https://togithub.com/vercel/turbo/pull/2475) - Avoid expensive background work by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2482](https://togithub.com/vercel/turbo/pull/2482) - Simplify benchmark warmup by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2483](https://togithub.com/vercel/turbo/pull/2483) - change source map handling to not invalidate on file change by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2474](https://togithub.com/vercel/turbo/pull/2474) - improve chunk optimization by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2476](https://togithub.com/vercel/turbo/pull/2476) - add TURBOPACK_BENCH_PROGRESS to show captured values during bench by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2490](https://togithub.com/vercel/turbo/pull/2490) - optimize chunks to be a smaller by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2491](https://togithub.com/vercel/turbo/pull/2491) - avoid to read_dir syscall for all files by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2495](https://togithub.com/vercel/turbo/pull/2495) - feat(next/dev): allow to retry bind by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2480](https://togithub.com/vercel/turbo/pull/2480) - ci(action): workaround windows node-gyp failure by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2504](https://togithub.com/vercel/turbo/pull/2504) - ci(action): bump up rust cache by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/2505](https://togithub.com/vercel/turbo/pull/2505) - fix bad performance in ApplyVisitors by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2501](https://togithub.com/vercel/turbo/pull/2501) - Correct all domain and repository references. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2508](https://togithub.com/vercel/turbo/pull/2508) - Fix rounding issue and use proper units by [@​alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/2516](https://togithub.com/vercel/turbo/pull/2516) - fix: create-turbo update next version in templates by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/2519](https://togithub.com/vercel/turbo/pull/2519) - add documentation about benchmarks by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/2492](https://togithub.com/vercel/turbo/pull/2492) - benchmark graph nit by [@​gaspar09](https://togithub.com/gaspar09) in [https://github.com/vercel/turbo/pull/2524](https://togithub.com/vercel/turbo/pull/2524) - Disable pagination links in the footer on /blog by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/turbo/pull/2526](https://togithub.com/vercel/turbo/pull/2526) - Improve error message for missing task definitions by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/2267](https://togithub.com/vercel/turbo/pull/2267) - Fix line-height of blog post articles by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/turbo/pull/2527](https://togithub.com/vercel/turbo/pull/2527) - Merge release branch staging-1.6.3-canary.0 by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/2531](https://togithub.com/vercel/turbo/pull/2531) #### New Contributors - [@​evliu](https://togithub.com/evliu) made their first contribution in [https://github.com/vercel/turbo/pull/2164](https://togithub.com/vercel/turbo/pull/2164) - [@​blake-mealey](https://togithub.com/blake-mealey) made their first contribution in [https://github.com/vercel/turbo/pull/2179](https://togithub.com/vercel/turbo/pull/2179) - [@​erikhofer](https://togithub.com/erikhofer) made their first contribution in [https://github.com/vercel/turbo/pull/2225](https://togithub.com/vercel/turbo/pull/2225) - [@​adarshaacharya](https://togithub.com/adarshaacharya) made their first contribution in [https://github.com/vercel/turbo/pull/2228](https://togithub.com/vercel/turbo/pull/2228) - [@​MateoKruk](https://togithub.com/MateoKruk) made their first contribution in [https://github.com/vercel/turbo/pull/2240](https://togithub.com/vercel/turbo/pull/2240) - [@​rgomezcasas](https://togithub.com/rgomezcasas) made their first contribution in [https://github.com/vercel/turbo/pull/2209](https://togithub.com/vercel/turbo/pull/2209) - [@​benjervis](https://togithub.com/benjervis) made their first contribution in [https://github.com/vercel/turbo/pull/2290](https://togithub.com/vercel/turbo/pull/2290) - [@​junhoyeo](https://togithub.com/junhoyeo) made their first contribution in [https://github.com/vercel/turbo/pull/2295](https://togithub.com/vercel/turbo/pull/2295) - [@​sokra](https://togithub.com/sokra) made their first contribution in [https://github.com/vercel/turbo/pull/2315](https://togithub.com/vercel/turbo/pull/2315) - [@​ernestd](https://togithub.com/ernestd) made their first contribution in [https://github.com/vercel/turbo/pull/2322](https://togithub.com/vercel/turbo/pull/2322) - [@​vacekj](https://togithub.com/vacekj) made their first contribution in [https://github.com/vercel/turbo/pull/2330](https://togithub.com/vercel/turbo/pull/2330) - [@​Just-Moh-it](https://togithub.com/Just-Moh-it) made their first contribution in [https://github.com/vercel/turbo/pull/2328](https://togithub.com/vercel/turbo/pull/2328) - [@​pelleknaap](https://togithub.com/pelleknaap) made their first contribution in [https://github.com/vercel/turbo/pull/2329](https://togithub.com/vercel/turbo/pull/2329) - [@​simonw](https://togithub.com/simonw) made their first contribution in [https://github.com/vercel/turbo/pull/2326](https://togithub.com/vercel/turbo/pull/2326) - [@​jomlamladen](https://togithub.com/jomlamladen) made their first contribution in [https://github.com/vercel/turbo/pull/2334](https://togithub.com/vercel/turbo/pull/2334) - [@​harish-sethuraman](https://togithub.com/harish-sethuraman) made their first contribution in [https://github.com/vercel/turbo/pull/2333](https://togithub.com/vercel/turbo/pull/2333) - [@​debdutdeb](https://togithub.com/debdutdeb) made their first contribution in [https://github.com/vercel/turbo/pull/2331](https://togithub.com/vercel/turbo/pull/2331) - [@​sosukesuzuki](https://togithub.com/sosukesuzuki) made their first contribution in [https://github.com/vercel/turbo/pull/2360](https://togithub.com/vercel/turbo/pull/2360) - [@​chunsch](https://togithub.com/chunsch) made their first contribution in [https://github.com/vercel/turbo/pull/2358](https://togithub.com/vercel/turbo/pull/2358) - [@​zEh-](https://togithub.com/zEh-) made their first contribution in [https://github.com/vercel/turbo/pull/2342](https://togithub.com/vercel/turbo/pull/2342) - [@​KarnellSchultz](https://togithub.com/KarnellSchultz) made their first contribution in [https://github.com/vercel/turbo/pull/2376](https://togithub.com/vercel/turbo/pull/2376) - [@​lpalmes](https://togithub.com/lpalmes) made their first contribution in [https://github.com/vercel/turbo/pull/2368](https://togithub.com/vercel/turbo/pull/2368) - [@​hijuliancode](https://togithub.com/hijuliancode) made their first contribution in [https://github.com/vercel/turbo/pull/2354](https://togithub.com/vercel/turbo/pull/2354) - [@​ChFlick](https://togithub.com/ChFlick) made their first contribution in [https://github.com/vercel/turbo/pull/2373](https://togithub.com/vercel/turbo/pull/2373) - [@​thiagodebastos](https://togithub.com/thiagodebastos) made their first contribution in [https://github.com/vercel/turbo/pull/2383](https://togithub.com/vercel/turbo/pull/2383) - [@​wbinnssmith](https://togithub.com/wbinnssmith) made their first contribution in [https://github.com/vercel/turbo/pull/2385](https://togithub.com/vercel/turbo/pull/2385) - [@​alexkirsz](https://togithub.com/alexkirsz) made their first contribution in [https://github.com/vercel/turbo/pull/2395](https://togithub.com/vercel/turbo/pull/2395) - [@​Brooooooklyn](https://togithub.com/Brooooooklyn) made their first contribution in [https://github.com/vercel/turbo/pull/2366](https://togithub.com/vercel/turbo/pull/2366) - [@​peterpme](https://togithub.com/peterpme) made their first contribution in [https://github.com/vercel/turbo/pull/2413](https://togithub.com/vercel/turbo/pull/2413) - [@​johanholmerin](https://togithub.com/johanholmerin) made their first contribution in [https://github.com/vercel/turbo/pull/2429](https://togithub.com/vercel/turbo/pull/2429) - [@​ijjk](https://togithub.com/ijjk) made their first contribution in [https://github.com/vercel/turbo/pull/2434](https://togithub.com/vercel/turbo/pull/2434) - [@​bdbai](https://togithub.com/bdbai) made their first contribution in [https://github.com/vercel/turbo/pull/2364](https://togithub.com/vercel/turbo/pull/2364) - [@​allan2](https://togithub.com/allan2) made their first contribution in [https://github.com/vercel/turbo/pull/2443](https://togithub.com/vercel/turbo/pull/2443) - [@​ahaoboy](https://togithub.com/ahaoboy) made their first contribution in [https://github.com/vercel/turbo/pull/2404](https://togithub.com/vercel/turbo/pull/2404) - [@​pahaz](https://togithub.com/pahaz) made their first contribution in [https://github.com/vercel/turbo/pull/2468](https://togithub.com/vercel/turbo/pull/2468) **Full Changelog**: vercel/turborepo@v1.6.2...v1.6.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/DeFiCh/metachain). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xMi4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
In order to serve sourcemaps with HMR updates, we (used to) reference a source map asset for every chunk item using the items version hash (see #2464 and #2474 for the headaches this can cause). This update changes that, so that a chunk becomes responsible for giving access to one of its item's source map. We already have the `GenerateSourceMap` trait which assembles the chunk's `Sectioned` sourcemap from all chunk items, so why not just allow access to an individual section? Coupled with a `ContentSource` that can retrieve the chunk, we can then provide access to that chunk's current item sourcemaps per request.
In order to serve source maps with HMR updates, we (used to) reference a source map asset for every chunk item using the items version hash (see #2464 and #2474 for the headaches this can cause). This update changes that, so that a chunk becomes responsible for giving access to one of its item's source map. We already have the `GenerateSourceMap` trait which assembles the chunk's `Sectioned` source map from all chunk items, so why not just allow access to an individual section? Coupled with a `ContentSource` that can retrieve the chunk, we can then provide access to that chunk's current item source maps per request.
…3059) In order to serve source maps with HMR updates, we (used to) reference a source map asset for every chunk item using the items version hash (see vercel/turborepo#2464 and vercel/turborepo#2474 for the headaches this can cause). This update changes that, so that a chunk becomes responsible for giving access to one of its item's source map. We already have the `GenerateSourceMap` trait which assembles the chunk's `Sectioned` source map from all chunk items, so why not just allow access to an individual section? Coupled with a `ContentSource` that can retrieve the chunk, we can then provide access to that chunk's current item source maps per request.
…3059) In order to serve source maps with HMR updates, we (used to) reference a source map asset for every chunk item using the items version hash (see vercel/turborepo#2464 and vercel/turborepo#2474 for the headaches this can cause). This update changes that, so that a chunk becomes responsible for giving access to one of its item's source map. We already have the `GenerateSourceMap` trait which assembles the chunk's `Sectioned` source map from all chunk items, so why not just allow access to an individual section? Coupled with a `ContentSource` that can retrieve the chunk, we can then provide access to that chunk's current item source maps per request.
…3059) In order to serve source maps with HMR updates, we (used to) reference a source map asset for every chunk item using the items version hash (see vercel/turborepo#2464 and vercel/turborepo#2474 for the headaches this can cause). This update changes that, so that a chunk becomes responsible for giving access to one of its item's source map. We already have the `GenerateSourceMap` trait which assembles the chunk's `Sectioned` source map from all chunk items, so why not just allow access to an individual section? Coupled with a `ContentSource` that can retrieve the chunk, we can then provide access to that chunk's current item source maps per request.
…3059) In order to serve source maps with HMR updates, we (used to) reference a source map asset for every chunk item using the items version hash (see vercel/turborepo#2464 and vercel/turborepo#2474 for the headaches this can cause). This update changes that, so that a chunk becomes responsible for giving access to one of its item's source map. We already have the `GenerateSourceMap` trait which assembles the chunk's `Sectioned` source map from all chunk items, so why not just allow access to an individual section? Coupled with a `ContentSource` that can retrieve the chunk, we can then provide access to that chunk's current item source maps per request.
No description provided.