@visulima/tsconfig 1.0.12 → 1.0.14
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 +28 -0
- package/LICENSE.md +3 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies ([736c6ce](https://github.com/visulima/visulima/commit/736c6ce7270b3e525a8ea9f79646a2a3fde47d4e))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 2.2.0
|
|
11
|
+
|
|
12
|
+
## @visulima/tsconfig [1.0.13](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.12...@visulima/tsconfig@1.0.13) (2024-09-24)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
|
|
17
|
+
* updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
|
|
18
|
+
|
|
19
|
+
### Miscellaneous Chores
|
|
20
|
+
|
|
21
|
+
* updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **@visulima/fs:** upgraded to 2.1.18
|
|
27
|
+
* **@visulima/path:** upgraded to 1.0.9
|
|
28
|
+
|
|
1
29
|
## @visulima/tsconfig [1.0.12](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.11...@visulima/tsconfig@1.0.12) (2024-09-11)
|
|
2
30
|
|
|
3
31
|
### Bug Fixes
|
package/LICENSE.md
CHANGED
|
@@ -26,11 +26,14 @@ SOFTWARE.
|
|
|
26
26
|
<!-- TYPE_DEPENDENCIES -->
|
|
27
27
|
|
|
28
28
|
# Licenses of bundled types
|
|
29
|
+
|
|
29
30
|
The published @visulima/tsconfig artifact additionally contains code with the following licenses:
|
|
30
31
|
(MIT OR CC0-1.0)
|
|
31
32
|
|
|
32
33
|
# Bundled types:
|
|
34
|
+
|
|
33
35
|
## type-fest
|
|
36
|
+
|
|
34
37
|
License: (MIT OR CC0-1.0)
|
|
35
38
|
By: Sindre Sorhus
|
|
36
39
|
Repository: sindresorhus/type-fest
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tsconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
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.
|
|
71
|
-
"@visulima/path": "1.0.
|
|
70
|
+
"@visulima/fs": "2.2.0",
|
|
71
|
+
"@visulima/path": "1.0.9",
|
|
72
72
|
"jsonc-parser": "^3.3.1",
|
|
73
73
|
"resolve-pkg-maps": "^1.0.0"
|
|
74
74
|
},
|
|
@@ -77,18 +77,18 @@
|
|
|
77
77
|
"@anolilab/prettier-config": "^5.0.14",
|
|
78
78
|
"@anolilab/semantic-release-pnpm": "1.1.3",
|
|
79
79
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
80
|
-
"@arethetypeswrong/cli": "^0.16.
|
|
80
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
81
81
|
"@babel/core": "^7.25.2",
|
|
82
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
82
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
83
83
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
84
84
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
85
85
|
"@types/node": "18.18.14",
|
|
86
|
-
"@visulima/packem": "
|
|
87
|
-
"@vitest/coverage-v8": "^2.
|
|
88
|
-
"@vitest/ui": "^2.
|
|
86
|
+
"@visulima/packem": "1.0.1",
|
|
87
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
88
|
+
"@vitest/ui": "^2.1.1",
|
|
89
89
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
90
90
|
"cross-env": "^7.0.3",
|
|
91
|
-
"esbuild": "0.
|
|
91
|
+
"esbuild": "0.24.0",
|
|
92
92
|
"eslint": "8.57.0",
|
|
93
93
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
94
94
|
"eslint-plugin-etc": "^2.0.3",
|
|
@@ -96,16 +96,16 @@
|
|
|
96
96
|
"eslint-plugin-mdx": "^3.1.5",
|
|
97
97
|
"eslint-plugin-vitest": "^0.4.1",
|
|
98
98
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
99
|
-
"execa": "^9.
|
|
99
|
+
"execa": "^9.4.0",
|
|
100
100
|
"prettier": "^3.3.3",
|
|
101
101
|
"rimraf": "5.0.9",
|
|
102
102
|
"secretlint": "8.2.4",
|
|
103
|
-
"semantic-release": "^24.1.
|
|
103
|
+
"semantic-release": "^24.1.2",
|
|
104
104
|
"strip-ansi": "^7.1.0",
|
|
105
105
|
"tempy": "^3.1.0",
|
|
106
106
|
"type-fest": "^4.26.1",
|
|
107
107
|
"typescript": "5.4.5",
|
|
108
|
-
"vitest": "^2.
|
|
108
|
+
"vitest": "^2.1.1"
|
|
109
109
|
},
|
|
110
110
|
"engines": {
|
|
111
111
|
"node": ">=18.* <=22.*"
|