@sarj/eslint-plugin 15.16.0 → 15.16.1
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 +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -18245,7 +18245,7 @@ var RULES = {
|
|
|
18245
18245
|
};
|
|
18246
18246
|
var meta = {
|
|
18247
18247
|
name: "@sarj/eslint-plugin",
|
|
18248
|
-
version: "15.16.
|
|
18248
|
+
version: "15.16.1"
|
|
18249
18249
|
};
|
|
18250
18250
|
var APPLICATION_ONLY_RULES = [
|
|
18251
18251
|
"no-restricted-library-load",
|
package/dist/index.d.cts
CHANGED
|
@@ -491,7 +491,7 @@ type FlatPreset = {
|
|
|
491
491
|
declare const PLUGIN: {
|
|
492
492
|
readonly meta: {
|
|
493
493
|
readonly name: "@sarj/eslint-plugin";
|
|
494
|
-
readonly version: "15.16.
|
|
494
|
+
readonly version: "15.16.1";
|
|
495
495
|
};
|
|
496
496
|
readonly rules: {
|
|
497
497
|
readonly "iac-source-coupled-test": DocumentedRule<readonly [], "rawSourceOracle">;
|
package/dist/index.d.ts
CHANGED
|
@@ -491,7 +491,7 @@ type FlatPreset = {
|
|
|
491
491
|
declare const PLUGIN: {
|
|
492
492
|
readonly meta: {
|
|
493
493
|
readonly name: "@sarj/eslint-plugin";
|
|
494
|
-
readonly version: "15.16.
|
|
494
|
+
readonly version: "15.16.1";
|
|
495
495
|
};
|
|
496
496
|
readonly rules: {
|
|
497
497
|
readonly "iac-source-coupled-test": DocumentedRule<readonly [], "rawSourceOracle">;
|
package/dist/index.js
CHANGED
|
@@ -18231,7 +18231,7 @@ var RULES = {
|
|
|
18231
18231
|
};
|
|
18232
18232
|
var meta = {
|
|
18233
18233
|
name: "@sarj/eslint-plugin",
|
|
18234
|
-
version: "15.16.
|
|
18234
|
+
version: "15.16.1"
|
|
18235
18235
|
};
|
|
18236
18236
|
var APPLICATION_ONLY_RULES = [
|
|
18237
18237
|
"no-restricted-library-load",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sarj/eslint-plugin",
|
|
3
|
-
"version": "15.16.
|
|
3
|
+
"version": "15.16.1",
|
|
4
4
|
"packageManager": "npm@12.0.2",
|
|
5
5
|
"description": "Custom ESLint rules for hypermodern TypeScript / React / Next.js projects",
|
|
6
6
|
"type": "module",
|
|
@@ -53,17 +53,17 @@
|
|
|
53
53
|
"author": "sarj-ai",
|
|
54
54
|
"license": "MIT",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@typescript-eslint/utils": "^8.
|
|
56
|
+
"@typescript-eslint/utils": "^8.68.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
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": "26.
|
|
63
|
-
"@typescript-eslint/parser": "8.
|
|
64
|
-
"@typescript-eslint/rule-tester": "8.
|
|
65
|
-
"@typescript-eslint/utils": "8.
|
|
66
|
-
"eslint": "^10.
|
|
62
|
+
"@types/node": "26.4.0",
|
|
63
|
+
"@typescript-eslint/parser": "8.68.0",
|
|
64
|
+
"@typescript-eslint/rule-tester": "8.68.0",
|
|
65
|
+
"@typescript-eslint/utils": "8.68.0",
|
|
66
|
+
"eslint": "^10.9.1",
|
|
67
67
|
"eslint-plugin-better-tailwindcss": "^4.7.0",
|
|
68
68
|
"eslint-plugin-n": "^18.3.0",
|
|
69
69
|
"eslint-plugin-perfectionist": "^5.10.1",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
"eslint-plugin-react": "^7.37.5",
|
|
72
72
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
73
73
|
"eslint-plugin-simple-import-sort": "^14.0.0",
|
|
74
|
-
"eslint-plugin-unicorn": "^
|
|
74
|
+
"eslint-plugin-unicorn": "^74.0.0",
|
|
75
75
|
"eslint-plugin-zod": "^4.9.1",
|
|
76
76
|
"tsup": "latest",
|
|
77
77
|
"typescript": "6.0.3",
|
|
78
|
-
"typescript-eslint": "^8.
|
|
78
|
+
"typescript-eslint": "^8.68.0",
|
|
79
79
|
"vitest": "4.1.11"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|