@visulima/tsconfig 1.2.0 → 2.0.1

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 CHANGED
@@ -1,3 +1,41 @@
1
+ ## @visulima/tsconfig [2.0.1](https://github.com/visulima/visulima/compare/@visulima/tsconfig@2.0.0...@visulima/tsconfig@2.0.1) (2025-10-20)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc))
6
+ * update package dependencies across multiple packages ([17e3f23](https://github.com/visulima/visulima/commit/17e3f2377c8a3f98e2eed2192c5adaf6e32558b5))
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **@visulima/fs:** upgraded to 4.0.1
12
+
13
+ ## @visulima/tsconfig [2.0.0](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.2.0...@visulima/tsconfig@2.0.0) (2025-10-15)
14
+
15
+ ### ⚠ BREAKING CHANGES
16
+
17
+ * Adjusted the node engine requirement to support versions 20.19 and above.
18
+
19
+ ### Bug Fixes
20
+
21
+ * Adjusted the node engine requirement to support versions 20.19 and above. ([1719cc3](https://github.com/visulima/visulima/commit/1719cc3104d67cfaeb15b49fc9e4538ad320c283))
22
+ * update @visulima/packem to 2.0.0-alpha.30 across multiple packages for improved compatibility ([27b346e](https://github.com/visulima/visulima/commit/27b346eaa1c0fb0e420d9a9824482028307f4249))
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ * add runtime configuration for Node.js in packem.config.ts ([0371420](https://github.com/visulima/visulima/commit/0371420f21d23bf2acbfd25b26426474bf606262))
27
+ * enhance linting commands and update configuration files ([b3200db](https://github.com/visulima/visulima/commit/b3200db7f914d60e2a149f2eb7e4521588455ba4))
28
+ * **tsconfig:** remove unused ESLint plugins and configuration settings from package.json ([906e9e6](https://github.com/visulima/visulima/commit/906e9e6aba57cf0a0129ef97ecbec69a3f446445))
29
+ * update package dependencies across multiple packages for improved compatibility and performance ([9567591](https://github.com/visulima/visulima/commit/9567591c415da3002f3a4fe08f8caf7ce01ca5f7))
30
+ * update type-fest dependency and adjust package configurations ([e8a1d89](https://github.com/visulima/visulima/commit/e8a1d8969f5e15f9323b1ca2a4bcff1beb8446fb))
31
+ * update type-fest dependency in package.json for inspector and tsconfig ([3a44850](https://github.com/visulima/visulima/commit/3a4485048b4a1ab760d0f05d49cde95c40b82652))
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * **@visulima/fs:** upgraded to 4.0.0
37
+ * **@visulima/path:** upgraded to 2.0.0
38
+
1
39
  ## @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
40
 
3
41
  ### Features