Skip to content

Commit 4af866a

Browse files
chore(release): publish 8.12.2
1 parent cc7177c commit 4af866a

File tree

26 files changed

+172
-82
lines changed

26 files changed

+172
-82
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.12.2 (2024-10-29)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-plugin:** [switch-exhaustiveness-check] invert `considerDefaultExhaustiveForUnions` ([#10223](https://github.com/typescript-eslint/typescript-eslint/pull/10223))
6+
7+
### ❤️ Thank You
8+
9+
- Kirk Waiblinger @kirkwaiblinger
10+
11+
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.
12+
113
## 8.12.1 (2024-10-28)
214

315
### 🩹 Fixes

packages/ast-spec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.12.2 (2024-10-29)
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
## 8.12.1 (2024-10-28)
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": "8.12.1",
3+
"version": "8.12.2",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.12.2 (2024-10-29)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-plugin:** [switch-exhaustiveness-check] invert `considerDefaultExhaustiveForUnions` ([#10223](https://github.com/typescript-eslint/typescript-eslint/pull/10223))
6+
7+
### ❤️ Thank You
8+
9+
- Kirk Waiblinger @kirkwaiblinger
10+
11+
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.
12+
113
## 8.12.1 (2024-10-28)
214

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

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": "8.12.1",
3+
"version": "8.12.2",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -61,10 +61,10 @@
6161
},
6262
"dependencies": {
6363
"@eslint-community/regexpp": "^4.10.0",
64-
"@typescript-eslint/scope-manager": "8.12.1",
65-
"@typescript-eslint/type-utils": "8.12.1",
66-
"@typescript-eslint/utils": "8.12.1",
67-
"@typescript-eslint/visitor-keys": "8.12.1",
64+
"@typescript-eslint/scope-manager": "8.12.2",
65+
"@typescript-eslint/type-utils": "8.12.2",
66+
"@typescript-eslint/utils": "8.12.2",
67+
"@typescript-eslint/visitor-keys": "8.12.2",
6868
"graphemer": "^1.4.0",
6969
"ignore": "^5.3.1",
7070
"natural-compare": "^1.4.0",
@@ -75,8 +75,8 @@
7575
"@types/marked": "^5.0.2",
7676
"@types/mdast": "^4.0.3",
7777
"@types/natural-compare": "*",
78-
"@typescript-eslint/rule-schema-to-typescript-types": "8.12.1",
79-
"@typescript-eslint/rule-tester": "8.12.1",
78+
"@typescript-eslint/rule-schema-to-typescript-types": "8.12.2",
79+
"@typescript-eslint/rule-tester": "8.12.2",
8080
"ajv": "^6.12.6",
8181
"cross-env": "^7.0.3",
8282
"cross-fetch": "*",

packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.12.2 (2024-10-29)
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
## 8.12.1 (2024-10-28)
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": "8.12.1",
3+
"version": "8.12.2",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -52,10 +52,10 @@
5252
"eslint": "^8.57.0 || ^9.0.0"
5353
},
5454
"dependencies": {
55-
"@typescript-eslint/scope-manager": "8.12.1",
56-
"@typescript-eslint/types": "8.12.1",
57-
"@typescript-eslint/typescript-estree": "8.12.1",
58-
"@typescript-eslint/visitor-keys": "8.12.1",
55+
"@typescript-eslint/scope-manager": "8.12.2",
56+
"@typescript-eslint/types": "8.12.2",
57+
"@typescript-eslint/typescript-estree": "8.12.2",
58+
"@typescript-eslint/visitor-keys": "8.12.2",
5959
"debug": "^4.3.4"
6060
},
6161
"devDependencies": {

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+
## 8.12.2 (2024-10-29)
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
## 8.12.1 (2024-10-28)
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": "8.12.1",
3+
"version": "8.12.2",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -34,8 +34,8 @@
3434
"typecheck": "tsc --noEmit"
3535
},
3636
"dependencies": {
37-
"@typescript-eslint/type-utils": "8.12.1",
38-
"@typescript-eslint/utils": "8.12.1",
37+
"@typescript-eslint/type-utils": "8.12.2",
38+
"@typescript-eslint/utils": "8.12.2",
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+
## 8.12.2 (2024-10-29)
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
## 8.12.1 (2024-10-28)
28

39
### 🩹 Fixes

0 commit comments

Comments
 (0)