@visulima/tsconfig 2.1.3 → 3.0.0-alpha.2

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 +40 -0
  2. package/README.md +31 -18
  3. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,43 @@
1
+ ## @visulima/tsconfig [3.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/tsconfig@3.0.0-alpha.1...@visulima/tsconfig@3.0.0-alpha.2) (2025-12-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * update configuration files and add new package listing script ([3d918ef](https://github.com/visulima/visulima/commit/3d918efd53772430b53b026de6401bdedbe7ea3a))
10
+ * update logo assets and README references ([a673e68](https://github.com/visulima/visulima/commit/a673e68c62937e61bd3231df7bb4cb01695aea71))
11
+ * update package dependencies and improve configuration ([4ed22d6](https://github.com/visulima/visulima/commit/4ed22d6511aa8150dcd4ba7b9dccf05dbe2d6adc))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.2
17
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
18
+
19
+ ## @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)
20
+
21
+ ### ⚠ BREAKING CHANGES
22
+
23
+ * change min node version to 22.13
24
+
25
+ ### Bug Fixes
26
+
27
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
28
+ * 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))
29
+
30
+ ### Miscellaneous Chores
31
+
32
+ * moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
33
+ * 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))
34
+ * 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))
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.1
40
+
1
41
  ## @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
42
 
3
43
  ### Miscellaneous Chores
package/README.md CHANGED
@@ -1,21 +1,24 @@
1
- <div align="center">
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
- [@visulima/fs](https://github.com/visulima/visulima/tree/main/packages/fs),
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
- </p>
12
- </div>
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]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
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,24 @@ 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-url]
558
+ The visulima tsconfig is open-sourced software licensed under the [MIT][license]
559
+
552
560
 
553
- [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
561
+ <!-- badges -->
554
562
 
555
- [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
556
- [license-image]: https://img.shields.io/npm/l/@visulima/tsconfig?color=blueviolet&style=for-the-badge
557
- [license-url]: LICENSE.md "license"
558
- [npm-image]: https://img.shields.io/npm/v/@visulima/tsconfig/latest.svg?style=for-the-badge&logo=npm
559
- [npm-url]: https://www.npmjs.com/package/@visulima/tsconfig/v/latest "npm"
563
+ [license-badge]: https://img.shields.io/npm/l/@visulima/tsconfig?style=for-the-badge
564
+ [license]: https://github.com/visulima/visulima/blob/main/LICENSE
565
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/tsconfig?style=for-the-badge
566
+ [npm-downloads]: https://www.npmjs.com/package/@visulima/tsconfig
567
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
568
+ [prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
569
+ [chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
570
+ [chat]: https://discord.gg/TtFJY8xkFK
571
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
572
+ [typescript-url]: https://www.typescriptlang.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tsconfig",
3
- "version": "2.1.3",
3
+ "version": "3.0.0-alpha.2",
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
- "@visulima/fs": "4.1.0",
54
- "@visulima/path": "2.0.5",
53
+ "@visulima/fs": "5.0.0-alpha.2",
54
+ "@visulima/path": "3.0.0-alpha.3",
55
55
  "jsonc-parser": "^3.3.1",
56
- "resolve-pkg-maps": "^1.0.0"
56
+ "resolve-pkg-maps": "^1.0.0",
57
+ "type-fest": "^5.3.0"
57
58
  },
58
59
  "engines": {
59
- "node": ">=20.19 <=25.x"
60
+ "node": ">=22.13 <=25.x"
60
61
  },
61
62
  "publishConfig": {
62
63
  "access": "public",