@visulima/tsconfig 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## @visulima/tsconfig [1.0.4](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.3...@visulima/tsconfig@1.0.4) (2024-07-02)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * changed typescript version back to 5.4.5 ([55d28bb](https://github.com/visulima/visulima/commit/55d28bbdc103718d19f844034b38a0e8e5af798a))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/fs:** upgraded to 2.1.10
11
+
12
+ ## @visulima/tsconfig [1.0.3](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.2...@visulima/tsconfig@1.0.3) (2024-07-02)
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * updated dev dependencies ([cf7a28a](https://github.com/visulima/visulima/commit/cf7a28ab93565a65e583086c9dce0138e970d1d1))
17
+ * updated dev dependencies ([34df456](https://github.com/visulima/visulima/commit/34df4569f2fc074823a406c44a131c8fbae2b147))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * **@visulima/fs:** upgraded to 2.1.9
23
+
1
24
  ## @visulima/tsconfig [1.0.2](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.1...@visulima/tsconfig@1.0.2) (2024-07-01)
2
25
 
3
26
  ### Styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tsconfig",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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.8",
63
+ "@visulima/fs": "2.1.10",
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",
@@ -96,7 +96,7 @@
96
96
  "strip-ansi": "^7.1.0",
97
97
  "tempy": "^3.1.0",
98
98
  "type-fest": "^4.20.1",
99
- "typescript": "^5.4.5",
99
+ "typescript": "5.4.5",
100
100
  "vitest": "^1.6.0"
101
101
  },
102
102
  "engines": {