File tree Expand file tree Collapse file tree 4 files changed +398
-750
lines changed
Expand file tree Collapse file tree 4 files changed +398
-750
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 2.0.0
9+
10+ ### Changed
11+
12+ - Upgraded dependencies:
13+ - eslint to 9.21.0
14+ - @typescript-eslint/eslint-plugin to 8.26.0
15+ - @typescript-eslint/parser to 8.26.0
16+ - @stylistic/eslint-plugin to 4.2.0
17+ - eslint-config-prettier to 10.0.2
18+ - eslint-plugin-jsdoc to 50.6.3
19+ - eslint-plugin-prettier to 5.2.3
20+ - eslint-plugin-tsdoc to 0.4.0
21+ - prettier to 3.5.3
22+
23+ ### Removed
24+
25+ - Removed dependency "eslint-plugin-deprecation": Those rules are integrated into "typescript-eslint" and therefore not needed
826
927## 1.0.6
1028
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ export default [
3535 "plugin:jsdoc/recommended-typescript" ,
3636 "plugin:chai-friendly/recommended" ,
3737 "plugin:chai-expect/recommended" ,
38- "plugin:deprecation/recommended" ,
3938 // prettier needs to be the last line
4039 "plugin:prettier/recommended"
4140 ) ,
@@ -74,6 +73,8 @@ export default [
7473
7574 "prettier/prettier" : "warn" ,
7675
76+ "@typescript-eslint/no-deprecated" : "error" ,
77+
7778 "@typescript-eslint/no-floating-promises" : "error" ,
7879
7980 "@typescript-eslint/explicit-function-return-type" : [
You can’t perform that action at this time.
0 commit comments