@pobammer-ts/small-rules 2.1.0 → 2.2.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 +122 -286
- package/dist/index.js +316 -190
- package/package.json +21 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pobammer-ts/small-rules",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Various Oxlint-native rules for linting roblox-ts projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lint",
|
|
@@ -70,16 +70,16 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"arktype": "2.2.1",
|
|
72
72
|
"ignore": "7.0.5",
|
|
73
|
-
"oxc-parser": "0.
|
|
73
|
+
"oxc-parser": "0.138.0",
|
|
74
74
|
"oxc-resolver": "11.21.3",
|
|
75
|
-
"oxlint-plugin-utilities": "1.
|
|
75
|
+
"oxlint-plugin-utilities": "1.1.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@antfu/ni": "30.
|
|
79
|
-
"@biomejs/biome": "2.5.
|
|
78
|
+
"@antfu/ni": "30.2.0",
|
|
79
|
+
"@biomejs/biome": "2.5.1",
|
|
80
80
|
"@cliffy/command": "npm:@jsr/cliffy__command@1.2.1",
|
|
81
|
-
"@commitlint/config-conventional": "21.0
|
|
82
|
-
"@commitlint/types": "21.0
|
|
81
|
+
"@commitlint/config-conventional": "21.1.0",
|
|
82
|
+
"@commitlint/types": "21.1.0",
|
|
83
83
|
"@fast-check/vitest": "0.4.1",
|
|
84
84
|
"@octokit/rest": "22.0.1",
|
|
85
85
|
"@std/msgpack": "npm:@jsr/std__msgpack@1.0.3",
|
|
@@ -89,35 +89,34 @@
|
|
|
89
89
|
"@total-typescript/ts-reset": "0.6.1",
|
|
90
90
|
"@types/bun": "1.3.14",
|
|
91
91
|
"@types/node": "25",
|
|
92
|
-
"@typescript-
|
|
93
|
-
"@typescript/native-preview": "7.0.0-dev.20260620.1",
|
|
92
|
+
"@typescript/native-preview": "7.0.0-dev.20260629.1",
|
|
94
93
|
"@vitest/coverage-v8": "4.1.9",
|
|
95
|
-
"@vitiate/core": "0.3.
|
|
96
|
-
"@vitiate/fuzzed-data-provider": "0.3.
|
|
94
|
+
"@vitiate/core": "0.3.1",
|
|
95
|
+
"@vitiate/fuzzed-data-provider": "0.3.1",
|
|
97
96
|
"bumpp": "11.1.0",
|
|
98
97
|
"changelogithub": "14.0.0",
|
|
99
|
-
"commitlint": "21.0
|
|
100
|
-
"eslint": "10.
|
|
98
|
+
"commitlint": "21.1.0",
|
|
99
|
+
"eslint": "10.6.0",
|
|
101
100
|
"eslint-plugin-antfu": "3.2.3",
|
|
102
|
-
"eslint-plugin-regexp": "3.1.
|
|
103
|
-
"eslint-plugin-sonarjs": "4.0
|
|
101
|
+
"eslint-plugin-regexp": "3.1.1",
|
|
102
|
+
"eslint-plugin-sonarjs": "4.1.0",
|
|
104
103
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
105
104
|
"fast-check": "4.8.0",
|
|
106
105
|
"fdir": "6.5.0",
|
|
107
106
|
"get-tsconfig": "4.14.0",
|
|
108
107
|
"jiti": "2.7.0",
|
|
109
|
-
"jscpd": "5.0.
|
|
110
|
-
"knip": "6.
|
|
111
|
-
"oxfmt": "0.
|
|
112
|
-
"oxlint": "1.
|
|
108
|
+
"jscpd": "5.0.11",
|
|
109
|
+
"knip": "6.23.0",
|
|
110
|
+
"oxfmt": "0.57.0",
|
|
111
|
+
"oxlint": "1.72.0",
|
|
113
112
|
"oxlint-tsgolint": "0.23.0",
|
|
114
113
|
"package-manager-detector": "1.6.0",
|
|
115
114
|
"sfw": "2.0.6",
|
|
116
|
-
"skills": "1.5.
|
|
115
|
+
"skills": "1.5.14",
|
|
117
116
|
"tsdown": "0.22.3",
|
|
118
117
|
"type-fest": "5.7.0",
|
|
119
118
|
"vitest": "4.1.9",
|
|
120
|
-
"vitiate": "0.3.
|
|
119
|
+
"vitiate": "0.3.1"
|
|
121
120
|
},
|
|
122
121
|
"peerDependencies": {
|
|
123
122
|
"typescript": ">=5 <8"
|
|
@@ -125,5 +124,5 @@
|
|
|
125
124
|
"engines": {
|
|
126
125
|
"node": "^20.19.0 || >=22.12.0"
|
|
127
126
|
},
|
|
128
|
-
"packageManager": "aube@1.
|
|
127
|
+
"packageManager": "aube@1.25.1"
|
|
129
128
|
}
|