Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-12-01, Version 23.4.0 (Current), @aduh95 #18

Closed
wants to merge 53 commits into from
Closed

Commits on Nov 26, 2024

  1. tools: bump cross-spawn from 7.0.3 to 7.0.5 in /tools/eslint

    Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
    - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
    - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: cross-spawn
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    PR-URL: nodejs#55894
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    dependabot[bot] authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    882b70c View commit details
    Browse the repository at this point in the history
  2. tools: fix riscv64 build failed

    PR-URL: nodejs#52888
    Reviewed-By: Stewart X Addison <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    luyahan authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    72eb710 View commit details
    Browse the repository at this point in the history
  3. doc: add history entry for import assertion removal

    PR-URL: nodejs#55883
    Refs: nodejs#52104
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Geoffrey Booth <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f9d25ed View commit details
    Browse the repository at this point in the history
  4. build: compile bundled ada conditionally

    The --shared-ada flag was introduced in nodejs#52924, but the implementation
    was incomplete.
    
    Resolves nodejs#52914
    
    PR-URL: nodejs#55886
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    jirutka authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    83e02dc View commit details
    Browse the repository at this point in the history
  5. build: compile bundled simdjson conditionally

    The --shared-simdjson flag was introduced in nodejs#52924, but the
    implementation was incomplete.
    
    Resolves nodejs#52914
    
    PR-URL: nodejs#55886
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    jirutka authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d8eb83c View commit details
    Browse the repository at this point in the history
  6. build: compile bundled simdutf conditionally

    The --shared-simdutf flag was introduced in nodejs#52924, but the
    implementation was incomplete.
    
    Resolves nodejs#52914
    
    PR-URL: nodejs#55886
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    jirutka authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fffabca View commit details
    Browse the repository at this point in the history
  7. deps: update simdutf to 5.6.2

    PR-URL: nodejs#55889
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    nodejs-github-bot authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9c61038 View commit details
    Browse the repository at this point in the history
  8. doc,lib,src,test: unflag sqlite module

    This commit allows the node:sqlite module to be used without
    starting Node with a CLI flag. The module is still experimental.
    
    Fixes: nodejs#55854
    PR-URL: nodejs#55890
    Reviewed-By: Jake Yuesong Li <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    cjihrig authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    efb9f05 View commit details
    Browse the repository at this point in the history
  9. test_runner: mark context.plan() as stable

    This function does not require a CLI flag, does not emit a warning,
    and is a fairly simple API that is already being used heavily in
    the ecosystem. This commit marks context.plan() as stable.
    
    PR-URL: nodejs#55895
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    cjihrig authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8a5d8c7 View commit details
    Browse the repository at this point in the history
  10. test_runner: mark snapshot testing as stable

    This commit marks the test runner's snapshot testing API as
    stable.
    
    PR-URL: nodejs#55897
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    cjihrig authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8197815 View commit details
    Browse the repository at this point in the history
  11. doc: include git node release --promote to steps

    Refs: nodejs/node-core-utils#835
    PR-URL: nodejs#55835
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    219f5f2 View commit details
    Browse the repository at this point in the history
  12. doc: fix relative path mention in --allow-fs

    PR-URL: nodejs#55791
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f711a48 View commit details
    Browse the repository at this point in the history
  13. tools: lint js in doc/**/*.md

    PR-URL: nodejs#55904
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    LiviaMedeiros authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d093820 View commit details
    Browse the repository at this point in the history
  14. src: fix kill signal on Windows

    Fixes: nodejs#42923
    PR-URL: nodejs#55514
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Stefan Stojanovic <[email protected]>
    huseyinacacak-janea authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    497a9ae View commit details
    Browse the repository at this point in the history
  15. test: fix determining lower priority

    PR-URL: nodejs#55908
    Fixes: NixOS/nixpkgs#355919
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    LiviaMedeiros authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    493e16c View commit details
    Browse the repository at this point in the history
  16. doc: add esm examples to node:timers

    PR-URL: nodejs#55857
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    mfdebian authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5a2a757 View commit details
    Browse the repository at this point in the history
  17. build: fix GN build for sqlite

    PR-URL: nodejs#55912
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Juan José Arboleda <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    zcbenz authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f48e289 View commit details
    Browse the repository at this point in the history
  18. deps: update simdjson to 3.10.1

    PR-URL: nodejs#54678
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    nodejs-github-bot authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7768b3d View commit details
    Browse the repository at this point in the history
  19. doc: remove RedYetiDev from triagers team

    PR-URL: nodejs#55947
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Jake Yuesong Li <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    RedYetiDev authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9d07880 View commit details
    Browse the repository at this point in the history
  20. sqlite: add StatementSync.prototype.iterate method

    PR-URL: nodejs#54213
    Reviewed-By: Zeyu "Alex" Yang <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    tpoisseau authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d777d4a View commit details
    Browse the repository at this point in the history
  21. test: make x509 crypto tests work with BoringSSL

    PR-URL: nodejs#55927
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    codebytere authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    29362ce View commit details
    Browse the repository at this point in the history
  22. doc: fix Node.js 23 column in CHANGELOG.md

    The column for Node.js 23 in `CHANGELOG.md` is missing an opening
    `<td>` tag so was not correctly rendering.
    
    PR-URL: nodejs#55935
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    richardlau authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c8bb8a6 View commit details
    Browse the repository at this point in the history
  23. tools: add linter for release commit proposals

    PR-URL: nodejs#55923
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    475141e View commit details
    Browse the repository at this point in the history
  24. doc: document approach for building wasm in deps

    Refs: nodejs/security-wg#1236
    
    Signed-off-by: Michael Dawson <[email protected]>
    PR-URL: nodejs#55940
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    mhdawson authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ccc5a6d View commit details
    Browse the repository at this point in the history
  25. build: use variable for crypto dep path

    PR-URL: nodejs#55928
    Reviewed-By: Cheng Zhao <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    codebytere authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    26ec996 View commit details
    Browse the repository at this point in the history
  26. module: do not warn when require(esm) comes from node_modules

    As part of the standard experimental feature graduation
    policy, when we unflagged require(esm) we moved the
    experimental warning to be emitted when require() is
    actually used to load ESM, which previously was an error.
    However, some packages in the ecosystem have already
    being using try-catch to load require(esm) to e.g.
    resolve optional dependency, and emitting warning from
    there instead of throwing directly could break the CLI
    output.
    
    To reduce the disruption for releases, as a compromise, this
    patch skips the warning if require(esm) comes from
    node_modules, where users typically don't have much control
    over the code. This warning will be eventually removed
    when require(esm) becomes stable.
    
    This patch was originally intended for the LTS releases,
    though it seems there's appetite for it on v23.x as
    well so it's re-targeted to the main branch.
    
    PR-URL: nodejs#55960
    Refs: nodejs#55217
    Refs: nodejs#52697
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    joyeecheung authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4be5047 View commit details
    Browse the repository at this point in the history
  27. doc: add esm example for zlib

    PR-URL: nodejs#55946
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    peixotoleonardo authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ff48c29 View commit details
    Browse the repository at this point in the history
  28. deps: update zlib to 1.3.0.1-motley-7e2e4d7

    PR-URL: nodejs#54432
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    nodejs-github-bot authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cf3f7ac View commit details
    Browse the repository at this point in the history
  29. crypto: allow non-multiple of 8 in SubtleCrypto.deriveBits

    PR-URL: nodejs#55296
    Reviewed-By: James M Snell <[email protected]>
    panva authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    93d36bf View commit details
    Browse the repository at this point in the history
  30. doc: doc how to add message for promotion

    Document the process for adding a message that
    ambassadors will be asked to promote.
    
    Signed-off-by: Michael Dawson <[email protected]>
    PR-URL: nodejs#55843
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    mhdawson authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1e0decb View commit details
    Browse the repository at this point in the history
  31. build: add create release proposal action

    PR-URL: nodejs#55690
    Refs: nodejs/security-wg#860
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2023b09 View commit details
    Browse the repository at this point in the history
  32. doc: order node:crypto APIs alphabetically

    PR-URL: nodejs#55831
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    badkeyy authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    98f8f4a View commit details
    Browse the repository at this point in the history
  33. assert: add partialDeepStrictEqual

    Fixes: nodejs#50399
    
    Co-Authored-By: Cristian Barlutiu <[email protected]>
    PR-URL: nodejs#54630
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Jithil P Ponnan <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    2 people authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a4f57f0 View commit details
    Browse the repository at this point in the history
  34. test: convert readdir test to use test runner

    Signed-off-by: tchetwin <[email protected]>
    PR-URL: nodejs#55750
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    tchetwin authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c157e02 View commit details
    Browse the repository at this point in the history
  35. deps: upgrade npm to 10.9.1

    PR-URL: nodejs#55951
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    npm-cli-bot authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    288416a View commit details
    Browse the repository at this point in the history
  36. test: make HTTP/1.0 connection test more robust

    Fixes: nodejs#47200
    
    Co-authored-by: Luigi Pinca <[email protected]>
    PR-URL: nodejs#55959
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    2 people authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f7567d4 View commit details
    Browse the repository at this point in the history
  37. test_runner: simplify hook running logic

    This commit removes some asynchronous logic from the runHook()
    method and replaces ArrayPrototypeReduce() with a for loop.
    
    PR-URL: nodejs#55963
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    cjihrig authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c048865 View commit details
    Browse the repository at this point in the history
  38. lib: avoid excluding symlinks in recursive fs.readdir with filetypes

    Fixes: nodejs#52663
    Signed-off-by: Juan José Arboleda <[email protected]>
    PR-URL: nodejs#55714
    Reviewed-By: Ethan Arrowood <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    juanarbol authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    30f26ba View commit details
    Browse the repository at this point in the history
  39. test_runner: refactor build Promise in Suite()

    This commit refactors the buildSuite Promise logic in the Suite
    constructor to use an async function instead of creating an
    awkward primordial-based Promise chain.
    
    PR-URL: nodejs#55958
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    cjihrig authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    95e8c4e View commit details
    Browse the repository at this point in the history
  40. test_runner: refactor Promise chain in run()

    This commit refactors the chain of functions in run() to use an
    async function instead of creating an awkward primordial-based
    Promise chain.
    
    PR-URL: nodejs#55958
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    cjihrig authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7c3a4d4 View commit details
    Browse the repository at this point in the history
  41. tools: use tokenless Codecov uploads

    Refs: https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token
    PR-URL: nodejs#55943
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Juan José Arboleda <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    targos authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    32b1681 View commit details
    Browse the repository at this point in the history
  42. doc: add vetted courses to the ambassador benefits

    Signed-off-by: Matteo Collina <[email protected]>
    PR-URL: nodejs#55934
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    mcollina authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7705724 View commit details
    Browse the repository at this point in the history
  43. doc: add doc for PerformanceObserver.takeRecords()

    PR-URL: nodejs#55786
    Fixes: nodejs#55779
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    skyclouds2001 authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a3f7db6 View commit details
    Browse the repository at this point in the history
  44. assert: optimize partial comparison of two Sets

    PR-URL: nodejs#55970
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5b0ce37 View commit details
    Browse the repository at this point in the history
  45. doc: deprecate passing invalid types in fs.existsSync

    PR-URL: nodejs#55892
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    Ceres6 authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    baed276 View commit details
    Browse the repository at this point in the history
  46. quic: multiple updates to quic impl

    * separate stats and symbols into separate files
    * quic: rename `EndpointStats` and `SessionStats` to be consistent
      * s/EndpointStats/QuicEndpointStats/
      * s/SessionStats/QuicSessionStats/
    * separate state into separate files and other cleanups
    * extend tls options validations
    * rename classes for consistency and other cleanups
    
    PR-URL: nodejs#55971
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    jasnell authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1fb30d6 View commit details
    Browse the repository at this point in the history
  47. deps: update simdutf to 5.6.3

    PR-URL: nodejs#55973
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    nodejs-github-bot authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d180a8a View commit details
    Browse the repository at this point in the history
  48. deps: update ngtcp2 to 1.9.0

    PR-URL: nodejs#55975
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    nodejs-github-bot authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    96e846d View commit details
    Browse the repository at this point in the history
  49. deps: update corepack to 0.30.0

    PR-URL: nodejs#55977
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    nodejs-github-bot authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f99f95f View commit details
    Browse the repository at this point in the history
  50. http2: fix memory leak caused by premature listener removing

    Http2Session should always call ondone into JS to detach the
    handle. In some case, ondone is defered to be called by the
    StreamListener through WriteWrap, we should be careful of this
    before getting rid of the StreamListener.
    
    PR-URL: nodejs#55966
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Juan José Arboleda <[email protected]>
    ywave620 authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9289374 View commit details
    Browse the repository at this point in the history
  51. build: set node_arch to target_cpu in GN

    PR-URL: nodejs#55967
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Juan José Arboleda <[email protected]>
    codebytere authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ce53f16 View commit details
    Browse the repository at this point in the history
  52. build: avoid compiling with VS v17.12

    Refs: nodejs/build#3963
    PR-URL: nodejs#55930
    Refs: nodejs#53863
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jake Yuesong Li <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    StefanStojanovic authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7133c04 View commit details
    Browse the repository at this point in the history
  53. src: safely remove the last line from dotenv

    Refs: nodejs#55925
    PR-URL: nodejs#55982
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Juan José Arboleda <[email protected]>
    islandryu authored and aduh95 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    971f5f5 View commit details
    Browse the repository at this point in the history