-
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
build: Update swc_core
to v0.90.30
#7856
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Ignored Deployments
|
🟢 Turbopack Benchmark CI successful 🟢Thanks |
|
✅ This change can build |
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.
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.
...c_chunk/output/crates_turbopack-tests_tests_snapshot_basic_async_chunk_input_4437c1._.js.map
Outdated
Show resolved
Hide resolved
2707598
to
ac72201
Compare
swc_core
to v0.90.26
swc_core
to v0.90.27
swc_core
to v0.90.27
swc_core
to v0.90.29
438ca18
to
c1de69b
Compare
swc_core
to v0.90.29
swc_core
to v0.90.30
# 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
* 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 -->
### 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
### 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
### 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
### 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
Description
Update SWC crates.
Testing Instructions
See next.js counterpart.
vercel/next.js#63790
Closes PACK-2861