FOSS-Community / FOSSCU-Blog

Blog-Site for FOSSCU
https://fosscu-blog.vercel.app
MIT License
1 stars 1 forks source link

Bump astro from 1.9.2 to 2.0.2 #2

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps astro from 1.9.2 to 2.0.2.

Release notes

Sourced from astro's releases.

astro@2.0.2

Patch Changes

create-astro@2.0.1

Patch Changes

astro@2.0.1

Patch Changes

@​astrojs/markdown-remark@​2.0.1

Patch Changes

@​astrojs/react@​2.0.1

Patch Changes

@​astrojs/rss@​2.0.0

Major Changes

... (truncated)

Changelog

Sourced from astro's changelog.

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Note This is a detailed changelog of all changes in Astro v2.
See our upgrade guide for an overview of steps needed to upgrade an existing project.

Major Changes

  • #5687 e2019be6f Thanks @​bholmesdev! - Give remark and rehype plugins access to user frontmatter via frontmatter injection. This means data.astro.frontmatter is now the complete Markdown or MDX document's frontmatter, rather than an empty object.

    This allows plugin authors to modify existing frontmatter, or compute new properties based on other properties. For example, say you want to compute a full image URL based on an imageSrc slug in your document frontmatter:

    export function remarkInjectSocialImagePlugin() {
      return function (tree, file) {
        const { frontmatter } = file.data.astro;
        frontmatter.socialImageSrc = new URL(frontmatter.imageSrc, 'https://my-blog.com/').pathname;
      };
    }
    

... (truncated)

Commits
  • 607f0ac [ci] release (#5984)
  • 60b32d5 Fix Astro.url.protocol when using the @​astrojs/node SSR adapter with HTTPS ...
  • 98d35de [ci] format
  • aedf23f fix: component is not able to use a custom theme anymore (#5952)
  • 883e0cc change @​astrojs/solid to @​astrojs/solid-js (#5971)
  • 9d4bfc7 Support passing children as props to a React component (#5886)
  • dabce6b [Content collections] Support type guards on getCollection() filter (#5970)
  • b53e071 Handle unmatched 404 when using prerender in dev mode (#5983)
  • 4842d6a [ci] release (#5963)
  • 02549b8 Upgrade semver dependency (#5972)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #4.