Skip to content

Commit 97ac876

Browse files
committed
chore: bump deps
1 parent dad5aec commit 97ac876

File tree

4 files changed

+53
-51
lines changed

4 files changed

+53
-51
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@ libffi = "4.1.2"
4040
libsui = "0.10.0"
4141
log = "0.4.28"
4242
lsp-types = "0.97.0"
43-
nova_vm = { git = "https://github.com/trynova/nova", rev = "c0ddf915b369f2f00cc7d3cf8151f45af5a94136", features = [
43+
nova_vm = { git = "https://github.com/trynova/nova", rev = "d0fdb7e364cba56d09e09ec1d1d7242caece7bd9", features = [
4444
"typescript",
4545
"annex-b",
4646
"proposals"
4747
] }
4848
nu-ansi-term = "0.50.1"
4949
owo-colors = "4.2.2"
50-
oxc_codegen = "0.89.0"
51-
oxc_ast = "0.89.0"
52-
oxc_minifier = "0.89.0"
53-
oxc_mangler = "0.89.0"
54-
oxc_allocator = "0.89.0"
55-
oxc_diagnostics = "0.89.0"
56-
oxc-miette = { version = "2.4.0", features = ["fancy"] }
57-
oxc_parser = "0.89.0"
58-
oxc_semantic = "0.89.0"
59-
oxc_span = "0.89.0"
60-
oxc_transformer = "0.89.0"
50+
oxc_codegen = "0.90.0"
51+
oxc_ast = "0.90.0"
52+
oxc_minifier = "0.90.0"
53+
oxc_mangler = "0.90.0"
54+
oxc_allocator = "0.90.0"
55+
oxc_diagnostics = "0.90.0"
56+
oxc-miette = { version = "2.5.0", features = ["fancy"] }
57+
oxc_parser = "0.90.0"
58+
oxc_semantic = "0.90.0"
59+
oxc_span = "0.90.0"
60+
oxc_transformer = "0.90.0"
6161
rand = "0.9.2"
6262
reedline = "0.42.0"
6363
regex = "1.11.2"

runtime/src/ext/fetch/fetch/mod.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ const andromedaFetch = (input: RequestInfo, init = undefined) => {
319319
};
320320

321321
globalThis.fetch = andromedaFetch;
322-
323322
/**
324323
* @see https://fetch.spec.whatwg.org/#fetch-response-handover
325324
*/

runtime/src/ext/fetch/headers/mod.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,6 @@ function getHeadersAsList(headers: any): HeaderList {
295295

296296
// Export Headers to globalThis
297297
globalThis.Headers = Headers;
298+
globalThis.setHeadersList = setHeadersList;
299+
globalThis.setHeadersGuard = setHeadersGuard;
300+
globalThis.getHeadersList = getHeadersList;

0 commit comments

Comments
 (0)