@strapi/strapi 5.30.1 → 5.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -94,7 +94,8 @@ Strapi only supports maintenance and LTS versions of Node.js. Please refer to th
94
94
 
95
95
  | Strapi Version | Recommended | Minimum |
96
96
  | --------------- | ----------- | ------- |
97
- | 5.0.0 and up | 20.x | 18.x |
97
+ | 5.31.0 and up | 24.x | 20.x |
98
+ | 5.0.0 to 5.30.1 | 20.x | 18.x |
98
99
  | 4.14.5 and up | 20.x | 18.x |
99
100
  | 4.11.0 and up | 18.x | 16.x |
100
101
  | 4.3.9 to 4.10.x | 18.x | 14.x |
@@ -115,9 +116,9 @@ Database driver packages often have their own minimum versions for each version
115
116
 
116
117
  | Node Version | PostgreSQL (pg) | MySQL (mysql2) | SQLite (better-sqlite3) |
117
118
  | ------------ | --------------- | -------------- | ----------------------- |
118
- | 18 | pg@8.x | mysql2@2.x | better-sqlite3@7.6.2 |
119
119
  | 20 | pg@8.x | mysql2@3.x | better-sqlite3@9.4.x |
120
120
  | 22 | pg@8.x | mysql2@3.x | better-sqlite3@11.x |
121
+ | 24 | pg@8.x | mysql2@3.x | better-sqlite3@12.x |
121
122
 
122
123
  **We recommend always using the latest version of Strapi stable to start your new projects**.
123
124
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "5.30.1";
3
+ var version = "5.31.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.js.map
@@ -1,4 +1,4 @@
1
- var version = "5.30.1";
1
+ var version = "5.31.0";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=package.json.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "5.30.1",
3
+ "version": "5.31.0",
4
4
  "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
5
5
  "keywords": [
6
6
  "strapi",
@@ -110,25 +110,25 @@
110
110
  },
111
111
  "dependencies": {
112
112
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
113
- "@strapi/admin": "5.30.1",
114
- "@strapi/cloud-cli": "5.30.1",
115
- "@strapi/content-manager": "5.30.1",
116
- "@strapi/content-releases": "5.30.1",
117
- "@strapi/content-type-builder": "5.30.1",
118
- "@strapi/core": "5.30.1",
119
- "@strapi/data-transfer": "5.30.1",
120
- "@strapi/database": "5.30.1",
121
- "@strapi/email": "5.30.1",
122
- "@strapi/generators": "5.30.1",
123
- "@strapi/i18n": "5.30.1",
124
- "@strapi/logger": "5.30.1",
125
- "@strapi/openapi": "5.30.1",
126
- "@strapi/permissions": "5.30.1",
127
- "@strapi/review-workflows": "5.30.1",
128
- "@strapi/types": "5.30.1",
129
- "@strapi/typescript-utils": "5.30.1",
130
- "@strapi/upload": "5.30.1",
131
- "@strapi/utils": "5.30.1",
113
+ "@strapi/admin": "5.31.0",
114
+ "@strapi/cloud-cli": "5.31.0",
115
+ "@strapi/content-manager": "5.31.0",
116
+ "@strapi/content-releases": "5.31.0",
117
+ "@strapi/content-type-builder": "5.31.0",
118
+ "@strapi/core": "5.31.0",
119
+ "@strapi/data-transfer": "5.31.0",
120
+ "@strapi/database": "5.31.0",
121
+ "@strapi/email": "5.31.0",
122
+ "@strapi/generators": "5.31.0",
123
+ "@strapi/i18n": "5.31.0",
124
+ "@strapi/logger": "5.31.0",
125
+ "@strapi/openapi": "5.31.0",
126
+ "@strapi/permissions": "5.31.0",
127
+ "@strapi/review-workflows": "5.31.0",
128
+ "@strapi/types": "5.31.0",
129
+ "@strapi/typescript-utils": "5.31.0",
130
+ "@strapi/upload": "5.31.0",
131
+ "@strapi/utils": "5.31.0",
132
132
  "@types/nodemon": "1.19.6",
133
133
  "@vitejs/plugin-react-swc": "3.6.0",
134
134
  "boxen": "5.1.2",
@@ -179,14 +179,14 @@
179
179
  "@types/fs-extra": "11.0.4",
180
180
  "@types/jest": "29.5.2",
181
181
  "@types/lodash": "^4.14.191",
182
- "@types/node": "18.19.24",
182
+ "@types/node": "24.10.0",
183
183
  "@types/webpack-bundle-analyzer": "4.7.0",
184
184
  "@types/webpack-hot-middleware": "2.25.9",
185
- "eslint-config-custom": "5.30.1",
185
+ "eslint-config-custom": "5.31.0",
186
186
  "jest": "29.6.0",
187
187
  "react": "18.3.1",
188
188
  "react-dom": "18.3.1",
189
- "tsconfig": "5.30.1"
189
+ "tsconfig": "5.31.0"
190
190
  },
191
191
  "peerDependencies": {
192
192
  "react": "^17.0.0 || ^18.0.0",
@@ -195,7 +195,7 @@
195
195
  "styled-components": "^6.0.0"
196
196
  },
197
197
  "engines": {
198
- "node": ">=18.0.0 <=22.x.x",
198
+ "node": ">=20.0.0 <=24.x.x",
199
199
  "npm": ">=6.0.0"
200
200
  }
201
201
  }