@pobammer-ts/small-rules 2.16.0 → 2.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pobammer-ts/small-rules",
3
- "version": "2.16.0",
3
+ "version": "2.17.0",
4
4
  "description": "Various Oxlint-native rules for linting roblox-ts projects.",
5
5
  "keywords": [
6
6
  "lint",
@@ -40,53 +40,61 @@
40
40
  "minimatch": "10.2.6",
41
41
  "oxc-resolver": "11.24.2",
42
42
  "oxlint-plugin-utilities": "1.1.0",
43
- "yuku-parser": "0.9.1"
43
+ "yuku-parser": "0.9.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@arethetypeswrong/core": "0.18.5",
47
- "@biomejs/biome": "2.5.10",
47
+ "@biomejs/biome": "2.5.11",
48
48
  "@commitlint/cli": "21.2.2",
49
49
  "@commitlint/config-conventional": "21.2.2",
50
50
  "@commitlint/types": "21.2.0",
51
+ "@e18e/eslint-plugin": "0.8.0",
51
52
  "@fast-check/vitest": "0.4.1",
52
53
  "@isentinel/eslint-config": "6.0.0-beta.42",
53
54
  "@stryker-mutator/api": "10.0.0",
54
55
  "@stryker-mutator/core": "10.0.0",
55
56
  "@stryker-mutator/vitest-runner": "10.0.0",
57
+ "@stylistic/eslint-plugin": "5.10.0",
56
58
  "@total-typescript/ts-reset": "0.6.1",
57
59
  "@types/bun": "1.4.0",
58
- "@types/node": "^26.2.0",
60
+ "@types/node": "^26.4.0",
59
61
  "@typescript/native-preview": "7.0.0-dev.20260707.2",
60
62
  "@vitest/coverage-v8": "4.1.11",
61
63
  "@vitest/eslint-plugin": "1.6.27",
62
64
  "@vitiate/core": "0.3.1",
63
65
  "@vitiate/fuzzed-data-provider": "0.3.1",
64
- "bumpp": "12.2.1",
66
+ "bumpp": "12.2.2",
65
67
  "confbox": "0.2.4",
66
- "eslint": "10.8.0",
68
+ "eslint": "10.9.1",
67
69
  "eslint-plugin-antfu": "3.2.3",
68
70
  "eslint-plugin-astro": "3.1.0",
69
- "eslint-plugin-eslint-plugin": "7.6.1",
71
+ "eslint-plugin-better-max-params": "1.0.0",
72
+ "eslint-plugin-comment-length": "2.3.1",
73
+ "eslint-plugin-de-morgan": "2.1.3",
74
+ "eslint-plugin-eslint-plugin": "7.6.2",
75
+ "eslint-plugin-flawless": "1.12.3",
76
+ "eslint-plugin-jsdoc": "64.2.1",
70
77
  "eslint-plugin-n": "18.3.0",
71
- "eslint-plugin-pnpm": "1.8.0",
78
+ "eslint-plugin-oxfmt": "0.20.0",
79
+ "eslint-plugin-perfectionist": "5.10.1",
72
80
  "eslint-plugin-react-jsx": "5.18.6",
73
81
  "eslint-plugin-react-naming-convention": "5.18.6",
74
82
  "eslint-plugin-react-x": "5.18.6",
75
- "eslint-plugin-regexp": "3.1.1",
83
+ "eslint-plugin-roblox-ts": "1.4.1",
76
84
  "eslint-plugin-sonarjs": "4.2.0",
85
+ "eslint-plugin-unicorn": "74.0.0",
77
86
  "eslint-plugin-unused-imports": "4.4.1",
78
87
  "fast-check": "4.9.0",
79
- "get-tsconfig": "4.14.3",
80
88
  "jiti": "2.7.0",
81
89
  "jscpd": "5.0.16",
82
- "knip": "6.32.2",
90
+ "knip": "6.33.0",
83
91
  "oxfmt": "0.65.0",
84
- "oxlint": "1.78.0",
85
- "oxlint-plugin-react-doctor": "0.9.11",
92
+ "oxlint": "1.80.0",
93
+ "oxlint-plugin-react-doctor": "0.9.12",
86
94
  "oxlint-tsgolint": "7.0.2001",
87
95
  "pncat": "0.13.2",
88
96
  "publint": "0.3.24",
89
- "react-doctor": "0.9.11",
97
+ "react-doctor": "0.9.12",
90
98
  "sfw": "2.0.6",
91
99
  "skills": "1.5.23",
92
100
  "tsdown": "0.22.14",
@@ -94,7 +102,7 @@
94
102
  "typescript": "npm:@typescript/typescript6@^6.0.2",
95
103
  "vitest": "4.1.11",
96
104
  "vitiate": "0.3.1",
97
- "yuku-ast": "0.9.1",
105
+ "yuku-ast": "0.9.3",
98
106
  "zx": "8.8.5"
99
107
  },
100
108
  "peerDependencies": {
@@ -129,6 +137,7 @@
129
137
  "isentinel-lint": "isentinel-lint",
130
138
  "jscpd": "jscpd",
131
139
  "knip": "knip-bun",
140
+ "knip:production": "knip-bun --production --strict --workspace .",
132
141
  "lint": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run isentinel-lint -- $a && node --run biome -- check --no-errors-on-unmatched $a' _",
133
142
  "lint:agent": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run isentinel-lint -- --agents $a && node --run biome -- check --no-errors-on-unmatched --reporter concise $a' _",
134
143
  "oxfmt": "oxfmt",
@@ -141,8 +150,8 @@
141
150
  "test:fuzz:run": "vitiate fuzz --fuzz-time 10 --config vitest.vitiate.config.ts",
142
151
  "test:mutation": "stryker run",
143
152
  "tsgo": "tsgo",
144
- "type-check": "tsgo --noEmit",
145
- "type-check:agent": "tsgo --noEmit --pretty false",
153
+ "type-check": "tsgo --build",
154
+ "type-check:agent": "node --run type-check -- --pretty false",
146
155
  "preversion": "if test -n \"$(git status --porcelain)\"; then echo 'Release requires a clean worktree.' >&2; exit 1; fi"
147
156
  }
148
157
  }