Skip to content

Commit a758bfe

Browse files
authored
chore(deps): update react compiler version (#456)
1 parent 4a94448 commit a758bfe

File tree

4 files changed

+30
-26
lines changed

4 files changed

+30
-26
lines changed

.github/renovate.json5

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
"matchFileNames": ["**/react-18/**", "**/compiler-react-18/**"],
1414
"ignoreDeps": ["react", "react-dom", "@types/react", "@types/react-dom"],
1515
},
16+
// renovate doesn't properly handle x.x.x-beta-hash-yyyymm version schema
17+
{
18+
"matchPackageNames": [
19+
"react-compiler-runtime",
20+
"babel-plugin-react-compiler",
21+
],
22+
"followTag": "latest",
23+
},
1624
{
1725
"matchDepTypes": ["action"],
1826
"excludePackagePrefixes": ["actions/", "github/"],
@@ -30,9 +38,5 @@
3038
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)
3139

3240
"prettier", // waiting for stable choice on ternaries
33-
34-
// renovate doesn't properly handle x.x.x-experimental-yyy-zzz version schema
35-
"react-compiler-runtime",
36-
"babel-plugin-react-compiler",
3741
],
3842
}

playground/compiler-react-18/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"dependencies": {
1111
"react": "^18.3.1",
12-
"react-compiler-runtime": "0.0.0-experimental-dc8bd44-20241121",
12+
"react-compiler-runtime": "19.0.0-beta-ebf51a3-20250411",
1313
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
1616
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
1717
"@types/react": "^18.3.20",
1818
"@types/react-dom": "^18.3.6",
1919
"@vitejs/plugin-react": "workspace:*",
20-
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",
20+
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
2121
"typescript": "^5.8.3"
2222
}
2323
}

playground/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/react": "^19.1.2",
1717
"@types/react-dom": "^19.1.2",
1818
"@vitejs/plugin-react": "workspace:*",
19-
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",
19+
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
2020
"typescript": "^5.8.3"
2121
}
2222
}

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)