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
  • 8 commits
  • 25 files changed
  • 6 contributors

Commits on Jun 9, 2023

  1. Do not silence runtime MDX errors (#7089)

    * test: add fixture
    
    * chore: remove unneeded files in fixture
    
    * test: update test mdx filfe
    
    * test: add test case
    
    * mark component as mdx
    
    * add error builder utility
    
    * throw error when it comes from an MDX component
    
    * chore: update lock file
    
    * Add comment to refactor later
    
    * apply review
    
    * add missing comma
    MoustaphaDev authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    bc7c164 View commit details
    Browse the repository at this point in the history
  2. [ci] format

    MoustaphaDev authored and astrobot-houston committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1ac0162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f9524 View commit details
    Browse the repository at this point in the history
  4. Fix: better collection entry devalue error (#7341)

    * feat: add clear error for devalue parse
    
    * refactor: create error data entry
    
    * deps: up devalue
    
    * chore: changeset
    bholmesdev authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    491c2db View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Fix Markdoc cloudflare errors (#7351)

    * fix: move `node:` libs out of utils
    
    * fix: node -> default
    
    * chore: remove kleur from markdoc ex (why was this there??)
    
    * chore: lock
    
    * chore: changeset
    bholmesdev authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    a30f2f3 View commit details
    Browse the repository at this point in the history
  2. [ci] format

    bholmesdev authored and astrobot-houston committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    777e5d7 View commit details
    Browse the repository at this point in the history
  3. Raise error for duplicate content entry slugs (#7352)

    * chore: throw error on dup slugs
    
    * chore: move to ErrorData
    
    * fix: remove unknownerror
    
    * chore: changeset
    bholmesdev authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    0a8d178 View commit details
    Browse the repository at this point in the history
  4. [ci] release (#7354)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    astrobot-houston and github-actions[bot] authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    4f70912 View commit details
    Browse the repository at this point in the history
Loading