@pobammer-ts/small-rules 2.7.0 → 2.9.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/README.md +2 -2
- package/dist/index.d.ts +268 -16
- package/dist/index.js +10 -10
- package/package.json +29 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pobammer-ts/small-rules",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "Various Oxlint-native rules for linting roblox-ts projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lint",
|
|
@@ -39,12 +39,13 @@
|
|
|
39
39
|
"arktype": "2.2.3",
|
|
40
40
|
"ignore": "7.0.6",
|
|
41
41
|
"minimatch": "10.2.5",
|
|
42
|
-
"oxc-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
42
|
+
"oxc-resolver": "11.24.2",
|
|
43
|
+
"oxlint-plugin-utilities": "1.1.0",
|
|
44
|
+
"yuku-parser": "0.8.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@
|
|
47
|
+
"@astrojs/language-server": "2.16.13",
|
|
48
|
+
"@biomejs/biome": "2.5.5",
|
|
48
49
|
"@cliffy/command": "npm:@jsr/cliffy__command@1.2.1",
|
|
49
50
|
"@commitlint/config-conventional": "21.2.0",
|
|
50
51
|
"@commitlint/types": "21.2.0",
|
|
@@ -56,12 +57,13 @@
|
|
|
56
57
|
"@stryker-mutator/vitest-runner": "9.6.1",
|
|
57
58
|
"@total-typescript/ts-reset": "0.6.1",
|
|
58
59
|
"@types/bun": "1.3.14",
|
|
59
|
-
"@types/node": "
|
|
60
|
+
"@types/node": "^26",
|
|
60
61
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
61
62
|
"@vitest/coverage-v8": "4.1.10",
|
|
62
63
|
"@vitiate/core": "0.3.1",
|
|
63
64
|
"@vitiate/fuzzed-data-provider": "0.3.1",
|
|
64
|
-
"
|
|
65
|
+
"bash-language-server": "5.6.0",
|
|
66
|
+
"bumpp": "12.0.0",
|
|
65
67
|
"changelogithub": "14.0.0",
|
|
66
68
|
"commitlint": "21.2.1",
|
|
67
69
|
"confbox": "0.2.4",
|
|
@@ -75,17 +77,27 @@
|
|
|
75
77
|
"get-tsconfig": "4.14.0",
|
|
76
78
|
"jiti": "2.7.0",
|
|
77
79
|
"jscpd": "5.0.12",
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
80
|
+
"jsonc-parser": "3.3.1",
|
|
81
|
+
"just-diff": "6.0.2",
|
|
82
|
+
"knip": "6.29.0",
|
|
83
|
+
"mutative": "1.3.0",
|
|
84
|
+
"oxfmt": "0.60.0",
|
|
85
|
+
"oxlint": "1.75.0",
|
|
86
|
+
"oxlint-plugin-react-doctor": "0.9.1",
|
|
87
|
+
"oxlint-tsgolint": "7.0.2001",
|
|
88
|
+
"picocolors": "1.1.1",
|
|
89
|
+
"pncat": "0.13.0",
|
|
90
|
+
"react-doctor": "0.9.1",
|
|
83
91
|
"sfw": "2.0.6",
|
|
84
|
-
"skills": "1.5.
|
|
85
|
-
"tsdown": "0.22.
|
|
92
|
+
"skills": "1.5.20",
|
|
93
|
+
"tsdown": "0.22.14",
|
|
86
94
|
"type-fest": "5.8.0",
|
|
95
|
+
"typescript": "5.9.3",
|
|
96
|
+
"vite-tsconfig-paths": "6.1.1",
|
|
87
97
|
"vitest": "4.1.10",
|
|
88
98
|
"vitiate": "0.3.1",
|
|
99
|
+
"yaml-language-server": "1.24.0",
|
|
100
|
+
"yuku-ast": "0.8.0",
|
|
89
101
|
"zx": "8.8.5"
|
|
90
102
|
},
|
|
91
103
|
"peerDependencies": {
|
|
@@ -101,6 +113,9 @@
|
|
|
101
113
|
"build:local:dev": "node --run build && cp dist/index.js plugins/small-rules.js",
|
|
102
114
|
"changelogithub": "changelogithub",
|
|
103
115
|
"commitlint": "commitlint",
|
|
116
|
+
"docs:build": "nr -F docs build",
|
|
117
|
+
"docs:dev": "nr -F docs dev",
|
|
118
|
+
"doctor": "npx react-doctor@latest",
|
|
104
119
|
"format": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run biome -- check --fix $a && node --run oxfmt -- $a' _",
|
|
105
120
|
"format:check": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run biome -- check --no-errors-on-unmatched $a && node --run oxfmt -- --no-error-on-unmatched-pattern --check $a' _",
|
|
106
121
|
"format:safe": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run biome -- check --no-errors-on-unmatched --fix $a && node --run oxfmt -- --no-error-on-unmatched-pattern $a' _",
|