@typescript-eslint/eslint-plugin 7.3.2-alpha.5 → 7.3.2-alpha.7

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.
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
11
11
 
12
12
  JavaScript automatically [converts an object to a string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String#string_coercion) in a string context, such as when concatenating it with a string using `+` or embedding it in a template literal using `${}`.
13
13
  The default `toString()` method of objects returns `"[object Object]"`, which is often not what was intended.
14
- This rule reports on values used in a template literal string that aren't strings, numbers, or BigInts, optionally allowing other data types that provide useful stringification results.
14
+ This rule reports on values used in a template literal string that aren't strings, optionally allowing other data types that provide useful stringification results.
15
15
 
16
16
  :::note
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "7.3.2-alpha.5",
3
+ "version": "7.3.2-alpha.7",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -61,10 +61,10 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@eslint-community/regexpp": "^4.5.1",
64
- "@typescript-eslint/scope-manager": "7.3.2-alpha.5",
65
- "@typescript-eslint/type-utils": "7.3.2-alpha.5",
66
- "@typescript-eslint/utils": "7.3.2-alpha.5",
67
- "@typescript-eslint/visitor-keys": "7.3.2-alpha.5",
64
+ "@typescript-eslint/scope-manager": "7.3.2-alpha.7",
65
+ "@typescript-eslint/type-utils": "7.3.2-alpha.7",
66
+ "@typescript-eslint/utils": "7.3.2-alpha.7",
67
+ "@typescript-eslint/visitor-keys": "7.3.2-alpha.7",
68
68
  "debug": "^4.3.4",
69
69
  "graphemer": "^1.4.0",
70
70
  "ignore": "^5.2.4",
@@ -77,7 +77,7 @@
77
77
  "@types/marked": "*",
78
78
  "@types/natural-compare": "*",
79
79
  "@typescript-eslint/rule-schema-to-typescript-types": "7.3.1",
80
- "@typescript-eslint/rule-tester": "7.3.2-alpha.5",
80
+ "@typescript-eslint/rule-tester": "7.3.2-alpha.7",
81
81
  "ajv": "^6.12.6",
82
82
  "chalk": "^5.3.0",
83
83
  "cross-env": "^7.0.3",