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: withastro/astro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: withastro/astro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 19 commits
  • 52 files changed
  • 19 contributors

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    382f5db View commit details
    Browse the repository at this point in the history
  2. [ci] format

    ascorbic authored and astrobot-houston committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    51d2a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    565583b View commit details
    Browse the repository at this point in the history
  4. [ci] format

    ascorbic authored and astrobot-houston committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    1eab0b2 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update shiki to v3 (#13324)

    * chore(deps): update shiki to v3
    
    * chore(deps): update shiki to v3
    
    * update missing dep
    
    * changeset
    
    Co-authored-by: matthewp <[email protected]>
    ematipico and matthewp authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    ea74336 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency rehype-mathjax to v7 (#13260)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    0f74b2a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Remove action (#13435)

    * Remove action
    
    * Delete .github/workflows/check-merge.yml
    
    ---------
    
    Co-authored-by: Fred K. Schott <[email protected]>
    TheOtterlord and FredKSchott authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    bcf1923 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    013fa87 View commit details
    Browse the repository at this point in the history
  2. fix: race conditions in data store save (#13372)

    * fix: race conditions in data store save
    
    * Whitespace change to kick CI
    
    * Flsuh saves to disk
    
    * Remove log
    ascorbic authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    7783dbf View commit details
    Browse the repository at this point in the history
  3. fix: renderToString function not render properly nested slots when th…

    …ey are components (#13432)
    
    * Fix/render to string slots (#1)
    
    * add force HTMLString with local tests
    
    * remove local test & logs
    
    * remove test counter in basic exemple
    
    * re-add test & create SlotString instead of HTMLString
    
    * add test of a nested rendered component inside renderToString slots function
    
    * add changeset on astro package
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Emanuele Stoppa <[email protected]>
    
    Co-authored-by: ematipico <[email protected]>
    P4tt4te and ematipico authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    defad33 View commit details
    Browse the repository at this point in the history
  4. feat: add new method insertPageRoute to container (#13358)

    * feat: add new method `insertPageRoute` to container
    
    * chore: add back the correct use
    
    * Update .changeset/ninety-cups-decide.md
    
    Co-authored-by: Matt Kane <[email protected]>
    
    ---------
    
    Co-authored-by: Matt Kane <[email protected]>
    
    Co-authored-by: ascorbic <[email protected]>
    Co-authored-by: florian-lefebvre <[email protected]>
    3 people authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    8c21663 View commit details
    Browse the repository at this point in the history
  5. [ci] format

    ematipico authored and astrobot-houston committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    1a93637 View commit details
    Browse the repository at this point in the history
  6. chore: add tests for HEAD requests to endpoints (#13239)

    * chore: add tests for HEAD requests to endpoints
    
    * Fix test
    
    * chore: run tests on ssr fixture
    
    Co-authored-by: ematipico <[email protected]>
    ascorbic and ematipico authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    65f7e09 View commit details
    Browse the repository at this point in the history
  7. Handle bad values in x-forwarded-host (#13428)

    * Handle bad values in x-forwarded-host
    
    If a bad value is provide by this header, we simply ignore it and
    fallback to the host provided by the host header (if there is one).
    
    * Add changeset
    
    * Update packages/astro/src/core/app/node.ts
    
    Co-authored-by: Florian Lefebvre <[email protected]>
    
    ---------
    
    Co-authored-by: Emanuele Stoppa <[email protected]>
    Co-authored-by: Florian Lefebvre <[email protected]>
    3 people authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    9cac9f3 View commit details
    Browse the repository at this point in the history
  8. [ci] format

    matthewp authored and astrobot-houston committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    9a7dcde View commit details
    Browse the repository at this point in the history
  9. [ci] release (#13427)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    astrobot-houston and github-actions[bot] authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    c64ae01 View commit details
    Browse the repository at this point in the history
  10. Revert "[ci] release (#13427)" (#13448)

    This reverts commit c64ae01.
    ematipico authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    91c9503 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94ada2a View commit details
    Browse the repository at this point in the history
  12. [ci] release (#13449)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    astrobot-houston and github-actions[bot] authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    da71558 View commit details
    Browse the repository at this point in the history
Loading