Skip to content

Commit a5b47b2

Browse files
authored
Drop Node 18 support and update eslint-plugin-jsdoc to 51.x (#105)
Co-authored-by: anmolshres98 <[email protected]>
1 parent e445d46 commit a5b47b2

3 files changed

Lines changed: 93 additions & 54 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "major",
3+
"comment": "Drop node 18 support and update `eslint-plugin-jsdoc` to 51.x",
4+
"packageName": "@itwin/eslint-plugin",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-formatter-visualstudio": "^8.40.0",
4141
"eslint-plugin-import": "^2.31.0",
4242
"eslint-plugin-jam3": "^0.2.3",
43-
"eslint-plugin-jsdoc": "^50.6.6",
43+
"eslint-plugin-jsdoc": "^51.2.1",
4444
"eslint-plugin-jsx-a11y": "^6.10.2",
4545
"eslint-plugin-prefer-arrow": "^1.2.3",
4646
"eslint-plugin-react": "^7.37.4",
@@ -61,7 +61,7 @@
6161
"typescript": "~5.6.3"
6262
},
6363
"engines": {
64-
"node": "^18.18.0 || ^20.0.0 || ^22.0.0"
64+
"node": "^20.11.0 || ^22.0.0"
6565
},
6666
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
6767
}

pnpm-lock.yaml

Lines changed: 84 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)