@visulima/tsconfig 2.1.3 → 3.0.0-alpha.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 +22 -0
- package/README.md +30 -18
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## @visulima/tsconfig [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/tsconfig@2.1.3...@visulima/tsconfig@3.0.0-alpha.1) (2025-12-07)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* change min node version to 22.13
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
|
|
10
|
+
* update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous Chores
|
|
13
|
+
|
|
14
|
+
* moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
|
|
15
|
+
* update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
|
|
16
|
+
* update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.1
|
|
22
|
+
|
|
1
23
|
## @visulima/tsconfig [2.1.3](https://github.com/visulima/visulima/compare/@visulima/tsconfig@2.1.2...@visulima/tsconfig@2.1.3) (2025-11-19)
|
|
2
24
|
|
|
3
25
|
### Miscellaneous Chores
|
package/README.md
CHANGED
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
<h3>visulima tsconfig</h3>
|
|
3
|
-
<p>
|
|
4
|
-
Find and / or parse the tsconfig.json file from a directory path, this package is built on top of
|
|
1
|
+
<!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
5
2
|
|
|
6
|
-
|
|
7
|
-
[@visulima/path](https://github.com/visulima/visulima/tree/main/packages/path),
|
|
8
|
-
[jsonc-parser](https://github.com/microsoft/node-jsonc-parser) and
|
|
9
|
-
[resolve-pkg-maps](https://github.com/privatenumber/resolve-pkg-maps)
|
|
3
|
+
<a href="https://www.anolilab.com/open-source" align="center">
|
|
10
4
|
|
|
11
|
-
|
|
12
|
-
|
|
5
|
+
<img src="__assets__/package-og.svg" alt="tsconfig" />
|
|
6
|
+
|
|
7
|
+
</a>
|
|
8
|
+
|
|
9
|
+
<h3 align="center">Find and/or parse the tsconfig.json file from a directory path.</h3>
|
|
10
|
+
|
|
11
|
+
<!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
13
12
|
|
|
14
13
|
<br />
|
|
15
14
|
|
|
16
15
|
<div align="center">
|
|
17
16
|
|
|
18
|
-
[![typescript-image]
|
|
17
|
+
[![typescript-image][typescript-badge]][typescript-url]
|
|
18
|
+
[![mit licence][license-badge]][license]
|
|
19
|
+
[![npm downloads][npm-downloads-badge]][npm-downloads]
|
|
20
|
+
[![Chat][chat-badge]][chat]
|
|
21
|
+
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
|
|
19
22
|
|
|
20
23
|
</div>
|
|
21
24
|
|
|
@@ -546,14 +549,23 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
546
549
|
- [Daniel Bannert](https://github.com/prisis)
|
|
547
550
|
- [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
|
|
548
551
|
|
|
552
|
+
## Made with ❤️ at Anolilab
|
|
553
|
+
|
|
554
|
+
This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
|
|
555
|
+
|
|
549
556
|
## License
|
|
550
557
|
|
|
551
|
-
The visulima tsconfig is open-sourced software licensed under the [MIT][license
|
|
558
|
+
The visulima tsconfig is open-sourced software licensed under the [MIT][license]
|
|
552
559
|
|
|
553
|
-
|
|
560
|
+
<!-- badges -->
|
|
554
561
|
|
|
555
|
-
[
|
|
556
|
-
[license
|
|
557
|
-
[
|
|
558
|
-
[npm-
|
|
559
|
-
[
|
|
562
|
+
[license-badge]: https://img.shields.io/npm/l/@visulima/tsconfig?style=for-the-badge
|
|
563
|
+
[license]: https://github.com/visulima/visulima/blob/main/LICENSE
|
|
564
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/tsconfig?style=for-the-badge
|
|
565
|
+
[npm-downloads]: https://www.npmjs.com/package/@visulima/tsconfig
|
|
566
|
+
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
567
|
+
[prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
|
|
568
|
+
[chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
|
|
569
|
+
[chat]: https://discord.gg/TtFJY8xkFK
|
|
570
|
+
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
571
|
+
[typescript-url]: https://www.typescriptlang.org/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tsconfig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.1",
|
|
4
4
|
"description": "Find and/or parse the tsconfig.json file from a directory path.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "git+https://github.com/visulima/visulima.git",
|
|
21
|
-
"directory": "packages/tsconfig"
|
|
21
|
+
"directory": "packages/tooling/tsconfig"
|
|
22
22
|
},
|
|
23
23
|
"funding": [
|
|
24
24
|
{
|
|
@@ -50,13 +50,14 @@
|
|
|
50
50
|
"CHANGELOG.md"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"
|
|
54
|
-
"@visulima/
|
|
53
|
+
"type-fest": "^5.3.0",
|
|
54
|
+
"@visulima/fs": "5.0.0-alpha.1",
|
|
55
|
+
"@visulima/path": "3.0.0-alpha.2",
|
|
55
56
|
"jsonc-parser": "^3.3.1",
|
|
56
57
|
"resolve-pkg-maps": "^1.0.0"
|
|
57
58
|
},
|
|
58
59
|
"engines": {
|
|
59
|
-
"node": ">=
|
|
60
|
+
"node": ">=22.13 <=25.x"
|
|
60
61
|
},
|
|
61
62
|
"publishConfig": {
|
|
62
63
|
"access": "public",
|