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

Update swc_core to v0.76.18 #5049

Merged
merged 2 commits into from
May 22, 2023
Merged

Update swc_core to v0.76.18 #5049

merged 2 commits into from
May 22, 2023

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented May 22, 2023

Description

This PR disables tracing/max_level_info.

Testing Instructions

Check CI


Next.js counterpart: vercel/next.js#50137

Closes WEB-1081

@vercel
Copy link

vercel bot commented May 22, 2023

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

Name Status Preview Comments Updated (UTC)
examples-cra-web 🔄 Building (Inspect) May 22, 2023 1:05am
examples-native-web 🔄 Building (Inspect) May 22, 2023 1:05am
examples-tailwind-web 🔄 Building (Inspect) May 22, 2023 1:05am
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2023 1:05am
7 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) May 22, 2023 1:05am
examples-designsystem-docs ⬜️ Ignored (Inspect) May 22, 2023 1:05am
examples-gatsby-web ⬜️ Ignored (Inspect) May 22, 2023 1:05am
examples-kitchensink-blog ⬜️ Ignored (Inspect) May 22, 2023 1:05am
examples-nonmonorepo ⬜️ Ignored (Inspect) May 22, 2023 1:05am
examples-svelte-web ⬜️ Ignored (Inspect) May 22, 2023 1:05am
examples-vite-web ⬜️ Ignored (Inspect) May 22, 2023 1:05am

@kdy1 kdy1 changed the title Update swc_core Update swc_core to v0.76.18 May 22, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 22, 2023

🟢 CI successful 🟢

Thanks

@kdy1 kdy1 marked this pull request as ready for review May 22, 2023 02:02
@kdy1 kdy1 requested review from a team as code owners May 22, 2023 02:02
@sokra sokra merged commit d27b9bc into main May 22, 2023
41 checks passed
@sokra sokra deleted the kdy1/swc-core-update branch May 22, 2023 09:04
sokra pushed a commit to vercel/next.js that referenced this pull request May 22, 2023
### What?

This PR disables `tracing/max_level_info`.

### Why?

Requested at
https://vercel.slack.com/archives/C03EWR7LGEN/p1683789628715199?thread_ts=1683738076.476839&cid=C03EWR7LGEN


### How?

Closes WEB-1080
Fixes #49949

Turbopack counterpart: vercel/turbo#5049
sokra added a commit that referenced this pull request May 22, 2023
@sokra sokra mentioned this pull request May 22, 2023
sokra added a commit that referenced this pull request May 22, 2023
### Description

follow up for #5049

CI didn't run as it was a lockfile only change
kodiakhq bot pushed a commit to vercel/next.js that referenced this pull request May 23, 2023
### What?

adds `NEXT_TURBOPACK_TRACING` env var to enable tracing. Writes into `.next/trace.log`

There are 4 presets:

* `NEXT_TURBOPACK_TRACING=overview` gives a overview of requests and modules processed.
* `NEXT_TURBOPACK_TRACING=next` above plus details for next.js
* `NEXT_TURBOPACK_TRACING=turbopack` above plus details for turbopack
* `NEXT_TURBOPACK_TRACING=turbo-tasks` above plus details for turbo-tasks

Published release builds will only allow `overview` to work, since all detailed instrumentation is statically disabled.

see vercel/turbo#4966 for more details

### Why?

get more insight into build times

### Turbopack changes

* vercel/turbo#4995 
* vercel/turbo#5049 
* vercel/turbo#5053 
* vercel/turbo#4966
hydRAnger pushed a commit to hydRAnger/next.js that referenced this pull request Jun 12, 2023
### What?

This PR disables `tracing/max_level_info`.

### Why?

Requested at
https://vercel.slack.com/archives/C03EWR7LGEN/p1683789628715199?thread_ts=1683738076.476839&cid=C03EWR7LGEN


### How?

Closes WEB-1080
Fixes vercel#49949

Turbopack counterpart: vercel/turbo#5049
hydRAnger pushed a commit to hydRAnger/next.js that referenced this pull request Jun 12, 2023
### What?

adds `NEXT_TURBOPACK_TRACING` env var to enable tracing. Writes into `.next/trace.log`

There are 4 presets:

* `NEXT_TURBOPACK_TRACING=overview` gives a overview of requests and modules processed.
* `NEXT_TURBOPACK_TRACING=next` above plus details for next.js
* `NEXT_TURBOPACK_TRACING=turbopack` above plus details for turbopack
* `NEXT_TURBOPACK_TRACING=turbo-tasks` above plus details for turbo-tasks

Published release builds will only allow `overview` to work, since all detailed instrumentation is statically disabled.

see vercel/turbo#4966 for more details

### Why?

get more insight into build times

### Turbopack changes

* vercel/turbo#4995 
* vercel/turbo#5049 
* vercel/turbo#5053 
* vercel/turbo#4966
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants