Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e19436

Browse files
chore(release): publish 7.7.1
1 parent b2552ca commit 3e19436

File tree

36 files changed

+281
-122
lines changed

36 files changed

+281
-122
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **eslint-plugin:** [no-unsafe-assignment] handle shorthand property assignment ([#8800](https://github.com/typescript-eslint/typescript-eslint/pull/8800))
7+
- **eslint-plugin:** [explicit-function-return-type] fix checking wrong ancestor's return type ([#8809](https://github.com/typescript-eslint/typescript-eslint/pull/8809))
8+
- **eslint-plugin:** [prefer-optional-chain] only look at left operand for `requireNullish` ([#8559](https://github.com/typescript-eslint/typescript-eslint/pull/8559))
9+
- **eslint-plugin:** [no-for-in-array] refine report location ([#8874](https://github.com/typescript-eslint/typescript-eslint/pull/8874))
10+
- **eslint-plugin:** [no-unnecessary-type-assertion] allow non-null assertion for void type ([#8912](https://github.com/typescript-eslint/typescript-eslint/pull/8912))
11+
12+
### ❤️ Thank You
13+
14+
- Abraham Guo
15+
- Kirk Waiblinger @kirkwaiblinger
16+
- YeonJuan @yeonjuan
17+
18+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
19+
120
## 7.7.0 (2024-04-15)
221

322

packages/ast-spec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for ast-spec to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for ast-spec to align it with other projects, there were no code changes.

packages/ast-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/ast-spec",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin-internal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for eslint-plugin-internal to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for eslint-plugin-internal to align it with other projects, there were no code changes.

packages/eslint-plugin-internal/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin-internal",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "index.d.ts",
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@prettier/sync": "^0.5.1",
18-
"@typescript-eslint/rule-tester": "7.7.0",
19-
"@typescript-eslint/scope-manager": "7.7.0",
20-
"@typescript-eslint/type-utils": "7.7.0",
21-
"@typescript-eslint/utils": "7.7.0",
18+
"@typescript-eslint/rule-tester": "7.7.1",
19+
"@typescript-eslint/scope-manager": "7.7.1",
20+
"@typescript-eslint/type-utils": "7.7.1",
21+
"@typescript-eslint/utils": "7.7.1",
2222
"prettier": "^3.2.5"
2323
},
2424
"devDependencies": {

packages/eslint-plugin/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **eslint-plugin:** [no-unsafe-assignment] handle shorthand property assignment
7+
8+
- **eslint-plugin:** [explicit-function-return-type] fix checking wrong ancestor's return type
9+
10+
- **eslint-plugin:** [prefer-optional-chain] only look at left operand for `requireNullish`
11+
12+
- **eslint-plugin:** [no-for-in-array] refine report location
13+
14+
- **eslint-plugin:** [no-unnecessary-type-assertion] allow non-null assertion for void type
15+
16+
17+
### ❤️ Thank You
18+
19+
- Abraham Guo
20+
- Kirk Waiblinger
21+
- YeonJuan
22+
23+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
24+
125
## 7.7.0 (2024-04-15)
226

327

packages/eslint-plugin/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -62,10 +62,10 @@
6262
},
6363
"dependencies": {
6464
"@eslint-community/regexpp": "^4.10.0",
65-
"@typescript-eslint/scope-manager": "7.7.0",
66-
"@typescript-eslint/type-utils": "7.7.0",
67-
"@typescript-eslint/utils": "7.7.0",
68-
"@typescript-eslint/visitor-keys": "7.7.0",
65+
"@typescript-eslint/scope-manager": "7.7.1",
66+
"@typescript-eslint/type-utils": "7.7.1",
67+
"@typescript-eslint/utils": "7.7.1",
68+
"@typescript-eslint/visitor-keys": "7.7.1",
6969
"debug": "^4.3.4",
7070
"graphemer": "^1.4.0",
7171
"ignore": "^5.3.1",
@@ -78,8 +78,8 @@
7878
"@types/marked": "*",
7979
"@types/mdast": "^4.0.3",
8080
"@types/natural-compare": "*",
81-
"@typescript-eslint/rule-schema-to-typescript-types": "7.7.0",
82-
"@typescript-eslint/rule-tester": "7.7.0",
81+
"@typescript-eslint/rule-schema-to-typescript-types": "7.7.1",
82+
"@typescript-eslint/rule-tester": "7.7.1",
8383
"ajv": "^6.12.6",
8484
"chalk": "^5.3.0",
8585
"cross-env": "^7.0.3",

packages/integration-tests/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for integration-tests to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for integration-tests to align it with other projects, there were no code changes.

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/integration-tests",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"private": true,
55
"scripts": {
66
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",

packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for parser to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for parser to align it with other projects, there were no code changes.

packages/parser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/parser",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -52,10 +52,10 @@
5252
"eslint": "^8.56.0"
5353
},
5454
"dependencies": {
55-
"@typescript-eslint/scope-manager": "7.7.0",
56-
"@typescript-eslint/types": "7.7.0",
57-
"@typescript-eslint/typescript-estree": "7.7.0",
58-
"@typescript-eslint/visitor-keys": "7.7.0",
55+
"@typescript-eslint/scope-manager": "7.7.1",
56+
"@typescript-eslint/types": "7.7.1",
57+
"@typescript-eslint/typescript-estree": "7.7.1",
58+
"@typescript-eslint/visitor-keys": "7.7.1",
5959
"debug": "^4.3.4"
6060
},
6161
"devDependencies": {

packages/repo-tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for repo-tools to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for repo-tools to align it with other projects, there were no code changes.

packages/repo-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/repo-tools",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"private": true,
55
"scripts": {
66
"//": "NOTE: intentionally no build step in this package",

packages/rule-schema-to-typescript-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.

packages/rule-schema-to-typescript-types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-schema-to-typescript-types",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -34,8 +34,8 @@
3434
"typecheck": "tsc -p tsconfig.json --noEmit"
3535
},
3636
"dependencies": {
37-
"@typescript-eslint/type-utils": "7.7.0",
38-
"@typescript-eslint/utils": "7.7.0",
37+
"@typescript-eslint/type-utils": "7.7.1",
38+
"@typescript-eslint/utils": "7.7.1",
3939
"natural-compare": "^1.4.0",
4040
"prettier": "^3.2.5"
4141
},

packages/rule-tester/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for rule-tester to align it with other projects, there were no code changes.

packages/rule-tester/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-tester",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Tooling to test ESLint rules",
55
"files": [
66
"dist",
@@ -48,8 +48,8 @@
4848
},
4949
"//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
5050
"dependencies": {
51-
"@typescript-eslint/typescript-estree": "7.7.0",
52-
"@typescript-eslint/utils": "7.7.0",
51+
"@typescript-eslint/typescript-estree": "7.7.1",
52+
"@typescript-eslint/utils": "7.7.1",
5353
"ajv": "^6.12.6",
5454
"lodash.merge": "4.6.2",
5555
"semver": "^7.6.0"
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@types/lodash.merge": "4.6.9",
63-
"@typescript-eslint/parser": "7.7.0",
63+
"@typescript-eslint/parser": "7.7.1",
6464
"chai": "^4.4.1",
6565
"mocha": "^10.4.0",
6666
"sinon": "^16.1.3",

packages/scope-manager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for scope-manager to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for scope-manager to align it with other projects, there were no code changes.

packages/scope-manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/scope-manager",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "TypeScript scope analyser for ESLint",
55
"files": [
66
"dist",
@@ -46,12 +46,12 @@
4646
"typecheck": "npx nx typecheck"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/types": "7.7.0",
50-
"@typescript-eslint/visitor-keys": "7.7.0"
49+
"@typescript-eslint/types": "7.7.1",
50+
"@typescript-eslint/visitor-keys": "7.7.1"
5151
},
5252
"devDependencies": {
5353
"@types/glob": "*",
54-
"@typescript-eslint/typescript-estree": "7.7.0",
54+
"@typescript-eslint/typescript-estree": "7.7.1",
5555
"glob": "*",
5656
"jest-specific-snapshot": "*",
5757
"make-dir": "*",

packages/type-utils/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **eslint-plugin:** [no-unsafe-assignment] handle shorthand property assignment
7+
8+
9+
### ❤️ Thank You
10+
11+
- Abraham Guo
12+
- Kirk Waiblinger
13+
- YeonJuan
14+
15+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
16+
117
## 7.7.0 (2024-04-15)
218

319
This was a version bump only for type-utils to align it with other projects, there were no code changes.

packages/type-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/type-utils",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Type utilities for working with TypeScript + ESLint together",
55
"files": [
66
"dist",
@@ -46,13 +46,13 @@
4646
"typecheck": "tsc -p tsconfig.json --noEmit"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/typescript-estree": "7.7.0",
50-
"@typescript-eslint/utils": "7.7.0",
49+
"@typescript-eslint/typescript-estree": "7.7.1",
50+
"@typescript-eslint/utils": "7.7.1",
5151
"debug": "^4.3.4",
5252
"ts-api-utils": "^1.3.0"
5353
},
5454
"devDependencies": {
55-
"@typescript-eslint/parser": "7.7.0",
55+
"@typescript-eslint/parser": "7.7.1",
5656
"ajv": "^6.12.6",
5757
"downlevel-dts": "*",
5858
"jest": "29.7.0",

packages/types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for types to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for types to align it with other projects, there were no code changes.

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/types",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Types for the TypeScript-ESTree AST spec",
55
"files": [
66
"dist",

packages/typescript-eslint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.1 (2024-04-22)
2+
3+
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 7.7.0 (2024-04-15)
28

39
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

packages/typescript-eslint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-eslint",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Tooling which enables you to use TypeScript with ESLint",
55
"files": [
66
"dist",
@@ -55,9 +55,9 @@
5555
"eslint": "^8.56.0"
5656
},
5757
"dependencies": {
58-
"@typescript-eslint/eslint-plugin": "7.7.0",
59-
"@typescript-eslint/parser": "7.7.0",
60-
"@typescript-eslint/utils": "7.7.0"
58+
"@typescript-eslint/eslint-plugin": "7.7.1",
59+
"@typescript-eslint/parser": "7.7.1",
60+
"@typescript-eslint/utils": "7.7.1"
6161
},
6262
"devDependencies": {
6363
"downlevel-dts": "*",

0 commit comments

Comments
 (0)