-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
chore(deps): update swc monorepo #3876
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Workflow status is success ✅ |
600d277
to
fafc99c
Compare
Workflow status is success ✅ |
fafc99c
to
0382923
Compare
Workflow status is success ✅ |
0382923
to
351e302
Compare
Workflow status is success ✅ |
351e302
to
e6c740b
Compare
Workflow status is success ✅ |
e6c740b
to
07f1b30
Compare
Workflow status is success ✅ |
07f1b30
to
c440136
Compare
Workflow status is success ✅ |
This PR contains the following updates:
1.9.0
->1.9.1
0.3.10
->0.3.12
1.4.5
->1.5.5
1.4.11
->1.5.5
Release Notes
swc-project/swc-node (@swc-node/register)
v1.9.1
Compare Source
What's Changed
Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).8.0...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).9.1
swc-project/swc (@swc/core)
v1.5.5
Compare Source
Bug Fixes
(css/modules) Allow any order of composes (#8930) (7014c63)
(css/modules) Fix
:global
selectors without preceding whitespace (#8926) (2405dc6)(es/fixer) Wrap class expressions in callee (#8928) (6b60bdb)
(es/minifier) Respect
module: false
(#8925) (aca6a77)(es/minifier) Consider side effects of operands of binary expressions (#8929) (4d4a7a9)
(es/minifier) Fix operand handling of
**
(#8933) (c9d72cd)(es/minifier) Fix a bug about
Tpl
=>Str
(#8934) (d4be383)(es/module) Resolve
.jsx
imports fully (#8936) (c536d2a)Refactor
v1.5.3
Compare Source
v1.5.2
Compare Source
v1.5.1
Compare Source
Bug Fixes
(es/decorator) Support for legacy decorators in class expressions (#8892) (8fe57ad)
(es/helpers) Remove unused export from
_using_ctx.js
(#8891) (438d0b3)(es/minifier) Do not add vars if
eval
exists (#8888) (be359fa)v1.5.0
Compare Source
Bug Fixes
Features
v1.4.17
Compare Source
Bug Fixes
(es) Ignore
sourceMappingURL
in string literals (#8879) (d7188cd)(es/codegen) Use
Str.raw
for es5 (#8873) (c7a06b1)(es/compat) Fix async generator (#8881) (063eabd)
(es/resolver) Prioritze
jsc.paths
by length in tsc resolver (#8875) (e22c368)(html/codegen) Expand elements before which body isn’t elided (#8877) (5419a94)
v1.4.16
Compare Source
Bug Fixes
usingCtx
helper (#8874) (6e9d1a4)v1.4.15
Compare Source
Bug Fixes
(es/codegen) Fix
ascii_only
for identifiers (#8866) (2075a23)(es/minifier) Remove
raw
of strings after modification (#8865) (740c0bb)(es/parser) Fix span of
BindingIdent
(#8859) (fbd32fb)(es/proposal) Update explicit resource management to match spec (#8860) (6d24076)
Features
Refactor
mangle.safari10
(#8857) (df2e056)Build
(cargo) Update rustc to
nightly-2024-04-03
(#8821) (ca9c76b)(cargo) Update
rustc
tonightly-2024-04-16
(#8870) (f9459a8)v1.4.14
Compare Source
Bug Fixes
(es/compat) Handle class fields correctly (#8835) (5cc585b)
(es/helpers) Add missing helpers (#8843) (67bfcf4)
(es/minifier) Handle switch cases (#8854) (7a89e5d)
(es/plugin) Create
tokio
runtime only if necessary (#8845) (62c4f5e)(es/resolver) Correctly check strict mode (#8851) (f6ba92b)
(es/utils) Preserve optional chain effect (#8850) (a7a32c4)
Documentation
--all-features
flag (#8848) (c0d901e)Refactor
(es) Make the code compile with
miri
(#8836) (3a51140)(es/decorator) Remove unsafe code (#8839) (e8c6344)
(visit) Simplify
Vec::move_map
(#8838) (b1973d4)Testing
conformance
test suite fromtsc
(#8834) (ea5d9cc)v1.4.13
Compare Source
Bug Fixes
(es/decorators) Fix capacity overflow with decorators (#8818) (9ed93c1)
(es/minifier) Respect
top_retain
for top-level functions (#8814) (811308c)(es/minifier) Abort IIFE invoker in function parameters (#8828) (ebb68db)
(es/module) Respect
module.resolveFully
in more cases (#8820) (e1f7704)(es/transforms) Fix capacity overflow with decorators (#8815) (974f5c7)
(plugin/runner) Pin version of
virtual-fs
(#8827) (089f61b)(visit) Improve
Map
implementation forBox
(#8819) (dc04657)v1.4.12
Compare Source
Bug Fixes
(common) Fix source index for
inputSourceMap
(#8800) (4f9ab81)(es) Change default value of
inputSourceMap
totrue
(#8801) (9ffcd18)(es/bugfixes) Fix fn transform in nameless fns (#8796) (7ad004e)
(es/helpers) Fix metadata of decorators being
undefined
(#8768) (263ce6e)(es/minifier) Abort fn inliner if there's a spread arg (#8809) (730ded2)
(es/module) Fix
jsc.paths
withresolveFully
(#8784) (4961bb0)(es/parser) Tweak msg of
SyntaxError::UsingDeclNotEnabled
(#8791) (95c822e)Features
(es/minifier) Evaluate spread of arrays (#8811) (47714c5)
(plugin/runner) Improve error message for Wasm plugin crashes (#8794) (571d297)
Miscellaneous Tasks
(deps) Update dependencies (#8810) (207582f)
(es/transforms) Add
repository
field toswc_ecma_ext_transforms
(#8793) (37f0a79)Performance
(atoms) Update
hstr
(#8799) (0745624)(es/parser) Use faster unicode crate (#8785) (6f780ca)
v1.4.11
Compare Source
v1.4.8
Compare Source
Bug Fixes
(es/module) Fix regression of resolving relative modules (#8748) (f988b66)
(es/parser) Allow
export
after decorators when valid (#8739) (663261b)Miscellaneous Tasks
tokio
(#8740) (9c1eb01)v1.4.7
Compare Source
Bug Fixes
(es/minifier) Fix eval of
toString
of array with holes (#8727) (f3fbd9d)(es/minifier) Do not evaluate
slice
calls with negative index (#8726) (23f9635)(es/minifier) Handle cyclic references while dropping unused properties (#8725) (102241b)
(es/minifier) Fix evaluation of array literals with
void 0
(#8733) (aa0154d)(es/minifier) Fix removal of array pattern bindings (#8730) (312f0d8)
(es/minifier) Make
Finalizer
handlehoisted_props
correctly (#8738) (95761b7)(es/proposal) Fix var placement for using transform (#8732) (633cd89)
Features
(es/lints) Add
no-prototype-builtins
rule (#8684) (a5dbb17)(es/lints) Add
prefer-object-spread
rule (#8696) (aa9297b)Refactor
wasm32-wasi-preview1-threads
target support (#8724) (e3acd14)v1.4.6
Compare Source
Bug Fixes
Performance
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.