redyetidev

Results 105 issues of redyetidev

### Version node-v23.0.0-nightly202409243c5ceff85f ### Platform ```text N/A ``` ### Subsystem test_runner ### What steps will reproduce the bug? The Node.js coverage reporter does not correctly handle source maps with a...

regression
coverage
source maps
test_runner

This PR changes the code coverage test runner to throw `ERR_SOURCE_MAP_CANNOT_PARSE` when a sourcemap is not a valid JSON file, or does not exist.

errors
needs-ci
coverage
source maps
commit-queue-rebase
test_runner

Followup #54842 This PR runtime-deprecates instantiating the REPL classes without the `new` keyword.

util
repl
semver-major
deprecations
needs-ci
needs-citgm

This (uncleanly) reverts commit efbba60. Fixes #55410 --- The commit efbba60 introduced a change where paths would **retain trailing `/` characters**. This change led to issues in `npm` and likely...

path
author ready
needs-ci
revert

Fixes #54417 Ref: #55452 `v8::String::Value` is deprecated, so this PR replaces it with `v8::String::ValueView`

c++
lib / src
author ready
needs-ci
needs-citgm
needs-benchmark-ci

Another PR is updated V8 to 13.0, so I compiled a list of deprecations from that version onward. While they don't need to be fixed immediately, it's important to know...

c++
v8 engine
deprecations

Ref #55452 `GetPrototype` has been deprecated in favor of `GetPrototypeV2`. See https://issues.chromium.org/issues/333672197

c++
lib / src
author ready
needs-ci

## `git node wpt FileAPI` Note one new failure: `Passing a Float16Array as element of the blobParts array should work.` Note that several tests now **pass** that previously **failed**.

test
author ready
needs-ci

## `git node wpt performance-timeline` Note that `not-restored-reasons/*` depends on the HTML WPT, and has been skipped. `idlharness-shadowrealm.window.js` requires ShadowRealm, and has been skipped. `droppedentriescount.any.js` requires WPTRunner to have `fetch`...

test
author ready
needs-ci

Ref: #52464 `ares_query` has been deprecated in favor of `ares_query_dnsrec`, so this PR switches our implementation to use it.

c++
cares
needs-ci