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:
x1a0t
2023-02-10 03:09:05 +08:00
committed by GitHub
parent 18e1eecefc
commit d524fe3c6c
16 changed files with 276 additions and 210 deletions

15
patches/next@13.1.0.patch Normal file
View 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`);
}