Skip to content

Conversation

JoshuaKGoldberg
Copy link
Member

PR Checklist

Overview

Similar to #5484, this increases the lockfile size for local development dependencies. This is log-symbols@2 is still referenced by:

$ npm ls log-symbols@2
[email protected] /Users/josh/repos/mocha
└─┬ [email protected]
  └── [email protected]

💖

@mark-wiemer
Copy link
Member

expected '(node:2682) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import \'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("./test/integration/fixtures/esm/loader-with-module-not-found/loader-that-recognizes-ts.mjs", pathToFileURL("./"));\'
    at createModuleLoader (node:internal/modules/esm/loader:956:17)
    at Object.getOrInitializeCascadedLoader (node:internal/modules/esm/loader:1000:22)
    at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:106:65)
    at runEntryPointWithESMLoader (node:internal/modules/run_main:139:19)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:176:5)
    at node:internal/main/run_main_module:36:49

node:internal/modules/run_main:123
    triggerUncaughtException(
    ^
TypeError [ERR_INVALID_URL_SCHEME]: The URL must be of scheme file
    at fileURLToPath (node:internal/url:1608:11)
    at resolve (file:///home/runner/work/mocha/mocha/test/integration/fixtures/esm/loader-with-module-not-found/loader-that-recognizes-ts.mjs:15:5)
    at nextResolve (node:internal/modules/esm/hooks:748:28)
    at Hooks.resolve (node:internal/modules/esm/hooks:240:30)
    at MessagePort.handleMessage (node:internal/modules/esm/worker:199:24)
    at [nodejs.internal.kHybridDispatch] (node:internal/event_target:827:20)
    at MessagePort.<anonymous> (node:internal/per_context/messageport:23:28) {
  code: \'ERR_INVALID_URL_SCHEME\'
}

Node.js v22.19.0
'
to contain 'ERR_MODULE_NOT_FOUND'

Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📦 Package: Bump log-symbols from 4 to 7

2 participants