Skip to content

Commit 31d602f

Browse files
Version bump [skip actions]
1 parent 4c33fc7 commit 31d602f

8 files changed

Lines changed: 63 additions & 37 deletions

CHANGELOG.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
{
22
"name": "@itwin/eslint-plugin",
33
"entries": [
4+
{
5+
"date": "Thu, 22 Jan 2026 21:03:22 GMT",
6+
"version": "6.0.0",
7+
"tag": "@itwin/eslint-plugin_v6.0.0",
8+
"comments": {
9+
"major": [
10+
{
11+
"author": "anmolshres98@users.noreply.github.com",
12+
"package": "@itwin/eslint-plugin",
13+
"commit": "4c33fc7959a2bef1064afc12e28922500971fb0c",
14+
"comment": "Drop node 18 support and update `eslint-plugin-jsdoc` to 51.x"
15+
}
16+
],
17+
"patch": [
18+
{
19+
"author": "108895074+MichaelSwigerAtBentley@users.noreply.github.com",
20+
"package": "@itwin/eslint-plugin",
21+
"commit": "4c33fc7959a2bef1064afc12e28922500971fb0c",
22+
"comment": "enable ignoreOverloadsWithDifferentJSDoc for @typescript-eslint/unified-signatures rule"
23+
},
24+
{
25+
"author": "66480813+paulius-valiunas@users.noreply.github.com",
26+
"package": "@itwin/eslint-plugin",
27+
"commit": "4c33fc7959a2bef1064afc12e28922500971fb0c",
28+
"comment": "change wording in the require-version-in-deprecation rule to be more gramatically correct"
29+
}
30+
],
31+
"minor": [
32+
{
33+
"author": "66480813+paulius-valiunas@users.noreply.github.com",
34+
"package": "@itwin/eslint-plugin",
35+
"commit": "4c33fc7959a2bef1064afc12e28922500971fb0c",
36+
"comment": "Enable no-internal rule to check for preview tags"
37+
},
38+
{
39+
"author": "66480813+paulius-valiunas@users.noreply.github.com",
40+
"package": "@itwin/eslint-plugin",
41+
"commit": "4c33fc7959a2bef1064afc12e28922500971fb0c",
42+
"comment": "update require-version-in-deprecation for new deprecation policy"
43+
}
44+
]
45+
}
46+
},
447
{
548
"date": "Fri, 09 May 2025 15:11:14 GMT",
649
"version": "5.2.1",

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
# Change Log - @itwin/eslint-plugin
22

3-
<!-- This log was last generated on Fri, 09 May 2025 15:11:14 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 22 Jan 2026 21:03:22 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 6.0.0
8+
9+
Thu, 22 Jan 2026 21:03:22 GMT
10+
11+
### Major changes
12+
13+
- Drop node 18 support and update `eslint-plugin-jsdoc` to 51.x (anmolshres98@users.noreply.github.com)
14+
15+
### Minor changes
16+
17+
- Enable no-internal rule to check for preview tags (66480813+paulius-valiunas@users.noreply.github.com)
18+
- update require-version-in-deprecation for new deprecation policy (66480813+paulius-valiunas@users.noreply.github.com)
19+
20+
### Patches
21+
22+
- enable ignoreOverloadsWithDifferentJSDoc for @typescript-eslint/unified-signatures rule (108895074+MichaelSwigerAtBentley@users.noreply.github.com)
23+
- change wording in the require-version-in-deprecation rule to be more gramatically correct (66480813+paulius-valiunas@users.noreply.github.com)
24+
725
## 5.2.1
826

927
Fri, 09 May 2025 15:11:14 GMT

change/@itwin-eslint-plugin-05d3a06e-ba18-4459-8d1f-01254b60b9ad.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@itwin-eslint-plugin-4d6ac499-9d77-4669-b198-cf75c0be264a.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@itwin-eslint-plugin-57637519-35cd-4ce0-ab49-3708a0b3fa78.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@itwin-eslint-plugin-bccb514b-a007-48e6-a8d5-2ebb6d92416c.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@itwin-eslint-plugin-de5d27e9-0ff3-42fe-b712-6df8e435ee7e.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/eslint-plugin",
3-
"version": "5.2.2-dev.4",
3+
"version": "6.0.0",
44
"description": "ESLint plugin with default configuration and custom rules for iTwin.js projects",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)