Skip to content

Commit

Permalink
update react from 09fbee89d to 9abf6fa31
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed Oct 17, 2023
1 parent f19dabb commit 00b25fa
Show file tree
Hide file tree
Showing 52 changed files with 2,415 additions and 2,282 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,16 @@
"random-seed": "0.3.0",
"react": "18.2.0",
"react-17": "npm:[email protected]",
"react-builtin": "npm:[email protected]09fbee89d-20231013",
"react-builtin": "npm:[email protected]9abf6fa31-20231017",
"react-dom": "18.2.0",
"react-dom-17": "npm:[email protected]",
"react-dom-builtin": "npm:[email protected]09fbee89d-20231013",
"react-dom-experimental-builtin": "npm:[email protected]09fbee89d-20231013",
"react-experimental-builtin": "npm:[email protected]09fbee89d-20231013",
"react-server-dom-turbopack": "18.3.0-canary-09fbee89d-20231013",
"react-server-dom-turbopack-experimental": "npm:[email protected]09fbee89d-20231013",
"react-server-dom-webpack": "18.3.0-canary-09fbee89d-20231013",
"react-server-dom-webpack-experimental": "npm:[email protected]09fbee89d-20231013",
"react-dom-builtin": "npm:[email protected]9abf6fa31-20231017",
"react-dom-experimental-builtin": "npm:[email protected]9abf6fa31-20231017",
"react-experimental-builtin": "npm:[email protected]9abf6fa31-20231017",
"react-server-dom-turbopack": "18.3.0-canary-9abf6fa31-20231017",
"react-server-dom-turbopack-experimental": "npm:[email protected]9abf6fa31-20231017",
"react-server-dom-webpack": "18.3.0-canary-9abf6fa31-20231017",
"react-server-dom-webpack-experimental": "npm:[email protected]9abf6fa31-20231017",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -212,8 +212,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.10.6",
"scheduler-builtin": "npm:[email protected]09fbee89d-20231013",
"scheduler-experimental-builtin": "npm:[email protected]09fbee89d-20231013",
"scheduler-builtin": "npm:[email protected]9abf6fa31-20231017",
"scheduler-experimental-builtin": "npm:[email protected]9abf6fa31-20231017",
"seedrandom": "3.0.5",
"selenium-webdriver": "4.0.0-beta.4",
"semver": "7.3.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
var React = require("next/dist/compiled/react-experimental");
var ReactDOM = require('react-dom');

var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
var ReactVersion = '18.3.0-experimental-9abf6fa31-20231017';

var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;

Expand Down Expand Up @@ -258,7 +258,7 @@ function testStringCoercion(value) {
function checkAttributeStringCoercion(value, attributeName) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand All @@ -267,7 +267,7 @@ function checkAttributeStringCoercion(value, attributeName) {
function checkCSSPropertyStringCoercion(value, propName) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand All @@ -276,7 +276,7 @@ function checkCSSPropertyStringCoercion(value, propName) {
function checkHtmlStringCoercion(value) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var React = require("next/dist/compiled/react-experimental");
var ReactDOM = require('react-dom');
var stream = require('stream');

var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
var ReactVersion = '18.3.0-experimental-9abf6fa31-20231017';

var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;

Expand Down Expand Up @@ -259,7 +259,7 @@ function testStringCoercion(value) {
function checkAttributeStringCoercion(value, attributeName) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand All @@ -268,7 +268,7 @@ function checkAttributeStringCoercion(value, attributeName) {
function checkCSSPropertyStringCoercion(value, propName) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand All @@ -277,7 +277,7 @@ function checkCSSPropertyStringCoercion(value, propName) {
function checkHtmlStringCoercion(value) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function printWarning(level, format, args) {
}
}

var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
var ReactVersion = '18.3.0-experimental-9abf6fa31-20231017';

var Internals = {
usingClientEntryPoint: false,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
var React = require("next/dist/compiled/react-experimental");
var ReactDOM = require('react-dom');

var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
var ReactVersion = '18.3.0-experimental-9abf6fa31-20231017';

var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;

Expand Down Expand Up @@ -338,7 +338,7 @@ function testStringCoercion(value) {
function checkAttributeStringCoercion(value, attributeName) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand All @@ -347,7 +347,7 @@ function checkAttributeStringCoercion(value, attributeName) {
function checkCSSPropertyStringCoercion(value, propName) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand All @@ -356,7 +356,7 @@ function checkCSSPropertyStringCoercion(value, propName) {
function checkHtmlStringCoercion(value) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
var React = require("next/dist/compiled/react-experimental");
var ReactDOM = require('react-dom');

var ReactVersion = '18.3.0-experimental-09fbee89d-20231013';
var ReactVersion = '18.3.0-experimental-9abf6fa31-20231017';

var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;

Expand Down Expand Up @@ -338,7 +338,7 @@ function testStringCoercion(value) {
function checkAttributeStringCoercion(value, attributeName) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand All @@ -347,7 +347,7 @@ function checkAttributeStringCoercion(value, attributeName) {
function checkCSSPropertyStringCoercion(value, propName) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand All @@ -356,7 +356,7 @@ function checkCSSPropertyStringCoercion(value, propName) {
function checkHtmlStringCoercion(value) {
{
if (willCoercionThrow(value)) {
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));
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));

return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00b25fa

Please sign in to comment.