Skip to content
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

allow to pass available chunk items when creating a chunk group #6988

Merged
merged 5 commits into from
Jan 17, 2024

Conversation

sokra
Copy link
Member

@sokra sokra commented Jan 11, 2024

Description

This allows to create a chunk group based on another chunk group (which skips all available modules at this point)

Similar to webpack dependOn.

Closes PACK-2229

Copy link

vercel bot commented Jan 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-native-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 12, 2024 3:27pm
rust-docs ❌ Failed (Inspect) Jan 12, 2024 3:27pm
turbo-site ✅ Ready (Inspect) Visit Preview Jan 12, 2024 3:27pm
8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Jan 12, 2024 3:27pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Jan 12, 2024 3:27pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Jan 12, 2024 3:27pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Jan 12, 2024 3:27pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Visit Preview Jan 12, 2024 3:27pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Jan 12, 2024 3:27pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Jan 12, 2024 3:27pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Jan 12, 2024 3:27pm

Copy link
Contributor

github-actions bot commented Jan 12, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Jan 12, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

@sokra sokra merged commit 1f37c77 into main Jan 17, 2024
48 of 52 checks passed
@sokra sokra deleted the sokra/pass-available-chunk-items branch January 17, 2024 07:21
sokra added a commit to vercel/next.js that referenced this pull request Jan 17, 2024
### What?

api changes for vercel/turborepo#6988

### Turbopack Changes

* vercel/turborepo#6886 <!-- Tobias Koppers -
improve nesting of tracing for invalidations -->
* vercel/turborepo#6866 <!-- Tobias Koppers - trace
memory allocations and show in tracing -->
* vercel/turborepo#6988 <!-- Tobias Koppers - allow
to pass available chunk items when creating a chunk group -->
* vercel/turborepo#7013 <!-- Leah - fix: make CSS
reloading work on firefox -->
* vercel/turborepo#7004 <!-- Tobias Koppers -
improve error message when no config is exported from postcss.config.js
-->




Closes PACK-2231
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
…el/turborepo#6988)

### Description

This allows to create a chunk group based on another chunk group (which
skips all available modules at this point)

Similar to `webpack` `dependOn`.


Closes PACK-2229
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
…el/turborepo#6988)

### Description

This allows to create a chunk group based on another chunk group (which
skips all available modules at this point)

Similar to `webpack` `dependOn`.


Closes PACK-2229
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
…el/turborepo#6988)

### Description

This allows to create a chunk group based on another chunk group (which
skips all available modules at this point)

Similar to `webpack` `dependOn`.


Closes PACK-2229
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
…el/turborepo#6988)

### Description

This allows to create a chunk group based on another chunk group (which
skips all available modules at this point)

Similar to `webpack` `dependOn`.


Closes PACK-2229
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants