Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deno upgrade #8907

Merged
merged 10 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/actions/launcher/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: 'Builds the Quarto Launcher'
runs:
using: "composite"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tag_pushed: ${{ steps.version_commit.outputs.tag_pushed }}
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'quarto-dev/quarto-cli')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
needs: [configure]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ needs.configure.outputs.version_commit }}

Expand All @@ -107,7 +107,7 @@ jobs:
needs: [configure]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ needs.configure.outputs.version_commit }}

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
needs: [configure]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ needs.configure.outputs.version_commit }}

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
needs: [configure]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ needs.configure.outputs.version_commit }}

Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
needs: [configure]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ needs.configure.outputs.version_commit }}

Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
needs: [configure]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ needs.configure.outputs.version_commit }}

Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
rustup.exe toolchain install 1.63.0 --component rustfmt --component clippy --no-self-update
rustup.exe default 1.63.0

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ needs.configure.outputs.version_commit }}

Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
needs: [configure]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ needs.configure.outputs.version_commit }}

Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Revert commit of version.txt
if: ${{ needs.configure.outputs.pushed }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# checkout full tree
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# checkout full tree
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-quarto-latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- { os: ubuntu-latest }

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-smokes-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
BUCKETS: ${{ steps.tests-buckets.outputs.BUCKETS }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fix temp dir to use runner one (windows)
if: runner.os == 'Windows'
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"runtimeExecutable": "${workspaceFolder}/package/dist/bin/tools/deno",
"runtimeArgs": [
"run",
"--unstable",
"--unstable-ffi",
"--importmap=${workspaceFolder}/src/import_map.json",
"--inspect-brk",
"--allow-all"
Expand All @@ -39,7 +39,7 @@
"runtimeArgs": [
"test",
"--config=test-conf.json",
"--unstable",
"--unstable-ffi",
"--allow-all",
"--check",
"--importmap=${workspaceFolder}/src/import_map.json",
Expand Down
8 changes: 4 additions & 4 deletions configuration
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
# deno_dom should match release at https://github.com/b-fuze/deno-dom/releases

# Binary dependencies
export DENO=v1.37.2
export DENO=v1.41.0
# TODO figure out where 0.1.41 apple silicon libs are available
export DENO_DOM=v0.1.35-alpha-artifacts
export PANDOC=3.1.11
export DARTSASS=1.69.5
export ESBUILD=0.19.5
export PANDOC=3.1.11.1
export DARTSASS=1.70.0
export ESBUILD=0.19.12
export TYPST=0.10.0


Expand Down
7 changes: 6 additions & 1 deletion news/changelog-1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ All changes included in 1.5:
- ([#8311](https://github.com/quarto-dev/quarto-cli/issues/8311)): Correct z-order for margins with no contents
- ([#8862](https://github.com/quarto-dev/quarto-cli/issues/8862)): Properly deal with an `aside` within a definition list.

## PDF Format:
## PDF Format

- ([#8299](https://github.com/quarto-dev/quarto-cli/issues/8299)): Don't use `rsvg-convert` to convert an SVG to PDF when the PDF is already available; add `use-rsvg-convert` option to control this behavior.
- ([#8684](https://github.com/quarto-dev/quarto-cli/issues/8684)): Improve detection and automatic installation of locale specific hyphenation files.
- ([#8711](https://github.com/quarto-dev/quarto-cli/issues/8711)): Enforce rendering of tables as `tabular` environments when custom float environments are present.
- ([#8841](https://github.com/quarto-dev/quarto-cli/issues/8841)): Do not parse LaTeX table when crossref label doesn't start with `tbl-`.

## RevealJS Format

- ([#8382](https://github.com/quarto-dev/quarto-cli/issues/8382)): Strip whitespace from `div.columns` elements that might have been introduced by third-party processing.

## Website

- ([#6779](https://github.com/quarto-dev/quarto-cli/issues/6779)): Add support for `logo-href` and `logo-alt` in `sidebar` (books and websites)
Expand Down Expand Up @@ -46,6 +50,7 @@ All changes included in 1.5:
- ([#4802](https://github.com/quarto-dev/quarto-cli/issues/4802)): Change name of temporary input notebook to avoid accidental overwriting.
- ([#8433](https://github.com/quarto-dev/quarto-cli/issues/8433)): Escape jupyter widget states that contain `</script>` so they can be embedded in HTML documents.
- When searching for kernelspecs that match `python`, prefer one one that matches an active Python venv.
- ([#8454](https://github.com/quarto-dev/quarto-cli/issues/8454)): Allow Jupyter engine to handle markdown files with mixed-case extensions.

## Website Listings

Expand Down
2 changes: 1 addition & 1 deletion package/launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fn main() {

// Define the base deno options
let mut deno_options: Vec<String> = vec![
String::from("--unstable"),
String::from("--unstable-ffi"),
String::from("--no-config"),
String::from("--cached-only"),
String::from("--allow-read"),
Expand Down
2 changes: 1 addition & 1 deletion package/scripts/common/quarto
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ fi
export DENO_TLS_CA_STORE=system,mozilla
export DENO_NO_UPDATE_CHECK=1
# Be sure to include any already defined QUARTO_DENO_OPTIONS
QUARTO_DENO_OPTIONS="--unstable --no-config ${QUARTO_CACHE_OPTIONS} --allow-read --allow-write --allow-run --allow-env --allow-net --allow-ffi ${QUARTO_DENO_OPTIONS}"
QUARTO_DENO_OPTIONS="--unstable-ffi --no-config ${QUARTO_CACHE_OPTIONS} --allow-read --allow-write --allow-run --allow-env --allow-net --allow-ffi ${QUARTO_DENO_OPTIONS}"

if [ "$QUARTO_DENO_EXTRA_OPTIONS" == "" ]; then
QUARTO_DENO_EXTRA_OPTIONS="--v8-flags=--max-old-space-size=8192,--max-heap-size=8192"
Expand Down
Loading
Loading