Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4e6535

Browse filesBrowse files
chore(deps): update dependency lint-staged to v16 (#5957)
* chore(deps): update dependency lint-staged to v16 * Explicitly enable WASM features to fix compilation broken with Rust 1.87.0 * Remove unneeded getrandom --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
1 parent 7536ffb commit a4e6535
Copy full SHA for a4e6535

File tree

Expand file treeCollapse file tree

5 files changed

+27
-170
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+27
-170
lines changed

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+21-146Lines changed: 21 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"globals": "^16.0.0",
169169
"husky": "^9.1.7",
170170
"is-reference": "^3.0.3",
171-
"lint-staged": "^15.5.1",
171+
"lint-staged": "^16.0.0",
172172
"locate-character": "^3.0.0",
173173
"magic-string": "^0.30.17",
174174
"mocha": "^11.2.2",

‎renovate.json

Copy file name to clipboardExpand all lines: renovate.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"node",
2626
"npm",
2727
"fsevents",
28-
"core-js",
29-
"getrandom"
28+
"core-js"
3029
],
3130
"enabled": false
3231
},

‎rust/Cargo.lock

Copy file name to clipboardExpand all lines: rust/Cargo.lock
-20Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rust/bindings_wasm/Cargo.toml

Copy file name to clipboardExpand all lines: rust/bindings_wasm/Cargo.toml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ wasm-bindgen = "0.2.100"
88
parse_ast = { path = "../parse_ast" }
99
xxhash = { path = "../xxhash" }
1010
js-sys = "0.3.77"
11-
getrandom = { version = "0.2.15", features = ["js"] }
1211
console_error_panic_hook = "0.1.7"
1312

1413
[lib]
1514
crate-type = ["cdylib", "rlib"]
15+
16+
# Fix for rust 1.87.0, see https://github.com/rustwasm/wasm-pack/issues/1441#issuecomment-2886461752
17+
[package.metadata.wasm-pack.profile.release]
18+
wasm-opt = ["--enable-bulk-memory", "--enable-nontrapping-float-to-int"]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.