@sicoti/tsconfig 1.0.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 +69 -0
- package/LICENSE +21 -21
- package/README.md +381 -331
- package/base.json +90 -89
- package/bun.json +49 -39
- package/nestjs.json +55 -47
- package/nextjs.json +53 -47
- package/node.json +49 -0
- package/package.json +6 -6
- package/react-library.json +48 -42
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0](https://github.com/Yuzu02/SICOTI/compare/tsconfig-v1.1.0...tsconfig-v2.0.0) (2026-08-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* **release:** @sicoti/tsconfig now targets TypeScript 6+ and models Node, Bun, Next.js, NestJS, and bundled React runtimes explicitly. TypeScript 5.9 and previous emit semantics are no longer supported.
|
|
9
|
+
* **tsconfig:** @sicoti/tsconfig now targets TypeScript 6+ and models Node, Bun, Next.js, NestJS, and bundled React runtimes explicitly. TypeScript 5.9 and previous emit semantics are no longer supported.
|
|
10
|
+
|
|
11
|
+
### ✨ Features
|
|
12
|
+
|
|
13
|
+
* **ci:** ✨ Add release renaming functionality and update config schema ([9db7ca1](https://github.com/Yuzu02/SICOTI/commit/9db7ca1df27c2a1b4e8fe3b584a8825997e281e4))
|
|
14
|
+
* **monorepo:** :sparkles: Added Moon Worker and Obs internal package ([66c2f56](https://github.com/Yuzu02/SICOTI/commit/66c2f5609a7c9a92b65d933cb10716aeaa99b79f))
|
|
15
|
+
* **monorepo:** :sparkles: merge @sicoti/observability package + LGTM infra ([f617192](https://github.com/Yuzu02/SICOTI/commit/f617192a1f0341cec4f201e7004eed8b27b911d9))
|
|
16
|
+
* **monorepo:** ✨ add per-shell auth policy with MFA enforcement and signup gate ([b699dbb](https://github.com/Yuzu02/SICOTI/commit/b699dbbcea92f66804c2db734c378a09a3e020e0))
|
|
17
|
+
* **monorepo:** ✨ Implement 6 enhancement plans — DDD modularization, strict TS, DTO factory, infra ([a72098f](https://github.com/Yuzu02/SICOTI/commit/a72098f039a99bc46deab0a5bbdbeb8375d661da))
|
|
18
|
+
* **monorepo:** 🚀 Integrate enhancements branch ([952ef90](https://github.com/Yuzu02/SICOTI/commit/952ef906c4a5a8a65c0fd3bdd076d527e0d0299a))
|
|
19
|
+
* **tsconfig:** 🧭 modernize shared TypeScript runtime presets ([37a0473](https://github.com/Yuzu02/SICOTI/commit/37a0473a43fa8fcc2ff3120a775b4f26fd626ecf))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### 🐛 Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **api:** 🐛 Add Redis reconnect strategy for Better Auth secondary storage ([ae7ba14](https://github.com/Yuzu02/SICOTI/commit/ae7ba14ea5e3acd22971ff55b7661cfa0d97100f))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### 🧪 Tests
|
|
28
|
+
|
|
29
|
+
* **monorepo:** 🧪 Set up Vitest, Playwright and Supertest testing infrastructure ([c97fb7f](https://github.com/Yuzu02/SICOTI/commit/c97fb7fcbe1ad7034d490fee4c39c4c657e1fc19))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### 👷 Continuous Integration
|
|
33
|
+
|
|
34
|
+
* **config:** :chart_with_upwards_trend: Enhanced the Release Please Config ([ac138b3](https://github.com/Yuzu02/SICOTI/commit/ac138b318ca0e6db25e5518655a4fae12f6064e9))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### 🔧 Miscellaneous Chores
|
|
38
|
+
|
|
39
|
+
* **deps:** :arrow_up: Upgrade deps and resolve conflicts ([1be80fe](https://github.com/Yuzu02/SICOTI/commit/1be80fe3c05f9bf23c63ec5bb9a37fe7411a77d1))
|
|
40
|
+
* **monorepo:** :arrow_up: Standarize CLAUDE.md to AGENTS.md and complete bdni fichas internal review ([7a1ec0c](https://github.com/Yuzu02/SICOTI/commit/7a1ec0c4afe8be81b6ae72dd386ea9b3c2417663))
|
|
41
|
+
* **monorepo:** :wrench: align shared surfaces and tooling ([b6ee331](https://github.com/Yuzu02/SICOTI/commit/b6ee331ac936dc8e0ac02d99f065687b77e59c81))
|
|
42
|
+
* **monorepo:** ⬆️ modernize toolchain and dependency stack ([5599016](https://github.com/Yuzu02/SICOTI/commit/55990167dfc33f4cd932495004dfef301fcf36a9))
|
|
43
|
+
* **monorepo:** 🧹 align CI contracts and documentation ([c9efe57](https://github.com/Yuzu02/SICOTI/commit/c9efe5762247df9a9d2651d8d1effffba8e8a1b3))
|
|
44
|
+
* **release:** 🔀 reconcile squashed main history ([daf7213](https://github.com/Yuzu02/SICOTI/commit/daf721371a4c45d10e2ab5101b18945f15e9d70e))
|
|
45
|
+
* **release:** weekly merge dev → main (2026-W34) ([0e40fa7](https://github.com/Yuzu02/SICOTI/commit/0e40fa7120a50cbc2ebf6d1349557249e30cbe00))
|
|
46
|
+
|
|
47
|
+
## [1.1.0](https://github.com/Yuzu02/SICOTI/compare/tsconfig-v1.0.1...tsconfig-v1.1.0) (2026-03-20)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### ✨ Features
|
|
51
|
+
|
|
52
|
+
* **monorepo:** :loud_sound: Added LGTM stack for local test ([ee69776](https://github.com/Yuzu02/SICOTI/commit/ee697762d0926b7a95723417b49e2ad64f5ce277))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### 💄 Styles
|
|
56
|
+
|
|
57
|
+
* **docs:** :art: clean up formatting and remove unnecessary whitespace in documentation files ([6fd7622](https://github.com/Yuzu02/SICOTI/commit/6fd76223f6ebcf41c7cf7be02c3c57fd46e71880))
|
|
58
|
+
* **monorepo:** :art: Complete setup of the tsconfig package ([013f572](https://github.com/Yuzu02/SICOTI/commit/013f572f646ffd14cc3a1387ed5884740b17e636))
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### ♻️ Code Refactoring
|
|
62
|
+
|
|
63
|
+
* **monorepo:** :recycle: Upgrade dependencies and introduce Either utility ([#254](https://github.com/Yuzu02/SICOTI/issues/254)) ([d48cf89](https://github.com/Yuzu02/SICOTI/commit/d48cf893b735bbcb151ccd385650e1ed8faaf21f))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### 🔧 Miscellaneous Chores
|
|
67
|
+
|
|
68
|
+
* **monorepo:** :arrow_up: Update dependencies and improve configuration ([#252](https://github.com/Yuzu02/SICOTI/issues/252)) ([b1cf3ea](https://github.com/Yuzu02/SICOTI/commit/b1cf3ea194ca1dd4368eb8469ee936544bf1799d))
|
|
69
|
+
* **setup:** :wrench: Establish centralized TypeScript configurations ([4295d31](https://github.com/Yuzu02/SICOTI/commit/4295d3134e19684a369169c38f05fe6cf6a96d5d))
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 SICOTI
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 SICOTI
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|