Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 181c003

Browse files
authoredApr 14, 2025··
Merge branch 'main' into fix-10982
2 parents 58fef3a + deacba9 commit 181c003

File tree

178 files changed

+4129
-4256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+4129
-4256
lines changed
 

‎.gitignore

+3-7
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,10 @@ jspm_packages/
7373
.DS_Store
7474
.idea
7575
dist
76-
_ts3.4
77-
_ts4.2
7876
*.tsbuildinfo
7977
.watchmanconfig
8078
.rollup.cache
8179

82-
# the downlevel-dts output folders
83-
_ts3.4
84-
_ts4.2
85-
_ts4.3
86-
8780
# Files copied as part of the build
8881
packages/types/src/generated/**/*.ts
8982

@@ -99,3 +92,6 @@ packages/**/.yarn
9992

10093
.nx/cache
10194
.nx/workspace-data
95+
96+
# Vitest type tests
97+
tsconfig*.vitest-temp.json

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 8.29.1 (2025-04-07)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-plugin:** [no-deprecated] report on deprecated imported variable used as property ([#10998](https://github.com/typescript-eslint/typescript-eslint/pull/10998))
6+
- **typescript-estree:** use token type of `Numeric` instead of `Identifier` for bigint literals ([#11021](https://github.com/typescript-eslint/typescript-eslint/pull/11021))
7+
8+
### ❤️ Thank You
9+
10+
- Ronen Amiel
11+
12+
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.
13+
114
## 8.29.0 (2025-03-31)
215

316
### 🚀 Features

0 commit comments

Comments
 (0)
Please sign in to comment.