deps: update ada to 3.3.0

PR-URL: https://github.com/nodejs/node/pull/60045
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Node.js GitHub Bot 2025-10-02 14:45:04 +01:00 committed by GitHub
parent 69144e96c2
commit 5ac8f26ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

2
deps/ada/ada.cpp vendored
View File

@ -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 */

8
deps/ada/ada.h vendored
View File

@ -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<regex_provider>::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