@pobammer-ts/small-rules 2.11.0 → 2.13.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/dist/index.d.ts +11 -1
- package/dist/index.js +10 -10
- package/package.json +18 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pobammer-ts/small-rules",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "Various Oxlint-native rules for linting roblox-ts projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lint",
|
|
@@ -38,65 +38,53 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"arktype": "2.2.3",
|
|
40
40
|
"ignore": "7.0.6",
|
|
41
|
-
"minimatch": "10.2.
|
|
41
|
+
"minimatch": "10.2.6",
|
|
42
42
|
"oxc-resolver": "11.24.2",
|
|
43
43
|
"oxlint-plugin-utilities": "1.1.0",
|
|
44
|
-
"yuku-parser": "0.8.
|
|
44
|
+
"yuku-parser": "0.8.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@biomejs/biome": "2.5.
|
|
48
|
-
"@cliffy/command": "npm:@jsr/cliffy__command@1.2.1",
|
|
47
|
+
"@biomejs/biome": "2.5.7",
|
|
49
48
|
"@commitlint/config-conventional": "21.2.0",
|
|
50
49
|
"@commitlint/types": "21.2.0",
|
|
51
50
|
"@fast-check/vitest": "0.4.1",
|
|
52
|
-
"@octokit/rest": "22.0.1",
|
|
53
|
-
"@std/msgpack": "npm:@jsr/std__msgpack@1.0.3",
|
|
54
51
|
"@stryker-mutator/api": "9.6.1",
|
|
55
52
|
"@stryker-mutator/core": "9.6.1",
|
|
56
53
|
"@stryker-mutator/vitest-runner": "9.6.1",
|
|
57
54
|
"@total-typescript/ts-reset": "0.6.1",
|
|
58
55
|
"@types/bun": "1.3.14",
|
|
59
|
-
"@types/node": "^26",
|
|
56
|
+
"@types/node": "^26.1.2",
|
|
60
57
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
61
58
|
"@vitest/coverage-v8": "4.1.10",
|
|
62
59
|
"@vitiate/core": "0.3.1",
|
|
63
60
|
"@vitiate/fuzzed-data-provider": "0.3.1",
|
|
64
|
-
"
|
|
65
|
-
"bumpp": "12.0.0",
|
|
66
|
-
"changelogithub": "14.0.0",
|
|
61
|
+
"bumpp": "12.1.1",
|
|
67
62
|
"commitlint": "21.2.1",
|
|
68
63
|
"confbox": "0.2.4",
|
|
69
|
-
"eslint": "10.
|
|
64
|
+
"eslint": "10.8.0",
|
|
70
65
|
"eslint-plugin-antfu": "3.2.3",
|
|
71
66
|
"eslint-plugin-regexp": "3.1.1",
|
|
72
|
-
"eslint-plugin-sonarjs": "4.
|
|
67
|
+
"eslint-plugin-sonarjs": "4.2.0",
|
|
73
68
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
74
69
|
"fast-check": "4.9.0",
|
|
75
|
-
"
|
|
76
|
-
"get-tsconfig": "4.14.0",
|
|
70
|
+
"get-tsconfig": "4.14.1",
|
|
77
71
|
"jiti": "2.7.0",
|
|
78
72
|
"jscpd": "5.0.14",
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"oxfmt": "0.61.0",
|
|
84
|
-
"oxlint": "1.76.0",
|
|
85
|
-
"oxlint-plugin-react-doctor": "0.9.2",
|
|
73
|
+
"knip": "6.31.0",
|
|
74
|
+
"oxfmt": "0.62.0",
|
|
75
|
+
"oxlint": "1.77.0",
|
|
76
|
+
"oxlint-plugin-react-doctor": "0.9.3",
|
|
86
77
|
"oxlint-tsgolint": "7.0.2001",
|
|
87
|
-
"picocolors": "1.1.1",
|
|
88
78
|
"pncat": "0.13.0",
|
|
89
|
-
"react-doctor": "0.9.
|
|
79
|
+
"react-doctor": "0.9.3",
|
|
90
80
|
"sfw": "2.0.6",
|
|
91
|
-
"skills": "1.5.
|
|
81
|
+
"skills": "1.5.21",
|
|
92
82
|
"tsdown": "0.22.14",
|
|
93
83
|
"type-fest": "5.8.0",
|
|
94
84
|
"typescript": "5.9.3",
|
|
95
|
-
"vite-tsconfig-paths": "6.1.1",
|
|
96
85
|
"vitest": "4.1.10",
|
|
97
86
|
"vitiate": "0.3.1",
|
|
98
|
-
"
|
|
99
|
-
"yuku-ast": "0.8.0",
|
|
87
|
+
"yuku-ast": "0.8.3",
|
|
100
88
|
"zx": "8.8.5"
|
|
101
89
|
},
|
|
102
90
|
"peerDependencies": {
|
|
@@ -110,7 +98,7 @@
|
|
|
110
98
|
"build": "tsdown",
|
|
111
99
|
"build:local": "node --run build -- --minify && cp dist/index.js plugins/small-rules.js",
|
|
112
100
|
"build:local:dev": "node --run build && cp dist/index.js plugins/small-rules.js",
|
|
113
|
-
"
|
|
101
|
+
"changelog:version": "git-cliff --tag \"v$(node -p 'require(\"./package.json\").version')\" --output CHANGELOG.md && git add CHANGELOG.md",
|
|
114
102
|
"commitlint": "commitlint",
|
|
115
103
|
"docs:build": "nr -F docs build",
|
|
116
104
|
"docs:check": "nr -F docs check",
|
|
@@ -131,6 +119,7 @@
|
|
|
131
119
|
"lint:json": "bun run --bun scripts/lint-json.ts",
|
|
132
120
|
"oxfmt": "oxfmt",
|
|
133
121
|
"oxlint": "oxlint",
|
|
122
|
+
"preversion": "if test -n \"$(git status --porcelain)\"; then echo 'Release requires a clean worktree.' >&2; exit 1; fi",
|
|
134
123
|
"release": "bumpp",
|
|
135
124
|
"skills": "skills",
|
|
136
125
|
"test": "vitest run",
|