@visulima/tsconfig 1.2.0 → 2.0.0
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 +26 -0
- package/dist/index.d.ts +4 -2005
- package/dist/index.js +1 -0
- package/dist/packem_shared/findTsConfig-DemDAox0.js +1 -0
- package/dist/packem_shared/implicitBaseUrlSymbol-ChpNOAyc.js +1 -0
- package/package.json +8 -24
- package/dist/index.cjs +0 -1
- package/dist/index.d.cts +0 -2033
- package/dist/index.d.mts +0 -2033
- package/dist/index.mjs +0 -1
- package/dist/packem_shared/findTsConfig-B1SNRXnt.cjs +0 -1
- package/dist/packem_shared/findTsConfig-K7SdbxiK.mjs +0 -1
- package/dist/packem_shared/implicitBaseUrlSymbol-B_X9pk9Z.cjs +0 -1
- package/dist/packem_shared/implicitBaseUrlSymbol-CPtIty7J.mjs +0 -1
- package/dist/packem_shared/writeTsConfig-C99ubsh6.cjs +0 -1
- /package/dist/packem_shared/{writeTsConfig-0IO4xPZJ.mjs → writeTsConfig-0IO4xPZJ.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @visulima/tsconfig [2.0.0](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.2.0...@visulima/tsconfig@2.0.0) (2025-10-15)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* Adjusted the node engine requirement to support versions 20.19 and above.
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* Adjusted the node engine requirement to support versions 20.19 and above. ([1719cc3](https://github.com/visulima/visulima/commit/1719cc3104d67cfaeb15b49fc9e4538ad320c283))
|
|
10
|
+
* update @visulima/packem to 2.0.0-alpha.30 across multiple packages for improved compatibility ([27b346e](https://github.com/visulima/visulima/commit/27b346eaa1c0fb0e420d9a9824482028307f4249))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous Chores
|
|
13
|
+
|
|
14
|
+
* add runtime configuration for Node.js in packem.config.ts ([0371420](https://github.com/visulima/visulima/commit/0371420f21d23bf2acbfd25b26426474bf606262))
|
|
15
|
+
* enhance linting commands and update configuration files ([b3200db](https://github.com/visulima/visulima/commit/b3200db7f914d60e2a149f2eb7e4521588455ba4))
|
|
16
|
+
* **tsconfig:** remove unused ESLint plugins and configuration settings from package.json ([906e9e6](https://github.com/visulima/visulima/commit/906e9e6aba57cf0a0129ef97ecbec69a3f446445))
|
|
17
|
+
* update package dependencies across multiple packages for improved compatibility and performance ([9567591](https://github.com/visulima/visulima/commit/9567591c415da3002f3a4fe08f8caf7ce01ca5f7))
|
|
18
|
+
* update type-fest dependency and adjust package configurations ([e8a1d89](https://github.com/visulima/visulima/commit/e8a1d8969f5e15f9323b1ca2a4bcff1beb8446fb))
|
|
19
|
+
* update type-fest dependency in package.json for inspector and tsconfig ([3a44850](https://github.com/visulima/visulima/commit/3a4485048b4a1ab760d0f05d49cde95c40b82652))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
* **@visulima/fs:** upgraded to 4.0.0
|
|
25
|
+
* **@visulima/path:** upgraded to 2.0.0
|
|
26
|
+
|
|
1
27
|
## @visulima/tsconfig [1.2.0](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.23...@visulima/tsconfig@1.2.0) (2025-09-24)
|
|
2
28
|
|
|
3
29
|
### Features
|