Skip to content

Commit 6e46b87

Browse files
committed
Bump canary versions to v19-canary
This bumps the canary versions to v19 to communicate that the next release will be a major. Once this lands, we can start merging breaking changes into `main`.
1 parent 738993d commit 6e46b87

File tree

16 files changed

+41
-41
lines changed

16 files changed

+41
-41
lines changed

ReactVersions.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
//
88
// The @latest channel uses the version as-is, e.g.:
99
//
10-
// 18.3.0
10+
// 19.0.0
1111
//
1212
// The @canary channel appends additional information, with the scheme
1313
// <version>-<label>-<commit_sha>, e.g.:
1414
//
15-
// 18.3.0-canary-a1c2d3e4
15+
// 19.0.0-canary-a1c2d3e4
1616
//
1717
// The @experimental channel doesn't include a version, only a date and a sha, e.g.:
1818
//
1919
// 0.0.0-experimental-241c4467e-20200129
2020

21-
const ReactVersion = '18.3.0';
21+
const ReactVersion = '19.0.0';
2222

2323
// The label used by the @canary channel. Represents the upcoming release's
2424
// stability. Most of the time, this will be "canary", but we may temporarily
@@ -29,20 +29,20 @@ const ReactVersion = '18.3.0';
2929
const canaryChannelLabel = 'canary';
3030

3131
const stablePackages = {
32-
'eslint-plugin-react-hooks': '5.0.0',
33-
'jest-react': '0.15.0',
32+
'eslint-plugin-react-hooks': '5.1.0',
33+
'jest-react': '0.16.0',
3434
react: ReactVersion,
3535
'react-art': ReactVersion,
3636
'react-dom': ReactVersion,
3737
'react-server-dom-webpack': ReactVersion,
3838
'react-server-dom-turbopack': ReactVersion,
3939
'react-is': ReactVersion,
40-
'react-reconciler': '0.30.0',
41-
'react-refresh': '0.15.0',
40+
'react-reconciler': '0.31.0',
41+
'react-refresh': '0.16.0',
4242
'react-test-renderer': ReactVersion,
43-
'use-subscription': '1.9.0',
44-
'use-sync-external-store': '1.3.0',
45-
scheduler: '0.24.0',
43+
'use-subscription': '1.10.0',
44+
'use-sync-external-store': '1.4.0',
45+
scheduler: '0.25.0',
4646
};
4747

4848
// These packages do not exist in the @canary or @latest channel, only

fixtures/art/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"@babel/preset-env": "^7.10.4",
66
"@babel/preset-react": "^7.10.4",
77
"babel-loader": "^8.1.0",
8-
"react": "^18.2.0",
9-
"react-art": "^18.2.0",
10-
"react-dom": "^18.2.0",
8+
"react": "^19.0.0",
9+
"react-art": "^19.0.0",
10+
"react-dom": "^19.0.0",
1111
"webpack": "^1.14.0"
1212
},
1313
"scripts": {

fixtures/fizz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"concurrently": "^5.3.0",
1616
"express": "^4.17.1",
1717
"nodemon": "^2.0.6",
18-
"react": "^18.2.0",
19-
"react-dom": "^18.2.0",
18+
"react": "^19.0.0",
19+
"react-dom": "^19.0.0",
2020
"react-error-boundary": "^3.1.3",
2121
"resolve": "1.12.0",
2222
"rimraf": "^3.0.2",

fixtures/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"ignore-styles": "^5.0.1",
1313
"import-export": "^1.0.1",
1414
"node-fetch": "^1.6.3",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0"
15+
"react": "^19.0.0",
16+
"react-dom": "^19.0.0"
1717
},
1818
"scripts": {
1919
"predev": "cp -r ../../build/oss-experimental/* ./node_modules/",

fixtures/ssr2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"concurrently": "^5.3.0",
1616
"express": "^4.17.1",
1717
"nodemon": "^2.0.6",
18-
"react": "^18.2.0",
19-
"react-dom": "^18.2.0",
18+
"react": "^19.0.0",
19+
"react-dom": "^19.0.0",
2020
"react-error-boundary": "^3.1.3",
2121
"resolve": "1.12.0",
2222
"rimraf": "^3.0.2",

packages/jest-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"homepage": "https://react.dev/",
2121
"peerDependencies": {
2222
"jest": "^23.0.1 || ^24.0.0 || ^25.1.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0",
23-
"react": "^18.2.0",
24-
"react-test-renderer": "^18.2.0"
23+
"react": "^19.0.0",
24+
"react-test-renderer": "^19.0.0"
2525
},
2626
"files": [
2727
"LICENSE",

packages/react-art/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-art",
33
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
4-
"version": "18.2.0",
4+
"version": "19.0.0",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
@@ -27,7 +27,7 @@
2727
"scheduler": "^0.23.0"
2828
},
2929
"peerDependencies": {
30-
"react": "^18.2.0"
30+
"react": "^19.0.0"
3131
},
3232
"files": [
3333
"LICENSE",

packages/react-dom-bindings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-dom-bindings",
33
"description": "React implementation details for react-dom.",
4-
"version": "18.2.0",
4+
"version": "19.0.0",
55
"private": true,
66
"main": "index.js",
77
"repository": {
@@ -18,6 +18,6 @@
1818
},
1919
"homepage": "https://react.dev/",
2020
"peerDependencies": {
21-
"react": "^18.2.0"
21+
"react": "^19.0.0"
2222
}
2323
}

packages/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom",
3-
"version": "18.2.0",
3+
"version": "19.0.0",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"scheduler": "^0.23.0"
2121
},
2222
"peerDependencies": {
23-
"react": "^18.2.0"
23+
"react": "^19.0.0"
2424
},
2525
"files": [
2626
"LICENSE",

packages/react-is/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-is",
3-
"version": "18.2.0",
3+
"version": "19.0.0",
44
"description": "Brand checking of React Elements.",
55
"main": "index.js",
66
"sideEffects": false,

0 commit comments

Comments
 (0)