diff --git a/.changeset/full-doodles-hammer.md b/.changeset/full-doodles-hammer.md new file mode 100644 index 0000000..a68e613 --- /dev/null +++ b/.changeset/full-doodles-hammer.md @@ -0,0 +1,5 @@ +--- +"@hyperse/inspector-swc-plugin": patch +--- + +chore: update swc version diff --git a/Cargo.lock b/Cargo.lock index 72dddf2..5563f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,9 +58,9 @@ checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" [[package]] name = "ast_node" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91fb5864e2f5bf9fd9797b94b2dfd1554d4c3092b535008b27d7e15c86675a2f" +checksum = "c6ea666cbca3830383d6ce836593e88ade6f61b12c6066c09dc1257c3079a5b6" dependencies = [ "proc-macro2", "quote", @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "better_scoped_tls" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50fd297a11c709be8348aec039c8b91de16075d2b2bdaee1bd562c0875993664" +checksum = "7cd228125315b132eed175bf47619ac79b945b26e56b848ba203ae4ea8603609" dependencies = [ "scoped-tls", ] @@ -164,6 +164,17 @@ version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +[[package]] +name = "bytes-str" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c60b5ce37e0b883c37eb89f79a1e26fbe9c1081945d024eee93e8d91a7e18b3" +dependencies = [ + "bytes", + "rkyv", + "serde", +] + [[package]] name = "camino" version = "1.1.9" @@ -247,6 +258,15 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "cow-replace" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6cab584c4b83b5b36f81a10bd15191fd77f70432d624787ee68ec64edd6d7ed" +dependencies = [ + "ascii", +] + [[package]] name = "cow-utils" version = "0.1.3" @@ -457,9 +477,9 @@ dependencies = [ [[package]] name = "from_variant" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d7ccf961415e7aa17ef93dcb6c2441faaa8e768abe09e659b908089546f74c5" +checksum = "accfe8b52dc15c1bace718020831f72ce91a4c096709a4d733868f4f4034e22a" dependencies = [ "proc-macro2", "swc_macros_common", @@ -552,9 +572,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hstr" -version = "1.0.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71399f53a92ef72ee336a4b30201c6e944827e14e0af23204c291aad9c24cc85" +checksum = "2d1638d2018a21b9ff65d7fc28c2271c76a5af6ff4f621b204d032bc649763a4" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", @@ -732,11 +752,11 @@ dependencies = [ "pathdiff", "serde", "serde_json", - "swc_common", + "swc_common 9.1.0", "swc_core", - "swc_ecma_ast", - "swc_ecma_utils", - "swc_ecma_visit", + "swc_ecma_ast 9.0.0", + "swc_ecma_utils 13.0.0", + "swc_ecma_visit 9.0.0", "swc_plugin_macro", "tracing", "transform_source", @@ -958,6 +978,15 @@ name = "par-core" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "757892557993c69e82f9de0f9051e87144278aa342f03bf53617bbf044554484" +dependencies = [ + "once_cell", +] + +[[package]] +name = "par-core" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e96cbd21255b7fb29a5d51ef38a779b517a91abd59e2756c039583f43ef4c90f" dependencies = [ "once_cell", "rayon", @@ -970,7 +999,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a5b20f31e9ba82bfcbbb54a67aa40be6cebec9f668ba5753be138f9523c531a" dependencies = [ "either", - "par-core", + "par-core 1.0.4", +] + +[[package]] +name = "par-iter" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3eae0176a010bb94b9a67f0eb9da0fd31410817d58850649c54f485124c9a71a" +dependencies = [ + "either", + "par-core 2.0.0", ] [[package]] @@ -1370,6 +1409,12 @@ dependencies = [ "serde", ] +[[package]] +name = "seq-macro" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" + [[package]] name = "serde" version = "1.0.219" @@ -1463,24 +1508,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "sourcemap" -version = "9.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd430118acc9fdd838557649b9b43fd0a78e3834d84a283b466f8e84720d6101" -dependencies = [ - "base64-simd", - "bitvec", - "data-encoding", - "debugid", - "if_chain", - "rustc-hash", - "serde", - "serde_json", - "unicode-id-start", - "url", -] - [[package]] name = "stable_deref_trait" version = "1.2.0" @@ -1508,9 +1535,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "string_enum" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9fe66b8ee349846ce2f9557a26b8f1e74843c4a13fb381f9a3d73617a5f956a" +checksum = "24b0e5369ebc6ec5fadbc400599467eb6ba5a614c03de094fcb233dddac2f5f4" dependencies = [ "proc-macro2", "quote", @@ -1543,6 +1570,18 @@ name = "swc_atoms" version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d7077ba879f95406459bc0c81f3141c529b34580bc64d7ab7bd15e7118a0391" +dependencies = [ + "hstr", + "once_cell", + "rustc-hash", + "serde", +] + +[[package]] +name = "swc_atoms" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebf4c40238f7224596754940676547dab6bbf8f33d9f4560b966fc66f2fe00db" dependencies = [ "bytecheck", "hstr", @@ -1558,11 +1597,40 @@ name = "swc_common" version = "9.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "060d8a9a267de961d9ff62ef1edabb05a8e71543b5fdcc0fa43e7a247ea66c88" +dependencies = [ + "anyhow", + "ast_node", + "better_scoped_tls", + "cfg-if", + "either", + "from_variant", + "new_debug_unreachable", + "num-bigint", + "once_cell", + "parking_lot", + "rustc-hash", + "serde", + "siphasher 0.3.11", + "swc_allocator", + "swc_atoms 5.0.0", + "swc_eq_ignore_macros", + "swc_visit", + "tracing", + "unicode-width 0.1.14", + "url", +] + +[[package]] +name = "swc_common" +version = "13.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6865f71f363e63306cedec3f3cf1cb9e80acaa9229261ba2569467a19060c7c8" dependencies = [ "anyhow", "ast_node", "better_scoped_tls", "bytecheck", + "bytes-str", "cfg-if", "either", "from_variant", @@ -1575,10 +1643,10 @@ dependencies = [ "rustc-hash", "serde", "siphasher 0.3.11", - "sourcemap", "swc_allocator", - "swc_atoms", + "swc_atoms 6.0.0", "swc_eq_ignore_macros", + "swc_sourcemap", "swc_visit", "termcolor", "tracing", @@ -1588,19 +1656,19 @@ dependencies = [ [[package]] name = "swc_core" -version = "23.2.0" +version = "29.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd11a6fb068925bcb493d68ec6f1f35fb28c0bd9052071d22e49d4d60fae8916" +checksum = "652bfb5da2b20fd9d39b767a34df30ae3d66c0bf8b0014c4d56e87fc8024a178" dependencies = [ "once_cell", - "par-core", + "par-core 2.0.0", "swc_allocator", - "swc_atoms", - "swc_common", - "swc_ecma_ast", + "swc_atoms 6.0.0", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", "swc_ecma_transforms_base", "swc_ecma_transforms_testing", - "swc_ecma_visit", + "swc_ecma_visit 13.0.0", "swc_plugin", "swc_plugin_macro", "swc_plugin_proxy", @@ -1613,6 +1681,26 @@ name = "swc_ecma_ast" version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0613d84468a6bb6d45d13c5a3368b37bd21f3067a089f69adac630dcb462a018" +dependencies = [ + "bitflags", + "is-macro", + "num-bigint", + "once_cell", + "phf", + "rustc-hash", + "scoped-tls", + "string_enum", + "swc_atoms 5.0.0", + "swc_common 9.1.0", + "swc_visit", + "unicode-id-start", +] + +[[package]] +name = "swc_ecma_ast" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1ddc264ed13ae03aa30e1c89798502f9ddbe765a4ad695054add1074ffbc5cb" dependencies = [ "bitflags", "bytecheck", @@ -1625,17 +1713,17 @@ dependencies = [ "rustc-hash", "scoped-tls", "string_enum", - "swc_atoms", - "swc_common", + "swc_atoms 6.0.0", + "swc_common 13.0.1", "swc_visit", "unicode-id-start", ] [[package]] name = "swc_ecma_codegen" -version = "11.0.0" +version = "15.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b01b3de365a86b8f982cc162f257c82f84bda31d61084174a3be37e8ab15c0f4" +checksum = "1719b3bb5bff1c99cfb6fbd2129e7a7a363d3ddf50e22b95143c1877559d872a" dependencies = [ "ascii", "compact_str", @@ -1644,21 +1732,22 @@ dependencies = [ "once_cell", "regex", "rustc-hash", + "ryu-js", "serde", - "sourcemap", "swc_allocator", - "swc_atoms", - "swc_common", - "swc_ecma_ast", + "swc_atoms 6.0.0", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", "swc_ecma_codegen_macros", + "swc_sourcemap", "tracing", ] [[package]] name = "swc_ecma_codegen_macros" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e99e1931669a67c83e2c2b4375674f6901d1480994a76aa75b23f1389e6c5076" +checksum = "845c8312c82545780f837992bb15fff1dc3464f644465d5ed0abd1196cd090d3" dependencies = [ "proc-macro2", "quote", @@ -1668,34 +1757,37 @@ dependencies = [ [[package]] name = "swc_ecma_lexer" -version = "12.0.0" +version = "17.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d11c8e71901401b9aae2ece4946eeb7674b14b8301a53768afbbeeb0e48b599" +checksum = "d8f318a247bc2c4662dc10dccd7a4f64834add015d216e977a58665b0aad9772" dependencies = [ "arrayvec", + "ascii", "bitflags", + "cow-replace", "either", "new_debug_unreachable", "num-bigint", "num-traits", "phf", "rustc-hash", + "seq-macro", "serde", "smallvec", "smartstring", "stacker", - "swc_atoms", - "swc_common", - "swc_ecma_ast", + "swc_atoms 6.0.0", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", "tracing", "typed-arena", ] [[package]] name = "swc_ecma_parser" -version = "12.0.0" +version = "17.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "250786944fbc05f6484eda9213df129ccfe17226ae9ad51b62fce2f72135dbee" +checksum = "e24a33266ba7045b372043f7fc0674f3b3464875463874b85618f9c276bbd654" dependencies = [ "arrayvec", "bitflags", @@ -1709,9 +1801,9 @@ dependencies = [ "smallvec", "smartstring", "stacker", - "swc_atoms", - "swc_common", - "swc_ecma_ast", + "swc_atoms 6.0.0", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", "swc_ecma_lexer", "tracing", "typed-arena", @@ -1719,9 +1811,9 @@ dependencies = [ [[package]] name = "swc_ecma_testing" -version = "10.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "977386a831e9464cc99e914d5682621efca49c443e5c737a00a2babd6d1589aa" +checksum = "bccfc5af9527cf3efe6d59749011769bcc69213dda8eadbfa0211da2c19c4812" dependencies = [ "anyhow", "hex", @@ -1732,33 +1824,33 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "13.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6856da3da598f4da001b7e4ce225ee8970bc9d5cbaafcaf580190cf0a6031ec5" +checksum = "a6a9971c1f27f6b3ebcad7424e81861c35bfd009be81786da71a6e3a7002d808" dependencies = [ "better_scoped_tls", "bitflags", "indexmap", "once_cell", - "par-core", + "par-core 2.0.0", "phf", "rustc-hash", "serde", "smallvec", - "swc_atoms", - "swc_common", - "swc_ecma_ast", + "swc_atoms 6.0.0", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", "swc_ecma_parser", - "swc_ecma_utils", - "swc_ecma_visit", + "swc_ecma_utils 18.0.1", + "swc_ecma_visit 13.0.0", "tracing", ] [[package]] name = "swc_ecma_transforms_testing" -version = "16.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93a905befc831be30430ab1e4af5aa6f2052ea397f44e1747c28a4d3859f4f84" +checksum = "dc4df5696950c51104c179e90ed76a711be652d68cc385ee76fb35031b18c6e6" dependencies = [ "ansi_term", "anyhow", @@ -1767,16 +1859,16 @@ dependencies = [ "serde", "serde_json", "sha2", - "sourcemap", "swc_allocator", - "swc_common", - "swc_ecma_ast", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", "swc_ecma_codegen", "swc_ecma_parser", "swc_ecma_testing", "swc_ecma_transforms_base", - "swc_ecma_utils", - "swc_ecma_visit", + "swc_ecma_utils 18.0.1", + "swc_ecma_visit 13.0.0", + "swc_sourcemap", "tempfile", "testing", ] @@ -1790,14 +1882,35 @@ dependencies = [ "indexmap", "num_cpus", "once_cell", - "par-core", - "par-iter", + "par-core 1.0.4", + "par-iter 1.0.2", "rustc-hash", "ryu-js", - "swc_atoms", - "swc_common", - "swc_ecma_ast", - "swc_ecma_visit", + "swc_atoms 5.0.0", + "swc_common 9.1.0", + "swc_ecma_ast 9.0.0", + "swc_ecma_visit 9.0.0", + "tracing", + "unicode-id", +] + +[[package]] +name = "swc_ecma_utils" +version = "18.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "938751c806f23256256e6839914ab33e4ac6e79a3fa2e717d004469881d2e3df" +dependencies = [ + "indexmap", + "num_cpus", + "once_cell", + "par-core 2.0.0", + "par-iter 2.0.0", + "rustc-hash", + "ryu-js", + "swc_atoms 6.0.0", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", + "swc_ecma_visit 13.0.0", "tracing", "unicode-id", ] @@ -1810,18 +1923,33 @@ checksum = "249dc9eede1a4ad59a038f9cfd61ce67845bd2c1392ade3586d714e7181f3c1a" dependencies = [ "new_debug_unreachable", "num-bigint", - "swc_atoms", - "swc_common", - "swc_ecma_ast", + "swc_atoms 5.0.0", + "swc_common 9.1.0", + "swc_ecma_ast 9.0.0", + "swc_visit", + "tracing", +] + +[[package]] +name = "swc_ecma_visit" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ad28e3449b376bfe1f2bde28bfcf305961ba23c1e205bedb03a7c108a1d1ff6" +dependencies = [ + "new_debug_unreachable", + "num-bigint", + "swc_atoms 6.0.0", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", "swc_visit", "tracing", ] [[package]] name = "swc_eq_ignore_macros" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e96e15288bf385ab85eb83cff7f9e2d834348da58d0a31b33bdb572e66ee413e" +checksum = "c16ce73424a6316e95e09065ba6a207eba7765496fed113702278b7711d4b632" dependencies = [ "proc-macro2", "quote", @@ -1830,9 +1958,9 @@ dependencies = [ [[package]] name = "swc_error_reporters" -version = "11.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5be5f151485ec9372c23bbb132c4a829c879632db8b790439779b873970be" +checksum = "2f667f51b431565cf70ae62cee971eca8d9472e8b5ff17e37116842014dfacc8" dependencies = [ "anyhow", "miette", @@ -1841,14 +1969,14 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "swc_common", + "swc_common 13.0.1", ] [[package]] name = "swc_macros_common" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a509f56fca05b39ba6c15f3e58636c3924c78347d63853632ed2ffcb6f5a0ac7" +checksum = "aae1efbaa74943dc5ad2a2fb16cbd78b77d7e4d63188f3c5b4df2b4dcd2faaae" dependencies = [ "proc-macro2", "quote", @@ -1877,21 +2005,40 @@ dependencies = [ [[package]] name = "swc_plugin_proxy" -version = "9.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edbd6dddc6f98f7ded495b918c80bc59c78d9b297ed98081e22def0f27a117f9" +checksum = "4592caaec04f5de44f5a507a8d14bedee21e9cd8ca366ccf48169347162ac250" dependencies = [ "better_scoped_tls", "bytecheck", "rancor", "rkyv", "rustc-hash", - "swc_common", - "swc_ecma_ast", + "swc_common 13.0.1", + "swc_ecma_ast 13.0.0", "swc_trace_macro", "tracing", ] +[[package]] +name = "swc_sourcemap" +version = "9.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9755c673c6a83c461e98fa018f681adb8394a3f44f89a06f27e80fd4fe4fa1e4" +dependencies = [ + "base64-simd", + "bitvec", + "bytes-str", + "data-encoding", + "debugid", + "if_chain", + "rustc-hash", + "serde", + "serde_json", + "unicode-id-start", + "url", +] + [[package]] name = "swc_trace_macro" version = "2.0.1" @@ -1905,23 +2052,23 @@ dependencies = [ [[package]] name = "swc_transform_common" -version = "3.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d73c21cecc518e0107f890012a747fa679cb0faf04f32fc8f5bd618040eb8fe" +checksum = "f958ab7a99fad6a7c68bbf7a10e857255bbc4e9a23d79dec7ad2912cbb9292c1" dependencies = [ "better_scoped_tls", "once_cell", "rustc-hash", "serde", "serde_json", - "swc_common", + "swc_common 13.0.1", ] [[package]] name = "swc_visit" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9138b6a36bbe76dd6753c4c0794f7e26480ea757bee499738bedbbb3ae3ec5f3" +checksum = "62fb71484b486c185e34d2172f0eabe7f4722742aad700f426a494bb2de232a2" dependencies = [ "either", "new_debug_unreachable", @@ -1979,9 +2126,9 @@ dependencies = [ [[package]] name = "testing" -version = "10.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "987241734b96bd71228f0395ab38e05b71ec7c6ded958538c5d3a1b67f6465ce" +checksum = "57ab605afeade5ad021de4acc02431c38a3beabca406d3a651a2feb445f60994" dependencies = [ "ansi_term", "cargo_metadata 0.18.1", @@ -1992,7 +2139,7 @@ dependencies = [ "rustc-hash", "serde", "serde_json", - "swc_common", + "swc_common 13.0.1", "swc_error_reporters", "testing_macros", "tracing", @@ -2001,9 +2148,9 @@ dependencies = [ [[package]] name = "testing_macros" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2d27bf245b90a80d5aa231133418ae7db98f032855ce5292e12071ab29c4b26" +checksum = "b7442bd3ca09f38d4788dc5ebafbc1967c3717726b4b074db011d470b353548b" dependencies = [ "anyhow", "glob", diff --git a/Cargo.toml b/Cargo.toml index a8e192f..9286236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ tracing-subscriber = { version = "0.3.19" } pathdiff = { version = "0.2.3" } # Must be pinned with the same swc versions -swc = { version = "=22.0.0" } +swc = { version = "=28.0.0" } swc_common = { version = "=9.1.0" } -swc_config = { version = "=2.0.0" } -swc_core = { version = "=23.2.0", default-features = false, features = ["parallel_rayon"] } +swc_config = { version = "3.1.1" } +swc_core = { version = "=29.1.4", default-features = false, features = ["parallel_rayon"] } swc_ecma_minifier = { version = "=17.0.0", default-features = false } swc_error_reporters = { version = "=11.0.0" } swc_html = { version = "=17.0.0" } @@ -36,12 +36,12 @@ swc_ecma_ast = { version = "9.0.0" } swc_ecma_utils = { version = "13.0.0" } swc_ecma_visit = { version = "9.0.0" } swc_plugin_macro = { version = "1.1.0" } -swc_atoms = { version = "5.0.0" } +swc_atoms = { version = "6.0.0" } swc_cached = { version = "2.0.0" } -swc_ecma_transforms_react = { version = "14.0.0" } -swc_ecma_transforms_testing = { version = "16.0.0" } +swc_ecma_transforms_react = { version = "20.0.0" } +swc_ecma_transforms_testing = { version = "21.0.0" } swc_trace_macro = { version = "2.0.0" } -testing = { version = "10.0.0" } +testing = { version = "14.0.0" } convert_case = { version = "0.8.0" } handlebars = { version = "6.3.2" } diff --git a/crates/inspector-swc-plugin/package.json b/crates/inspector-swc-plugin/package.json index 952875c..be9cc54 100644 --- a/crates/inspector-swc-plugin/package.json +++ b/crates/inspector-swc-plugin/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@hyperse/eslint-config-hyperse": "^1.4.4", - "@swc/core": "1.11.29", + "@swc/core": "1.12.1", "@swc/wasm-web": "1.11.29", "@types/node": "22.15.29", "@vitest/coverage-istanbul": "3.1.4", diff --git a/examples/example-nextjs/package.json b/examples/example-nextjs/package.json index d246385..60cd158 100644 --- a/examples/example-nextjs/package.json +++ b/examples/example-nextjs/package.json @@ -43,8 +43,8 @@ "@babel/preset-react": "7.27.1", "@babel/preset-typescript": "7.27.1", "@hyperse/next-config": "^1.0.3", - "@rspack/cli": "1.3.13", - "@rspack/core": "1.3.13", + "@rspack/cli": "1.4.0", + "@rspack/core": "1.4.0", "@rspack/plugin-react-refresh": "1.4.3", "@swc/helpers": "0.5.17", "@tailwindcss/postcss": "^4.1.8", diff --git a/examples/example-rspack/package.json b/examples/example-rspack/package.json index 80708dc..4138f0e 100644 --- a/examples/example-rspack/package.json +++ b/examples/example-rspack/package.json @@ -39,8 +39,8 @@ "@babel/preset-env": "7.27.2", "@babel/preset-react": "7.27.1", "@babel/preset-typescript": "7.27.1", - "@rspack/cli": "1.3.13", - "@rspack/core": "1.3.13", + "@rspack/cli": "1.4.0", + "@rspack/core": "1.4.0", "@rspack/plugin-react-refresh": "1.4.3", "@swc/helpers": "0.5.17", "@tailwindcss/postcss": "^4.1.8", diff --git a/yarn.lock b/yarn.lock index 14bb66f..caf0e6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3753,8 +3753,8 @@ __metadata: "@hyperse/next-config": "npm:^1.0.3" "@hyperse/next-inspector": "workspace:*" "@iconify/react": "npm:^6.0.0" - "@rspack/cli": "npm:1.3.13" - "@rspack/core": "npm:1.3.13" + "@rspack/cli": "npm:1.4.0" + "@rspack/core": "npm:1.4.0" "@rspack/plugin-react-refresh": "npm:1.4.3" "@swc/helpers": "npm:0.5.17" "@tailwindcss/postcss": "npm:^4.1.8" @@ -3798,8 +3798,8 @@ __metadata: "@hyperse/inspector-middleware": "workspace:*" "@hyperse/inspector-swc-plugin": "workspace:*" "@iconify/react": "npm:^6.0.0" - "@rspack/cli": "npm:1.3.13" - "@rspack/core": "npm:1.3.13" + "@rspack/cli": "npm:1.4.0" + "@rspack/core": "npm:1.4.0" "@rspack/plugin-react-refresh": "npm:1.4.3" "@swc/helpers": "npm:0.5.17" "@tailwindcss/postcss": "npm:^4.1.8" @@ -6221,7 +6221,7 @@ __metadata: resolution: "@hyperse/inspector-swc-plugin@workspace:crates/inspector-swc-plugin" dependencies: "@hyperse/eslint-config-hyperse": "npm:^1.4.4" - "@swc/core": "npm:1.11.29" + "@swc/core": "npm:1.12.1" "@swc/wasm-web": "npm:1.11.29" "@types/node": "npm:22.15.29" "@vitest/coverage-istanbul": "npm:3.1.4" @@ -6939,69 +6939,69 @@ __metadata: languageName: node linkType: hard -"@module-federation/error-codes@npm:0.14.3": - version: 0.14.3 - resolution: "@module-federation/error-codes@npm:0.14.3" - checksum: 10c0/3cb4a0d82c40439a8bdbd1d83802f3e8153a56f7f153a5bed2fba526acc894cc7db10ce4eea95b36aeadb5634d954e851fabb6a7162671da2475518126dfee4a +"@module-federation/error-codes@npm:0.15.0": + version: 0.15.0 + resolution: "@module-federation/error-codes@npm:0.15.0" + checksum: 10c0/93379d5e3afc31588e7923434d570a4663529f1853c1617f73109913035258b029caa16c810004e6870087185110d81ce8179ba85185006264a48ac32f8d7735 languageName: node linkType: hard -"@module-federation/runtime-core@npm:0.14.3": - version: 0.14.3 - resolution: "@module-federation/runtime-core@npm:0.14.3" +"@module-federation/runtime-core@npm:0.15.0": + version: 0.15.0 + resolution: "@module-federation/runtime-core@npm:0.15.0" dependencies: - "@module-federation/error-codes": "npm:0.14.3" - "@module-federation/sdk": "npm:0.14.3" - checksum: 10c0/15d1e853d9d492c84e302543ff38606aa84ad2ad18c4539a2cbe02979c3a726ce82a25f4a18acd367a93f8228527ed75d318dfc3ebc42d94e87d3481f9826e66 + "@module-federation/error-codes": "npm:0.15.0" + "@module-federation/sdk": "npm:0.15.0" + checksum: 10c0/f3da5fd29f7f2bf1593a33ccaf8bf76cec6bb24272d8b4794152ab6c4eb7d01f648ad7fafd5ca6de65bfb8dbef610ac844a5583bd1f4111b3914a90801f2efd1 languageName: node linkType: hard -"@module-federation/runtime-tools@npm:0.14.3": - version: 0.14.3 - resolution: "@module-federation/runtime-tools@npm:0.14.3" +"@module-federation/runtime-tools@npm:0.15.0": + version: 0.15.0 + resolution: "@module-federation/runtime-tools@npm:0.15.0" dependencies: - "@module-federation/runtime": "npm:0.14.3" - "@module-federation/webpack-bundler-runtime": "npm:0.14.3" - checksum: 10c0/6cecbbbf001dc302c0031a6f20c21ce2120aa7813944a7c88065993988578085a47554e3e04c80aee32c96eeba5295c6332fe23230bac2acbc03b25335d4e997 + "@module-federation/runtime": "npm:0.15.0" + "@module-federation/webpack-bundler-runtime": "npm:0.15.0" + checksum: 10c0/53e4376a6a7146063bfae447951c74e74a051c0fb43dbb6024c7b541a81d6f2e9127f7d4588117430644ee594a774f996359c282733072a989791e656206ada7 languageName: node linkType: hard -"@module-federation/runtime@npm:0.14.3": - version: 0.14.3 - resolution: "@module-federation/runtime@npm:0.14.3" +"@module-federation/runtime@npm:0.15.0": + version: 0.15.0 + resolution: "@module-federation/runtime@npm:0.15.0" dependencies: - "@module-federation/error-codes": "npm:0.14.3" - "@module-federation/runtime-core": "npm:0.14.3" - "@module-federation/sdk": "npm:0.14.3" - checksum: 10c0/813e3cd10c5176fd566341012e8d6b9aa61811f1b1384794ca88f4f4ea8c2b52e5315f5026314f641e2a42bd8bbc22705e4bf9010633e043429d5240426468f3 + "@module-federation/error-codes": "npm:0.15.0" + "@module-federation/runtime-core": "npm:0.15.0" + "@module-federation/sdk": "npm:0.15.0" + checksum: 10c0/c77489abe56dd1402244fa4e75488676f272a5b53c3954e18f0be3ea74745b7a627a89d76d2cf827a48a74fe486712c6b0e0390fd1df25b7efeb3c23bdcafc9b languageName: node linkType: hard -"@module-federation/sdk@npm:0.14.3": - version: 0.14.3 - resolution: "@module-federation/sdk@npm:0.14.3" - checksum: 10c0/76e1ef78bfb4fe0a94b91c4c9ed6402021466bacfed4f2f00db29d3985b3546dd5b781547c849c917b51820941a312280c6f6e815cbdf7c766686b9641016fac +"@module-federation/sdk@npm:0.15.0": + version: 0.15.0 + resolution: "@module-federation/sdk@npm:0.15.0" + checksum: 10c0/9f15db3c4213d3d4699edd89ab898bec0c3ab29872537a60cd21a6c75dce63e9af865aea6fa47dac34a485309c028d29a88cffc397caa721c1add6a5aa273186 languageName: node linkType: hard -"@module-federation/webpack-bundler-runtime@npm:0.14.3": - version: 0.14.3 - resolution: "@module-federation/webpack-bundler-runtime@npm:0.14.3" +"@module-federation/webpack-bundler-runtime@npm:0.15.0": + version: 0.15.0 + resolution: "@module-federation/webpack-bundler-runtime@npm:0.15.0" dependencies: - "@module-federation/runtime": "npm:0.14.3" - "@module-federation/sdk": "npm:0.14.3" - checksum: 10c0/7aabe66bf0fd841b57816faaf5df115d98da2c2189e96c1d460edd5d4761cc0b8d6cc75065ab31fcd7368f097cbaafe279ccdd6e6a10bbdc2f22bd3d54382e7a + "@module-federation/runtime": "npm:0.15.0" + "@module-federation/sdk": "npm:0.15.0" + checksum: 10c0/63d09e4cbe2238ce3ca8b69c23d12fce69f2e6f189a1cb7bd830d280ec77201b3a9dc5c90ecb0e58ad533c43a7c957f0d0089ce34abfb8b517afcddd4cf503e8 languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^0.2.10, @napi-rs/wasm-runtime@npm:^0.2.9": - version: 0.2.10 - resolution: "@napi-rs/wasm-runtime@npm:0.2.10" +"@napi-rs/wasm-runtime@npm:^0.2.10, @napi-rs/wasm-runtime@npm:^0.2.11, @napi-rs/wasm-runtime@npm:^0.2.9": + version: 0.2.11 + resolution: "@napi-rs/wasm-runtime@npm:0.2.11" dependencies: "@emnapi/core": "npm:^1.4.3" "@emnapi/runtime": "npm:^1.4.3" "@tybys/wasm-util": "npm:^0.9.0" - checksum: 10c0/4dce9bbb94a8969805574e1b55fdbeb7623348190265d77f6507ba32e535610deeb53a33ba0bb8b05a6520f379d418b92e8a01c5cd7b9486b136d2c0c26be0bd + checksum: 10c0/049bd14c58b99fbe0967b95e9921c5503df196b59be22948d2155f17652eb305cff6728efd8685338b855da7e476dd2551fbe3a313fc2d810938f0717478441e languageName: node linkType: hard @@ -8916,82 +8916,92 @@ __metadata: languageName: node linkType: hard -"@rspack/binding-darwin-arm64@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-darwin-arm64@npm:1.3.13" +"@rspack/binding-darwin-arm64@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-darwin-arm64@npm:1.4.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rspack/binding-darwin-x64@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-darwin-x64@npm:1.3.13" +"@rspack/binding-darwin-x64@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-darwin-x64@npm:1.4.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rspack/binding-linux-arm64-gnu@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-linux-arm64-gnu@npm:1.3.13" +"@rspack/binding-linux-arm64-gnu@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-linux-arm64-gnu@npm:1.4.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rspack/binding-linux-arm64-musl@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-linux-arm64-musl@npm:1.3.13" +"@rspack/binding-linux-arm64-musl@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-linux-arm64-musl@npm:1.4.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rspack/binding-linux-x64-gnu@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-linux-x64-gnu@npm:1.3.13" +"@rspack/binding-linux-x64-gnu@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-linux-x64-gnu@npm:1.4.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rspack/binding-linux-x64-musl@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-linux-x64-musl@npm:1.3.13" +"@rspack/binding-linux-x64-musl@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-linux-x64-musl@npm:1.4.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rspack/binding-win32-arm64-msvc@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-win32-arm64-msvc@npm:1.3.13" +"@rspack/binding-wasm32-wasi@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-wasm32-wasi@npm:1.4.0" + dependencies: + "@napi-rs/wasm-runtime": "npm:^0.2.11" + conditions: cpu=wasm32 + languageName: node + linkType: hard + +"@rspack/binding-win32-arm64-msvc@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-win32-arm64-msvc@npm:1.4.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rspack/binding-win32-ia32-msvc@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-win32-ia32-msvc@npm:1.3.13" +"@rspack/binding-win32-ia32-msvc@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-win32-ia32-msvc@npm:1.4.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rspack/binding-win32-x64-msvc@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding-win32-x64-msvc@npm:1.3.13" +"@rspack/binding-win32-x64-msvc@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding-win32-x64-msvc@npm:1.4.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rspack/binding@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/binding@npm:1.3.13" - dependencies: - "@rspack/binding-darwin-arm64": "npm:1.3.13" - "@rspack/binding-darwin-x64": "npm:1.3.13" - "@rspack/binding-linux-arm64-gnu": "npm:1.3.13" - "@rspack/binding-linux-arm64-musl": "npm:1.3.13" - "@rspack/binding-linux-x64-gnu": "npm:1.3.13" - "@rspack/binding-linux-x64-musl": "npm:1.3.13" - "@rspack/binding-win32-arm64-msvc": "npm:1.3.13" - "@rspack/binding-win32-ia32-msvc": "npm:1.3.13" - "@rspack/binding-win32-x64-msvc": "npm:1.3.13" +"@rspack/binding@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/binding@npm:1.4.0" + dependencies: + "@rspack/binding-darwin-arm64": "npm:1.4.0" + "@rspack/binding-darwin-x64": "npm:1.4.0" + "@rspack/binding-linux-arm64-gnu": "npm:1.4.0" + "@rspack/binding-linux-arm64-musl": "npm:1.4.0" + "@rspack/binding-linux-x64-gnu": "npm:1.4.0" + "@rspack/binding-linux-x64-musl": "npm:1.4.0" + "@rspack/binding-wasm32-wasi": "npm:1.4.0" + "@rspack/binding-win32-arm64-msvc": "npm:1.4.0" + "@rspack/binding-win32-ia32-msvc": "npm:1.4.0" + "@rspack/binding-win32-x64-msvc": "npm:1.4.0" dependenciesMeta: "@rspack/binding-darwin-arm64": optional: true @@ -9005,22 +9015,24 @@ __metadata: optional: true "@rspack/binding-linux-x64-musl": optional: true + "@rspack/binding-wasm32-wasi": + optional: true "@rspack/binding-win32-arm64-msvc": optional: true "@rspack/binding-win32-ia32-msvc": optional: true "@rspack/binding-win32-x64-msvc": optional: true - checksum: 10c0/aa5855dc6d17520d1c36a692a93d508259a072a7c9a988ce884b3b7287d130f0e511ff32ca6963408e523ef2d0cc9008f47b539bbfabd0d137270018ba09d59c + checksum: 10c0/730ecbec73d5655d71791ce356e1f55cb891be8409c6a691a533edd22682f5b107b8b22c330dbb367732cdf2a816501d8677e7a581db6c2903c28df0b0d74ccc languageName: node linkType: hard -"@rspack/cli@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/cli@npm:1.3.13" +"@rspack/cli@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/cli@npm:1.4.0" dependencies: "@discoveryjs/json-ext": "npm:^0.5.7" - "@rspack/dev-server": "npm:1.1.2" + "@rspack/dev-server": "npm:~1.1.3" colorette: "npm:2.0.20" exit-hook: "npm:^4.0.0" interpret: "npm:^3.1.1" @@ -9031,38 +9043,38 @@ __metadata: "@rspack/core": ^1.0.0-alpha || ^1.x bin: rspack: bin/rspack.js - checksum: 10c0/6acdebb79598819faa31ca9868d596e9d1b7352924a77efff383f66370b7d6baa037e7b6a8ec5177351d4423752c2fa11156356f96bca8e5c04cbae1a39c1af2 + checksum: 10c0/e4eb8e750df31b1c51d1b39efe664019a5abc0d48a86b34d3fa608b8d54a93266984d542491d675962c9bbe79f34c43d38b4b20a241c07b01088364873907311 languageName: node linkType: hard -"@rspack/core@npm:1.3.13": - version: 1.3.13 - resolution: "@rspack/core@npm:1.3.13" +"@rspack/core@npm:1.4.0": + version: 1.4.0 + resolution: "@rspack/core@npm:1.4.0" dependencies: - "@module-federation/runtime-tools": "npm:0.14.3" - "@rspack/binding": "npm:1.3.13" + "@module-federation/runtime-tools": "npm:0.15.0" + "@rspack/binding": "npm:1.4.0" "@rspack/lite-tapable": "npm:1.0.1" peerDependencies: "@swc/helpers": ">=0.5.1" peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 10c0/df7662d5b24e4465001b59ca7336044402d2966790b8d4f73dcf634a2905df56297cd097719e8846fdb2d51be338de979361dbe23bf02916759e4b6dd168ba8a + checksum: 10c0/1af1093dfa7e6beede2b09045c5fbd82bf0a155932e999f7d9c41138f7fead31ac4b4bd4925e50da78d7f13a1dc64a1418a381ee230e07007a35dbe81bb087d2 languageName: node linkType: hard -"@rspack/dev-server@npm:1.1.2": - version: 1.1.2 - resolution: "@rspack/dev-server@npm:1.1.2" +"@rspack/dev-server@npm:~1.1.3": + version: 1.1.3 + resolution: "@rspack/dev-server@npm:1.1.3" dependencies: chokidar: "npm:^3.6.0" - http-proxy-middleware: "npm:^2.0.7" + http-proxy-middleware: "npm:^2.0.9" p-retry: "npm:^6.2.0" - webpack-dev-server: "npm:5.2.0" + webpack-dev-server: "npm:5.2.2" ws: "npm:^8.18.0" peerDependencies: "@rspack/core": "*" - checksum: 10c0/4628de8f03c39cba8a6323108a8b4eb2286c76eae2c2ed76206832363d491fa84e10a7be70d8761c8d56ca9c7ac5c518c0274e0f1e1344c2a7c9f1febd6e5fa7 + checksum: 10c0/cb3f05a03e729654c2e175bc61a5f271fc2792bb6dc36f70f160a3b3e9077253c2d712ccbcbdcbfe05e5410bf3c4acf9db9ca613d588f832c29476e4f35100a9 languageName: node linkType: hard @@ -9380,13 +9392,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-darwin-arm64@npm:1.11.29" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - "@swc/core-darwin-arm64@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-darwin-arm64@npm:1.12.1" @@ -9394,13 +9399,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-darwin-x64@npm:1.11.29" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - "@swc/core-darwin-x64@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-darwin-x64@npm:1.12.1" @@ -9408,13 +9406,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.11.29" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - "@swc/core-linux-arm-gnueabihf@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-linux-arm-gnueabihf@npm:1.12.1" @@ -9422,13 +9413,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-linux-arm64-gnu@npm:1.11.29" - conditions: os=linux & cpu=arm64 & libc=glibc - languageName: node - linkType: hard - "@swc/core-linux-arm64-gnu@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-linux-arm64-gnu@npm:1.12.1" @@ -9436,13 +9420,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-linux-arm64-musl@npm:1.11.29" - conditions: os=linux & cpu=arm64 & libc=musl - languageName: node - linkType: hard - "@swc/core-linux-arm64-musl@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-linux-arm64-musl@npm:1.12.1" @@ -9450,13 +9427,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-linux-x64-gnu@npm:1.11.29" - conditions: os=linux & cpu=x64 & libc=glibc - languageName: node - linkType: hard - "@swc/core-linux-x64-gnu@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-linux-x64-gnu@npm:1.12.1" @@ -9464,13 +9434,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-linux-x64-musl@npm:1.11.29" - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - "@swc/core-linux-x64-musl@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-linux-x64-musl@npm:1.12.1" @@ -9478,13 +9441,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-win32-arm64-msvc@npm:1.11.29" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - "@swc/core-win32-arm64-msvc@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-win32-arm64-msvc@npm:1.12.1" @@ -9492,13 +9448,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-win32-ia32-msvc@npm:1.11.29" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - "@swc/core-win32-ia32-msvc@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-win32-ia32-msvc@npm:1.12.1" @@ -9506,13 +9455,6 @@ __metadata: languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core-win32-x64-msvc@npm:1.11.29" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@swc/core-win32-x64-msvc@npm:1.12.1": version: 1.12.1 resolution: "@swc/core-win32-x64-msvc@npm:1.12.1" @@ -9520,53 +9462,7 @@ __metadata: languageName: node linkType: hard -"@swc/core@npm:1.11.29": - version: 1.11.29 - resolution: "@swc/core@npm:1.11.29" - dependencies: - "@swc/core-darwin-arm64": "npm:1.11.29" - "@swc/core-darwin-x64": "npm:1.11.29" - "@swc/core-linux-arm-gnueabihf": "npm:1.11.29" - "@swc/core-linux-arm64-gnu": "npm:1.11.29" - "@swc/core-linux-arm64-musl": "npm:1.11.29" - "@swc/core-linux-x64-gnu": "npm:1.11.29" - "@swc/core-linux-x64-musl": "npm:1.11.29" - "@swc/core-win32-arm64-msvc": "npm:1.11.29" - "@swc/core-win32-ia32-msvc": "npm:1.11.29" - "@swc/core-win32-x64-msvc": "npm:1.11.29" - "@swc/counter": "npm:^0.1.3" - "@swc/types": "npm:^0.1.21" - peerDependencies: - "@swc/helpers": ">=0.5.17" - dependenciesMeta: - "@swc/core-darwin-arm64": - optional: true - "@swc/core-darwin-x64": - optional: true - "@swc/core-linux-arm-gnueabihf": - optional: true - "@swc/core-linux-arm64-gnu": - optional: true - "@swc/core-linux-arm64-musl": - optional: true - "@swc/core-linux-x64-gnu": - optional: true - "@swc/core-linux-x64-musl": - optional: true - "@swc/core-win32-arm64-msvc": - optional: true - "@swc/core-win32-ia32-msvc": - optional: true - "@swc/core-win32-x64-msvc": - optional: true - peerDependenciesMeta: - "@swc/helpers": - optional: true - checksum: 10c0/d2df8f09fb0246d1794d09d5192d43efcfd061f3a59956ee1b26c4a031852bb0afaa1b12f915773a807272a3ff6f88870d90970dfd75bca379e0d206a2663643 - languageName: node - linkType: hard - -"@swc/core@npm:^1.11.29, @swc/core@npm:^1.11.31": +"@swc/core@npm:1.12.1, @swc/core@npm:^1.11.29, @swc/core@npm:^1.11.31": version: 1.12.1 resolution: "@swc/core@npm:1.12.1" dependencies: @@ -9637,7 +9533,7 @@ __metadata: languageName: node linkType: hard -"@swc/types@npm:^0.1.21, @swc/types@npm:^0.1.23": +"@swc/types@npm:^0.1.23": version: 0.1.23 resolution: "@swc/types@npm:0.1.23" dependencies: @@ -17231,7 +17127,7 @@ __metadata: languageName: node linkType: hard -"http-proxy-middleware@npm:^2.0.3, http-proxy-middleware@npm:^2.0.7": +"http-proxy-middleware@npm:^2.0.3, http-proxy-middleware@npm:^2.0.9": version: 2.0.9 resolution: "http-proxy-middleware@npm:2.0.9" dependencies: @@ -28416,13 +28312,14 @@ __metadata: languageName: node linkType: hard -"webpack-dev-server@npm:5.2.0": - version: 5.2.0 - resolution: "webpack-dev-server@npm:5.2.0" +"webpack-dev-server@npm:5.2.2, webpack-dev-server@npm:^5.2.1": + version: 5.2.2 + resolution: "webpack-dev-server@npm:5.2.2" dependencies: "@types/bonjour": "npm:^3.5.13" "@types/connect-history-api-fallback": "npm:^1.5.4" "@types/express": "npm:^4.17.21" + "@types/express-serve-static-core": "npm:^4.17.21" "@types/serve-index": "npm:^1.9.4" "@types/serve-static": "npm:^1.15.5" "@types/sockjs": "npm:^0.3.36" @@ -28435,7 +28332,7 @@ __metadata: connect-history-api-fallback: "npm:^2.0.0" express: "npm:^4.21.2" graceful-fs: "npm:^4.2.6" - http-proxy-middleware: "npm:^2.0.7" + http-proxy-middleware: "npm:^2.0.9" ipaddr.js: "npm:^2.1.0" launch-editor: "npm:^2.6.1" open: "npm:^10.0.3" @@ -28456,7 +28353,7 @@ __metadata: optional: true bin: webpack-dev-server: bin/webpack-dev-server.js - checksum: 10c0/afb2e51945ac54ef3039e11e377241e1cb97a8d3f526f39f13c3fa924c530fb6063200c2c3ae4e33e6bcc110d4abed777c09ce18e2d261012853d81f3c5820ab + checksum: 10c0/58d7ddb054cdbba22ddfa3d6644194abf6197c14530e1e64ccd7f0b670787245eea966ee72e95abd551c54313627bde0d227a0d2a1e2557102b1a3504ac0b7f1 languageName: node linkType: hard @@ -28507,51 +28404,6 @@ __metadata: languageName: node linkType: hard -"webpack-dev-server@npm:^5.2.1": - version: 5.2.1 - resolution: "webpack-dev-server@npm:5.2.1" - dependencies: - "@types/bonjour": "npm:^3.5.13" - "@types/connect-history-api-fallback": "npm:^1.5.4" - "@types/express": "npm:^4.17.21" - "@types/express-serve-static-core": "npm:^4.17.21" - "@types/serve-index": "npm:^1.9.4" - "@types/serve-static": "npm:^1.15.5" - "@types/sockjs": "npm:^0.3.36" - "@types/ws": "npm:^8.5.10" - ansi-html-community: "npm:^0.0.8" - bonjour-service: "npm:^1.2.1" - chokidar: "npm:^3.6.0" - colorette: "npm:^2.0.10" - compression: "npm:^1.7.4" - connect-history-api-fallback: "npm:^2.0.0" - express: "npm:^4.21.2" - graceful-fs: "npm:^4.2.6" - http-proxy-middleware: "npm:^2.0.7" - ipaddr.js: "npm:^2.1.0" - launch-editor: "npm:^2.6.1" - open: "npm:^10.0.3" - p-retry: "npm:^6.2.0" - schema-utils: "npm:^4.2.0" - selfsigned: "npm:^2.4.1" - serve-index: "npm:^1.9.1" - sockjs: "npm:^0.3.24" - spdy: "npm:^4.0.2" - webpack-dev-middleware: "npm:^7.4.2" - ws: "npm:^8.18.0" - peerDependencies: - webpack: ^5.0.0 - peerDependenciesMeta: - webpack: - optional: true - webpack-cli: - optional: true - bin: - webpack-dev-server: bin/webpack-dev-server.js - checksum: 10c0/22bcf2bcc7c72cd2065883ed4368fbcdf20078bc746b07689d10a0546ee99ea00bc50f0474112278ffd8598a5bc237df2bf7bb7f6dcda940a16b1eb91137efea - languageName: node - linkType: hard - "webpack-merge@npm:^5.9.0": version: 5.10.0 resolution: "webpack-merge@npm:5.10.0"