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

Drop support for Astro v1 and auto-imports outside .mdx #15

Merged
merged 5 commits into from
Apr 27, 2023

Commits on Apr 25, 2023

  1. Bump yaml and astro

    Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together.
    
    
    Removes `yaml`
    
    Updates `astro` from 1.3.0 to 2.3.0
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/astro@2.3.0/packages/astro)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: indirect
    - dependency-name: astro
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    19466d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    115f369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb8a25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46390ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    663ba58 View commit details
    Browse the repository at this point in the history