@cluerise/tools 5.3.1 → 5.3.3
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/dist/configs/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
v25.2.1
|
|
@@ -60,6 +60,9 @@ etc/
|
|
|
60
60
|
# NPM, PNPM
|
|
61
61
|
.npmrc.*
|
|
62
62
|
|
|
63
|
+
# Patches
|
|
64
|
+
*.patch
|
|
65
|
+
|
|
63
66
|
# Stryker
|
|
64
67
|
.stryker-tmp/
|
|
65
68
|
|
|
@@ -68,3 +71,13 @@ etc/
|
|
|
68
71
|
|
|
69
72
|
# Tests coverage
|
|
70
73
|
coverage/
|
|
74
|
+
|
|
75
|
+
# Xcode
|
|
76
|
+
*.entitlements
|
|
77
|
+
*.pbxproj
|
|
78
|
+
*.plist
|
|
79
|
+
*.resolved
|
|
80
|
+
*.storekit
|
|
81
|
+
*.swift
|
|
82
|
+
*.xcscheme
|
|
83
|
+
*.xcstrings
|
|
@@ -401,7 +401,7 @@ class Releaser {
|
|
|
401
401
|
const content = contentBuffer.toString();
|
|
402
402
|
const [, latestReleaseChangelog] = content.split(Releaser.#releaseSeparator);
|
|
403
403
|
if (!latestReleaseChangelog) {
|
|
404
|
-
|
|
404
|
+
return null;
|
|
405
405
|
}
|
|
406
406
|
const indexOfFirstEOL = latestReleaseChangelog.indexOf(OS.EOL);
|
|
407
407
|
if (indexOfFirstEOL === -1) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cluerise/tools",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3",
|
|
4
4
|
"description": "Tools for maintaining TypeScript projects.",
|
|
5
5
|
"author": "Branislav Holý <brano@holy.am>",
|
|
6
6
|
"repository": "github:cluerise/tools",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@actions/core": "1.11.1",
|
|
21
|
-
"@commitlint/cli": "20.
|
|
22
|
-
"@commitlint/config-conventional": "20.
|
|
23
|
-
"@commitlint/load": "20.
|
|
24
|
-
"@commitlint/types": "20.
|
|
25
|
-
"@eslint/js": "9.
|
|
26
|
-
"@eslint/json": "0.
|
|
27
|
-
"@eslint/markdown": "7.
|
|
28
|
-
"@html-eslint/eslint-plugin": "0.
|
|
29
|
-
"@html-eslint/parser": "0.
|
|
30
|
-
"@typescript-eslint/parser": "8.
|
|
21
|
+
"@commitlint/cli": "20.2.0",
|
|
22
|
+
"@commitlint/config-conventional": "20.2.0",
|
|
23
|
+
"@commitlint/load": "20.2.0",
|
|
24
|
+
"@commitlint/types": "20.2.0",
|
|
25
|
+
"@eslint/js": "9.39.1",
|
|
26
|
+
"@eslint/json": "0.14.0",
|
|
27
|
+
"@eslint/markdown": "7.5.1",
|
|
28
|
+
"@html-eslint/eslint-plugin": "0.50.0",
|
|
29
|
+
"@html-eslint/parser": "0.50.0",
|
|
30
|
+
"@typescript-eslint/parser": "8.48.1",
|
|
31
31
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
32
|
-
"eslint": "9.
|
|
32
|
+
"eslint": "9.39.1",
|
|
33
33
|
"eslint-config-prettier": "10.1.8",
|
|
34
34
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
35
35
|
"eslint-plugin-import": "2.32.0",
|
|
36
36
|
"eslint-plugin-prettier": "5.5.4",
|
|
37
37
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
38
|
-
"eslint-plugin-unicorn": "
|
|
39
|
-
"eslint-plugin-yml": "1.
|
|
40
|
-
"glob": "
|
|
41
|
-
"globals": "16.
|
|
42
|
-
"lint-staged": "16.2.
|
|
43
|
-
"prettier": "3.
|
|
38
|
+
"eslint-plugin-unicorn": "62.0.0",
|
|
39
|
+
"eslint-plugin-yml": "1.19.0",
|
|
40
|
+
"glob": "13.0.0",
|
|
41
|
+
"globals": "16.5.0",
|
|
42
|
+
"lint-staged": "16.2.7",
|
|
43
|
+
"prettier": "3.7.4",
|
|
44
44
|
"prettier-plugin-sh": "0.18.0",
|
|
45
|
-
"semantic-release": "
|
|
46
|
-
"semver": "7.7.
|
|
47
|
-
"smol-toml": "1.
|
|
48
|
-
"typescript-eslint": "8.
|
|
49
|
-
"zod": "4.1.
|
|
45
|
+
"semantic-release": "25.0.2",
|
|
46
|
+
"semver": "7.7.3",
|
|
47
|
+
"smol-toml": "1.5.2",
|
|
48
|
+
"typescript-eslint": "8.48.1",
|
|
49
|
+
"zod": "4.1.13"
|
|
50
50
|
}
|
|
51
51
|
}
|