Skip to content

Commit

Permalink
docs: reflect dropping TypeScript 4.8 support (#563)
Browse files Browse the repository at this point in the history
* docs: reflect dropping TypeScript 4.8 support

* Update upgrade.md
  • Loading branch information
WikiRik authored Oct 14, 2023
1 parent 8745c09 commit f64db98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/other-topics/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ await sequelize.authenticate();
Sequelize v7 only supports the versions of Node.js, and databases that were not EOL at the time of release.[^issue-1]
Sequelize v7 also supports versions of TypeScript that were released in the past year prior to the time of release.

This means Sequelize v7 supports **>=18.0.0**, and **TypeScript >= 4.7**.
This means Sequelize v7 supports **>=18.0.0**, and **TypeScript >= 4.9**.

Head to our [Versioning Policy page](/releases) to see exactly which databases are supported by Sequelize v7.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This page regroups information related to which engines versions are supported b

| Sequelize | [Node.js][node-releases] | [Typescript][ts-releases] | Release Date | EOL |
|---------------------------------|----------------------------|---------------------------|--------------|------------|
| [7 (alpha)][sequelize-core] | >= 18.0.0 | >= 4.8 |||
| [7 (alpha)][sequelize-core] | >= 18.0.0 | >= 4.9 |||
| [6 (current)][sequelize-legacy] | >= 10 | >= 4.1 | 2020-06-24 ||
| 5 (eol) | >=6 | >= 3.1 | 2019-03-13 | 2022-01-01 |

Expand Down

0 comments on commit f64db98

Please sign in to comment.