@pobammer-ts/small-rules 2.13.0 → 2.15.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +109 -1
  2. package/dist/index.js +38 -10
  3. package/package.json +19 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pobammer-ts/small-rules",
3
- "version": "2.13.0",
3
+ "version": "2.15.0",
4
4
  "description": "Various Oxlint-native rules for linting roblox-ts projects.",
5
5
  "keywords": [
6
6
  "lint",
@@ -27,8 +27,8 @@
27
27
  "sideEffects": false,
28
28
  "exports": {
29
29
  ".": {
30
- "default": "./dist/index.js",
31
- "types": "./dist/index.d.ts"
30
+ "types": "./dist/index.d.ts",
31
+ "default": "./dist/index.js"
32
32
  },
33
33
  "./package.json": "./package.json"
34
34
  },
@@ -41,10 +41,11 @@
41
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.3"
44
+ "yuku-parser": "0.8.4"
45
45
  },
46
46
  "devDependencies": {
47
- "@biomejs/biome": "2.5.7",
47
+ "@arethetypeswrong/core": "0.18.5",
48
+ "@biomejs/biome": "2.5.8",
48
49
  "@commitlint/config-conventional": "21.2.0",
49
50
  "@commitlint/types": "21.2.0",
50
51
  "@fast-check/vitest": "0.4.1",
@@ -53,12 +54,12 @@
53
54
  "@stryker-mutator/vitest-runner": "9.6.1",
54
55
  "@total-typescript/ts-reset": "0.6.1",
55
56
  "@types/bun": "1.3.14",
56
- "@types/node": "^26.1.2",
57
+ "@types/node": "^26.2.0",
57
58
  "@typescript/native-preview": "7.0.0-dev.20260707.2",
58
59
  "@vitest/coverage-v8": "4.1.10",
59
60
  "@vitiate/core": "0.3.1",
60
61
  "@vitiate/fuzzed-data-provider": "0.3.1",
61
- "bumpp": "12.1.1",
62
+ "bumpp": "12.2.0",
62
63
  "commitlint": "21.2.1",
63
64
  "confbox": "0.2.4",
64
65
  "eslint": "10.8.0",
@@ -70,21 +71,22 @@
70
71
  "get-tsconfig": "4.14.1",
71
72
  "jiti": "2.7.0",
72
73
  "jscpd": "5.0.14",
73
- "knip": "6.31.0",
74
- "oxfmt": "0.62.0",
75
- "oxlint": "1.77.0",
76
- "oxlint-plugin-react-doctor": "0.9.3",
74
+ "knip": "6.32.1",
75
+ "oxfmt": "0.63.0",
76
+ "oxlint": "1.78.0",
77
+ "oxlint-plugin-react-doctor": "0.9.11",
77
78
  "oxlint-tsgolint": "7.0.2001",
78
- "pncat": "0.13.0",
79
- "react-doctor": "0.9.3",
79
+ "pncat": "0.13.2",
80
+ "publint": "0.3.23",
81
+ "react-doctor": "0.9.11",
80
82
  "sfw": "2.0.6",
81
- "skills": "1.5.21",
83
+ "skills": "1.5.22",
82
84
  "tsdown": "0.22.14",
83
85
  "type-fest": "5.8.0",
84
- "typescript": "5.9.3",
86
+ "typescript": "7.0.2",
85
87
  "vitest": "4.1.10",
86
88
  "vitiate": "0.3.1",
87
- "yuku-ast": "0.8.3",
89
+ "yuku-ast": "0.8.4",
88
90
  "zx": "8.8.5"
89
91
  },
90
92
  "peerDependencies": {
@@ -98,7 +100,7 @@
98
100
  "build": "tsdown",
99
101
  "build:local": "node --run build -- --minify && cp dist/index.js plugins/small-rules.js",
100
102
  "build:local:dev": "node --run build && cp dist/index.js plugins/small-rules.js",
101
- "changelog:version": "git-cliff --tag \"v$(node -p 'require(\"./package.json\").version')\" --output CHANGELOG.md && git add CHANGELOG.md",
103
+ "changelog:version": "bun run scripts/ensure-unreleased.ts && git add CHANGELOG.md",
102
104
  "commitlint": "commitlint",
103
105
  "docs:build": "nr -F docs build",
104
106
  "docs:check": "nr -F docs check",