As the Toronto Blue Jays continue to navigate a laundry list of injuries among their pitching rotation, a notable arm could be on its way back soon.
Starting pitcher Trey Yesavage will pitch for the Dunedin Blue Jays on Friday night, as opposed to the simulation game he was originally planned to participate in, according to manager John Schneider.
The sophomore is expected to pitch approximately three innings, or 45 pitches.
Schneider said there were no real concrete plans on where and when the 22-year-old would pitch next after Friday’s outing, with the goal being to evaluate how he feels and responds during the game.
Yesavage started the season on the injured list due to a shoulder impingement. Toronto’s 2024 first-round pick surged to the majors in 2025 after starring at all four levels of the minors and eventually made nine combined appearances for the Blue Jays between the regular and post-season.
Blue Jays on Sportsnet
Watch coverage of the reigning AL champion Toronto Blue Jays throughout the season on Sportsnet and Sportsnet+.
Schnedier added that Yesavage is probably the closest to a return among the group of starting pitchers — Shane Bieber, Jose Berrios and Cody Ponce — currently sidelined with injuries.
The bench boss said that it’s likely Yesavage, then Berrios and Bieber to return, in that order. Berrios is expected to pitch a pair of innings in Florida on Friday.
Meanwhile, the Blue Jays shook up their rotation once more, heading into a three-game road series against the Chicago White Sox. Eric Lauer, originally scheduled to pitch on Saturday, will take the mound on Sunday instead.
Schneider said the team found out on Thursday that Lauer felt under the weather, so they decided to give him an extra day, and Saturday’s starter is now “TBD.”
The 30-year-old last pitched on Sunday in a series-sweeping 5-2 win over the Athletics. Lauer went 5.1 innings and gave up two runs on three hits with nine strikeouts.
Action against the White Sox begins on Friday (Sportsnet, Sportsnet+, 1:30 p.m. ET / 11:30 a.m. PT), with Dylan Cease set to make his second start of the season.
if (!res.ok) { throw new Error('Failed to fetch odds data'); }
const data = await res.json(); const oddsData = data?.data?.game?.details?.current_line; const visitingTeam = data?.data?.game?.visiting_team; const visitingTeamLogo = data?.data?.game?.visiting_team?.image_url_90; const homeTeam = data?.data?.game?.home_team; const homeTeamLogo = data?.data?.game?.home_team?.image_url_90; const gameTimestamp = data?.data?.game?.details?.timestamp;
return { oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp }; }
async function renderBetMGM(componentId, league, gameId) { let oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp, error;
const container = document.getElementById(componentId + '-odds'); if (!container) return;
try { ({ oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp } = await fetchOddsData(league, gameId)); } catch (err) { error = err.message; }
if (error) { container.innerHTML = `
`; return; }
if (!oddsData) { container.innerHTML = `
`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
`; }
// Example usage renderBetMGM('block_265c6fb03f38e2378fbcad25754ad66a', 'MLB', '864bbc02-4994-4071-a3d0-3dd3f1c6bfaf');


Bengali (Bangladesh) ·
English (United States) ·