Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f9086
deps: update V8 to 15.2.124.9
targos Aug 13, 2026
ac0686d
deps: update Rust crates for V8 15.2.124.9
targos Aug 13, 2026
3450dcd
build: reset embedder string to "-node.0"
targos Aug 13, 2026
29ae295
src: update NODE_MODULE_VERSION to 151
targos Aug 13, 2026
9d37fdb
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
fdcca21
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
51fa403
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
35bee38
deps: patch V8 for illumos
danmcd Apr 16, 2025
ad1b703
deps: support madvise(3C) across ALL illumos revisions
danmcd Aug 7, 2025
73c71f5
deps: patch V8 to fix Windows build
StefanStojanovic Mar 17, 2026
7b1a974
deps: fix V8 race condition for AIX
abmusse Apr 20, 2026
0a46bfc
deps: fixup macros.h for GCC support
targos Apr 3, 2026
d17d73c
deps: V8: cherry-pick 68cf9ecd884b
joyeecheung Aug 11, 2026
f819b6e
tools: update V8 gypfiles for 14.8
targos Feb 18, 2026
71bee9e
tools: update V8 gypfiles for 14.9
targos May 1, 2026
0f22a95
tools: update V8 gypfiles for 15.0
targos May 9, 2026
20288e7
tools: update V8 gypfiles for 15.1
targos Jun 15, 2026
cc10b48
build: disable v8_postmortem_support
joyeecheung Apr 3, 2026
e0c1284
src: migrate from deprecated xxxV2 APIs
targos Apr 30, 2026
54647f9
src: migrate from `v8::PropertyCallbackInfo<void>`
targos Apr 30, 2026
5431e04
test: update wpt Wasm jsapi expectations
targos May 15, 2026
0376950
test: update test-heapdump-vm-script.js for new version of V8
joyeecheung May 16, 2026
10b196c
build: use ICU_UTIL_DATA_STATIC across V8
joyeecheung May 27, 2026
ac31ae3
src: fix external reference registration for new CFunction lifetime
joyeecheung May 21, 2026
a45b843
test: update for new V8 serialization format
joyeecheung May 21, 2026
f554209
test: avoid worker in shared value conveyor test
targos Aug 4, 2026
e33a7c1
build: fix cppgc_base perfetto source scraper
legendecas Aug 13, 2026
7541bc4
deps: V8: cherry-pick ba4ef8d72cde
joyeecheung Aug 20, 2026
cd337e7
deps: V8: cherry-pick 811fe8b04203
miladfarca Aug 14, 2026
5f18227
build,win: fix
StefanStojanovic Aug 25, 2026
5040994
build: derive V8_LOGGING_LEVEL from dcheck_always_on
joyeecheung Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions common.gypi
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.28',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand DownExpand Up@@ -100,7 +100,7 @@
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
}, {
'os_posix': 1,
'v8_postmortem_support%': 1,
'v8_postmortem_support%': 0,
}],
['GENERATOR == "ninja"', {
'obj_dir': '<(PRODUCT_DIR)/obj',
Expand Down
35 changes: 18 additions & 17 deletions deps/crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions deps/crates/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,12 +3,17 @@
[package]
edition = "2021"
name = "node_crates"
version = "14.6.202"
version = "15.2.124"
rust-version = "1.86"

[lib]
crate-type = [ "staticlib" ]

[dependencies.icu_locale]
version = "2.2.0"
default-features = false
features = [ "compiled_data" ]

[dependencies.icu_locale_core]
version = "2.2.0"
default-features = false
Expand All@@ -22,10 +27,10 @@ version = "2"
features = [ "full" ]

[dependencies.temporal_capi]
version = "0.2.3"
version = "0.2.4"
features = [ "zoneinfo64" ]

[dependencies.temporal_rs]
version = "0.2.3"
version = "0.2.4"
default-features = false
features = [ "float64_representable_durations" ]
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/.cargo_vcs_info.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "d912169ed67977efe5a465269b0e73cb66060c49"
"sha1": "2799b09c24e6632f8e653c5cd8fc303e85a906ba"
},
"path_in_vcs": ""
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions deps/crates/vendor/autocfg-v1/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@
[package]
rust-version = "1.0"
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
authors = ["Josh Stone <cuviper@gmail.com>"]
build = false
exclude = ["/.github/**"]
Expand DownExpand Up@@ -72,5 +72,4 @@ path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"

[dependencies]
harness = false
15 changes: 13 additions & 2 deletions deps/crates/vendor/autocfg-v1/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions deps/crates/vendor/autocfg-v1/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,10 @@ should only be used when the compiler supports it.

## Release Notes

- 1.5.1 (2026-05-22)

- Refactor the `test_wrappers` test without any shell script.

- 1.5.0 (2025-06-17)

- Add `edition` and `set_edition` to control the Rust edition used in probes.
Expand Down
12 changes: 0 additions & 12 deletions deps/crates/vendor/autocfg-v1/tests/wrap_ignored

This file was deleted.

35 changes: 31 additions & 4 deletions deps/crates/vendor/autocfg-v1/tests/wrappers.rs
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
extern crate autocfg;

use std::env;
use std::io;

mod support;

fn main() {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() {
// With no arguments, this must be a (harness-free) test run.
// (we're using system binaries as wrappers, so ignore other platforms)
if cfg!(unix) {
test_wrappers();
}
} else {
// Otherwise we're acting like a no-op rustc wrapper, ignoring almost everything.
for arg in args {
match &*arg {
// Add our own version so we can check that the wrapper is used for that.
"--version" => println!("release: 12345.6789.0"),

// Read all input so the writer doesn't get EPIPE when we exit.
"-" => {
let stdin = io::stdin();
let _ = io::copy(&mut stdin.lock(), &mut io::sink());
}

_ => {}
}
}
}
}

/// Tests that autocfg uses the RUSTC_WRAPPER and/or RUSTC_WORKSPACE_WRAPPER
/// environment variables when running rustc.
#[test]
#[cfg(unix)] // we're using system binaries as wrappers
fn test_wrappers() {
fn set(name: &str, value: Option<bool>) {
match value {
Expand DownExpand Up@@ -45,8 +71,9 @@ fn test_wrappers() {
}

// Finally, make sure that `RUSTC_WRAPPER` is applied outermost
// by using something that doesn't pass through at all.
env::set_var("RUSTC_WRAPPER", "./tests/wrap_ignored");
// by using something (ourself) that doesn't pass through at all.
let wrap_ignored = env::current_exe().unwrap();
env::set_var("RUSTC_WRAPPER", &wrap_ignored);
env::set_var("RUSTC_WORKSPACE_WRAPPER", "/bin/false");
let ac = autocfg::AutoCfg::with_dir(out.as_ref()).unwrap();
assert!(ac.probe_type("mesize")); // anything goes!
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "6559f95efa34658b9e801b45e39f1b306c32e249"
"sha1": "95557babd58cf90e65c6175e7b9433f41f686bd2"
},
"path_in_vcs": "runtime"
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.81"
name = "diplomat-runtime"
version = "0.15.0"
version = "0.15.1"
authors = [
"Shadaj Laddad <shadaj@users.noreply.github.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f9086
deps: update V8 to 15.2.124.9
targos Aug 13, 2026
ac0686d
deps: update Rust crates for V8 15.2.124.9
targos Aug 13, 2026
3450dcd
build: reset embedder string to "-node.0"
targos Aug 13, 2026
29ae295
src: update NODE_MODULE_VERSION to 151
targos Aug 13, 2026
9d37fdb
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
fdcca21
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
51fa403
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
35bee38
deps: patch V8 for illumos
danmcd Apr 16, 2025
ad1b703
deps: support madvise(3C) across ALL illumos revisions
danmcd Aug 7, 2025
73c71f5
deps: patch V8 to fix Windows build
StefanStojanovic Mar 17, 2026
7b1a974
deps: fix V8 race condition for AIX
abmusse Apr 20, 2026
0a46bfc
deps: fixup macros.h for GCC support
targos Apr 3, 2026
d17d73c
deps: V8: cherry-pick 68cf9ecd884b
joyeecheung Aug 11, 2026
f819b6e
tools: update V8 gypfiles for 14.8
targos Feb 18, 2026
71bee9e
tools: update V8 gypfiles for 14.9
targos May 1, 2026
0f22a95
tools: update V8 gypfiles for 15.0
targos May 9, 2026
20288e7
tools: update V8 gypfiles for 15.1
targos Jun 15, 2026
cc10b48
build: disable v8_postmortem_support
joyeecheung Apr 3, 2026
e0c1284
src: migrate from deprecated xxxV2 APIs
targos Apr 30, 2026
54647f9
src: migrate from `v8::PropertyCallbackInfo<void>`
targos Apr 30, 2026
5431e04
test: update wpt Wasm jsapi expectations
targos May 15, 2026
0376950
test: update test-heapdump-vm-script.js for new version of V8
joyeecheung May 16, 2026
10b196c
build: use ICU_UTIL_DATA_STATIC across V8
joyeecheung May 27, 2026
ac31ae3
src: fix external reference registration for new CFunction lifetime
joyeecheung May 21, 2026
a45b843
test: update for new V8 serialization format
joyeecheung May 21, 2026
f554209
test: avoid worker in shared value conveyor test
targos Aug 4, 2026
e33a7c1
build: fix cppgc_base perfetto source scraper
legendecas Aug 13, 2026
7541bc4
deps: V8: cherry-pick ba4ef8d72cde
joyeecheung Aug 20, 2026
cd337e7
deps: V8: cherry-pick 811fe8b04203
miladfarca Aug 14, 2026
5f18227
build,win: fix
StefanStojanovic Aug 25, 2026
5040994
build: derive V8_LOGGING_LEVEL from dcheck_always_on
joyeecheung Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions common.gypi
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.28',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand DownExpand Up@@ -100,7 +100,7 @@
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
}, {
'os_posix': 1,
'v8_postmortem_support%': 1,
'v8_postmortem_support%': 0,
}],
['GENERATOR == "ninja"', {
'obj_dir': '<(PRODUCT_DIR)/obj',
Expand Down
35 changes: 18 additions & 17 deletions deps/crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions deps/crates/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,12 +3,17 @@
[package]
edition = "2021"
name = "node_crates"
version = "14.6.202"
version = "15.2.124"
rust-version = "1.86"

[lib]
crate-type = [ "staticlib" ]

[dependencies.icu_locale]
version = "2.2.0"
default-features = false
features = [ "compiled_data" ]

[dependencies.icu_locale_core]
version = "2.2.0"
default-features = false
Expand All@@ -22,10 +27,10 @@ version = "2"
features = [ "full" ]

[dependencies.temporal_capi]
version = "0.2.3"
version = "0.2.4"
features = [ "zoneinfo64" ]

[dependencies.temporal_rs]
version = "0.2.3"
version = "0.2.4"
default-features = false
features = [ "float64_representable_durations" ]
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/.cargo_vcs_info.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "d912169ed67977efe5a465269b0e73cb66060c49"
"sha1": "2799b09c24e6632f8e653c5cd8fc303e85a906ba"
},
"path_in_vcs": ""
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions deps/crates/vendor/autocfg-v1/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@
[package]
rust-version = "1.0"
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
authors = ["Josh Stone <cuviper@gmail.com>"]
build = false
exclude = ["/.github/**"]
Expand DownExpand Up@@ -72,5 +72,4 @@ path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"

[dependencies]
harness = false
15 changes: 13 additions & 2 deletions deps/crates/vendor/autocfg-v1/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions deps/crates/vendor/autocfg-v1/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,10 @@ should only be used when the compiler supports it.

## Release Notes

- 1.5.1 (2026-05-22)

- Refactor the `test_wrappers` test without any shell script.

- 1.5.0 (2025-06-17)

- Add `edition` and `set_edition` to control the Rust edition used in probes.
Expand Down
12 changes: 0 additions & 12 deletions deps/crates/vendor/autocfg-v1/tests/wrap_ignored

This file was deleted.

35 changes: 31 additions & 4 deletions deps/crates/vendor/autocfg-v1/tests/wrappers.rs
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
extern crate autocfg;

use std::env;
use std::io;

mod support;

fn main() {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() {
// With no arguments, this must be a (harness-free) test run.
// (we're using system binaries as wrappers, so ignore other platforms)
if cfg!(unix) {
test_wrappers();
}
} else {
// Otherwise we're acting like a no-op rustc wrapper, ignoring almost everything.
for arg in args {
match &*arg {
// Add our own version so we can check that the wrapper is used for that.
"--version" => println!("release: 12345.6789.0"),

// Read all input so the writer doesn't get EPIPE when we exit.
"-" => {
let stdin = io::stdin();
let _ = io::copy(&mut stdin.lock(), &mut io::sink());
}

_ => {}
}
}
}
}

/// Tests that autocfg uses the RUSTC_WRAPPER and/or RUSTC_WORKSPACE_WRAPPER
/// environment variables when running rustc.
#[test]
#[cfg(unix)] // we're using system binaries as wrappers
fn test_wrappers() {
fn set(name: &str, value: Option<bool>) {
match value {
Expand DownExpand Up@@ -45,8 +71,9 @@ fn test_wrappers() {
}

// Finally, make sure that `RUSTC_WRAPPER` is applied outermost
// by using something that doesn't pass through at all.
env::set_var("RUSTC_WRAPPER", "./tests/wrap_ignored");
// by using something (ourself) that doesn't pass through at all.
let wrap_ignored = env::current_exe().unwrap();
env::set_var("RUSTC_WRAPPER", &wrap_ignored);
env::set_var("RUSTC_WORKSPACE_WRAPPER", "/bin/false");
let ac = autocfg::AutoCfg::with_dir(out.as_ref()).unwrap();
assert!(ac.probe_type("mesize")); // anything goes!
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "6559f95efa34658b9e801b45e39f1b306c32e249"
"sha1": "95557babd58cf90e65c6175e7b9433f41f686bd2"
},
"path_in_vcs": "runtime"
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.81"
name = "diplomat-runtime"
version = "0.15.0"
version = "0.15.1"
authors = [
"Shadaj Laddad <shadaj@users.noreply.github.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f9086
deps: update V8 to 15.2.124.9
targos Aug 13, 2026
ac0686d
deps: update Rust crates for V8 15.2.124.9
targos Aug 13, 2026
3450dcd
build: reset embedder string to "-node.0"
targos Aug 13, 2026
29ae295
src: update NODE_MODULE_VERSION to 151
targos Aug 13, 2026
9d37fdb
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
fdcca21
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
51fa403
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
35bee38
deps: patch V8 for illumos
danmcd Apr 16, 2025
ad1b703
deps: support madvise(3C) across ALL illumos revisions
danmcd Aug 7, 2025
73c71f5
deps: patch V8 to fix Windows build
StefanStojanovic Mar 17, 2026
7b1a974
deps: fix V8 race condition for AIX
abmusse Apr 20, 2026
0a46bfc
deps: fixup macros.h for GCC support
targos Apr 3, 2026
d17d73c
deps: V8: cherry-pick 68cf9ecd884b
joyeecheung Aug 11, 2026
f819b6e
tools: update V8 gypfiles for 14.8
targos Feb 18, 2026
71bee9e
tools: update V8 gypfiles for 14.9
targos May 1, 2026
0f22a95
tools: update V8 gypfiles for 15.0
targos May 9, 2026
20288e7
tools: update V8 gypfiles for 15.1
targos Jun 15, 2026
cc10b48
build: disable v8_postmortem_support
joyeecheung Apr 3, 2026
e0c1284
src: migrate from deprecated xxxV2 APIs
targos Apr 30, 2026
54647f9
src: migrate from `v8::PropertyCallbackInfo<void>`
targos Apr 30, 2026
5431e04
test: update wpt Wasm jsapi expectations
targos May 15, 2026
0376950
test: update test-heapdump-vm-script.js for new version of V8
joyeecheung May 16, 2026
10b196c
build: use ICU_UTIL_DATA_STATIC across V8
joyeecheung May 27, 2026
ac31ae3
src: fix external reference registration for new CFunction lifetime
joyeecheung May 21, 2026
a45b843
test: update for new V8 serialization format
joyeecheung May 21, 2026
f554209
test: avoid worker in shared value conveyor test
targos Aug 4, 2026
e33a7c1
build: fix cppgc_base perfetto source scraper
legendecas Aug 13, 2026
7541bc4
deps: V8: cherry-pick ba4ef8d72cde
joyeecheung Aug 20, 2026
cd337e7
deps: V8: cherry-pick 811fe8b04203
miladfarca Aug 14, 2026
5f18227
build,win: fix
StefanStojanovic Aug 25, 2026
5040994
build: derive V8_LOGGING_LEVEL from dcheck_always_on
joyeecheung Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions common.gypi
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.28',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand DownExpand Up@@ -100,7 +100,7 @@
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
}, {
'os_posix': 1,
'v8_postmortem_support%': 1,
'v8_postmortem_support%': 0,
}],
['GENERATOR == "ninja"', {
'obj_dir': '<(PRODUCT_DIR)/obj',
Expand Down
35 changes: 18 additions & 17 deletions deps/crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions deps/crates/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,12 +3,17 @@
[package]
edition = "2021"
name = "node_crates"
version = "14.6.202"
version = "15.2.124"
rust-version = "1.86"

[lib]
crate-type = [ "staticlib" ]

[dependencies.icu_locale]
version = "2.2.0"
default-features = false
features = [ "compiled_data" ]

[dependencies.icu_locale_core]
version = "2.2.0"
default-features = false
Expand All@@ -22,10 +27,10 @@ version = "2"
features = [ "full" ]

[dependencies.temporal_capi]
version = "0.2.3"
version = "0.2.4"
features = [ "zoneinfo64" ]

[dependencies.temporal_rs]
version = "0.2.3"
version = "0.2.4"
default-features = false
features = [ "float64_representable_durations" ]
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/.cargo_vcs_info.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "d912169ed67977efe5a465269b0e73cb66060c49"
"sha1": "2799b09c24e6632f8e653c5cd8fc303e85a906ba"
},
"path_in_vcs": ""
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions deps/crates/vendor/autocfg-v1/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@
[package]
rust-version = "1.0"
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
authors = ["Josh Stone <cuviper@gmail.com>"]
build = false
exclude = ["/.github/**"]
Expand DownExpand Up@@ -72,5 +72,4 @@ path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"

[dependencies]
harness = false
15 changes: 13 additions & 2 deletions deps/crates/vendor/autocfg-v1/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions deps/crates/vendor/autocfg-v1/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,10 @@ should only be used when the compiler supports it.

## Release Notes

- 1.5.1 (2026-05-22)

- Refactor the `test_wrappers` test without any shell script.

- 1.5.0 (2025-06-17)

- Add `edition` and `set_edition` to control the Rust edition used in probes.
Expand Down
12 changes: 0 additions & 12 deletions deps/crates/vendor/autocfg-v1/tests/wrap_ignored

This file was deleted.

35 changes: 31 additions & 4 deletions deps/crates/vendor/autocfg-v1/tests/wrappers.rs
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
extern crate autocfg;

use std::env;
use std::io;

mod support;

fn main() {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() {
// With no arguments, this must be a (harness-free) test run.
// (we're using system binaries as wrappers, so ignore other platforms)
if cfg!(unix) {
test_wrappers();
}
} else {
// Otherwise we're acting like a no-op rustc wrapper, ignoring almost everything.
for arg in args {
match &*arg {
// Add our own version so we can check that the wrapper is used for that.
"--version" => println!("release: 12345.6789.0"),

// Read all input so the writer doesn't get EPIPE when we exit.
"-" => {
let stdin = io::stdin();
let _ = io::copy(&mut stdin.lock(), &mut io::sink());
}

_ => {}
}
}
}
}

/// Tests that autocfg uses the RUSTC_WRAPPER and/or RUSTC_WORKSPACE_WRAPPER
/// environment variables when running rustc.
#[test]
#[cfg(unix)] // we're using system binaries as wrappers
fn test_wrappers() {
fn set(name: &str, value: Option<bool>) {
match value {
Expand DownExpand Up@@ -45,8 +71,9 @@ fn test_wrappers() {
}

// Finally, make sure that `RUSTC_WRAPPER` is applied outermost
// by using something that doesn't pass through at all.
env::set_var("RUSTC_WRAPPER", "./tests/wrap_ignored");
// by using something (ourself) that doesn't pass through at all.
let wrap_ignored = env::current_exe().unwrap();
env::set_var("RUSTC_WRAPPER", &wrap_ignored);
env::set_var("RUSTC_WORKSPACE_WRAPPER", "/bin/false");
let ac = autocfg::AutoCfg::with_dir(out.as_ref()).unwrap();
assert!(ac.probe_type("mesize")); // anything goes!
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "6559f95efa34658b9e801b45e39f1b306c32e249"
"sha1": "95557babd58cf90e65c6175e7b9433f41f686bd2"
},
"path_in_vcs": "runtime"
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.81"
name = "diplomat-runtime"
version = "0.15.0"
version = "0.15.1"
authors = [
"Shadaj Laddad <shadaj@users.noreply.github.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f9086
deps: update V8 to 15.2.124.9
targos Aug 13, 2026
ac0686d
deps: update Rust crates for V8 15.2.124.9
targos Aug 13, 2026
3450dcd
build: reset embedder string to "-node.0"
targos Aug 13, 2026
29ae295
src: update NODE_MODULE_VERSION to 151
targos Aug 13, 2026
9d37fdb
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
fdcca21
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
51fa403
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
35bee38
deps: patch V8 for illumos
danmcd Apr 16, 2025
ad1b703
deps: support madvise(3C) across ALL illumos revisions
danmcd Aug 7, 2025
73c71f5
deps: patch V8 to fix Windows build
StefanStojanovic Mar 17, 2026
7b1a974
deps: fix V8 race condition for AIX
abmusse Apr 20, 2026
0a46bfc
deps: fixup macros.h for GCC support
targos Apr 3, 2026
d17d73c
deps: V8: cherry-pick 68cf9ecd884b
joyeecheung Aug 11, 2026
f819b6e
tools: update V8 gypfiles for 14.8
targos Feb 18, 2026
71bee9e
tools: update V8 gypfiles for 14.9
targos May 1, 2026
0f22a95
tools: update V8 gypfiles for 15.0
targos May 9, 2026
20288e7
tools: update V8 gypfiles for 15.1
targos Jun 15, 2026
cc10b48
build: disable v8_postmortem_support
joyeecheung Apr 3, 2026
e0c1284
src: migrate from deprecated xxxV2 APIs
targos Apr 30, 2026
54647f9
src: migrate from `v8::PropertyCallbackInfo<void>`
targos Apr 30, 2026
5431e04
test: update wpt Wasm jsapi expectations
targos May 15, 2026
0376950
test: update test-heapdump-vm-script.js for new version of V8
joyeecheung May 16, 2026
10b196c
build: use ICU_UTIL_DATA_STATIC across V8
joyeecheung May 27, 2026
ac31ae3
src: fix external reference registration for new CFunction lifetime
joyeecheung May 21, 2026
a45b843
test: update for new V8 serialization format
joyeecheung May 21, 2026
f554209
test: avoid worker in shared value conveyor test
targos Aug 4, 2026
e33a7c1
build: fix cppgc_base perfetto source scraper
legendecas Aug 13, 2026
7541bc4
deps: V8: cherry-pick ba4ef8d72cde
joyeecheung Aug 20, 2026
cd337e7
deps: V8: cherry-pick 811fe8b04203
miladfarca Aug 14, 2026
5f18227
build,win: fix
StefanStojanovic Aug 25, 2026
5040994
build: derive V8_LOGGING_LEVEL from dcheck_always_on
joyeecheung Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions common.gypi
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.28',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand DownExpand Up@@ -100,7 +100,7 @@
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
}, {
'os_posix': 1,
'v8_postmortem_support%': 1,
'v8_postmortem_support%': 0,
}],
['GENERATOR == "ninja"', {
'obj_dir': '<(PRODUCT_DIR)/obj',
Expand Down
35 changes: 18 additions & 17 deletions deps/crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions deps/crates/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,12 +3,17 @@
[package]
edition = "2021"
name = "node_crates"
version = "14.6.202"
version = "15.2.124"
rust-version = "1.86"

[lib]
crate-type = [ "staticlib" ]

[dependencies.icu_locale]
version = "2.2.0"
default-features = false
features = [ "compiled_data" ]

[dependencies.icu_locale_core]
version = "2.2.0"
default-features = false
Expand All@@ -22,10 +27,10 @@ version = "2"
features = [ "full" ]

[dependencies.temporal_capi]
version = "0.2.3"
version = "0.2.4"
features = [ "zoneinfo64" ]

[dependencies.temporal_rs]
version = "0.2.3"
version = "0.2.4"
default-features = false
features = [ "float64_representable_durations" ]
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/.cargo_vcs_info.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "d912169ed67977efe5a465269b0e73cb66060c49"
"sha1": "2799b09c24e6632f8e653c5cd8fc303e85a906ba"
},
"path_in_vcs": ""
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions deps/crates/vendor/autocfg-v1/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@
[package]
rust-version = "1.0"
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
authors = ["Josh Stone <cuviper@gmail.com>"]
build = false
exclude = ["/.github/**"]
Expand DownExpand Up@@ -72,5 +72,4 @@ path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"

[dependencies]
harness = false
15 changes: 13 additions & 2 deletions deps/crates/vendor/autocfg-v1/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions deps/crates/vendor/autocfg-v1/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,10 @@ should only be used when the compiler supports it.

## Release Notes

- 1.5.1 (2026-05-22)

- Refactor the `test_wrappers` test without any shell script.

- 1.5.0 (2025-06-17)

- Add `edition` and `set_edition` to control the Rust edition used in probes.
Expand Down
12 changes: 0 additions & 12 deletions deps/crates/vendor/autocfg-v1/tests/wrap_ignored

This file was deleted.

35 changes: 31 additions & 4 deletions deps/crates/vendor/autocfg-v1/tests/wrappers.rs
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
extern crate autocfg;

use std::env;
use std::io;

mod support;

fn main() {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() {
// With no arguments, this must be a (harness-free) test run.
// (we're using system binaries as wrappers, so ignore other platforms)
if cfg!(unix) {
test_wrappers();
}
} else {
// Otherwise we're acting like a no-op rustc wrapper, ignoring almost everything.
for arg in args {
match &*arg {
// Add our own version so we can check that the wrapper is used for that.
"--version" => println!("release: 12345.6789.0"),

// Read all input so the writer doesn't get EPIPE when we exit.
"-" => {
let stdin = io::stdin();
let _ = io::copy(&mut stdin.lock(), &mut io::sink());
}

_ => {}
}
}
}
}

/// Tests that autocfg uses the RUSTC_WRAPPER and/or RUSTC_WORKSPACE_WRAPPER
/// environment variables when running rustc.
#[test]
#[cfg(unix)] // we're using system binaries as wrappers
fn test_wrappers() {
fn set(name: &str, value: Option<bool>) {
match value {
Expand DownExpand Up@@ -45,8 +71,9 @@ fn test_wrappers() {
}

// Finally, make sure that `RUSTC_WRAPPER` is applied outermost
// by using something that doesn't pass through at all.
env::set_var("RUSTC_WRAPPER", "./tests/wrap_ignored");
// by using something (ourself) that doesn't pass through at all.
let wrap_ignored = env::current_exe().unwrap();
env::set_var("RUSTC_WRAPPER", &wrap_ignored);
env::set_var("RUSTC_WORKSPACE_WRAPPER", "/bin/false");
let ac = autocfg::AutoCfg::with_dir(out.as_ref()).unwrap();
assert!(ac.probe_type("mesize")); // anything goes!
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "6559f95efa34658b9e801b45e39f1b306c32e249"
"sha1": "95557babd58cf90e65c6175e7b9433f41f686bd2"
},
"path_in_vcs": "runtime"
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.81"
name = "diplomat-runtime"
version = "0.15.0"
version = "0.15.1"
authors = [
"Shadaj Laddad <shadaj@users.noreply.github.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f9086
deps: update V8 to 15.2.124.9
targos Aug 13, 2026
ac0686d
deps: update Rust crates for V8 15.2.124.9
targos Aug 13, 2026
3450dcd
build: reset embedder string to "-node.0"
targos Aug 13, 2026
29ae295
src: update NODE_MODULE_VERSION to 151
targos Aug 13, 2026
9d37fdb
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
fdcca21
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
51fa403
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
35bee38
deps: patch V8 for illumos
danmcd Apr 16, 2025
ad1b703
deps: support madvise(3C) across ALL illumos revisions
danmcd Aug 7, 2025
73c71f5
deps: patch V8 to fix Windows build
StefanStojanovic Mar 17, 2026
7b1a974
deps: fix V8 race condition for AIX
abmusse Apr 20, 2026
0a46bfc
deps: fixup macros.h for GCC support
targos Apr 3, 2026
d17d73c
deps: V8: cherry-pick 68cf9ecd884b
joyeecheung Aug 11, 2026
f819b6e
tools: update V8 gypfiles for 14.8
targos Feb 18, 2026
71bee9e
tools: update V8 gypfiles for 14.9
targos May 1, 2026
0f22a95
tools: update V8 gypfiles for 15.0
targos May 9, 2026
20288e7
tools: update V8 gypfiles for 15.1
targos Jun 15, 2026
cc10b48
build: disable v8_postmortem_support
joyeecheung Apr 3, 2026
e0c1284
src: migrate from deprecated xxxV2 APIs
targos Apr 30, 2026
54647f9
src: migrate from `v8::PropertyCallbackInfo<void>`
targos Apr 30, 2026
5431e04
test: update wpt Wasm jsapi expectations
targos May 15, 2026
0376950
test: update test-heapdump-vm-script.js for new version of V8
joyeecheung May 16, 2026
10b196c
build: use ICU_UTIL_DATA_STATIC across V8
joyeecheung May 27, 2026
ac31ae3
src: fix external reference registration for new CFunction lifetime
joyeecheung May 21, 2026
a45b843
test: update for new V8 serialization format
joyeecheung May 21, 2026
f554209
test: avoid worker in shared value conveyor test
targos Aug 4, 2026
e33a7c1
build: fix cppgc_base perfetto source scraper
legendecas Aug 13, 2026
7541bc4
deps: V8: cherry-pick ba4ef8d72cde
joyeecheung Aug 20, 2026
cd337e7
deps: V8: cherry-pick 811fe8b04203
miladfarca Aug 14, 2026
5f18227
build,win: fix
StefanStojanovic Aug 25, 2026
5040994
build: derive V8_LOGGING_LEVEL from dcheck_always_on
joyeecheung Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions common.gypi
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.28',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand DownExpand Up@@ -100,7 +100,7 @@
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
}, {
'os_posix': 1,
'v8_postmortem_support%': 1,
'v8_postmortem_support%': 0,
}],
['GENERATOR == "ninja"', {
'obj_dir': '<(PRODUCT_DIR)/obj',
Expand Down
35 changes: 18 additions & 17 deletions deps/crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions deps/crates/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,12 +3,17 @@
[package]
edition = "2021"
name = "node_crates"
version = "14.6.202"
version = "15.2.124"
rust-version = "1.86"

[lib]
crate-type = [ "staticlib" ]

[dependencies.icu_locale]
version = "2.2.0"
default-features = false
features = [ "compiled_data" ]

[dependencies.icu_locale_core]
version = "2.2.0"
default-features = false
Expand All@@ -22,10 +27,10 @@ version = "2"
features = [ "full" ]

[dependencies.temporal_capi]
version = "0.2.3"
version = "0.2.4"
features = [ "zoneinfo64" ]

[dependencies.temporal_rs]
version = "0.2.3"
version = "0.2.4"
default-features = false
features = [ "float64_representable_durations" ]
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/.cargo_vcs_info.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "d912169ed67977efe5a465269b0e73cb66060c49"
"sha1": "2799b09c24e6632f8e653c5cd8fc303e85a906ba"
},
"path_in_vcs": ""
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions deps/crates/vendor/autocfg-v1/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@
[package]
rust-version = "1.0"
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
authors = ["Josh Stone <cuviper@gmail.com>"]
build = false
exclude = ["/.github/**"]
Expand DownExpand Up@@ -72,5 +72,4 @@ path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"

[dependencies]
harness = false
15 changes: 13 additions & 2 deletions deps/crates/vendor/autocfg-v1/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions deps/crates/vendor/autocfg-v1/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,10 @@ should only be used when the compiler supports it.

## Release Notes

- 1.5.1 (2026-05-22)

- Refactor the `test_wrappers` test without any shell script.

- 1.5.0 (2025-06-17)

- Add `edition` and `set_edition` to control the Rust edition used in probes.
Expand Down
12 changes: 0 additions & 12 deletions deps/crates/vendor/autocfg-v1/tests/wrap_ignored

This file was deleted.

35 changes: 31 additions & 4 deletions deps/crates/vendor/autocfg-v1/tests/wrappers.rs
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
extern crate autocfg;

use std::env;
use std::io;

mod support;

fn main() {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() {
// With no arguments, this must be a (harness-free) test run.
// (we're using system binaries as wrappers, so ignore other platforms)
if cfg!(unix) {
test_wrappers();
}
} else {
// Otherwise we're acting like a no-op rustc wrapper, ignoring almost everything.
for arg in args {
match &*arg {
// Add our own version so we can check that the wrapper is used for that.
"--version" => println!("release: 12345.6789.0"),

// Read all input so the writer doesn't get EPIPE when we exit.
"-" => {
let stdin = io::stdin();
let _ = io::copy(&mut stdin.lock(), &mut io::sink());
}

_ => {}
}
}
}
}

/// Tests that autocfg uses the RUSTC_WRAPPER and/or RUSTC_WORKSPACE_WRAPPER
/// environment variables when running rustc.
#[test]
#[cfg(unix)] // we're using system binaries as wrappers
fn test_wrappers() {
fn set(name: &str, value: Option<bool>) {
match value {
Expand DownExpand Up@@ -45,8 +71,9 @@ fn test_wrappers() {
}

// Finally, make sure that `RUSTC_WRAPPER` is applied outermost
// by using something that doesn't pass through at all.
env::set_var("RUSTC_WRAPPER", "./tests/wrap_ignored");
// by using something (ourself) that doesn't pass through at all.
let wrap_ignored = env::current_exe().unwrap();
env::set_var("RUSTC_WRAPPER", &wrap_ignored);
env::set_var("RUSTC_WORKSPACE_WRAPPER", "/bin/false");
let ac = autocfg::AutoCfg::with_dir(out.as_ref()).unwrap();
assert!(ac.probe_type("mesize")); // anything goes!
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "6559f95efa34658b9e801b45e39f1b306c32e249"
"sha1": "95557babd58cf90e65c6175e7b9433f41f686bd2"
},
"path_in_vcs": "runtime"
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.81"
name = "diplomat-runtime"
version = "0.15.0"
version = "0.15.1"
authors = [
"Shadaj Laddad <shadaj@users.noreply.github.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f9086
deps: update V8 to 15.2.124.9
targos Aug 13, 2026
ac0686d
deps: update Rust crates for V8 15.2.124.9
targos Aug 13, 2026
3450dcd
build: reset embedder string to "-node.0"
targos Aug 13, 2026
29ae295
src: update NODE_MODULE_VERSION to 151
targos Aug 13, 2026
9d37fdb
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
fdcca21
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
51fa403
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
35bee38
deps: patch V8 for illumos
danmcd Apr 16, 2025
ad1b703
deps: support madvise(3C) across ALL illumos revisions
danmcd Aug 7, 2025
73c71f5
deps: patch V8 to fix Windows build
StefanStojanovic Mar 17, 2026
7b1a974
deps: fix V8 race condition for AIX
abmusse Apr 20, 2026
0a46bfc
deps: fixup macros.h for GCC support
targos Apr 3, 2026
d17d73c
deps: V8: cherry-pick 68cf9ecd884b
joyeecheung Aug 11, 2026
f819b6e
tools: update V8 gypfiles for 14.8
targos Feb 18, 2026
71bee9e
tools: update V8 gypfiles for 14.9
targos May 1, 2026
0f22a95
tools: update V8 gypfiles for 15.0
targos May 9, 2026
20288e7
tools: update V8 gypfiles for 15.1
targos Jun 15, 2026
cc10b48
build: disable v8_postmortem_support
joyeecheung Apr 3, 2026
e0c1284
src: migrate from deprecated xxxV2 APIs
targos Apr 30, 2026
54647f9
src: migrate from `v8::PropertyCallbackInfo<void>`
targos Apr 30, 2026
5431e04
test: update wpt Wasm jsapi expectations
targos May 15, 2026
0376950
test: update test-heapdump-vm-script.js for new version of V8
joyeecheung May 16, 2026
10b196c
build: use ICU_UTIL_DATA_STATIC across V8
joyeecheung May 27, 2026
ac31ae3
src: fix external reference registration for new CFunction lifetime
joyeecheung May 21, 2026
a45b843
test: update for new V8 serialization format
joyeecheung May 21, 2026
f554209
test: avoid worker in shared value conveyor test
targos Aug 4, 2026
e33a7c1
build: fix cppgc_base perfetto source scraper
legendecas Aug 13, 2026
7541bc4
deps: V8: cherry-pick ba4ef8d72cde
joyeecheung Aug 20, 2026
cd337e7
deps: V8: cherry-pick 811fe8b04203
miladfarca Aug 14, 2026
5f18227
build,win: fix
StefanStojanovic Aug 25, 2026
5040994
build: derive V8_LOGGING_LEVEL from dcheck_always_on
joyeecheung Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions common.gypi
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.28',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand DownExpand Up@@ -100,7 +100,7 @@
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
}, {
'os_posix': 1,
'v8_postmortem_support%': 1,
'v8_postmortem_support%': 0,
}],
['GENERATOR == "ninja"', {
'obj_dir': '<(PRODUCT_DIR)/obj',
Expand Down
35 changes: 18 additions & 17 deletions deps/crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions deps/crates/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,12 +3,17 @@
[package]
edition = "2021"
name = "node_crates"
version = "14.6.202"
version = "15.2.124"
rust-version = "1.86"

[lib]
crate-type = [ "staticlib" ]

[dependencies.icu_locale]
version = "2.2.0"
default-features = false
features = [ "compiled_data" ]

[dependencies.icu_locale_core]
version = "2.2.0"
default-features = false
Expand All@@ -22,10 +27,10 @@ version = "2"
features = [ "full" ]

[dependencies.temporal_capi]
version = "0.2.3"
version = "0.2.4"
features = [ "zoneinfo64" ]

[dependencies.temporal_rs]
version = "0.2.3"
version = "0.2.4"
default-features = false
features = [ "float64_representable_durations" ]
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/.cargo_vcs_info.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "d912169ed67977efe5a465269b0e73cb66060c49"
"sha1": "2799b09c24e6632f8e653c5cd8fc303e85a906ba"
},
"path_in_vcs": ""
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions deps/crates/vendor/autocfg-v1/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@
[package]
rust-version = "1.0"
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
authors = ["Josh Stone <cuviper@gmail.com>"]
build = false
exclude = ["/.github/**"]
Expand DownExpand Up@@ -72,5 +72,4 @@ path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"

[dependencies]
harness = false
15 changes: 13 additions & 2 deletions deps/crates/vendor/autocfg-v1/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions deps/crates/vendor/autocfg-v1/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,10 @@ should only be used when the compiler supports it.

## Release Notes

- 1.5.1 (2026-05-22)

- Refactor the `test_wrappers` test without any shell script.

- 1.5.0 (2025-06-17)

- Add `edition` and `set_edition` to control the Rust edition used in probes.
Expand Down
12 changes: 0 additions & 12 deletions deps/crates/vendor/autocfg-v1/tests/wrap_ignored

This file was deleted.

35 changes: 31 additions & 4 deletions deps/crates/vendor/autocfg-v1/tests/wrappers.rs
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
extern crate autocfg;

use std::env;
use std::io;

mod support;

fn main() {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() {
// With no arguments, this must be a (harness-free) test run.
// (we're using system binaries as wrappers, so ignore other platforms)
if cfg!(unix) {
test_wrappers();
}
} else {
// Otherwise we're acting like a no-op rustc wrapper, ignoring almost everything.
for arg in args {
match &*arg {
// Add our own version so we can check that the wrapper is used for that.
"--version" => println!("release: 12345.6789.0"),

// Read all input so the writer doesn't get EPIPE when we exit.
"-" => {
let stdin = io::stdin();
let _ = io::copy(&mut stdin.lock(), &mut io::sink());
}

_ => {}
}
}
}
}

/// Tests that autocfg uses the RUSTC_WRAPPER and/or RUSTC_WORKSPACE_WRAPPER
/// environment variables when running rustc.
#[test]
#[cfg(unix)] // we're using system binaries as wrappers
fn test_wrappers() {
fn set(name: &str, value: Option<bool>) {
match value {
Expand DownExpand Up@@ -45,8 +71,9 @@ fn test_wrappers() {
}

// Finally, make sure that `RUSTC_WRAPPER` is applied outermost
// by using something that doesn't pass through at all.
env::set_var("RUSTC_WRAPPER", "./tests/wrap_ignored");
// by using something (ourself) that doesn't pass through at all.
let wrap_ignored = env::current_exe().unwrap();
env::set_var("RUSTC_WRAPPER", &wrap_ignored);
env::set_var("RUSTC_WORKSPACE_WRAPPER", "/bin/false");
let ac = autocfg::AutoCfg::with_dir(out.as_ref()).unwrap();
assert!(ac.probe_type("mesize")); // anything goes!
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "6559f95efa34658b9e801b45e39f1b306c32e249"
"sha1": "95557babd58cf90e65c6175e7b9433f41f686bd2"
},
"path_in_vcs": "runtime"
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.81"
name = "diplomat-runtime"
version = "0.15.0"
version = "0.15.1"
authors = [
"Shadaj Laddad <shadaj@users.noreply.github.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f9086
deps: update V8 to 15.2.124.9
targos Aug 13, 2026
ac0686d
deps: update Rust crates for V8 15.2.124.9
targos Aug 13, 2026
3450dcd
build: reset embedder string to "-node.0"
targos Aug 13, 2026
29ae295
src: update NODE_MODULE_VERSION to 151
targos Aug 13, 2026
9d37fdb
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
fdcca21
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
51fa403
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
35bee38
deps: patch V8 for illumos
danmcd Apr 16, 2025
ad1b703
deps: support madvise(3C) across ALL illumos revisions
danmcd Aug 7, 2025
73c71f5
deps: patch V8 to fix Windows build
StefanStojanovic Mar 17, 2026
7b1a974
deps: fix V8 race condition for AIX
abmusse Apr 20, 2026
0a46bfc
deps: fixup macros.h for GCC support
targos Apr 3, 2026
d17d73c
deps: V8: cherry-pick 68cf9ecd884b
joyeecheung Aug 11, 2026
f819b6e
tools: update V8 gypfiles for 14.8
targos Feb 18, 2026
71bee9e
tools: update V8 gypfiles for 14.9
targos May 1, 2026
0f22a95
tools: update V8 gypfiles for 15.0
targos May 9, 2026
20288e7
tools: update V8 gypfiles for 15.1
targos Jun 15, 2026
cc10b48
build: disable v8_postmortem_support
joyeecheung Apr 3, 2026
e0c1284
src: migrate from deprecated xxxV2 APIs
targos Apr 30, 2026
54647f9
src: migrate from `v8::PropertyCallbackInfo<void>`
targos Apr 30, 2026
5431e04
test: update wpt Wasm jsapi expectations
targos May 15, 2026
0376950
test: update test-heapdump-vm-script.js for new version of V8
joyeecheung May 16, 2026
10b196c
build: use ICU_UTIL_DATA_STATIC across V8
joyeecheung May 27, 2026
ac31ae3
src: fix external reference registration for new CFunction lifetime
joyeecheung May 21, 2026
a45b843
test: update for new V8 serialization format
joyeecheung May 21, 2026
f554209
test: avoid worker in shared value conveyor test
targos Aug 4, 2026
e33a7c1
build: fix cppgc_base perfetto source scraper
legendecas Aug 13, 2026
7541bc4
deps: V8: cherry-pick ba4ef8d72cde
joyeecheung Aug 20, 2026
cd337e7
deps: V8: cherry-pick 811fe8b04203
miladfarca Aug 14, 2026
5f18227
build,win: fix
StefanStojanovic Aug 25, 2026
5040994
build: derive V8_LOGGING_LEVEL from dcheck_always_on
joyeecheung Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions common.gypi
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.28',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand DownExpand Up@@ -100,7 +100,7 @@
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
}, {
'os_posix': 1,
'v8_postmortem_support%': 1,
'v8_postmortem_support%': 0,
}],
['GENERATOR == "ninja"', {
'obj_dir': '<(PRODUCT_DIR)/obj',
Expand Down
35 changes: 18 additions & 17 deletions deps/crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions deps/crates/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,12 +3,17 @@
[package]
edition = "2021"
name = "node_crates"
version = "14.6.202"
version = "15.2.124"
rust-version = "1.86"

[lib]
crate-type = [ "staticlib" ]

[dependencies.icu_locale]
version = "2.2.0"
default-features = false
features = [ "compiled_data" ]

[dependencies.icu_locale_core]
version = "2.2.0"
default-features = false
Expand All@@ -22,10 +27,10 @@ version = "2"
features = [ "full" ]

[dependencies.temporal_capi]
version = "0.2.3"
version = "0.2.4"
features = [ "zoneinfo64" ]

[dependencies.temporal_rs]
version = "0.2.3"
version = "0.2.4"
default-features = false
features = [ "float64_representable_durations" ]
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/.cargo_vcs_info.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "d912169ed67977efe5a465269b0e73cb66060c49"
"sha1": "2799b09c24e6632f8e653c5cd8fc303e85a906ba"
},
"path_in_vcs": ""
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions deps/crates/vendor/autocfg-v1/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@
[package]
rust-version = "1.0"
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
authors = ["Josh Stone <cuviper@gmail.com>"]
build = false
exclude = ["/.github/**"]
Expand DownExpand Up@@ -72,5 +72,4 @@ path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"

[dependencies]
harness = false
15 changes: 13 additions & 2 deletions deps/crates/vendor/autocfg-v1/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions deps/crates/vendor/autocfg-v1/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,10 @@ should only be used when the compiler supports it.

## Release Notes

- 1.5.1 (2026-05-22)

- Refactor the `test_wrappers` test without any shell script.

- 1.5.0 (2025-06-17)

- Add `edition` and `set_edition` to control the Rust edition used in probes.
Expand Down
12 changes: 0 additions & 12 deletions deps/crates/vendor/autocfg-v1/tests/wrap_ignored

This file was deleted.

35 changes: 31 additions & 4 deletions deps/crates/vendor/autocfg-v1/tests/wrappers.rs
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
extern crate autocfg;

use std::env;
use std::io;

mod support;

fn main() {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() {
// With no arguments, this must be a (harness-free) test run.
// (we're using system binaries as wrappers, so ignore other platforms)
if cfg!(unix) {
test_wrappers();
}
} else {
// Otherwise we're acting like a no-op rustc wrapper, ignoring almost everything.
for arg in args {
match &*arg {
// Add our own version so we can check that the wrapper is used for that.
"--version" => println!("release: 12345.6789.0"),

// Read all input so the writer doesn't get EPIPE when we exit.
"-" => {
let stdin = io::stdin();
let _ = io::copy(&mut stdin.lock(), &mut io::sink());
}

_ => {}
}
}
}
}

/// Tests that autocfg uses the RUSTC_WRAPPER and/or RUSTC_WORKSPACE_WRAPPER
/// environment variables when running rustc.
#[test]
#[cfg(unix)] // we're using system binaries as wrappers
fn test_wrappers() {
fn set(name: &str, value: Option<bool>) {
match value {
Expand DownExpand Up@@ -45,8 +71,9 @@ fn test_wrappers() {
}

// Finally, make sure that `RUSTC_WRAPPER` is applied outermost
// by using something that doesn't pass through at all.
env::set_var("RUSTC_WRAPPER", "./tests/wrap_ignored");
// by using something (ourself) that doesn't pass through at all.
let wrap_ignored = env::current_exe().unwrap();
env::set_var("RUSTC_WRAPPER", &wrap_ignored);
env::set_var("RUSTC_WORKSPACE_WRAPPER", "/bin/false");
let ac = autocfg::AutoCfg::with_dir(out.as_ref()).unwrap();
assert!(ac.probe_type("mesize")); // anything goes!
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "6559f95efa34658b9e801b45e39f1b306c32e249"
"sha1": "95557babd58cf90e65c6175e7b9433f41f686bd2"
},
"path_in_vcs": "runtime"
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.81"
name = "diplomat-runtime"
version = "0.15.0"
version = "0.15.1"
authors = [
"Shadaj Laddad <shadaj@users.noreply.github.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f9086
deps: update V8 to 15.2.124.9
targos Aug 13, 2026
ac0686d
deps: update Rust crates for V8 15.2.124.9
targos Aug 13, 2026
3450dcd
build: reset embedder string to "-node.0"
targos Aug 13, 2026
29ae295
src: update NODE_MODULE_VERSION to 151
targos Aug 13, 2026
9d37fdb
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
fdcca21
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
51fa403
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
35bee38
deps: patch V8 for illumos
danmcd Apr 16, 2025
ad1b703
deps: support madvise(3C) across ALL illumos revisions
danmcd Aug 7, 2025
73c71f5
deps: patch V8 to fix Windows build
StefanStojanovic Mar 17, 2026
7b1a974
deps: fix V8 race condition for AIX
abmusse Apr 20, 2026
0a46bfc
deps: fixup macros.h for GCC support
targos Apr 3, 2026
d17d73c
deps: V8: cherry-pick 68cf9ecd884b
joyeecheung Aug 11, 2026
f819b6e
tools: update V8 gypfiles for 14.8
targos Feb 18, 2026
71bee9e
tools: update V8 gypfiles for 14.9
targos May 1, 2026
0f22a95
tools: update V8 gypfiles for 15.0
targos May 9, 2026
20288e7
tools: update V8 gypfiles for 15.1
targos Jun 15, 2026
cc10b48
build: disable v8_postmortem_support
joyeecheung Apr 3, 2026
e0c1284
src: migrate from deprecated xxxV2 APIs
targos Apr 30, 2026
54647f9
src: migrate from `v8::PropertyCallbackInfo<void>`
targos Apr 30, 2026
5431e04
test: update wpt Wasm jsapi expectations
targos May 15, 2026
0376950
test: update test-heapdump-vm-script.js for new version of V8
joyeecheung May 16, 2026
10b196c
build: use ICU_UTIL_DATA_STATIC across V8
joyeecheung May 27, 2026
ac31ae3
src: fix external reference registration for new CFunction lifetime
joyeecheung May 21, 2026
a45b843
test: update for new V8 serialization format
joyeecheung May 21, 2026
f554209
test: avoid worker in shared value conveyor test
targos Aug 4, 2026
e33a7c1
build: fix cppgc_base perfetto source scraper
legendecas Aug 13, 2026
7541bc4
deps: V8: cherry-pick ba4ef8d72cde
joyeecheung Aug 20, 2026
cd337e7
deps: V8: cherry-pick 811fe8b04203
miladfarca Aug 14, 2026
5f18227
build,win: fix
StefanStojanovic Aug 25, 2026
5040994
build: derive V8_LOGGING_LEVEL from dcheck_always_on
joyeecheung Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions common.gypi
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.28',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand DownExpand Up@@ -100,7 +100,7 @@
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
}, {
'os_posix': 1,
'v8_postmortem_support%': 1,
'v8_postmortem_support%': 0,
}],
['GENERATOR == "ninja"', {
'obj_dir': '<(PRODUCT_DIR)/obj',
Expand Down
35 changes: 18 additions & 17 deletions deps/crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions deps/crates/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,12 +3,17 @@
[package]
edition = "2021"
name = "node_crates"
version = "14.6.202"
version = "15.2.124"
rust-version = "1.86"

[lib]
crate-type = [ "staticlib" ]

[dependencies.icu_locale]
version = "2.2.0"
default-features = false
features = [ "compiled_data" ]

[dependencies.icu_locale_core]
version = "2.2.0"
default-features = false
Expand All@@ -22,10 +27,10 @@ version = "2"
features = [ "full" ]

[dependencies.temporal_capi]
version = "0.2.3"
version = "0.2.4"
features = [ "zoneinfo64" ]

[dependencies.temporal_rs]
version = "0.2.3"
version = "0.2.4"
default-features = false
features = [ "float64_representable_durations" ]
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/.cargo_vcs_info.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "d912169ed67977efe5a465269b0e73cb66060c49"
"sha1": "2799b09c24e6632f8e653c5cd8fc303e85a906ba"
},
"path_in_vcs": ""
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/autocfg-v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions deps/crates/vendor/autocfg-v1/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@
[package]
rust-version = "1.0"
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
authors = ["Josh Stone <cuviper@gmail.com>"]
build = false
exclude = ["/.github/**"]
Expand DownExpand Up@@ -72,5 +72,4 @@ path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"

[dependencies]
harness = false
15 changes: 13 additions & 2 deletions deps/crates/vendor/autocfg-v1/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions deps/crates/vendor/autocfg-v1/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,6 +43,10 @@ should only be used when the compiler supports it.

## Release Notes

- 1.5.1 (2026-05-22)

- Refactor the `test_wrappers` test without any shell script.

- 1.5.0 (2025-06-17)

- Add `edition` and `set_edition` to control the Rust edition used in probes.
Expand Down
12 changes: 0 additions & 12 deletions deps/crates/vendor/autocfg-v1/tests/wrap_ignored

This file was deleted.

35 changes: 31 additions & 4 deletions deps/crates/vendor/autocfg-v1/tests/wrappers.rs
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
extern crate autocfg;

use std::env;
use std::io;

mod support;

fn main() {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() {
// With no arguments, this must be a (harness-free) test run.
// (we're using system binaries as wrappers, so ignore other platforms)
if cfg!(unix) {
test_wrappers();
}
} else {
// Otherwise we're acting like a no-op rustc wrapper, ignoring almost everything.
for arg in args {
match &*arg {
// Add our own version so we can check that the wrapper is used for that.
"--version" => println!("release: 12345.6789.0"),

// Read all input so the writer doesn't get EPIPE when we exit.
"-" => {
let stdin = io::stdin();
let _ = io::copy(&mut stdin.lock(), &mut io::sink());
}

_ => {}
}
}
}
}

/// Tests that autocfg uses the RUSTC_WRAPPER and/or RUSTC_WORKSPACE_WRAPPER
/// environment variables when running rustc.
#[test]
#[cfg(unix)] // we're using system binaries as wrappers
fn test_wrappers() {
fn set(name: &str, value: Option<bool>) {
match value {
Expand DownExpand Up@@ -45,8 +71,9 @@ fn test_wrappers() {
}

// Finally, make sure that `RUSTC_WRAPPER` is applied outermost
// by using something that doesn't pass through at all.
env::set_var("RUSTC_WRAPPER", "./tests/wrap_ignored");
// by using something (ourself) that doesn't pass through at all.
let wrap_ignored = env::current_exe().unwrap();
env::set_var("RUSTC_WRAPPER", &wrap_ignored);
env::set_var("RUSTC_WORKSPACE_WRAPPER", "/bin/false");
let ac = autocfg::AutoCfg::with_dir(out.as_ref()).unwrap();
assert!(ac.probe_type("mesize")); // anything goes!
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"git": {
"sha1": "6559f95efa34658b9e801b45e39f1b306c32e249"
"sha1": "95557babd58cf90e65c6175e7b9433f41f686bd2"
},
"path_in_vcs": "runtime"
}
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.81"
name = "diplomat-runtime"
version = "0.15.0"
version = "0.15.1"
authors = [
"Shadaj Laddad <shadaj@users.noreply.github.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion deps/crates/vendor/diplomat-runtime-v0_15/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading