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-11-20, Version 23.3.0 (Current), @RafaelGSS #55921

Merged
merged 56 commits into from
Nov 20, 2024
Merged

Commits on Nov 16, 2024

  1. doc: add history entries for JSON modules stabilization

    PR-URL: #55855
    Refs: #55333
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    1f2fcf1 View commit details
    Browse the repository at this point in the history
  2. util: fix util.getCallSites plurality

    `util.getCallSite` returns an array of call site objects. Rename the
    function to reflect that it returns a given count of frames captured
    as an array of call site object.
    
    Renames the first parameter `frames` to be `frameCount` to indicate
    that it specifies the count of returned call sites.
    
    PR-URL: #55626
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    legendecas authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    00e092b View commit details
    Browse the repository at this point in the history
  3. util: add sourcemap support to getCallSites

    PR-URL: #55589
    Fixes: #55109
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Chengzhong Wu <[email protected]>
    marco-ippolito authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d4e7926 View commit details
    Browse the repository at this point in the history
  4. tools: fix c-ares updater script for Node.js 18

    GitHub Actions is by default running the tools updater workflow
    with Node.js 18. Avoid use of `import.meta.dirname`, which wasn't
    backported to Node.js 18.
    
    PR-URL: #55717
    Refs: #55445
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    richardlau authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    7814669 View commit details
    Browse the repository at this point in the history
  5. lib: use Promise.withResolvers() in timers

    PR-URL: #55720
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    anonrig authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    bbb8f59 View commit details
    Browse the repository at this point in the history
  6. deps: update icu to 76.1

    PR-URL: #55551
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    nodejs-github-bot authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e147935 View commit details
    Browse the repository at this point in the history
  7. lib: remove unnecessary optional chaining

    PR-URL: #55728
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Gerhard Stöbich <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    gurgunday authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    cfe28b1 View commit details
    Browse the repository at this point in the history
  8. test: improve test coverage for ServerResponse

    Signed-off-by: Juan José Arboleda <[email protected]>
    PR-URL: #55711
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    juanarbol authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d1ad43e View commit details
    Browse the repository at this point in the history
  9. doc: enforce strict policy to semver-major releases

    Co-authored-by: Antoine du Hamel <[email protected]>
    PR-URL: #55732
    Refs: nodejs/Release#1054
    Reviewed-By: Paolo Insogna <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Ulises Gascón <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    RafaelGSS and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5767b76 View commit details
    Browse the repository at this point in the history
  10. test: add buffer to fs_permission tests

    PR-URL: #55734
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e1b42e7 View commit details
    Browse the repository at this point in the history
  11. lib: prefer symbol to number in webidl type function

    PR-URL: #55737
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Filip Skokan <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    1568733 View commit details
    Browse the repository at this point in the history
  12. assert: differentiate cases where cause is undefined or missing

    PR-URL: #55738
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Chengzhong Wu <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9862912 View commit details
    Browse the repository at this point in the history
  13. test: ensure that test priority is not higher than current priority

    PR-URL: #55739
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    LiviaMedeiros authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e1f54e2 View commit details
    Browse the repository at this point in the history
  14. doc: clarify removal of experimental API does not require a deprecation

    PR-URL: #55746
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Chengzhong Wu <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Ulises Gascón <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8576ca9 View commit details
    Browse the repository at this point in the history
  15. fs: fix bufferSize option for opendir recursive

    The bufferSize option was not respected in recursive mode. This PR
    implements a naive solution to fix this issue until a better
    implementation can be designed.
    
    Fixes: #48820
    PR-URL: #55744
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Ethan-Arrowood authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    db0d648 View commit details
    Browse the repository at this point in the history
  16. util: do not mark experimental feature as deprecated

    PR-URL: #55740
    Reviewed-By: Chengzhong Wu <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    3a9733c View commit details
    Browse the repository at this point in the history
  17. test: improve test coverage for child process message sending

    Signed-off-by: Juan José Arboleda <[email protected]>
    PR-URL: #55710
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    juanarbol authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    84c4747 View commit details
    Browse the repository at this point in the history
  18. src: add cli option to preserve env vars on dr

    PR-URL: #55697
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ccb69bb View commit details
    Browse the repository at this point in the history
  19. src: improve node:os userInfo performance

    PR-URL: #55719
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    anonrig authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    16786a6 View commit details
    Browse the repository at this point in the history
  20. doc: sort --report-exclude alphabetically

    PR-URL: #55788
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Ulises Gascón <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    aa12de0 View commit details
    Browse the repository at this point in the history
  21. tools: remove non-existent file from eslint config

    PR-URL: #55772
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    RedYetiDev authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    419ea06 View commit details
    Browse the repository at this point in the history
  22. tools: make commit-queue check blocked label

    PR-URL: #55781
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    marco-ippolito authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8111a76 View commit details
    Browse the repository at this point in the history
  23. tools: fix exclude labels for commit-queue

    The `gh` cli doesn't recognise `--no-label`. Instead exclude labels
    via the `--search` flag.
    
    Refs: #55781 (comment)
    Refs: cli/cli#4142
    PR-URL: #55809
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Beth Griggs <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    richardlau authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    3cfacd3 View commit details
    Browse the repository at this point in the history
  24. build: apply cpp linting and formatting to ncrypto

    PR-URL: #55362
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    RedYetiDev authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    bba7323 View commit details
    Browse the repository at this point in the history
  25. build: use glob for dependencies of out/Makefile

    The `out/Makefile` target in `Makefile` has an incomplete list of
    `.gyp` files for Node.js dependencies in `deps`, but also the ones
    that are listed are unconditional. If using any of the `--shared-*`
    configure options, it should be possible to still build Node.js if
    the corresponding directory under `deps` is removed.
    
    Convert the explicit list of dependency `*.gyp` files for the
    `out/Makefile` target to a glob. This will pick up any toplevel
    `.gyp` files for dependencies present in `deps`.
    
    PR-URL: #55789
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Juan José Arboleda <[email protected]>
    richardlau authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    7773567 View commit details
    Browse the repository at this point in the history
  26. doc: clarify triager role

    highlight additional points around triager role
    
    Co-authored-by: Antoine du Hamel <[email protected]>
    PR-URL: #55775
    Reviewed-By: Chengzhong Wu <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Ulises Gascón <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    gireeshpunathil and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    df5ea1a View commit details
    Browse the repository at this point in the history
  27. build: implement node_use_amaro flag in GN build

    PR-URL: #55798
    Refs: #54136
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    zcbenz authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    472d55e View commit details
    Browse the repository at this point in the history
  28. doc: run license-builder

    PR-URL: #55813
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    github-actions[bot] authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9aeb671 View commit details
    Browse the repository at this point in the history
  29. esm: fix import.meta.resolve crash

    PR-URL: #55777
    Fixes: #55518
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    marco-ippolito authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    83ba688 View commit details
    Browse the repository at this point in the history
  30. permission: ignore internalModuleStat on module loading

    This improves Permission Model usage when allowing read access to
    specifi modules. To achieve that, the permission model check on
    internalModuleStat has been removed meaning that on module loading,
    uv_fs_stat is performed on files and folders even when the permission
    model is enabled. Although a uv_fs_stat is performed, reading/executing
    the module will still pass by the permission model check.
    
    Without this PR when an app tries to --allow-fs-read=./a.js
    --allow-fs-read=./b.js where `a` attempt to load b, it will fails as
    it reads $pwd and no permission has been given to this path.
    
    PR-URL: #55797
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Ulises Gascón <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9c99255 View commit details
    Browse the repository at this point in the history
  31. benchmark: add test_runner/mock-fn

    PR-URL: #55771
    Refs: #55723
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
    RedYetiDev authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c210335 View commit details
    Browse the repository at this point in the history
  32. deps: update c-ares to v1.34.3

    PR-URL: #55803
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    nodejs-github-bot authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e0db9ed View commit details
    Browse the repository at this point in the history
  33. report: fix network queries in getReport libuv with exclude-network

    PR-URL: #55602
    Reviewed-By: Ethan Arrowood <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Chengzhong Wu <[email protected]>
    Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
    Tofandel authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5a437c4 View commit details
    Browse the repository at this point in the history
  34. test: fix permission fixtures lint

    PR-URL: #55819
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    770670c View commit details
    Browse the repository at this point in the history
  35. doc: update unflag info of import.meta.resolve

    PR-URL: #55810
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    skyclouds2001 authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    65ffb2c View commit details
    Browse the repository at this point in the history
  36. doc: correct max-semi-space-size statement

    Signed-off-by: Joe Bowbeer <[email protected]>
    PR-URL: #55812
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Ulises Gascón <[email protected]>
    joebowbeer authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c5afdaf View commit details
    Browse the repository at this point in the history
  37. module: tidy code string concat → string templates

    PR-URL: #55820
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    JakobJingleheimer authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    11e1bdd View commit details
    Browse the repository at this point in the history
  38. doc: fix history info for URL.prototype.toJSON

    PR-URL: #55818
    Fixes: #55806
    Refs: #11236
    Refs: #17365
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e56265c View commit details
    Browse the repository at this point in the history
  39. doc: add notable-change mention to sec release

    PR-URL: #55830
    Refs: nodejs/changelog-maker#167
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    RafaelGSS authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    787e51e View commit details
    Browse the repository at this point in the history
  40. events: add hasEventListener util for validate

    There was some repetitive logics that validated the existence of
    eventlisteners. We now replace this with a single line of,
    `hasEventListener(self, type)`.
    `self` is the object(e.g. EventEmitter) to be checked whether
    eventlisteners exists or not.
    `type` is the type of eventlisteners, which can be `undefined`
    
    PR-URL: #55230
    Reviewed-By: Jason Zhang <[email protected]>
    sungpaks authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    bdb6d12 View commit details
    Browse the repository at this point in the history
  41. doc: clarify UV_THREADPOOL_SIZE env var usage

    Setting of UV_THREADPOOL_SIZE from inside process using
    process.env.UV_THREADPOOL_SIZE is not guaranteed to work as
    the thread pool would have been created as part of the runtime
    initialisation much before user code is run.
    
    update doc/api/cli.md
    
    PR-URL: #55832
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    preveen-stack authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    a831184 View commit details
    Browse the repository at this point in the history
  42. doc: add -S flag release preparation example

    PR-URL: #55836
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    1b863b9 View commit details
    Browse the repository at this point in the history
  43. benchmark: add test-reporters

    PR-URL: #55757
    Refs: #55723
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
    Reviewed-By: Raz Luvaton <[email protected]>
    RedYetiDev authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    32e5bbc View commit details
    Browse the repository at this point in the history
  44. doc: add node:sqlite to mandatory node: prefix list

    PR-URL: #55846
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    sapphi-red authored and aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ec953bc View commit details
    Browse the repository at this point in the history
  45. doc: remove non-working example

    PR-URL: #55856
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Raz Luvaton <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    aduh95 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e0ef65b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. deps: update undici to 6.21.0

    PR-URL: #55851
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Matthew Aitken <[email protected]>
    nodejs-github-bot authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    dc8aca3 View commit details
    Browse the repository at this point in the history
  2. deps: update simdutf to 5.6.1

    PR-URL: #55850
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    nodejs-github-bot authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    cad557e View commit details
    Browse the repository at this point in the history
  3. Revert "src: migrate String::Value to String::ValueView"

    This reverts commit 45c6a9e.
    
    PR-URL: #55828
    Fixes: #55826
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jake Yuesong Li <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    targos authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    58d7a6e View commit details
    Browse the repository at this point in the history
  4. src: use env strings to create sqlite results

    PR-URL: #55785
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    targos authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    49d5522 View commit details
    Browse the repository at this point in the history
  5. test_runner: error on mocking an already mocked date

    Fixes #55849
    
    PR-URL: #55858
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    RedYetiDev authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    034505e View commit details
    Browse the repository at this point in the history
  6. fs: prevent unwanted dependencyOwners removal

    Remove files from watcher `dependencyOwners` on file change only if it
    has no other owners.
    
    Co-authored-by: Pietro Marchini <[email protected]>
    PR-URL: #55565
    Reviewed-By: Pietro Marchini <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    2 people authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d41cb49 View commit details
    Browse the repository at this point in the history
  7. crypto: allow length=0 for HKDF and PBKDF2 in SubtleCrypto.deriveBits

    PR-URL: #55866
    Reviewed-By: Matthew Aitken <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Jason Zhang <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    panva authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e0c2225 View commit details
    Browse the repository at this point in the history
  8. tools: bump @eslint/plugin-kit from 0.2.0 to 0.2.3 in /tools/eslint

    Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3.
    - [Release notes](https://github.com/eslint/rewrite/releases)
    - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
    - [Commits](eslint/rewrite@core-v0.2.0...plugin-kit-v0.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/plugin-kit"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    PR-URL: #55875
    Reviewed-By: Claudio Wunder <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    dependabot[bot] authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    44324aa View commit details
    Browse the repository at this point in the history
  9. sqlite: add support for SQLite Session Extension

    PR-URL: #54181
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    louwers authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bcbba72 View commit details
    Browse the repository at this point in the history
  10. lib: remove unused file fetch_module

    PR-URL: #55880
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    targos authored and RafaelGSS committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    693fda0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. 2024-11-20, Version 23.3.0 (Current)

    Notable changes:
    
    doc:
      * enforce strict policy to semver-major releases (Rafael Gonzaga) #55732
    src:
      * (SEMVER-MINOR) add cli option to preserve env vars on dr (Rafael Gonzaga) #55697
    util:
      * (SEMVER-MINOR) add sourcemap support to getCallSites (Marco Ippolito) #55589
      * (SEMVER-MINOR) fix util.getCallSites plurality (Chengzhong Wu) #55626
    
    PR-URL: #55921
    RafaelGSS committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    72f82ad View commit details
    Browse the repository at this point in the history