From 5ac8f26ede517f045d22c275376c03a2129e3cf4 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Thu, 2 Oct 2025 14:45:04 +0100 Subject: [PATCH] deps: update ada to 3.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/60045 Reviewed-By: Yagiz Nizipli Reviewed-By: Ulises Gascón --- deps/ada/ada.cpp | 2 +- deps/ada/ada.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deps/ada/ada.cpp b/deps/ada/ada.cpp index 35fd212a82..72f0e31670 100644 --- a/deps/ada/ada.cpp +++ b/deps/ada/ada.cpp @@ -1,4 +1,4 @@ -/* auto-generated on 2025-09-22 20:51:08 -0400. Do not edit! */ +/* auto-generated on 2025-09-23 12:57:35 -0400. Do not edit! */ /* begin file src/ada.cpp */ #include "ada.h" /* begin file src/checkers.cpp */ diff --git a/deps/ada/ada.h b/deps/ada/ada.h index 8375204f9d..db2803c8e9 100644 --- a/deps/ada/ada.h +++ b/deps/ada/ada.h @@ -1,4 +1,4 @@ -/* auto-generated on 2025-09-22 20:51:08 -0400. Do not edit! */ +/* auto-generated on 2025-09-23 12:57:35 -0400. Do not edit! */ /* begin file include/ada.h */ /** * @file ada.h @@ -10515,14 +10515,14 @@ constructor_string_parser::parse(std::string_view input) { #ifndef ADA_ADA_VERSION_H #define ADA_ADA_VERSION_H -#define ADA_VERSION "3.2.9" +#define ADA_VERSION "3.3.0" namespace ada { enum { ADA_VERSION_MAJOR = 3, - ADA_VERSION_MINOR = 2, - ADA_VERSION_REVISION = 9, + ADA_VERSION_MINOR = 3, + ADA_VERSION_REVISION = 0, }; } // namespace ada