Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: avoid @typescript-eslint/typescript-estree warning message (#69) #70

Merged
merged 3 commits into from
Sep 17, 2023

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Sep 17, 2023

BREAKING CHANGE: Drop Node.js < 16 support

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0

YOUR TYPESCRIPT VERSION: 5.2.2

Please only submit bug reports when using the officially supported version.

BREAKING CHANGE: Drop Node.js < 16 support

```
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0

YOUR TYPESCRIPT VERSION: 5.2.2

Please only submit bug reports when using the officially supported version.
```
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这些都不支持 node 14 了
https://github.com/typescript-eslint/typescript-eslint/blob/main/package.json#L53

"engines": {
    "node": "^16.0.0 || >=18.0.0"
  },

@fengmk2 fengmk2 merged commit 2189460 into master Sep 17, 2023
4 checks passed
@fengmk2 fengmk2 deleted the drop-node-less-116 branch September 17, 2023 05:42
fengmk2 pushed a commit that referenced this pull request Sep 17, 2023
[skip ci]

## [13.0.0](v12.3.1...v13.0.0) (2023-09-17)

### ⚠ BREAKING CHANGES

* Drop Node.js < 16 support

```
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0

YOUR TYPESCRIPT VERSION: 5.2.2

Please only submit bug reports when using the officially supported version.
```

### Features

* avoid @typescript-eslint/typescript-estree warning message ([#69](#69)) ([#70](#70)) ([2189460](2189460))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant