eslint-plugin-function 0.0.32 → 0.0.33

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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { CompatiblePlugin } from "@eslint-react/kit";
1
+ import { CompatiblePlugin } from "@eslint-react/shared";
2
2
 
3
3
  //#region src/index.d.ts
4
4
  declare const plugin: CompatiblePlugin;
package/dist/index.js CHANGED
@@ -4,13 +4,13 @@ import { P, isMatching, match } from "ts-pattern";
4
4
  import ts from "typescript";
5
5
  import * as AST from "@eslint-react/ast";
6
6
  import "@eslint-react/eff";
7
- import { toRegExp } from "@eslint-react/kit";
7
+ import { toRegExp } from "@eslint-react/shared";
8
8
  import { getConstrainedTypeAtLocation } from "@typescript-eslint/type-utils";
9
9
  import { AST_NODE_TYPES } from "@typescript-eslint/types";
10
10
 
11
11
  //#region package.json
12
12
  var name = "eslint-plugin-function";
13
- var version = "0.0.32";
13
+ var version = "0.0.33";
14
14
 
15
15
  //#endregion
16
16
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-function",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "private": false,
5
5
  "description": "(WIP) The ESLint plugin for function-related rules.",
6
6
  "license": "MIT",
@@ -18,9 +18,9 @@
18
18
  "package.json"
19
19
  ],
20
20
  "dependencies": {
21
- "@eslint-react/ast": "^2.1.0-beta.5",
22
- "@eslint-react/eff": "^2.1.0-beta.5",
23
- "@eslint-react/kit": "^2.1.0-beta.5",
21
+ "@eslint-react/ast": "^2.2.0",
22
+ "@eslint-react/eff": "^2.2.0",
23
+ "@eslint-react/shared": "^2.2.0",
24
24
  "@typescript-eslint/scope-manager": "^8.46.0",
25
25
  "@typescript-eslint/type-utils": "^8.46.0",
26
26
  "@typescript-eslint/types": "^8.46.0",
@@ -32,7 +32,7 @@
32
32
  "@eslint/markdown": "^7.4.0",
33
33
  "@tsconfig/node22": "^22.0.2",
34
34
  "@tsconfig/strictest": "^2.0.6",
35
- "@types/node": "^24.7.1",
35
+ "@types/node": "^24.7.2",
36
36
  "@typescript-eslint/rule-tester": "^8.46.0",
37
37
  "dedent": "^1.7.0",
38
38
  "dprint": "^0.50.2",