Skip to content

Commit 6b0e0a2

Browse files
authored
Merge branch 'main' into p/hw/web-qrcode-url
2 parents a4d4f03 + 514f493 commit 6b0e0a2

File tree

104 files changed

+1119
-348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1119
-348
lines changed

.changeset/breezy-brooms-jog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lynx-js/rspeedy": patch
3+
---
4+
5+
Bump Rsbuild v1.5.12 with Rspack v1.5.7.

.changeset/eleven-items-sleep.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
3+
---

.changeset/hot-socks-thank.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
3+
---

.changeset/long-geese-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lynx-js/rspeedy": patch
3+
---
4+
5+
Support `server.cors`

.changeset/thin-dryers-kneel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lynx-js/qrcode-rsbuild-plugin": patch
3+
---
4+
5+
Bump @clack/prompts v1.0.0-alpha.5.

Cargo.lock

Lines changed: 49 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustc-hash = "2.1.1"
2525
serde = "1.0.225"
2626
serde_json = "1.0.145"
2727
sha-1 = "0.10.1"
28-
swc_core = "42.0.2"
28+
swc_core = "42.1.0"
2929
version-compare = "0.2.0"
3030
wasm-bindgen = "0.2.101"
3131

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@biomejs/biome": "^1.9.4",
1616
"@changesets/cli": "^2.29.7",
1717
"@codspeed/vitest-plugin": "^4.0.1",
18-
"@eslint/js": "^9.35.0",
19-
"@eslint/markdown": "^7.2.0",
18+
"@eslint/js": "^9.36.0",
19+
"@eslint/markdown": "^7.3.0",
2020
"@microsoft/api-extractor": "catalog:",
2121
"@rsbuild/core": "catalog:rsbuild",
2222
"@rslib/core": "^0.13.3",
@@ -30,26 +30,26 @@
3030
"@vitest/eslint-plugin": "^1.3.12",
3131
"@vitest/ui": "^3.2.4",
3232
"dprint": "^0.50.2",
33-
"eslint": "^9.35.0",
33+
"eslint": "^9.36.0",
3434
"eslint-import-resolver-typescript": "^4.4.4",
3535
"eslint-plugin-headers": "^1.3.3",
3636
"eslint-plugin-import": "^2.32.0",
3737
"eslint-plugin-n": "^17.23.1",
3838
"eslint-plugin-react-hooks": "^5.2.0",
39-
"eslint-plugin-react-refresh": "^0.4.20",
39+
"eslint-plugin-react-refresh": "^0.4.21",
4040
"eslint-plugin-regexp": "^2.10.0",
4141
"eslint-plugin-unicorn": "^61.0.2",
4242
"globals": "^16.4.0",
4343
"husky": "^9.1.7",
44-
"lint-staged": "^16.1.6",
44+
"lint-staged": "^16.2.0",
4545
"sort-package-json": "^3.4.0",
4646
"ts-patch": "^3.3.0",
4747
"turbo": "^2.5.6",
4848
"typescript": "^5.9.2",
49-
"typescript-eslint": "^8.44.0",
49+
"typescript-eslint": "^8.44.1",
5050
"vitest": "^3.2.4"
5151
},
52-
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef",
52+
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
5353
"engines": {
5454
"node": "^22 || ^24"
5555
}

packages/lynx/benchx_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"prepare": "node scripts/prepare.mjs"
1111
},
1212
"dependencies": {
13-
"zx": "^8.8.1"
13+
"zx": "^8.8.3"
1414
}
1515
}

packages/react/transform/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ serde = { workspace = true, features = ["derive"] }
2020
serde_json = { workspace = true, features = ["preserve_order"] }
2121
sha-1 = { workspace = true }
2222
swc_core = { workspace = true, features = ["base", "ecma_codegen", "ecma_parser", "ecma_minifier", "ecma_transforms_typescript", "ecma_utils", "ecma_quote", "ecma_transforms_react", "ecma_transforms_optimization", "css_parser", "css_ast", "css_visit", "css_codegen", "__visit", "__testing_transform"] }
23+
swc_plugin_compat = { path = "./crates/swc_plugin_compat" }
2324
swc_plugin_css_scope = { path = "./crates/swc_plugin_css_scope" }
2425
swc_plugin_define_dce = { path = "./crates/swc_plugin_define_dce" }
2526
swc_plugin_directive_dce = { path = "./crates/swc_plugin_directive_dce" }
2627
swc_plugin_dynamic_import = { path = './crates/swc_plugin_dynamic_import' }
2728
swc_plugin_inject = { path = "./crates/swc_plugin_inject" }
29+
swc_plugin_list = { path = "./crates/swc_plugin_list" }
2830
swc_plugin_shake = { path = './crates/swc_plugin_shake' }
31+
swc_plugin_snapshot = { path = "./crates/swc_plugin_snapshot" }
2932
swc_plugin_worklet = { path = "./crates/swc_plugin_worklet" }
3033
swc_plugins_shared = { path = './crates/swc_plugins_shared' }
3134
version-compare = { workspace = true }

0 commit comments

Comments
 (0)