Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.32
Choose a base ref
...
head repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.33
Choose a head ref
  • 4 commits
  • 20 files changed
  • 3 contributors

Commits on Mar 12, 2026

  1. Update release checklist for prerelease-callout shortcode

    quarto-dev/quarto-web#1961 replaces per-version `_pre-release-feature.qmd`
    include files with an automatic `prerelease-callout` shortcode. Update
    the release checklist to reflect that these files no longer need to be
    created, and update the shortcode reference from the old extension name.
    cderv committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    1f122b0 View commit details
    Browse the repository at this point in the history
  2. Update GitHub Actions for Node.js 24 compatibility (#14199)

    * Remove dead launcher composite action
    
    This composite action built the Rust launcher using deprecated
    actions-rs/toolchain@v1 and actions-rs/cargo@v1 (Node 16). It also
    had a YAML bug (duplicate `uses:` keys in one step). No workflow
    references it — the launcher build now happens directly in release
    scripts.
    
    * Update official GitHub Actions for Node.js 24 compatibility
    
    GitHub is deprecating Node.js 20 for Actions runners (forced Node.js
    24 starting June 2, 2026). Bump all official actions to their latest
    Node.js 24-compatible versions:
    
    - actions/checkout v4 → v6
    - actions/cache (+ /restore, /save) v4 → v5
    - actions/upload-artifact v4 → v7
    - actions/download-artifact v4 → v8
    - actions/setup-node v4 → v6
    - actions/stale v9 → v10
    
    Also bump node-version 18 → 22 in create-release.yml (Node 18 EOL'd
    April 2025).
    
    * Update third-party GitHub Actions for Node.js 24 compatibility
    
    - astral-sh/setup-uv v3 → v7
    - peter-evans/create-pull-request v7 → v8
    - cloudsmith-io/cloudsmith-cli-action v1.0.8 → v2.0.2
    
    * Bump Node.js 20 → 22 for Playwright/MECA in smoke tests
    
    Node 20 EOL is April 30, 2026.
    cderv authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    2547d69 View commit details
    Browse the repository at this point in the history
  3. Fix CLAUDE.local.md and AGENTS.local.md not ignored during project re…

    …nder (#14200)
    
    The .local.md variants of AI assistant config files were not excluded from
    project file discovery or extension templates. Extends the ignore patterns
    added in #13907 to also cover these files.
    
    Fixes #14198
    cderv authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    45102d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ee3677 View commit details
    Browse the repository at this point in the history
Loading