Skip to content

Commit d9fed30

Browse files
committed
update react from 09fbee89d to a41957507
1 parent f19dabb commit d9fed30

File tree

52 files changed

+2871
-2574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2871
-2574
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,16 @@
193193
"random-seed": "0.3.0",
194194
"react": "18.2.0",
195195
"react-17": "npm:[email protected]",
196-
"react-builtin": "npm:[email protected]09fbee89d-20231013",
196+
"react-builtin": "npm:[email protected]a41957507-20231017",
197197
"react-dom": "18.2.0",
198198
"react-dom-17": "npm:[email protected]",
199-
"react-dom-builtin": "npm:[email protected]09fbee89d-20231013",
200-
"react-dom-experimental-builtin": "npm:[email protected]09fbee89d-20231013",
201-
"react-experimental-builtin": "npm:[email protected]09fbee89d-20231013",
202-
"react-server-dom-turbopack": "18.3.0-canary-09fbee89d-20231013",
203-
"react-server-dom-turbopack-experimental": "npm:[email protected]09fbee89d-20231013",
204-
"react-server-dom-webpack": "18.3.0-canary-09fbee89d-20231013",
205-
"react-server-dom-webpack-experimental": "npm:[email protected]09fbee89d-20231013",
199+
"react-dom-builtin": "npm:[email protected]a41957507-20231017",
200+
"react-dom-experimental-builtin": "npm:[email protected]a41957507-20231017",
201+
"react-experimental-builtin": "npm:[email protected]a41957507-20231017",
202+
"react-server-dom-turbopack": "18.3.0-canary-a41957507-20231017",
203+
"react-server-dom-turbopack-experimental": "npm:[email protected]a41957507-20231017",
204+
"react-server-dom-webpack": "18.3.0-canary-a41957507-20231017",
205+
"react-server-dom-webpack-experimental": "npm:[email protected]a41957507-20231017",
206206
"react-ssr-prepass": "1.0.8",
207207
"react-virtualized": "9.22.3",
208208
"relay-compiler": "13.0.2",
@@ -212,8 +212,8 @@
212212
"resolve-from": "5.0.0",
213213
"sass": "1.54.0",
214214
"satori": "0.10.6",
215-
"scheduler-builtin": "npm:[email protected]09fbee89d-20231013",
216-
"scheduler-experimental-builtin": "npm:[email protected]09fbee89d-20231013",
215+
"scheduler-builtin": "npm:[email protected]a41957507-20231017",
216+
"scheduler-experimental-builtin": "npm:[email protected]a41957507-20231017",
217217
"seedrandom": "3.0.5",
218218
"selenium-webdriver": "4.0.0-beta.4",
219219
"semver": "7.3.7",

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
1717
var React = require("next/dist/compiled/react-experimental");
1818
var ReactDOM = require('react-dom');
1919

20-
var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
20+
var ReactVersion = '18.3.0-experimental-a41957507-20231017';
2121

2222
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2323

@@ -258,7 +258,7 @@ function testStringCoercion(value) {
258258
function checkAttributeStringCoercion(value, attributeName) {
259259
{
260260
if (willCoercionThrow(value)) {
261-
error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', attributeName, typeName(value));
261+
error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before using it here.', attributeName, typeName(value));
262262

263263
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
264264
}
@@ -267,7 +267,7 @@ function checkAttributeStringCoercion(value, attributeName) {
267267
function checkCSSPropertyStringCoercion(value, propName) {
268268
{
269269
if (willCoercionThrow(value)) {
270-
error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', propName, typeName(value));
270+
error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before using it here.', propName, typeName(value));
271271

272272
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
273273
}
@@ -276,7 +276,7 @@ function checkCSSPropertyStringCoercion(value, propName) {
276276
function checkHtmlStringCoercion(value) {
277277
{
278278
if (willCoercionThrow(value)) {
279-
error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));
279+
error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before using it here.', typeName(value));
280280

281281
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
282282
}

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var React = require("next/dist/compiled/react-experimental");
1818
var ReactDOM = require('react-dom');
1919
var stream = require('stream');
2020

21-
var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
21+
var ReactVersion = '18.3.0-experimental-a41957507-20231017';
2222

2323
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2424

@@ -259,7 +259,7 @@ function testStringCoercion(value) {
259259
function checkAttributeStringCoercion(value, attributeName) {
260260
{
261261
if (willCoercionThrow(value)) {
262-
error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', attributeName, typeName(value));
262+
error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before using it here.', attributeName, typeName(value));
263263

264264
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
265265
}
@@ -268,7 +268,7 @@ function checkAttributeStringCoercion(value, attributeName) {
268268
function checkCSSPropertyStringCoercion(value, propName) {
269269
{
270270
if (willCoercionThrow(value)) {
271-
error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', propName, typeName(value));
271+
error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before using it here.', propName, typeName(value));
272272

273273
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
274274
}
@@ -277,7 +277,7 @@ function checkCSSPropertyStringCoercion(value, propName) {
277277
function checkHtmlStringCoercion(value) {
278278
{
279279
if (willCoercionThrow(value)) {
280-
error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));
280+
error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before using it here.', typeName(value));
281281

282282
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
283283
}

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-rendering-stub.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function printWarning(level, format, args) {
5555
}
5656
}
5757

58-
var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
58+
var ReactVersion = '18.3.0-experimental-a41957507-20231017';
5959

6060
var Internals = {
6161
usingClientEntryPoint: false,

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-rendering-stub.production.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
1717
var React = require("next/dist/compiled/react-experimental");
1818
var ReactDOM = require('react-dom');
1919

20-
var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
20+
var ReactVersion = '18.3.0-experimental-a41957507-20231017';
2121

2222
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2323

@@ -338,7 +338,7 @@ function testStringCoercion(value) {
338338
function checkAttributeStringCoercion(value, attributeName) {
339339
{
340340
if (willCoercionThrow(value)) {
341-
error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', attributeName, typeName(value));
341+
error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before using it here.', attributeName, typeName(value));
342342

343343
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
344344
}
@@ -347,7 +347,7 @@ function checkAttributeStringCoercion(value, attributeName) {
347347
function checkCSSPropertyStringCoercion(value, propName) {
348348
{
349349
if (willCoercionThrow(value)) {
350-
error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', propName, typeName(value));
350+
error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before using it here.', propName, typeName(value));
351351

352352
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
353353
}
@@ -356,7 +356,7 @@ function checkCSSPropertyStringCoercion(value, propName) {
356356
function checkHtmlStringCoercion(value) {
357357
{
358358
if (willCoercionThrow(value)) {
359-
error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));
359+
error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before using it here.', typeName(value));
360360

361361
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
362362
}

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.development.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
1717
var React = require("next/dist/compiled/react-experimental");
1818
var ReactDOM = require('react-dom');
1919

20-
var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
20+
var ReactVersion = '18.3.0-experimental-a41957507-20231017';
2121

2222
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2323

@@ -338,7 +338,7 @@ function testStringCoercion(value) {
338338
function checkAttributeStringCoercion(value, attributeName) {
339339
{
340340
if (willCoercionThrow(value)) {
341-
error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', attributeName, typeName(value));
341+
error('The provided `%s` attribute is an unsupported type %s.' + ' This value must be coerced to a string before using it here.', attributeName, typeName(value));
342342

343343
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
344344
}
@@ -347,7 +347,7 @@ function checkAttributeStringCoercion(value, attributeName) {
347347
function checkCSSPropertyStringCoercion(value, propName) {
348348
{
349349
if (willCoercionThrow(value)) {
350-
error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', propName, typeName(value));
350+
error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before using it here.', propName, typeName(value));
351351

352352
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
353353
}
@@ -356,7 +356,7 @@ function checkCSSPropertyStringCoercion(value, propName) {
356356
function checkHtmlStringCoercion(value) {
357357
{
358358
if (willCoercionThrow(value)) {
359-
error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));
359+
error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before using it here.', typeName(value));
360360

361361
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
362362
}

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.production.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)