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

Bump astro from 1.0.4 to 2.5.7 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps astro from 1.0.4 to 2.5.7.

Release notes

Sourced from astro's releases.

astro@2.5.7

Patch Changes

astro@2.5.6

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

2.5.7

Patch Changes

2.5.6

Patch Changes

  • #7193 8b041bf57 Thanks @​ematipico! - Refactor how pages are emitted during the internal bundling. Now each page is emitted as a separate entry point.

  • #7218 6c7df28ab Thanks @​bluwy! - Fix CSS deduping and missing chunks

  • #7235 ee2aca80a Thanks @​MoustaphaDev! - Prioritize dynamic prerendered routes over dynamic server routes

  • #7192 7851f9258 Thanks @​ematipico! - Detect mdx files using their full extension

  • #7244 bef3a75db Thanks @​bholmesdev! - Remove the auto-generated $entry variable for Markdoc entries. To access frontmatter as a variable, you can pass entry.data as a prop where you render your content:

    ---
    import { getEntry } from 'astro:content';
    const entry = await getEntry('docs', 'why-markdoc');
    const { Content } = await entry.render();
    <Content frontmatter={entry.data} />

  • #7204 52af9ad18 Thanks @​bluwy! - Add error message if Astro.glob is called outside of an Astro file

  • #7246 f5063d0a0 Thanks @​bholmesdev! - Fix content collection build errors for empty collections or underscore files of type .json.

  • #7062 cf621340b Thanks @​wulinsheng123! - fix miss a head when the templaterender has a promise

  • #7189 2bda7fb0b Thanks @​elevatebart! - fix: add astro-static-slot to the list of inert tags in astro css

... (truncated)

Commits

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)

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 1.0.4 to 2.5.7.
- [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.5.7/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 5, 2023
@dependabot dependabot bot assigned GDWR Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant