Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 20, 2024
1 parent 40dd605 commit 720fa9c
Show file tree
Hide file tree
Showing 27 changed files with 67 additions and 55 deletions.
6 changes: 6 additions & 0 deletions dist/jsenv_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3973,6 +3973,12 @@ const registerDirectoryLifecycle = (
stat: null,
};
}
if (e.code === "EACCES") {
return {
type: null,
stat: null,
};
}
throw e;
}
};
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/core",
"version": "39.5.3",
"version": "39.5.4",
"description": "Tool to develop, test and build js projects",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"@financial-times/polyfill-useragent-normaliser": "1.10.2",
"@jsenv/abort": "4.3.0",
"@jsenv/ast": "6.2.17",
"@jsenv/filesystem": "4.10.3",
"@jsenv/filesystem": "4.10.4",
"@jsenv/humanize": "1.2.8",
"@jsenv/importmap": "1.2.1",
"@jsenv/integrity": "0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/independent/filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/filesystem",
"version": "4.10.3",
"version": "4.10.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ export const registerDirectoryLifecycle = (
stat: null,
};
}
if (e.code === "EACCES") {
return {
type: null,
stat: null,
};
}
throw e;
}
};
Expand Down
4 changes: 2 additions & 2 deletions packages/independent/https-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/https-local",
"version": "3.2.2",
"version": "3.2.3",
"description": "A programmatic way to generate locally trusted certificates",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"hosts:ensure-localhost-mappings": "node ./scripts/hosts/ensure_localhost_mappings.mjs"
},
"dependencies": {
"@jsenv/filesystem": "4.10.3",
"@jsenv/filesystem": "4.10.4",
"@jsenv/humanize": "1.2.8",
"@jsenv/urls": "2.5.2",
"command-exists": "1.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/independent/snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/snapshot",
"version": "2.11.1",
"version": "2.11.2",
"description": "Snapshot testing",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@jsenv/ast": "6.2.17",
"@jsenv/exception": "1.1.3",
"@jsenv/humanize": "1.2.8",
"@jsenv/filesystem": "4.10.3",
"@jsenv/filesystem": "4.10.4",
"@jsenv/terminal-recorder": "1.4.8",
"@jsenv/urls": "2.5.2",
"@jsenv/utils": "2.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/independent/workflow/file-size-impact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/file-size-impact",
"version": "14.3.1",
"version": "14.3.2",
"description": "Add files size impact into pull requests",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@jsenv/dynamic-import-worker": "1.2.1",
"@jsenv/filesystem": "4.10.3",
"@jsenv/github-pull-request-impact": "1.8.1",
"@jsenv/filesystem": "4.10.4",
"@jsenv/github-pull-request-impact": "1.8.2",
"@jsenv/urls": "2.5.2",
"@jsenv/humanize": "1.2.8"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/github-pull-request-impact",
"version": "1.8.1",
"version": "1.8.2",
"description": "Report pull request impact on something",
"license": "MIT",
"repository": {
Expand All @@ -26,7 +26,7 @@
"/src/"
],
"dependencies": {
"@jsenv/filesystem": "4.10.3",
"@jsenv/filesystem": "4.10.4",
"@jsenv/humanize": "1.2.8"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/github-release-package",
"version": "1.6.1",
"version": "1.6.2",
"description": "Create github release when package version changes.",
"license": "MIT",
"repository": {
Expand All @@ -25,8 +25,8 @@
"/src/"
],
"dependencies": {
"@jsenv/filesystem": "4.10.3",
"@jsenv/filesystem": "4.10.4",
"@jsenv/humanize": "1.2.8",
"@jsenv/github-pull-request-impact": "1.8.1"
"@jsenv/github-pull-request-impact": "1.8.2"
}
}
6 changes: 3 additions & 3 deletions packages/independent/workflow/lighthouse-impact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/lighthouse-impact",
"version": "4.2.1",
"version": "4.2.2",
"description": "Package description",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@jsenv/abort": "4.3.0",
"@jsenv/dynamic-import-worker": "1.2.1",
"@jsenv/filesystem": "4.10.3",
"@jsenv/github-pull-request-impact": "1.8.1",
"@jsenv/filesystem": "4.10.4",
"@jsenv/github-pull-request-impact": "1.8.2",
"@jsenv/humanize": "1.2.8",
"lighthouse": "12.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/independent/workflow/monorepo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/monorepo",
"version": "0.1.2",
"version": "0.1.3",
"description": "Helpers to manage packages in a monorepo",
"license": "MIT",
"repository": {
Expand All @@ -27,8 +27,8 @@
],
"dependencies": {
"@jsenv/urls": "2.5.2",
"@jsenv/filesystem": "4.10.3",
"@jsenv/package-publish": "1.11.1",
"@jsenv/filesystem": "4.10.4",
"@jsenv/package-publish": "1.11.2",
"@jsenv/humanize": "1.2.8",
"semver": "7.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/independent/workflow/package-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/package-publish",
"version": "1.11.1",
"version": "1.11.2",
"description": "Publish package to one or many registry.",
"license": "MIT",
"repository": {
Expand All @@ -26,7 +26,7 @@
"/src/"
],
"dependencies": {
"@jsenv/filesystem": "4.10.3",
"@jsenv/filesystem": "4.10.4",
"@jsenv/humanize": "1.2.8",
"semver": "7.6.3"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/independent/workflow/performance-impact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/performance-impact",
"version": "4.4.1",
"version": "4.4.2",
"description": "Report pull request impacts on performance metrics",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@jsenv/dynamic-import-worker": "1.2.1",
"@jsenv/filesystem": "4.10.3",
"@jsenv/github-pull-request-impact": "1.8.1",
"@jsenv/filesystem": "4.10.4",
"@jsenv/github-pull-request-impact": "1.8.2",
"@jsenv/humanize": "1.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/related/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/cli",
"version": "0.1.41",
"version": "0.1.43",
"description": "Command Line Interface for jsenv",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/related/cli/template-node-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"devDependencies": {
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.3",
"@jsenv/core": "39.5.4",
"@jsenv/eslint-config-relax": "1.2.0",
"@jsenv/test": "3.5.3",
"@jsenv/test": "3.5.5",
"eslint": "9.9.0",
"prettier": "3.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/related/cli/template-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@jsenv/custom-elements-redefine": "0.0.1",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.3",
"@jsenv/core": "39.5.4",
"@jsenv/plugin-bundling": "2.7.9",
"@jsenv/plugin-minification": "1.5.6",
"@jsenv/eslint-config-relax": "1.2.0",
"@jsenv/test": "3.5.3",
"@jsenv/test": "3.5.5",
"eslint": "9.9.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.46.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/related/cli/template-web-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.3",
"@jsenv/core": "39.5.4",
"@jsenv/plugin-preact": "1.6.18",
"@jsenv/plugin-bundling": "2.7.9",
"@jsenv/plugin-minification": "1.5.6",
"@jsenv/eslint-config-relax": "1.2.0",
"@jsenv/test": "3.5.3",
"@jsenv/test": "3.5.5",
"eslint": "9.9.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.46.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/related/cli/template-web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.3",
"@jsenv/plugin-react": "1.5.27",
"@jsenv/core": "39.5.4",
"@jsenv/plugin-react": "1.5.28",
"@jsenv/plugin-bundling": "2.7.9",
"@jsenv/plugin-minification": "1.5.6",
"@jsenv/eslint-config-relax": "1.2.0",
"@jsenv/test": "3.5.3",
"@jsenv/test": "3.5.5",
"eslint": "9.9.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.46.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/related/cli/template-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.3",
"@jsenv/core": "39.5.4",
"@jsenv/eslint-config-relax": "1.2.0",
"@jsenv/plugin-bundling": "2.7.9",
"@jsenv/plugin-minification": "1.5.6",
"@jsenv/test": "3.5.3",
"@jsenv/test": "3.5.5",
"eslint": "9.9.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.46.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/related/plugin-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-commonjs",
"version": "2.8.14",
"version": "2.8.15",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"/src/"
],
"dependencies": {
"@jsenv/filesystem": "4.10.3",
"@jsenv/filesystem": "4.10.4",
"@jsenv/humanize": "1.2.8",
"@jsenv/url-meta": "8.5.2",
"@jsenv/urls": "2.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/related/plugin-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-explorer",
"version": "1.0.42",
"version": "1.0.43",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"/src/"
],
"dependencies": {
"@jsenv/filesystem": "4.10.3"
"@jsenv/filesystem": "4.10.4"
},
"scripts": {
"build": "node ./scripts/build.mjs",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.8.13"
"version": "2.8.14"
}
4 changes: 2 additions & 2 deletions packages/related/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-react",
"version": "1.5.27",
"version": "1.5.28",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"@babel/plugin-transform-react-jsx": "7.25.2",
"@babel/plugin-transform-react-jsx-development": "7.24.7",
"@jsenv/ast": "6.2.17",
"@jsenv/plugin-commonjs": "2.8.14",
"@jsenv/plugin-commonjs": "2.8.15",
"@jsenv/sourcemap": "1.2.23",
"@jsenv/url-meta": "8.5.2",
"react-refresh": "0.14.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/related/test/dist/jsenv_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5466,7 +5466,7 @@ const startServerUsingCommand = async (
webServer,
{ signal, allocatedMs, logger, teardownCallbackSet, shell = true },
) => {
const spawnedProcess = spawn(webServer.command, [], {
const spawnedProcess = spawn(webServer.command, webServer.args || [], {
// On non-windows platforms, `detached: true` makes child process a leader of a new
// process group, making it possible to kill child process tree with `.kill(-pid)` command.
// @see https://nodejs.org/api/child_process.html#child_process_options_detached
Expand Down Expand Up @@ -5514,7 +5514,7 @@ const startServerUsingCommand = async (
`web server process exit exitCode=${exitCode}, exitSignal=${signal}, pid=${spawnedProcess.pid}`,
);
} else {
logger.error(
console.error(
`web server process premature exit exitCode=${exitCode}, exitSignal=${signal}, pid=${spawnedProcess.pid}
--- stderr ---
${stderr}
Expand Down Expand Up @@ -5619,8 +5619,8 @@ const startServerUsingModuleUrl = async (webServer, params) => {
return startServerUsingCommand(
{
...webServer,
command: `node ${fileURLToPath(webServer.moduleUrl)} --jsenv-test`,
shell: false,
command: `node ${fileURLToPath(webServer.moduleUrl)}`,
args: ["--jsenv-test"],
},
params,
);
Expand Down
4 changes: 2 additions & 2 deletions packages/related/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/test",
"version": "3.5.3",
"version": "3.5.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@jsenv/abort": "4.3.0",
"@jsenv/ast": "6.2.17",
"@jsenv/exception": "1.1.3",
"@jsenv/filesystem": "4.10.3",
"@jsenv/filesystem": "4.10.4",
"@jsenv/github-check-run": "0.2.1",
"@jsenv/node-esm-resolution": "1.0.6",
"@jsenv/humanize": "1.2.8",
Expand Down
Loading

0 comments on commit 720fa9c

Please sign in to comment.