@visulima/tsconfig 1.0.1 → 1.0.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## @visulima/tsconfig [1.0.3](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.2...@visulima/tsconfig@1.0.3) (2024-07-02)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * updated dev dependencies ([cf7a28a](https://github.com/visulima/visulima/commit/cf7a28ab93565a65e583086c9dce0138e970d1d1))
6
+ * updated dev dependencies ([34df456](https://github.com/visulima/visulima/commit/34df4569f2fc074823a406c44a131c8fbae2b147))
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **@visulima/fs:** upgraded to 2.1.9
12
+
13
+ ## @visulima/tsconfig [1.0.2](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.1...@visulima/tsconfig@1.0.2) (2024-07-01)
14
+
15
+ ### Styles
16
+
17
+ * cs fixes ([cf19938](https://github.com/visulima/visulima/commit/cf199384f25cd6e97d4041317b35b6a3cc586f88))
18
+ * cs fixes found by eslint and prettier ([69ef744](https://github.com/visulima/visulima/commit/69ef7444c0bfbf1c94763623332e06b7fffc0039))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@visulima/fs:** upgraded to 2.1.8
24
+
1
25
  ## @visulima/tsconfig [1.0.1](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.0...@visulima/tsconfig@1.0.1) (2024-06-19)
2
26
 
3
27
  ### Bug Fixes
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  [@visulima/path](https://github.com/visulima/visulima/tree/main/packages/path),
8
8
  [jsonc-parser](https://github.com/microsoft/node-jsonc-parser) and
9
9
  [resolve-pkg-maps](https://github.com/privatenumber/resolve-pkg-maps)
10
+
10
11
  </p>
11
12
  </div>
12
13
 
@@ -71,9 +72,9 @@ writeTsConfig({ compilerOptions: { ... } }/* ,{ cwd: "./" }*/);
71
72
  Reads the TypeScript configuration from a tsconfig.json file.
72
73
 
73
74
  ```ts
74
- import { readTsConfig } from '@visulima/package';
75
+ import { readTsConfig } from "@visulima/package";
75
76
 
76
- const tsconfig = await readTsConfig("/Users/../Projects/visulima/packages/tsconfig.json", /* { tscCompatible: false } */);
77
+ const tsconfig = await readTsConfig("/Users/../Projects/visulima/packages/tsconfig.json" /* { tscCompatible: false } */);
77
78
  ```
78
79
 
79
80
  > tscCompatible: If true, the configuration will be parsed in a way that is compatible with the TypeScript compiler.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tsconfig",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Find and/or parse the tsconfig.json file from a directory path.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -60,9 +60,9 @@
60
60
  "CHANGELOG.md"
61
61
  ],
62
62
  "dependencies": {
63
- "@visulima/fs": "2.1.7",
63
+ "@visulima/fs": "2.1.9",
64
64
  "@visulima/path": "1.0.2",
65
- "jsonc-parser": "^3.2.1",
65
+ "jsonc-parser": "^3.3.1",
66
66
  "resolve-pkg-maps": "^1.0.0"
67
67
  },
68
68
  "devDependencies": {
@@ -80,7 +80,7 @@
80
80
  "@vitest/ui": "^1.6.0",
81
81
  "conventional-changelog-conventionalcommits": "8.0.0",
82
82
  "cross-env": "^7.0.3",
83
- "esbuild": "^0.21.5",
83
+ "esbuild": "0.22.0",
84
84
  "eslint": "^8.57.0",
85
85
  "eslint-plugin-deprecation": "^3.0.0",
86
86
  "eslint-plugin-etc": "^2.0.3",
@@ -88,7 +88,7 @@
88
88
  "eslint-plugin-mdx": "^3.1.5",
89
89
  "eslint-plugin-vitest": "^0.4.1",
90
90
  "eslint-plugin-vitest-globals": "^1.5.0",
91
- "execa": "^9.2.0",
91
+ "execa": "^9.3.0",
92
92
  "prettier": "^3.3.2",
93
93
  "rimraf": "^5.0.7",
94
94
  "secretlint": "8.2.4",