eslint-plugin-formatjs 5.2.6 → 5.2.8

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.
@@ -1,2 +1,3 @@
1
+ import type { ParserServicesWithoutTypeInformation, ParserServicesWithTypeInformation } from '@typescript-eslint/utils';
1
2
  import { RuleContext } from '@typescript-eslint/utils/ts-eslint';
2
- export declare const getParserServices: <TRuleContext extends RuleContext<string, unknown[]>>(context: TRuleContext) => Partial<import("@typescript-eslint/utils").ParserServicesWithTypeInformation> | Partial<import("@typescript-eslint/utils").ParserServicesWithoutTypeInformation> | undefined;
3
+ export declare const getParserServices: <TRuleContext extends RuleContext<string, unknown[]>>(context: TRuleContext) => Partial<ParserServicesWithoutTypeInformation> | Partial<ParserServicesWithTypeInformation> | undefined;
@@ -1,2 +1,3 @@
1
+ import type { ParserServicesWithoutTypeInformation, ParserServicesWithTypeInformation } from '@typescript-eslint/utils';
1
2
  import { RuleContext } from '@typescript-eslint/utils/ts-eslint';
2
- export declare const getParserServices: <TRuleContext extends RuleContext<string, unknown[]>>(context: TRuleContext) => Partial<import("@typescript-eslint/utils").ParserServicesWithTypeInformation> | Partial<import("@typescript-eslint/utils").ParserServicesWithoutTypeInformation> | undefined;
3
+ export declare const getParserServices: <TRuleContext extends RuleContext<string, unknown[]>>(context: TRuleContext) => Partial<ParserServicesWithoutTypeInformation> | Partial<ParserServicesWithTypeInformation> | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-formatjs",
3
- "version": "5.2.6",
3
+ "version": "5.2.8",
4
4
  "description": "ESLint plugin for formatjs",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -11,4 +11,5 @@ export declare enum Element {
11
11
  plural = "plural",
12
12
  tag = "tag"
13
13
  }
14
- export declare const rule: ESLintUtils.RuleModule<"blocklist", [], unknown, ESLintUtils.RuleListener>;
14
+ export declare const rule: ESLintUtils.RuleModule<'blocklist', [
15
+ ], unknown, ESLintUtils.RuleListener>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-formatjs",
3
- "version": "5.2.6",
3
+ "version": "5.2.8",
4
4
  "description": "ESLint plugin for formatjs",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -28,8 +28,8 @@
28
28
  "picomatch": "2 || 3 || 4",
29
29
  "tslib": "2",
30
30
  "unicode-emoji-utils": "^1.2.0",
31
- "@formatjs/icu-messageformat-parser": "2.9.5",
32
- "@formatjs/ts-transformer": "3.13.24"
31
+ "@formatjs/icu-messageformat-parser": "2.9.7",
32
+ "@formatjs/ts-transformer": "3.13.26"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "eslint": "9"
@@ -11,4 +11,5 @@ export declare enum Element {
11
11
  plural = "plural",
12
12
  tag = "tag"
13
13
  }
14
- export declare const rule: ESLintUtils.RuleModule<"blocklist", [], unknown, ESLintUtils.RuleListener>;
14
+ export declare const rule: ESLintUtils.RuleModule<'blocklist', [
15
+ ], unknown, ESLintUtils.RuleListener>;