@sapphire/ts-config 4.0.1-next.fec975b4.0 โ 4.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 +11 -0
- package/package.json +5 -5
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@sapphire/ts-config@4.0.1](https://github.com/sapphiredev/utilities/compare/@sapphire/ts-config@4.0.0...@sapphire/ts-config@4.0.1) - (2023-07-21)
|
|
6
|
+
|
|
7
|
+
## ๐ Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **tsconfig:** Set `noEmitHelpers` to false (#620) ([8ed04bf](https://github.com/sapphiredev/utilities/commit/8ed04bff735fbdff35855e0d0bdaf03a3686fefc))
|
|
10
|
+
- **deps:** Update all non-major dependencies (#607) ([9cc8bd0](https://github.com/sapphiredev/utilities/commit/9cc8bd0d4b5d650deab2c913e6c3d713861bae28))
|
|
11
|
+
|
|
12
|
+
## ๐งช Testing
|
|
13
|
+
|
|
14
|
+
- Update vitest to coverage v8 ([a4bc6e4](https://github.com/sapphiredev/utilities/commit/a4bc6e4f24ea60143a150ecc76fda6484f172ab9))
|
|
15
|
+
|
|
5
16
|
# [@sapphire/ts-config@4.0.0](https://github.com/sapphiredev/utilities/compare/@sapphire/ts-config@3.3.4...@sapphire/ts-config@4.0.0) - (2023-04-10)
|
|
6
17
|
|
|
7
18
|
## ๐ Refactor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/ts-config",
|
|
3
|
-
"version": "4.0.1
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Shareable TypeScript configuration for the Sapphire Community",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@favware/cliff-jumper": "^2.1.1",
|
|
71
|
-
"@sapphire/eslint-config": "^
|
|
72
|
-
"@sapphire/eslint-plugin-result": "^
|
|
73
|
-
"@vitest/coverage-v8": "^0.
|
|
71
|
+
"@sapphire/eslint-config": "^5.0.0",
|
|
72
|
+
"@sapphire/eslint-plugin-result": "^2.0.0",
|
|
73
|
+
"@vitest/coverage-v8": "^0.33.0",
|
|
74
74
|
"typedoc-json-parser": "^8.2.0",
|
|
75
|
-
"vitest": "^0.
|
|
75
|
+
"vitest": "^0.33.0"
|
|
76
76
|
}
|
|
77
77
|
}
|