Skip to content

Commit

Permalink
Bump bundled Quarto version (#6103)
Browse files Browse the repository at this point in the history
Addresses #5643 by updating to the [current release
version](https://quarto.org/docs/download/) (not the pre-release).

Given that our tests don't run against the release build, I don't know
that we have anything to gain by running any specific tests here. I
_will_ kick off a release build for some manual spot checking.

We waited to do this because we do _not_ want this to go into this
month's Workbench patch release (Quarto's new Deno base), but we do
hope/expect this to land in the 2025.04 Workbench release.

### Release Notes

#### New Features

- Updated bundled Quarto to 1.6.40, the current release version

#### Bug Fixes

- N/A


### QA Notes

When this is in a release build, we should confirm that Quarto workflows
are all good to go!
  • Loading branch information
juliasilge authored Jan 24, 2025
1 parent 14767e2 commit 42fad77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/lib/quarto.js

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

2 changes: 1 addition & 1 deletion build/lib/quarto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function getQuartoLinux(version: string): Stream {
*/
export function getQuartoStream(): Stream {
// quarto version
const version = '1.5.55';
const version = '1.6.40';

fancyLog(`Synchronizing quarto ${version}...`);

Expand Down

0 comments on commit 42fad77

Please sign in to comment.