chore(deps): update build#11447
Merged
Merged
Conversation
Size ReportBundles
Usages
|
fe39448 to
bebadc5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.6.13->^1.7.3^5.0.5->^5.1.1^4.18.1->^4.19.1^5.3.3->^5.3.5Release Notes
swc-project/swc (@swc/core)
v1.7.3Compare Source
Bug Fixes
v1.7.2Compare Source
Bug Fixes
(es/ast) Accept any case of EsVersion during deserialization (#9329) (56da6be)
(es/typescrupt) Fix ASI issue in fast ts strip (#9332) (57146cf)
(swc_core) Remove unused
preset_env(#9333) (75bc7bf)Documentation
v1.7.1Compare Source
Bug Fixes
(bindings/types) Add missing mangle options (#9298) (567f40d)
(deps) Update cargo (patch) (#9317) (ea66e84)
(es/ast) Make span of binding ident include type ann (#9293) (2b32481)
(es/minifier) Support minifying JSX (#9271) (9a6367b)
(es/typescript) Fix typings (#9301) (27ca712)
(es/typescript) Preserve type assertions (#9328) (4d60f52)
(es/utils) Use
$crateforquote_ident!()(#9309) (bdaaf47)Features
(allocator) Feature gate
nightlyvia macros (#9274) (a31fb58)(allocator) Add
maybetypes (#9278) (a417ff4)(es/typescript) Add esm build for fast ts strip (#9286) (d10cb9f)
Miscellaneous Tasks
(deps) Update actions (#9311) (475432e)
(deps) Update npm (patch) (#9318) (9d983c3)
(deps) Update
wasmerto fix broken Windows build (#9322) (a120faf)(deps) Drop
atty(#9325) (831500e)Performance
(allocator) Use
stdinstead ofallocator-api2(#9281) (88723db)(es/codegen) Use
Vec<T>fromswc_allocator(#9280) (c1cd0b9)(es/codegen) Optimize using
swc_allocator(#9294) (07376c6)(es/helpers) Use
boolinstead ofAtomicBool(#9321) (8107e98)(es/minifier) Pre-allocate collections (#9289) (76fe139)
(visit) Modify
BoxandVecin-place (#9291) (ae2ac05)(visit) Add
#[inline](#9302) (0b3dbb8)Enable LTO for benchmarks (#9279) (a3020b2)
Refactor
Build
rustctonightly-2024-07-21(#9319) (279ea91)v1.7.0Compare Source
Bug Fixes
(allocator) Fix allocator & add benchmark (#9234) (037dad5)
(allocator) Remove wrong assertions and add tests (#9252) (d8e8b04)
(ci) Fix CI of `peff (#9216) (602e0e5)
(es/codegen) Fix codegen of large numeric literals (#9226) (fba79e6)
(es/compat) Consider only the variables used in the closure (#9151) (1357531)
(es/compat) Add support for destructuring with BigInts (#9215) (2cc7028)
(es/fixer) Wrap
inexpr in for-in head (#9209) (5cd837f)(es/minifier) Fix case matching (#9208) (f81fa6e)
(es/minifier) Fix compress pow
NaN(#9210) (2b361e6)(es/minifier) Fix variable declaration in default branch (#9220) (a7c82bd)
(es/minifier) Check
thisin function params (#9229) (da4866d)(es/minifier) Remove optimization for array pattern (#9241) (521161e)
(es/minifier) Fix exponentiate operator (#9251) (06bb533)
(es/minifier) Fix panic in bitwise logic and incorrect values (#9258) (baeb9e2)
(es/minifier) Collect raw str values for new Tpl element (#9261) (6ddbfa0)
(es/modules) Fix lint issue (#9206) (efb8636)
(es/quote) Fix macro (#9270) (93d9e44)
(es/typescript) Handle unicode for fast ts strip (#9202) (096bfe3)
(es/typescript) Fix
transformmode (#9243) (0e79a5b)(es/typescript) Workaround
wasm-bindgen(#9272) (6b1d2ff)Documentation
(allocator) Mention
oxc_allocator(be99ce0)(contributing) Fix deno installation url (#9249) (ff5bbda)
(es/minifier) Add contributing section (e22f3ba)
Features
(allocator) Initialize package (#9195) (f3681cb)
(allocator) Implement
SwcAlloc(#9232) (e343eb6)(allocator) Add a cargo feature (#9239) (398dc21)
(allocator) Implement
defaultmode (#9242) (b6333db)(es/typescript) Add
transformmode back to fast TS strip (#9237) (8231e3c)(es/utils) Support for arrays using
cast_to_number(#9212) (2aef14d)Miscellaneous Tasks
(es) Bump
unicode-id-starttov1.2.0(#9177) (9904a53)(es/typescript) Improve decorator handling of fast strip (#9178) (962170f)
Performance
(allocator) Drop
scoped_tls(#9240) (4ce2514)(bindings) Invert Wasm size shrink (#9224) (aa7f791)
(bindings/wasm) Shrink the size of the wasm file (#9191) (3a23b3d)
(es/codegen) Use scoped allocator (#9248) (970f323)
(es/typescript) Add a benchmark for fast TS strip (#9205) (7d9364c)
(es/visit) Introduce
standard_only_*macros (#9207) (92879b1)Refactor
(allocator) Use
&instead of a thread-local (#9235) (8d5670e)(allocator) Use RAII guard instead of
scope(#9254) (6e098ae)(common) Drop
SyntaxContextfrom AST nodes (#9175) (b2491e5)(es) Use
intofor AST construction (#9197) (e7358e0)(es) Use
IntoandFromfor AST construction (#9201) (0960b23)(es/codegen) Revert #9248 (#9266) (b9b233c)
(es/helpers) Remove unnecessary exports (#9225) (69719c2)
(visit) Pre-generate visitor code (#9262) (9c17663)
Testing
(allocator) Merge test (#9267) (efc3963)
(es/base) Disable flaky benchmark (#9221) (bd4bef1)
Enable scoped API by default (#9247) (e7ce94b)
Pers
IdentName(#9185) (7b3e5b3)vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.1.1v5.1.0featuresoption (#419) (3e839e2), closes #419rollup/rollup (rollup)
v4.19.1Compare Source
2024-07-27
Bug Fixes
Pull Requests
v4.19.0Compare Source
2024-07-20
Features
Bug Fixes
Pull Requests
vitejs/vite (vite)
v5.3.5Compare Source
servertype less restrictive (fix #17627) (#17628) (b55c32f), closes #17627 #17628v5.3.4Compare Source
.css?urlin assets field of manifest (#17623) (1465b20), closes #17623Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.