Conversation
Bumps [pkgroll](https://github.com/privatenumber/pkgroll) from 2.8.2 to 2.11.0. - [Release notes](https://github.com/privatenumber/pkgroll/releases) - [Commits](privatenumber/pkgroll@v2.8.2...v2.11.0) --- updated-dependencies: - dependency-name: pkgroll dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Run npm run download-ci-model
> humanifyjs@2.2.2 download-ci-model
> npx humanify download 2b
node:internal/modules/cjs/loader:1631
throw new ERR_INVALID_ARG_VALUE('filename', filename, createRequireError);
^
TypeError [ERR_INVALID_ARG_VALUE]: The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received undefined
at createRequire (node:internal/modules/cjs/loader:1631:11)
at file:///Users/runner/work/humanify/humanify/dist/index.mjs:137[4](https://github.com/jehna/humanify/actions/runs/13489863907/job/37686273739?pr=343#step:7:5):18 {
code: 'ERR_INVALID_ARG_VALUE'
}
Node.js v20.18.1
Error: Process completed with exit code 1.This has been failing for a while: Installing/building/running locally, I get the same error:
|
|
It seems to work fine with
|
Looking at import { createRequire as __prettierCreateRequire } from "module";
import { fileURLToPath as __prettierFileUrlToPath } from "url";
import { dirname as __prettierDirname } from "path";
const require = __prettierCreateRequire(import.meta.url);
const __filename = __prettierFileUrlToPath(import.meta.url);
const __dirname = __prettierDirname(__filename);
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;But we can see that |
|
I've opened an upstream bug report for this with |
Notes from the upstream bug issue:
Was fixed in this commit: And released in By setting
We can see various
So I opened some upstream issues for that:
We can see more about when
We can confirm that in the But from node |
Confirmed that
I won't bother creating a new PR for this, as Deepdive/Writeup:
|
|
Superseded by #347. |


Bumps pkgroll from 2.8.2 to 2.11.0.
Release notes
Sourced from pkgroll's releases.
Commits
01ea624feat: add support for nested types in subpath exports (#112)97adefatest: env applied in node_modules4ae9c67feat: enhance env replacement with esbuild7057b55fix: insert hashbang above createRequire6a93e79refactor: split up rollup configsfa6f06cfeat: upgrade depsff934b2refactor: move out rollup pluginsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)