Skip to content

Commit aa7ab0e

Browse files
chore(release): publish 6.18.1
1 parent 78db0ad commit aa7ab0e

File tree

36 files changed

+296
-120
lines changed

36 files changed

+296
-120
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 6.18.1 (2024-01-08)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **eslint-plugin:** [no-non-null-assertion] provide valid fix when member access is on next line ([#8185](https://github.com/typescript-eslint/typescript-eslint/pull/8185))
7+
- **eslint-plugin:** [no-unnecessary-condition] improve checking optional callee ([#8178](https://github.com/typescript-eslint/typescript-eslint/pull/8178))
8+
- **eslint-plugin:** [prefer-readonly] support modifiers of unions and intersections ([#8169](https://github.com/typescript-eslint/typescript-eslint/pull/8169))
9+
- **eslint-plugin:** [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option ([#8176](https://github.com/typescript-eslint/typescript-eslint/pull/8176))
10+
- **typescript-estree:** fix invalid parsing error when use update expression on non-null assertion ([#8202](https://github.com/typescript-eslint/typescript-eslint/pull/8202))
11+
- **typescript-estree:** only create project service from env setting if project is enabled ([#8136](https://github.com/typescript-eslint/typescript-eslint/pull/8136))
12+
- **utils:** improve error message on typed rule with invalid parser ([#8146](https://github.com/typescript-eslint/typescript-eslint/pull/8146))
13+
14+
### ❤️ Thank You
15+
16+
- auvred @auvred
17+
- James @Zamiell
18+
- Josh Goldberg ✨
19+
- YeonJuan @yeonjuan
20+
21+
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.
22+
123
## 6.18.0 (2024-01-06)
224

325

packages/ast-spec/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 6.18.1 (2024-01-08)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **typescript-estree:** fix invalid parsing error when use update expression on non-null assertion
7+
8+
9+
### ❤️ Thank You
10+
11+
- auvred
12+
- James
13+
- Josh Goldberg ✨
14+
- YeonJuan
15+
16+
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.
17+
118
## 6.18.0 (2024-01-06)
219

320

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": "6.18.0",
3+
"version": "6.18.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+
## 6.18.1 (2024-01-08)
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
## 6.18.0 (2024-01-06)
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": "6.18.0",
3+
"version": "6.18.1",
44
"private": true,
55
"main": "dist/index.js",
66
"scripts": {
@@ -14,10 +14,10 @@
1414
},
1515
"dependencies": {
1616
"@prettier/sync": "*",
17-
"@typescript-eslint/rule-tester": "6.18.0",
18-
"@typescript-eslint/scope-manager": "6.18.0",
19-
"@typescript-eslint/type-utils": "6.18.0",
20-
"@typescript-eslint/utils": "6.18.0",
17+
"@typescript-eslint/rule-tester": "6.18.1",
18+
"@typescript-eslint/scope-manager": "6.18.1",
19+
"@typescript-eslint/type-utils": "6.18.1",
20+
"@typescript-eslint/utils": "6.18.1",
2121
"prettier": "^3.0.3"
2222
},
2323
"devDependencies": {

packages/eslint-plugin-tslint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.18.1 (2024-01-08)
2+
3+
This was a version bump only for eslint-plugin-tslint 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
## 6.18.0 (2024-01-06)
28

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

packages/eslint-plugin-tslint/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/eslint-plugin-tslint",
3-
"version": "6.18.0",
3+
"version": "6.18.1",
44
"main": "dist/index.js",
55
"typings": "src/index.ts",
66
"description": "ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint",
@@ -46,7 +46,7 @@
4646
"typecheck": "tsc -p tsconfig.json --noEmit"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/utils": "6.18.0"
49+
"@typescript-eslint/utils": "6.18.1"
5050
},
5151
"peerDependencies": {
5252
"eslint": "^7.0.0 || ^8.0.0",
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@types/lodash": "*",
58-
"@typescript-eslint/parser": "6.18.0",
58+
"@typescript-eslint/parser": "6.18.1",
5959
"jest": "29.7.0",
6060
"prettier": "^3.0.3",
6161
"rimraf": "*"

packages/eslint-plugin/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 6.18.1 (2024-01-08)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **eslint-plugin:** [no-non-null-assertion] provide valid fix when member access is on next line
7+
8+
- **eslint-plugin:** [no-unnecessary-condition] improve checking optional callee
9+
10+
- **eslint-plugin:** [prefer-readonly] support modifiers of unions and intersections
11+
12+
- **eslint-plugin:** [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
13+
14+
15+
### ❤️ Thank You
16+
17+
- auvred
18+
- James
19+
- Josh Goldberg ✨
20+
- YeonJuan
21+
22+
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.
23+
124
## 6.18.0 (2024-01-06)
225

326

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": "6.18.0",
3+
"version": "6.18.1",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -57,10 +57,10 @@
5757
},
5858
"dependencies": {
5959
"@eslint-community/regexpp": "^4.5.1",
60-
"@typescript-eslint/scope-manager": "6.18.0",
61-
"@typescript-eslint/type-utils": "6.18.0",
62-
"@typescript-eslint/utils": "6.18.0",
63-
"@typescript-eslint/visitor-keys": "6.18.0",
60+
"@typescript-eslint/scope-manager": "6.18.1",
61+
"@typescript-eslint/type-utils": "6.18.1",
62+
"@typescript-eslint/utils": "6.18.1",
63+
"@typescript-eslint/visitor-keys": "6.18.1",
6464
"debug": "^4.3.4",
6565
"graphemer": "^1.4.0",
6666
"ignore": "^5.2.4",
@@ -73,8 +73,8 @@
7373
"@types/debug": "*",
7474
"@types/marked": "*",
7575
"@types/natural-compare": "*",
76-
"@typescript-eslint/rule-schema-to-typescript-types": "6.18.0",
77-
"@typescript-eslint/rule-tester": "6.18.0",
76+
"@typescript-eslint/rule-schema-to-typescript-types": "6.18.1",
77+
"@typescript-eslint/rule-tester": "6.18.1",
7878
"ajv": "^6.12.6",
7979
"chalk": "^5.3.0",
8080
"cross-fetch": "*",

packages/integration-tests/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.18.1 (2024-01-08)
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
## 6.18.0 (2024-01-06)
28

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

0 commit comments

Comments
 (0)