@visulima/tsconfig 1.0.12 → 1.0.13

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 +17 -0
  2. package/LICENSE.md +3 -0
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @visulima/tsconfig [1.0.13](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.12...@visulima/tsconfig@1.0.13) (2024-09-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
6
+ * updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@visulima/fs:** upgraded to 2.1.18
16
+ * **@visulima/path:** upgraded to 1.0.9
17
+
1
18
  ## @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
19
 
3
20
  ### 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.12",
3
+ "version": "1.0.13",
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.1.17",
71
- "@visulima/path": "1.0.8",
70
+ "@visulima/fs": "2.1.18",
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.2",
80
+ "@arethetypeswrong/cli": "^0.16.4",
81
81
  "@babel/core": "^7.25.2",
82
- "@rushstack/eslint-plugin-security": "^0.8.2",
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": "^1.0.0-alpha.108",
87
- "@vitest/coverage-v8": "^2.0.5",
88
- "@vitest/ui": "^2.0.5",
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.23.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,7 +96,7 @@
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.3.1",
99
+ "execa": "^9.4.0",
100
100
  "prettier": "^3.3.3",
101
101
  "rimraf": "5.0.9",
102
102
  "secretlint": "8.2.4",
@@ -105,7 +105,7 @@
105
105
  "tempy": "^3.1.0",
106
106
  "type-fest": "^4.26.1",
107
107
  "typescript": "5.4.5",
108
- "vitest": "^2.0.5"
108
+ "vitest": "^2.1.1"
109
109
  },
110
110
  "engines": {
111
111
  "node": ">=18.* <=22.*"