@visulima/tsconfig 1.0.14 → 1.0.16

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 (3) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/LICENSE.md +2 -5
  3. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## @visulima/tsconfig [1.0.16](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.15...@visulima/tsconfig@1.0.16) (2024-10-05)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 2.2.2
7
+ * **@visulima/path:** upgraded to 1.1.1
8
+
9
+ ## @visulima/tsconfig [1.0.15](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.14...@visulima/tsconfig@1.0.15) (2024-10-05)
10
+
11
+ ### Bug Fixes
12
+
13
+ * updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@visulima/fs:** upgraded to 2.2.1
19
+ * **@visulima/path:** upgraded to 1.1.0
20
+
1
21
  ## @visulima/tsconfig [1.0.14](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.13...@visulima/tsconfig@1.0.14) (2024-09-29)
2
22
 
3
23
  ### Miscellaneous Chores
package/LICENSE.md CHANGED
@@ -21,21 +21,18 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
22
 
23
23
  <!-- DEPENDENCIES -->
24
- <!-- DEPENDENCIES -->
24
+ <!-- /DEPENDENCIES -->
25
25
 
26
26
  <!-- TYPE_DEPENDENCIES -->
27
27
 
28
28
  # Licenses of bundled types
29
-
30
29
  The published @visulima/tsconfig artifact additionally contains code with the following licenses:
31
30
  (MIT OR CC0-1.0)
32
31
 
33
32
  # Bundled types:
34
-
35
33
  ## type-fest
36
-
37
34
  License: (MIT OR CC0-1.0)
38
35
  By: Sindre Sorhus
39
36
  Repository: sindresorhus/type-fest
40
37
 
41
- <!-- TYPE_DEPENDENCIES -->
38
+ <!-- /TYPE_DEPENDENCIES -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tsconfig",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Find and/or parse the tsconfig.json file from a directory path.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -67,8 +67,8 @@
67
67
  "CHANGELOG.md"
68
68
  ],
69
69
  "dependencies": {
70
- "@visulima/fs": "2.2.0",
71
- "@visulima/path": "1.0.9",
70
+ "@visulima/fs": "2.2.2",
71
+ "@visulima/path": "1.1.1",
72
72
  "jsonc-parser": "^3.3.1",
73
73
  "resolve-pkg-maps": "^1.0.0"
74
74
  },
@@ -78,14 +78,14 @@
78
78
  "@anolilab/semantic-release-pnpm": "1.1.3",
79
79
  "@anolilab/semantic-release-preset": "^9.0.0",
80
80
  "@arethetypeswrong/cli": "^0.16.4",
81
- "@babel/core": "^7.25.2",
81
+ "@babel/core": "^7.25.7",
82
82
  "@rushstack/eslint-plugin-security": "^0.8.3",
83
- "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
83
+ "@secretlint/secretlint-rule-preset-recommend": "^8.3.0",
84
84
  "@total-typescript/ts-reset": "^0.6.1",
85
85
  "@types/node": "18.18.14",
86
- "@visulima/packem": "1.0.1",
87
- "@vitest/coverage-v8": "^2.1.1",
88
- "@vitest/ui": "^2.1.1",
86
+ "@visulima/packem": "1.0.7",
87
+ "@vitest/coverage-v8": "^2.1.2",
88
+ "@vitest/ui": "^2.1.2",
89
89
  "conventional-changelog-conventionalcommits": "8.0.0",
90
90
  "cross-env": "^7.0.3",
91
91
  "esbuild": "0.24.0",
@@ -101,11 +101,10 @@
101
101
  "rimraf": "5.0.9",
102
102
  "secretlint": "8.2.4",
103
103
  "semantic-release": "^24.1.2",
104
- "strip-ansi": "^7.1.0",
105
104
  "tempy": "^3.1.0",
106
105
  "type-fest": "^4.26.1",
107
106
  "typescript": "5.4.5",
108
- "vitest": "^2.1.1"
107
+ "vitest": "^2.1.2"
109
108
  },
110
109
  "engines": {
111
110
  "node": ">=18.* <=22.*"