@sarj/eslint-plugin 15.10.1 → 15.10.3

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.cjs CHANGED
@@ -16056,7 +16056,7 @@ var rules = {
16056
16056
  };
16057
16057
  var meta = {
16058
16058
  name: "@sarj/eslint-plugin",
16059
- version: "15.10.1"
16059
+ version: "15.10.3"
16060
16060
  };
16061
16061
  var applicationOnlyRules = [
16062
16062
  "no-restricted-library-load",
package/dist/index.d.cts CHANGED
@@ -438,7 +438,7 @@ type FlatPreset = {
438
438
  declare const plugin: {
439
439
  readonly meta: {
440
440
  readonly name: "@sarj/eslint-plugin";
441
- readonly version: "15.10.1";
441
+ readonly version: "15.10.3";
442
442
  };
443
443
  readonly rules: {
444
444
  readonly "iac-source-coupled-test": DocumentedRule<readonly [], "rawSourceOracle">;
package/dist/index.d.ts CHANGED
@@ -438,7 +438,7 @@ type FlatPreset = {
438
438
  declare const plugin: {
439
439
  readonly meta: {
440
440
  readonly name: "@sarj/eslint-plugin";
441
- readonly version: "15.10.1";
441
+ readonly version: "15.10.3";
442
442
  };
443
443
  readonly rules: {
444
444
  readonly "iac-source-coupled-test": DocumentedRule<readonly [], "rawSourceOracle">;
package/dist/index.js CHANGED
@@ -16037,7 +16037,7 @@ var rules = {
16037
16037
  };
16038
16038
  var meta = {
16039
16039
  name: "@sarj/eslint-plugin",
16040
- version: "15.10.1"
16040
+ version: "15.10.3"
16041
16041
  };
16042
16042
  var applicationOnlyRules = [
16043
16043
  "no-restricted-library-load",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarj/eslint-plugin",
3
- "version": "15.10.1",
3
+ "version": "15.10.3",
4
4
  "packageManager": "npm@12.0.2",
5
5
  "description": "Custom ESLint rules for hypermodern TypeScript / React / Next.js projects",
6
6
  "type": "module",
@@ -59,10 +59,10 @@
59
59
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
60
60
  "@eslint/compat": "^2.1.0",
61
61
  "@eslint/js": "10.0.1",
62
- "@types/node": "latest",
63
- "@typescript-eslint/parser": "latest",
64
- "@typescript-eslint/rule-tester": "latest",
65
- "@typescript-eslint/utils": "latest",
62
+ "@types/node": "26.2.0",
63
+ "@typescript-eslint/parser": "8.67.0",
64
+ "@typescript-eslint/rule-tester": "8.67.0",
65
+ "@typescript-eslint/utils": "8.67.0",
66
66
  "eslint": "^10.8.1",
67
67
  "eslint-plugin-better-tailwindcss": "^4.7.0",
68
68
  "eslint-plugin-perfectionist": "^5.10.1",
@@ -73,9 +73,9 @@
73
73
  "eslint-plugin-unicorn": "^73.0.0",
74
74
  "eslint-plugin-zod": "^4.9.1",
75
75
  "tsup": "latest",
76
- "typescript": "latest",
76
+ "typescript": "6.0.3",
77
77
  "typescript-eslint": "^8.67.0",
78
- "vitest": "latest"
78
+ "vitest": "4.1.11"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "eslint": ">=9.39.4",
@@ -85,7 +85,7 @@
85
85
  "node": ">=22.13.0"
86
86
  },
87
87
  "allowScripts": {
88
- "esbuild@0.28.1": true,
88
+ "esbuild@0.28.2": true,
89
89
  "fsevents@2.3.3": true
90
90
  },
91
91
  "peerDependenciesMeta": {
@@ -95,8 +95,8 @@
95
95
  },
96
96
  "overrides": {
97
97
  "brace-expansion@^5.0.0": "5.0.9",
98
- "esbuild": "^0.28.1",
99
- "nanoid@<3.3.17": "3.3.17",
98
+ "esbuild": "0.28.2",
99
+ "nanoid@<3.3.18": "3.3.18",
100
100
  "eslint-plugin-react": {
101
101
  "eslint": "$eslint"
102
102
  }