@samitouri / QOS-React-2 / commits / c86542b240

Bump next prerelease version numbers (#31676)

Updates the version numbers in the prerelease (canary and experimental) channels. --------- Co-authored-by: Jack Pope <jackpope1@gmail.com>

Andrew Clark committed Dec 12, 2024 at 14:10 UTC c86542b240375f95dfd14af5b8ec39e29881e74d
22 files changed +53 -52
ReactVersions.js
+10 -10
@@ -7,18 +7,18 @@
7 //
8 // The @latest channel uses the version as-is, e.g.:
9 //
10 -// 19.0.0
10 +// 19.1.0
11 //
12 // The @canary channel appends additional information, with the scheme
13 // <version>-<label>-<commit_sha>, e.g.:
14 //
15 -// 19.0.0-canary-a1c2d3e4
15 +// 19.1.0-canary-a1c2d3e4
16 //
17 // The @experimental channel doesn't include a version, only a date and a sha, e.g.:
18 //
19 // 0.0.0-experimental-241c4467e-20200129
20
21 -const ReactVersion = '19.0.0';
21 +const ReactVersion = '19.1.0';
22
23 // The label used by the @canary channel. Represents the upcoming release's
24 // stability. Most of the time, this will be "canary", but we may temporarily
@@ -33,8 +33,8 @@ const canaryChannelLabel = 'rc';
33 const rcNumber = 1;
34
35 const stablePackages = {
36 - 'eslint-plugin-react-hooks': '5.1.0',
37 - 'jest-react': '0.16.0',
36 + 'eslint-plugin-react-hooks': '5.2.0',
37 + 'jest-react': '0.17.0',
38 react: ReactVersion,
39 'react-art': ReactVersion,
40 'react-dom': ReactVersion,
@@ -42,12 +42,12 @@ const stablePackages = {
42 'react-server-dom-turbopack': ReactVersion,
43 'react-server-dom-parcel': ReactVersion,
44 'react-is': ReactVersion,
45 - 'react-reconciler': '0.31.0',
46 - 'react-refresh': '0.16.0',
45 + 'react-reconciler': '0.32.0',
46 + 'react-refresh': '0.17.0',
47 'react-test-renderer': ReactVersion,
48 - 'use-subscription': '1.10.0',
49 - 'use-sync-external-store': '1.4.0',
50 - scheduler: '0.25.0',
48 + 'use-subscription': '1.11.0',
49 + 'use-sync-external-store': '1.5.0',
50 + scheduler: '0.26.0',
51 };
52
53 // These packages do not exist in the @canary or @latest channel, only
packages/eslint-plugin-react-hooks/package.json
+1 -1
@@ -1,7 +1,7 @@
1 {
2 "name": "eslint-plugin-react-hooks",
3 "description": "ESLint rules for React Hooks",
4 - "version": "5.0.0",
4 + "version": "5.2.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/react.git",
packages/jest-react/package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "jest-react",
3 - "version": "0.14.0",
3 + "version": "0.17.0",
4 "description": "Jest matchers and utilities for testing React components.",
5 "main": "index.js",
6 "repository": {
packages/react-art/package.json
+3 -3
@@ -1,7 +1,7 @@
1 {
2 "name": "react-art",
3 "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": "19.0.0",
4 + "version": "19.1.0",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
@@ -24,7 +24,7 @@
24 "dependencies": {
25 "art": "^0.10.1",
26 "create-react-class": "^15.6.2",
27 - "scheduler": "^0.23.0"
27 + "scheduler": "^0.25.0"
28 },
29 "peerDependencies": {
30 "react": "^19.0.0"
@@ -38,4 +38,4 @@
38 "Rectangle.js",
39 "Wedge.js"
40 ]
41 -}
41 +}
\ No newline at end of file
packages/react-dom-bindings/package.json
+1 -1
@@ -1,7 +1,7 @@
1 {
2 "name": "react-dom-bindings",
3 "description": "React implementation details for react-dom.",
4 - "version": "19.0.0",
4 + "version": "19.1.0",
5 "private": true,
6 "main": "index.js",
7 "repository": {
packages/react-dom/package.json
+3 -3
@@ -1,6 +1,6 @@
1 {
2 "name": "react-dom",
3 - "version": "19.0.0",
3 + "version": "19.1.0",
4 "description": "React package for working with the DOM.",
5 "main": "index.js",
6 "repository": {
@@ -17,7 +17,7 @@
17 },
18 "homepage": "https://react.dev/",
19 "dependencies": {
20 - "scheduler": "^0.23.0"
20 + "scheduler": "^0.25.0"
21 },
22 "peerDependencies": {
23 "react": "^19.0.0"
@@ -123,4 +123,4 @@
123 "./server.js": "./server.browser.js",
124 "./static.js": "./static.browser.js"
125 }
126 -}
126 +}
\ No newline at end of file
packages/react-is/package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "react-is",
3 - "version": "19.0.0",
3 + "version": "19.1.0",
4 "description": "Brand checking of React Elements.",
5 "main": "index.js",
6 "sideEffects": false,
packages/react-markup/package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "react-markup",
3 - "version": "19.0.0",
3 + "version": "19.1.0",
4 "description": "React package generating embedded markup such as e-mails with support for Server Components.",
5 "main": "index.js",
6 "repository": {
packages/react-native-renderer/package.json
+4 -4
@@ -3,14 +3,14 @@
3 "version": "16.0.0",
4 "private": true,
5 "repository": {
6 - "type" : "git",
7 - "url" : "https://github.com/facebook/react.git",
6 + "type": "git",
7 + "url": "https://github.com/facebook/react.git",
8 "directory": "packages/react-native-renderer"
9 },
10 "dependencies": {
11 - "scheduler": "^0.23.0"
11 + "scheduler": "^0.25.0"
12 },
13 "peerDependencies": {
14 "react": "^18.0.0"
15 }
16 -}
16 +}
\ No newline at end of file
packages/react-reconciler/package.json
+3 -3
@@ -1,7 +1,7 @@
1 {
2 "name": "react-reconciler",
3 "description": "React package for creating custom renderers.",
4 - "version": "0.29.0",
4 + "version": "0.32.0",
5 "keywords": [
6 "react"
7 ],
@@ -29,6 +29,6 @@
29 "react": "^19.0.0"
30 },
31 "dependencies": {
32 - "scheduler": "^0.23.0"
32 + "scheduler": "^0.25.0"
33 }
34 -}
34 +}
\ No newline at end of file
packages/react-refresh/package.json
+1 -1
@@ -4,7 +4,7 @@
4 "keywords": [
5 "react"
6 ],
7 - "version": "0.14.0",
7 + "version": "0.17.0",
8 "homepage": "https://react.dev/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
packages/react-server-dom-esm/package.json
+1 -1
@@ -1,7 +1,7 @@
1 {
2 "name": "react-server-dom-esm",
3 "description": "React Server Components bindings for DOM using ESM. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4 - "version": "19.0.0",
4 + "version": "19.1.0",
5 "keywords": [
6 "react"
7 ],
packages/react-server-dom-fb/package.json
+4 -4
@@ -3,15 +3,15 @@
3 "version": "0.1.0",
4 "private": true,
5 "repository": {
6 - "type" : "git",
7 - "url" : "https://github.com/facebook/react.git",
6 + "type": "git",
7 + "url": "https://github.com/facebook/react.git",
8 "directory": "packages/react-server-dom-fb"
9 },
10 "dependencies": {
11 - "scheduler": "^0.23.0"
11 + "scheduler": "^0.25.0"
12 },
13 "peerDependencies": {
14 "react": "^18.0.0",
15 "react-dom": "^18.0.0"
16 }
17 -}
17 +}
\ No newline at end of file
packages/react-server-dom-turbopack/package.json
+3 -3
@@ -1,7 +1,7 @@
1 {
2 "name": "react-server-dom-turbopack",
3 "description": "React Server Components bindings for DOM using Turbopack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4 - "version": "19.0.0",
4 + "version": "19.1.0",
5 "keywords": [
6 "react"
7 ],
@@ -71,8 +71,8 @@
71 },
72 "main": "index.js",
73 "repository": {
74 - "type" : "git",
75 - "url" : "https://github.com/facebook/react.git",
74 + "type": "git",
75 + "url": "https://github.com/facebook/react.git",
76 "directory": "packages/react-server-dom-turbopack"
77 },
78 "engines": {
packages/react-server-dom-webpack/package.json
+3 -3
@@ -1,7 +1,7 @@
1 {
2 "name": "react-server-dom-webpack",
3 "description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4 - "version": "19.0.0",
4 + "version": "19.1.0",
5 "keywords": [
6 "react"
7 ],
@@ -92,8 +92,8 @@
92 },
93 "main": "index.js",
94 "repository": {
95 - "type" : "git",
96 - "url" : "https://github.com/facebook/react.git",
95 + "type": "git",
96 + "url": "https://github.com/facebook/react.git",
97 "directory": "packages/react-server-dom-webpack"
98 },
99 "engines": {
packages/react-test-renderer/package.json
+4 -4
@@ -1,6 +1,6 @@
1 {
2 "name": "react-test-renderer",
3 - "version": "19.0.0",
3 + "version": "19.1.0",
4 "description": "React package for snapshot testing.",
5 "main": "index.js",
6 "repository": {
@@ -19,8 +19,8 @@
19 },
20 "homepage": "https://react.dev/",
21 "dependencies": {
22 - "react-is": "^18.2.0",
23 - "scheduler": "^0.23.0"
22 + "react-is": "^19.0.0",
23 + "scheduler": "^0.25.0"
24 },
25 "peerDependencies": {
26 "react": "^19.0.0"
@@ -32,4 +32,4 @@
32 "shallow.js",
33 "cjs/"
34 ]
35 -}
35 +}
\ No newline at end of file
packages/react/package.json
+1 -1
@@ -4,7 +4,7 @@
4 "keywords": [
5 "react"
6 ],
7 - "version": "19.0.0",
7 + "version": "19.1.0",
8 "homepage": "https://react.dev/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
packages/scheduler/package.json
+2 -2
@@ -1,6 +1,6 @@
1 {
2 "name": "scheduler",
3 - "version": "0.23.0",
3 + "version": "0.25.0",
4 "description": "Cooperative scheduler for the browser environment.",
5 "repository": {
6 "type": "git",
@@ -24,4 +24,4 @@
24 "unstable_post_task.js",
25 "cjs/"
26 ]
27 -}
27 +}
\ No newline at end of file
packages/shared/ReactVersion.js
+1 -1
@@ -12,4 +12,4 @@
12 // TODO: This module is used both by the release scripts and to expose a version
13 // at runtime. We should instead inject the version number as part of the build
14 // process, and use the ReactVersions.js module as the single source of truth.
15 -export default '19.0.0';
15 +export default '19.1.0';
packages/use-subscription/package.json
+2 -2
@@ -1,7 +1,7 @@
1 {
2 "name": "use-subscription",
3 "description": "Reusable hooks",
4 - "version": "1.8.0",
4 + "version": "1.11.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/react.git",
@@ -21,6 +21,6 @@
21 "rxjs": "^5.5.6"
22 },
23 "dependencies": {
24 - "use-sync-external-store": "^1.2.0"
24 + "use-sync-external-store": "^1.4.0"
25 }
26 }
packages/use-sync-external-store/package.json
+1 -1
@@ -1,7 +1,7 @@
1 {
2 "name": "use-sync-external-store",
3 "description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.",
4 - "version": "1.2.0",
4 + "version": "1.5.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/react.git",
yarn.lock
+2 -1
@@ -7351,6 +7351,7 @@ eslint-plugin-no-unsanitized@4.0.2:
7351
7352 "eslint-plugin-react-internal@link:./scripts/eslint-rules":
7353 version "0.0.0"
7354 + uid ""
7355
7356 eslint-plugin-react@^6.7.1:
7357 version "6.10.3"
@@ -13820,7 +13821,7 @@ rc@1.2.8, rc@^1.0.1, rc@^1.1.6, rc@^1.2.8:
13821 object-assign "^4.1.1"
13822 scheduler "^0.20.2"
13823
13823 -react-is@^16.8.1, react-is@^17.0.1, react-is@^18.0.0, react-is@^18.2.0, "react-is@npm:react-is":
13824 +react-is@^16.8.1, react-is@^17.0.1, react-is@^18.0.0, "react-is@npm:react-is":
13825 version "18.3.1"
13826 resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
13827 integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==