chore: Publish 1.7.29-nightly-20241001.1 with swc_core v0.106.3

This commit is contained in:
SWC Bot 2024-10-01 08:52:25 +00:00
parent 7823b1028a
commit ecf05a8579
39 changed files with 74 additions and 74 deletions

64
bindings/Cargo.lock generated
View File

@ -249,7 +249,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.7.28"
version = "1.7.29-nightly-20241001.1"
dependencies = [
"anyhow",
"getrandom",
@ -336,7 +336,7 @@ dependencies = [
[[package]]
name = "binding_minifier_wasm"
version = "1.7.28"
version = "1.7.29-nightly-20241001.1"
dependencies = [
"anyhow",
"getrandom",
@ -349,7 +349,7 @@ dependencies = [
[[package]]
name = "binding_typescript_wasm"
version = "1.7.28"
version = "1.7.29-nightly-20241001.1"
dependencies = [
"anyhow",
"getrandom",
@ -2877,9 +2877,9 @@ checksum = "e3a8614ee435691de62bcffcf4a66d91b3594bf1428a5722e79103249a095690"
[[package]]
name = "rkyv"
version = "0.7.44"
version = "0.7.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
dependencies = [
"bitvec",
"bytecheck",
@ -2896,9 +2896,9 @@ dependencies = [
[[package]]
name = "rkyv_derive"
version = "0.7.44"
version = "0.7.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
dependencies = [
"proc-macro2",
"quote",
@ -3402,9 +3402,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "swc"
version = "0.289.0"
version = "0.289.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cc980445efce78dfdbfc8bbe5b54e9657fd1acdac7c6d94442b27bbbb1a3a23"
checksum = "65d51f69ac919b22a08e8654f63def43578a174132bda87309dea8fddd41a5d9"
dependencies = [
"anyhow",
"base64 0.21.7",
@ -3457,9 +3457,9 @@ dependencies = [
[[package]]
name = "swc_allocator"
version = "0.1.8"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc8bd3075d1c6964010333fae9ddcd91ad422a4f8eb8b3206a9b2b6afb4209e"
checksum = "7016ee7a5186d6a80e381aa1926e0f3c7b06eaf444745ff7af3632e978eb8dc5"
dependencies = [
"bumpalo",
"hashbrown 0.14.5",
@ -3470,9 +3470,9 @@ dependencies = [
[[package]]
name = "swc_atoms"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0963b5f4cb08353dd4a386c7b5ee1c99d5a097722cdbc6a522efb2aeb91aad71"
checksum = "26cbf6019321add3a50377aaa4e06767a97a115084895289e10be000db207faf"
dependencies = [
"bytecheck",
"hstr",
@ -3530,7 +3530,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.414"
version = "0.91.415"
dependencies = [
"anyhow",
"swc_cli_impl",
@ -3561,9 +3561,9 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.40.0"
version = "0.40.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95fca87acdd34580b59a6f6686dfe72bcc7bad4b7abb7e6728e8e3fd4ecb1d7c"
checksum = "f355465eaed1104244ce918b7ffb77ceb109aabeb74b04b98acae85683b0215b"
dependencies = [
"ahash 0.8.11",
"anyhow",
@ -3648,9 +3648,9 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.106.1"
version = "0.106.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "400a4400534479c9d7b26484187dbf576f913acdf3a74675d9b3af282148fa4e"
checksum = "4cb4ab0f1863e48f5923f0cdc50e677d43d99f99b93df3185a76d27c01bbd881"
dependencies = [
"binding_macros",
"swc",
@ -3772,9 +3772,9 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.121.0"
version = "0.121.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1628b2c0c6349c1960b007fda04e0c1537480e0d0b1405305ef5846b752aa7a8"
checksum = "db7e1b73c85ff968404867505646b3c6f26e4661e4fc831593b9e182fa59ddd4"
dependencies = [
"bitflags 2.6.0",
"bytecheck",
@ -4033,9 +4033,9 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.104.0"
version = "0.104.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "379e2cdec549c72be03de081b0dee7a08254a50ae22a8907837f91e5f4e8b6eb"
checksum = "4afb24beda205684867ba555f59e4a470afbe67d9deaacc29b1a5e3a4a1fd58d"
dependencies = [
"auto_impl",
"dashmap 5.5.3",
@ -4075,9 +4075,9 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.208.0"
version = "0.208.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c65d350bcb52551bd71df44084ab69a21fa2cf41216c7677d16d75e490d9ef51"
checksum = "67d0fec4e2a4a00c1605f6baa2845cc05b4059c1bf9a6e45377c8ae67f04207d"
dependencies = [
"arrayvec",
"indexmap 2.4.0",
@ -4292,9 +4292,9 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.212.0"
version = "0.212.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "454df4c54d0ff859b10e33168c9101f805ca8ee0deb11b71b0380fa6ce844438"
checksum = "0b2722095aef7b6de79b170c8c4e3c885576c5394e7a20328fdc51e880d6257b"
dependencies = [
"dashmap 5.5.3",
"indexmap 2.4.0",
@ -4513,9 +4513,9 @@ dependencies = [
[[package]]
name = "swc_html_ast"
version = "0.40.0"
version = "0.40.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aef8139ad05939c4932798550b5ab50405825ee2c6c316e9173ef2d8a1e9b11d"
checksum = "ac72067766823374b7d0fdbcf5b8b72d118158a02edb1632a6f84984b2669407"
dependencies = [
"is-macro",
"serde",
@ -4696,9 +4696,9 @@ dependencies = [
[[package]]
name = "swc_plugin_proxy"
version = "0.50.0"
version = "0.50.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d1ff72008f9a4dd53b5b79f64057a59bedb3245ae17165fa8aece8b2da4782"
checksum = "62a0c7f6098cb0ea5d0191bc02c5b3705000f2dd94c6da31f3ac47adf77ae419"
dependencies = [
"better_scoped_tls",
"rkyv",
@ -4710,9 +4710,9 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.115.0"
version = "0.115.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521a0936cc2241ea4adbf32a1bcace5b9b3d594be93f302d8a87bd305fde0a05"
checksum = "1f80055db238f44ab2741e5ee7a65aa54d8c1c3b1f9138fbd6b361eb8466a9c5"
dependencies = [
"anyhow",
"enumset",

View File

@ -24,13 +24,13 @@ resolver = "2"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.120"
sourcemap = "8.0.1"
swc_atoms = "1.0.0"
swc_atoms = "1.0.1"
swc_cached = "0.3.20"
swc_cli_impl = "0.24.0"
swc_common = "0.40.0"
swc_cli_impl = "0.24.1"
swc_common = "0.40.1"
swc_compiler_base = "0.23.0"
swc_config = "0.1.15"
swc_core = "0.106.0"
swc_core = "0.106.3"
swc_css_ast = "0.147.0"
swc_css_codegen = "0.158.0"
swc_css_minifier = "0.123.0"
@ -38,7 +38,7 @@ resolver = "2"
swc_error_reporters = "1.0.0"
swc_fast_ts_strip = "0.11.0"
swc_html = "0.153.0"
swc_html_ast = "0.40.0"
swc_html_ast = "0.40.1"
swc_html_minifier = "0.150.0"
swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8"

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.28"
version = "1.7.29-nightly-20241001.1"
[lib]
bench = false

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.28"
version = "1.7.29-nightly-20241001.1"
[lib]
bench = false

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_typescript_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.28"
version = "1.7.29-nightly-20241001.1"
[lib]
bench = false

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.414"
version = "0.91.415"
[[bin]]
bench = false

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-arm64",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-arm64-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"description": "Super-fast HTML minifier",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-arm64",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-x64",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm-gnueabihf",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm64-gnu",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm64-musl",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-gnu",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-musl",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-arm64-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-ia32-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-x64-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-arm64",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-gnu",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-musl",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-arm64-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-ia32-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.7.28",
"version": "1.7.29-nightly-20241001.1",
"os": [
"win32"
],