8000 docs: explicitly indicate blog posts are major version upgrade guides… · ronami/typescript-eslint@75df605 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75df605

Browse files
docs: explicitly indicate blog posts are major version upgrade guides (typescript-eslint#9982)
1 parent 2a809e2 commit 75df605

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ You can read about our [versioning strategy](https://main--typescript-eslint.net
145145

146146
# 8.0.0 (2024-07-31)
147147

148+
> 👉 See [Announcing typescript-eslint v8](https://typescript-eslint.io/blog/announcing-typescript-eslint-v8) for an upgrade guide and the full list of changes.
149+
148150
### ⚠️ Breaking Changes
149151

150152
- **typescript-estree:** split TSMappedType typeParameter into constraint and key ([#7065](https://github.com/typescript-eslint/typescript-eslint/pull/7065))
@@ -824,6 +826,7 @@ You can read about our [versioning strategy](https://main--typescript-eslint.net
824826

825827
# 7.0.0 (2024-02-12)
826828

829+
> 👉 See [Announcing typescript-eslint v7](https://typescript-eslint.io/blog/announcing-typescript-eslint-v7) for an upgrade guide and the full list of changes.
827830
828831
### 🚀 Features
829832

@@ -1468,6 +1471,8 @@ You can read about our [versioning strategy](https://main--typescript-eslint.net
14681471

14691472
# [6.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0) (2023-07-10)
14701473

1474+
> 👉 See [Announcing typescript-eslint v6](https://typescript-eslint.io/blog/announcing-typescript-eslint-v6) for an upgrade guide and the full list of changes.
1475+
14711476

14721477
### Bug Fixes
14731478

packages/website/blog/2024-07-31-announcing-typescript-eslint-v8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We've been working on a set of breaking changes and general features that we're
1414
And now, we're excited to say that typescript-eslint v8 is released as stable! 🎉
1515

1616
We'd previously blogged about v8 in [Announcing typescript-eslint v8 Beta](./2024-05-27-announcing-typescript-eslint-v8-beta.mdx).
17-
This blog post contains much of the same information as that one.
17+
This blog post contains much of the same information as that one, and includes the list of steps you'll need to take to upgrade.
1818

1919
<!--truncate-->
2020

0 commit comments

Comments
 (0)
0