@jsenv/cli 0.1.29 → 0.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/cli",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "description": "Command Line Interface for jsenv",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,7 +13,7 @@
13
13
  "devDependencies": {
14
14
  "@jsenv/assert": "4.4.0",
15
15
  "@jsenv/core": "39.3.12",
16
- "@jsenv/eslint-config-relax": "1.1.0",
16
+ "@jsenv/eslint-config-relax": "1.1.2",
17
17
  "@jsenv/test": "3.4.1",
18
18
  "eslint": "9.9.0",
19
19
  "prettier": "3.3.3"
@@ -1,7 +1,7 @@
1
1
  ------------ 2 executions ready -------------
2
2
  directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/template-web
3
3
  ---------------------------------------------
4
- ✔ 1/2 src/tests/animals.test.html [chromium/0.1s] (1 completed)
4
+ ✔ 1/2 src/tests/animals.test.html [chromium/0.3s] (1 completed)
5
5
  ✔ 2/2 src/tests/app.test.mjs [node/0.9s] (all completed)
6
6
  ------------- 2 executions done -------------
7
7
  status: all completed
@@ -2,5 +2,5 @@ import { eslintConfigRelax } from "@jsenv/eslint-config-relax";
2
2
 
3
3
  export default eslintConfigRelax({
4
4
  rootDirectoryUrl: new URL("./", import.meta.url),
5
- type: "browser",
5
+ browserDirectoryUrl: new URL("./src/", import.meta.url),
6
6
  });
@@ -14,11 +14,10 @@
14
14
  "prettier": "prettier --write ."
15
15
  },
16
16
  "devDependencies": {
17
- "@babel/eslint-parser": "7.25.1",
18
17
  "@babel/plugin-syntax-import-assertions": "7.24.7",
19
18
  "@jsenv/assert": "4.4.0",
20
19
  "@jsenv/core": "39.3.12",
21
- "@jsenv/eslint-config-relax": "1.1.0",
20
+ "@jsenv/eslint-config-relax": "1.1.2",
22
21
  "@jsenv/plugin-bundling": "2.7.7",
23
22
  "@jsenv/plugin-minification": "1.5.5",
24
23
  "@jsenv/test": "3.4.1",
@@ -5,5 +5,5 @@ directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/temp
5
5
  ✔ 2/2 src/tests/app.test.mjs [node/0.9s] (all completed)
6
6
  ------------- 2 executions done -------------
7
7
  status: all completed
8
- duration: 1.6s (setup: 0.4s, execution: 1.5s, teardown: 0.1s)
8
+ duration: 1.5s (setup: 0.4s, execution: 1.4s, teardown: 0.1s)
9
9
  ---------------------------------------------
@@ -2,5 +2,5 @@ import { eslintConfigRelax } from "@jsenv/eslint-config-relax";
2
2
 
3
3
  export default eslintConfigRelax({
4
4
  rootDirectoryUrl: new URL("./", import.meta.url),
5
- type: "browser",
5
+ browserDirectoryUrl: new URL("./src/", import.meta.url),
6
6
  });
@@ -15,14 +15,13 @@
15
15
  "playwright:install": "npx playwright install-deps && npx playwright install"
16
16
  },
17
17
  "devDependencies": {
18
- "@babel/eslint-parser": "7.25.1",
19
18
  "@babel/plugin-syntax-import-assertions": "7.24.7",
20
19
  "@jsenv/custom-elements-redefine": "0.0.1",
21
20
  "@jsenv/assert": "4.4.0",
22
21
  "@jsenv/core": "39.3.12",
23
22
  "@jsenv/plugin-bundling": "2.7.7",
24
23
  "@jsenv/plugin-minification": "1.5.5",
25
- "@jsenv/eslint-config-relax": "1.1.0",
24
+ "@jsenv/eslint-config-relax": "1.1.2",
26
25
  "@jsenv/test": "3.4.1",
27
26
  "eslint": "9.9.0",
28
27
  "open": "10.1.0",
@@ -2,8 +2,8 @@
2
2
  directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/template-web-preact
3
3
  ---------------------------------------------
4
4
  ✔ 1/2 src/tests/animals.test.html [chromium/0.2s] (1 completed)
5
- ✔ 2/2 src/tests/app.test.mjs [node/1.3s] (all completed)
5
+ ✔ 2/2 src/tests/app.test.mjs [node/1.1s] (all completed)
6
6
  ------------- 2 executions done -------------
7
7
  status: all completed
8
- duration: 1.9s (setup: 0.4s, execution: 1.8s, teardown: 0.1s)
8
+ duration: 1.8s (setup: 0.4s, execution: 1.7s, teardown: 0.1s)
9
9
  ---------------------------------------------
@@ -2,6 +2,6 @@ import { eslintConfigRelax } from "@jsenv/eslint-config-relax";
2
2
 
3
3
  export default eslintConfigRelax({
4
4
  rootDirectoryUrl: new URL("./", import.meta.url),
5
- type: "browser",
5
+ browserDirectoryUrl: new URL("./src/", import.meta.url),
6
6
  jsxPragmaAuto: true,
7
7
  });
@@ -15,10 +15,9 @@
15
15
  "playwright:install": "npx playwright install-deps && npx playwright install"
16
16
  },
17
17
  "dependencies": {
18
- "preact": "10.23.1"
18
+ "preact": "10.23.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@babel/eslint-parser": "7.25.1",
22
21
  "@babel/plugin-syntax-import-assertions": "7.24.7",
23
22
  "@babel/plugin-transform-react-jsx": "7.25.2",
24
23
  "@jsenv/assert": "4.4.0",
@@ -26,7 +25,7 @@
26
25
  "@jsenv/plugin-preact": "1.6.16",
27
26
  "@jsenv/plugin-bundling": "2.7.7",
28
27
  "@jsenv/plugin-minification": "1.5.5",
29
- "@jsenv/eslint-config-relax": "1.1.0",
28
+ "@jsenv/eslint-config-relax": "1.1.2",
30
29
  "@jsenv/test": "3.4.1",
31
30
  "eslint": "9.9.0",
32
31
  "open": "10.1.0",
@@ -1,9 +1,9 @@
1
1
  ------------ 2 executions ready -------------
2
2
  directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/template-web-react
3
3
  ---------------------------------------------
4
- ✔ 1/2 src/tests/animals.test.html [chromium/0.3s] (1 completed)
5
- ✔ 2/2 src/tests/app.test.mjs [node/4.3s] (all completed)
4
+ ✔ 1/2 src/tests/animals.test.html [chromium/1.6s] (1 completed)
5
+ ✔ 2/2 src/tests/app.test.mjs [node/2.5s] (all completed)
6
6
  ------------- 2 executions done -------------
7
7
  status: all completed
8
- duration: 5s (setup: 0.4s, execution: 4.9s, teardown: 0.2s)
8
+ duration: 3.7s (setup: 0.9s, execution: 3.6s, teardown: 0.1s)
9
9
  ---------------------------------------------
@@ -2,6 +2,6 @@ import { eslintConfigRelax } from "@jsenv/eslint-config-relax";
2
2
 
3
3
  export default eslintConfigRelax({
4
4
  rootDirectoryUrl: new URL("./", import.meta.url),
5
- type: "browser",
5
+ browserDirectoryUrl: new URL("./src/", import.meta.url),
6
6
  jsxPragmaAuto: true,
7
7
  });
@@ -19,7 +19,6 @@
19
19
  "react-dom": "18.3.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@babel/eslint-parser": "7.25.1",
23
22
  "@babel/plugin-syntax-import-assertions": "7.24.7",
24
23
  "@babel/plugin-transform-react-jsx": "7.25.2",
25
24
  "@jsenv/assert": "4.4.0",
@@ -27,7 +26,7 @@
27
26
  "@jsenv/plugin-react": "1.5.24",
28
27
  "@jsenv/plugin-bundling": "2.7.7",
29
28
  "@jsenv/plugin-minification": "1.5.5",
30
- "@jsenv/eslint-config-relax": "1.1.0",
29
+ "@jsenv/eslint-config-relax": "1.1.2",
31
30
  "@jsenv/test": "3.4.1",
32
31
  "eslint": "9.9.0",
33
32
  "open": "10.1.0",