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

build: Update swc_core to v0.90.30 #7856

Merged
merged 10 commits into from
Apr 10, 2024
Merged

build: Update swc_core to v0.90.30 #7856

merged 10 commits into from
Apr 10, 2024

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Mar 28, 2024

Description

Update SWC crates.

  1. To keep in sync
  2. Prepare usage of source map range mappings. feat: Add support for range mappings proposal getsentry/rust-sourcemap#77

Testing Instructions

See next.js counterpart.

vercel/next.js#63790

Closes PACK-2861

Copy link

vercel bot commented Mar 28, 2024

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

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 10, 2024 11:47pm
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 10, 2024 11:47pm
8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 11:47pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 11:47pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 11:47pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 11:47pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 11:47pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 11:47pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 11:47pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 11:47pm

Copy link
Contributor

github-actions bot commented Mar 28, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Mar 28, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

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

See workflow summary for details

Copy link
Contributor

github-actions bot commented Mar 28, 2024

✅ This change can build next-swc

Copy link
Member

@sokra sokra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SourceMap snapshots need updates. They are missing an empty "rangeMappings":"" entry.

But it might be preferable to omit writing this field when it's empty.

@kdy1 kdy1 enabled auto-merge (squash) March 29, 2024 02:47
@kdy1 kdy1 changed the title build: Update swc_core to v0.90.26 build: Update swc_core to v0.90.27 Apr 5, 2024
@kdy1 kdy1 changed the title build: Update swc_core to v0.90.27 build: Update swc_core to v0.90.29 Apr 9, 2024
@kdy1 kdy1 disabled auto-merge April 9, 2024 04:24
@kdy1 kdy1 enabled auto-merge (squash) April 10, 2024 23:37
@kdy1 kdy1 merged commit 0265f1f into main Apr 10, 2024
45 of 47 checks passed
@kdy1 kdy1 deleted the kdy1/swc-core-0-90-10 branch April 10, 2024 23:45
@kdy1 kdy1 changed the title build: Update swc_core to v0.90.29 build: Update swc_core to v0.90.30 Apr 10, 2024
kdy1 added a commit to vercel/next.js that referenced this pull request Apr 11, 2024
# Turbopack


* vercel/turborepo#7409 <!-- hrmny - chore: add
parallel rust frontend and remove unused rust dependencies -->
* vercel/turborepo#7920 <!-- Tobias Koppers - remove
warning when there is no PostCSS config -->
* vercel/turborepo#7929 <!-- Tim Neutkens - Remove
environment variables page from Turbopack docs -->
* vercel/turborepo#7926 <!-- Tim Neutkens - Remove
outdated section -->
* vercel/turborepo#7925 <!-- Tim Neutkens - Update
Turbopack CSS docs -->
* vercel/turborepo#7928 <!-- Tim Neutkens - Update
Next.js mention in Turbopack docs -->
* vercel/turborepo#7856 <!-- Donny/강동윤 - build:
Update `swc_core` to `v0.90.29` -->



### What?

Update SWC crates.

### Why?

1. To keep in sync
2. Prepare usage of source map range mappings.
getsentry/rust-sourcemap#77

### How?



Closes PACK-2860
sokra added a commit that referenced this pull request Apr 11, 2024
sokra added a commit that referenced this pull request Apr 11, 2024
sokra added a commit to vercel/next.js that referenced this pull request Apr 11, 2024
* vercel/turborepo#7409 <!-- hrmny - chore: add
parallel rust frontend and remove unused rust dependencies -->
* vercel/turborepo#7920 <!-- Tobias Koppers - remove
warning when there is no PostCSS config -->
* vercel/turborepo#7856 <!-- Donny/강동윤 - build:
Update `swc_core` to `v0.90.29` -->
* vercel/turborepo#7941 <!-- Tobias Koppers - fix
recursion cycle when having a cycle of dynamic imports -->
* vercel/turborepo#7943 <!-- Tobias Koppers - fix
HMR by removing chunks from chunk list hash -->
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
### Description

Update SWC crates.


1. To keep in sync
2. Prepare usage of source map range mappings.
getsentry/rust-sourcemap#77


### Testing Instructions

See next.js counterpart.

#63790

Closes PACK-2861
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

Update SWC crates.


1. To keep in sync
2. Prepare usage of source map range mappings.
getsentry/rust-sourcemap#77


### Testing Instructions

See next.js counterpart.

#63790

Closes PACK-2861
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

Update SWC crates.


1. To keep in sync
2. Prepare usage of source map range mappings.
getsentry/rust-sourcemap#77


### Testing Instructions

See next.js counterpart.

#63790

Closes PACK-2861
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
### Description

Update SWC crates.


1. To keep in sync
2. Prepare usage of source map range mappings.
getsentry/rust-sourcemap#77


### Testing Instructions

See next.js counterpart.

#63790

Closes PACK-2861
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
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