@pobammer-ts/small-rules 2.15.0 → 2.16.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.15.0",
3
+ "version": "2.16.0",
4
4
  "description": "Various Oxlint-native rules for linting roblox-ts projects.",
5
5
  "keywords": [
6
6
  "lint",
@@ -14,17 +14,14 @@
14
14
  "bugs": {
15
15
  "url": "https://github.com/howmanysmall/small-rules/issues"
16
16
  },
17
- "license": "MIT",
18
- "author": "HowManySmall",
19
17
  "repository": {
20
18
  "type": "git",
21
19
  "url": "git+https://github.com/howmanysmall/small-rules.git"
22
20
  },
23
- "files": [
24
- "dist"
25
- ],
26
- "type": "module",
21
+ "license": "MIT",
22
+ "author": "HowManySmall",
27
23
  "sideEffects": false,
24
+ "type": "module",
28
25
  "exports": {
29
26
  ".": {
30
27
  "types": "./dist/index.d.ts",
@@ -32,61 +29,72 @@
32
29
  },
33
30
  "./package.json": "./package.json"
34
31
  },
35
- "publishConfig": {
36
- "access": "public"
37
- },
32
+ "files": [
33
+ "dist",
34
+ "THIRD-PARTY-NOTICES.md"
35
+ ],
38
36
  "dependencies": {
39
37
  "arktype": "2.2.3",
38
+ "effect": "4.0.0-rc.111",
40
39
  "ignore": "7.0.6",
41
40
  "minimatch": "10.2.6",
42
41
  "oxc-resolver": "11.24.2",
43
42
  "oxlint-plugin-utilities": "1.1.0",
44
- "yuku-parser": "0.8.4"
43
+ "yuku-parser": "0.9.1"
45
44
  },
46
45
  "devDependencies": {
47
46
  "@arethetypeswrong/core": "0.18.5",
48
- "@biomejs/biome": "2.5.8",
49
- "@commitlint/config-conventional": "21.2.0",
47
+ "@biomejs/biome": "2.5.10",
48
+ "@commitlint/cli": "21.2.2",
49
+ "@commitlint/config-conventional": "21.2.2",
50
50
  "@commitlint/types": "21.2.0",
51
51
  "@fast-check/vitest": "0.4.1",
52
- "@stryker-mutator/api": "9.6.1",
53
- "@stryker-mutator/core": "9.6.1",
54
- "@stryker-mutator/vitest-runner": "9.6.1",
52
+ "@isentinel/eslint-config": "6.0.0-beta.42",
53
+ "@stryker-mutator/api": "10.0.0",
54
+ "@stryker-mutator/core": "10.0.0",
55
+ "@stryker-mutator/vitest-runner": "10.0.0",
55
56
  "@total-typescript/ts-reset": "0.6.1",
56
- "@types/bun": "1.3.14",
57
+ "@types/bun": "1.4.0",
57
58
  "@types/node": "^26.2.0",
58
59
  "@typescript/native-preview": "7.0.0-dev.20260707.2",
59
- "@vitest/coverage-v8": "4.1.10",
60
+ "@vitest/coverage-v8": "4.1.11",
61
+ "@vitest/eslint-plugin": "1.6.27",
60
62
  "@vitiate/core": "0.3.1",
61
63
  "@vitiate/fuzzed-data-provider": "0.3.1",
62
- "bumpp": "12.2.0",
63
- "commitlint": "21.2.1",
64
+ "bumpp": "12.2.1",
64
65
  "confbox": "0.2.4",
65
66
  "eslint": "10.8.0",
66
67
  "eslint-plugin-antfu": "3.2.3",
68
+ "eslint-plugin-astro": "3.1.0",
69
+ "eslint-plugin-eslint-plugin": "7.6.1",
70
+ "eslint-plugin-n": "18.3.0",
71
+ "eslint-plugin-pnpm": "1.8.0",
72
+ "eslint-plugin-react-jsx": "5.18.6",
73
+ "eslint-plugin-react-naming-convention": "5.18.6",
74
+ "eslint-plugin-react-x": "5.18.6",
67
75
  "eslint-plugin-regexp": "3.1.1",
68
76
  "eslint-plugin-sonarjs": "4.2.0",
69
77
  "eslint-plugin-unused-imports": "4.4.1",
70
78
  "fast-check": "4.9.0",
71
- "get-tsconfig": "4.14.1",
79
+ "get-tsconfig": "4.14.3",
72
80
  "jiti": "2.7.0",
73
- "jscpd": "5.0.14",
74
- "knip": "6.32.1",
75
- "oxfmt": "0.63.0",
81
+ "jscpd": "5.0.16",
82
+ "knip": "6.32.2",
83
+ "oxfmt": "0.65.0",
76
84
  "oxlint": "1.78.0",
77
85
  "oxlint-plugin-react-doctor": "0.9.11",
78
86
  "oxlint-tsgolint": "7.0.2001",
79
87
  "pncat": "0.13.2",
80
- "publint": "0.3.23",
88
+ "publint": "0.3.24",
81
89
  "react-doctor": "0.9.11",
82
90
  "sfw": "2.0.6",
83
- "skills": "1.5.22",
91
+ "skills": "1.5.23",
84
92
  "tsdown": "0.22.14",
85
93
  "type-fest": "5.8.0",
86
- "typescript": "7.0.2",
87
- "vitest": "4.1.10",
94
+ "typescript": "npm:@typescript/typescript6@^6.0.2",
95
+ "vitest": "4.1.11",
88
96
  "vitiate": "0.3.1",
89
- "yuku-ast": "0.8.4",
97
+ "yuku-ast": "0.9.1",
90
98
  "zx": "8.8.5"
91
99
  },
92
100
  "peerDependencies": {
@@ -95,6 +103,9 @@
95
103
  "engines": {
96
104
  "node": "^20.19.0 || >=22.12.0"
97
105
  },
106
+ "publishConfig": {
107
+ "access": "public"
108
+ },
98
109
  "scripts": {
99
110
  "biome": "biome",
100
111
  "build": "tsdown",
@@ -105,23 +116,23 @@
105
116
  "docs:build": "nr -F docs build",
106
117
  "docs:check": "nr -F docs check",
107
118
  "docs:dev": "nr -F docs dev",
108
- "doctor": "npx react-doctor@latest",
119
+ "doctor": "nlx react-doctor@latest",
109
120
  "format": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run biome -- check --fix $a && node --run oxfmt -- $a' _",
110
121
  "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' _",
111
122
  "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' _",
112
- "generate:compact-default-properties": "nub scripts/generate-compact-default-properties.ts",
113
- "generate:default-properties": "nub scripts/generate-default-properties.ts",
114
- "generate:roblox-yielding-members": "nub scripts/generate-roblox-yielding-members.ts && node --run format:safe -- src/generated/roblox-yielding-members.ts",
123
+ "generate:compact-default-properties": "bun run scripts/generate-compact-default-properties.ts",
124
+ "generate:default-properties": "bun run scripts/generate-default-properties.ts",
125
+ "generate:roblox-yielding-members": "bun run scripts/generate-roblox-yielding-members.ts && node --run format:safe -- src/generated/roblox-yielding-members.ts",
126
+ "generate:third-party-notices": "bun run scripts/generate-third-party-notices.ts",
115
127
  "hooks:install": "hk install --mise",
116
128
  "hooks:validate": "hk validate",
129
+ "isentinel-lint": "isentinel-lint",
117
130
  "jscpd": "jscpd",
118
131
  "knip": "knip-bun",
119
- "lint": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run oxlint -- --no-error-on-unmatched-pattern $a && node --run biome -- check --no-errors-on-unmatched $a' _",
120
- "lint:agent": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run oxlint -- --no-error-on-unmatched-pattern --format agent $a && node --run biome -- check --no-errors-on-unmatched --reporter concise $a' _",
121
- "lint:json": "bun run --bun scripts/lint-json.ts",
132
+ "lint": "bash -c 'a=$(bash scripts/get-defaults.sh \"$@\"); node --run isentinel-lint -- $a && node --run biome -- check --no-errors-on-unmatched $a' _",
133
+ "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' _",
122
134
  "oxfmt": "oxfmt",
123
135
  "oxlint": "oxlint",
124
- "preversion": "if test -n \"$(git status --porcelain)\"; then echo 'Release requires a clean worktree.' >&2; exit 1; fi",
125
136
  "release": "bumpp",
126
137
  "skills": "skills",
127
138
  "test": "vitest run",
@@ -131,6 +142,7 @@
131
142
  "test:mutation": "stryker run",
132
143
  "tsgo": "tsgo",
133
144
  "type-check": "tsgo --noEmit",
134
- "type-check:agent": "tsgo --noEmit --pretty false"
145
+ "type-check:agent": "tsgo --noEmit --pretty false",
146
+ "preversion": "if test -n \"$(git status --porcelain)\"; then echo 'Release requires a clean worktree.' >&2; exit 1; fi"
135
147
  }
136
148
  }