mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
chore: bump BlockSuite version (#910)
Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com> Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com> Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
15
patches/next@13.1.0.patch
Normal file
15
patches/next@13.1.0.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/dist/server/config.js b/dist/server/config.js
|
||||
index 3222d6521a5473994ad1d42914106d9c611e18b8..b9ea8fbd541c9ce1a8c33c25ab0f493981f9b3e3 100644
|
||||
--- a/dist/server/config.js
|
||||
+++ b/dist/server/config.js
|
||||
@@ -180,8 +180,8 @@ const isAboveNodejs16 = (0, _semver).gte(process.version, NODE_16_VERSION);
|
||||
const isAboveNodejs18 = (0, _semver).gte(process.version, NODE_18_VERSION);
|
||||
const experimentalWarning = (0, _utils).execOnce((configFileName, features)=>{
|
||||
const s = features.length > 1 ? "s" : "";
|
||||
- Log.warn(_chalk.default.bold(`You have enabled experimental feature${s} (${features.join(", ")}) in ${configFileName}.`));
|
||||
- Log.warn(`Experimental features are not covered by semver, and may cause unexpected or broken application behavior. ` + `Use at your own risk.`);
|
||||
+ // Log.warn(_chalk.default.bold(`You have enabled experimental feature${s} (${features.join(", ")}) in ${configFileName}.`));
|
||||
+ // Log.warn(`Experimental features are not covered by semver, and may cause unexpected or broken application behavior. ` + `Use at your own risk.`);
|
||||
if (features.includes("appDir")) {
|
||||
Log.info(`Thank you for testing \`appDir\` please leave your feedback at https://nextjs.link/app-feedback`);
|
||||
}
|
||||
Reference in New Issue
Block a user