Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[pull] canary from vercel:canary #105

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

Merged
merged 6 commits into from
May 8, 2025
Merged

[pull] canary from vercel:canary #105

merged 6 commits into from
May 8, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented May 8, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

bgw and others added 6 commits May 8, 2025 09:48
…ites (#78934)

**The default timeout is 1 minute.** This PR reduces the timeouts for these tests from 4 minutes to 1 minute.

Maybe these overrides made sense at some point, but turbopack shouldn't ever be significantly slower than webpack in any test (if it is, that's a bug), so we shouldn't need larger timeouts for these.

This long 4 minute timeout has contributed to github action job timeouts we've previously experienced for the arewerspack/areweturboyet nightly jobs, so IMO it's hurting more than it's helping.

areweturboyet development tests: https://github.com/vercel/next.js/actions/runs/14893493964
areweturboyet production tests: https://github.com/vercel/next.js/actions/runs/14893499248
Add a `hoisted: bool` to `ChunkingType::Parallel` in preparation for scope hoisting (we can only merge modules if they are importing each other with ESM-import-style references (i.e. `hoisted: true`).

Part of PACK-2960
…tive code (#78944)

The following jobs do not depend on `build-native`, but don't specify `skipNativeBuild`:

- `lint`
- `test-devlow`
- `test-next-swc-wasm`
- `test-next-swc-napi-wasi` *(currently disabled)*
- `test-unit` *(does actually appear to depend on native binaries)*

That means that they still build the native binary, but they don't wait for `build-native` to finish first, so they don't use the cached version (they run before the cache is populated), and instead each spend 5 minutes of CPU time rebuilding the native binary.
Closes:
- https://linear.app/vercel/issue/DOC-4626/images
- https://linear.app/vercel/issue/DOC-4610/split-image-and-font-pages

Redirects: #78769

**Housekeeping:** 
- Deletes BYA images page
- Creates relevant getting started docs in `/pages`
- Splits "Images and Fonts" into "Images" and "Fonts" pages to allow us
to add more context to each page in the future

**API reference**: 
- Improves image API reference to follow more of a consistent format and
language
- Adds examples

**Follow-up:** #78857
- Create a Deep Dive Guide on how image optimization works

---------

Co-authored-by: Rich Haines <[email protected]>
@pull pull bot added the ⤵️ pull label May 8, 2025
@pull pull bot merged commit 3bf570d into code:canary May 8, 2025
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.

4 participants