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

fix(deps): update astro (astro) - autoclosed #138

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/cloudflare (source) 11.0.4 -> 11.1.0 age adoption passing confidence
@astrojs/mdx (source) 3.1.2 -> 3.1.8 age adoption passing confidence
@astrojs/rss (source) 4.0.7 -> 4.0.9 age adoption passing confidence
@astrojs/sitemap (source) 3.1.6 -> 3.2.1 age adoption passing confidence
@astrojs/tailwind (source) 5.1.0 -> 5.1.2 age adoption passing confidence
@astrojs/ts-plugin (source) 1.10.2 -> 1.10.4 age adoption passing confidence
astro (source) 4.16.1 -> 4.16.7 age adoption passing confidence
astro-auto-import (source) 0.4.2 -> 0.4.4 age adoption passing confidence
astro-embed (source) 0.7.2 -> 0.7.4 age adoption passing confidence
astro-expressive-code (source) 0.36.1 -> 0.37.1 age adoption passing confidence

Release Notes

withastro/adapters (@​astrojs/cloudflare)

v11.1.0

Compare Source

Minor Changes

v11.0.5

Compare Source

Patch Changes
withastro/astro (@​astrojs/mdx)

v3.1.8

Compare Source

Patch Changes

v3.1.7

Compare Source

Patch Changes

v3.1.6

Compare Source

Patch Changes

v3.1.5

Compare Source

Patch Changes
  • #​11818 88ef1d0 Thanks @​bluwy! - Fixes CSS in the layout component to be ordered first before any other components in the MDX file

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes
withastro/astro (@​astrojs/rss)

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes
withastro/astro (@​astrojs/sitemap)

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes
withastro/astro (@​astrojs/tailwind)

v5.1.2

Compare Source

Patch Changes

v5.1.1

Compare Source

Patch Changes
withastro/language-tools (@​astrojs/ts-plugin)

v1.10.4

Compare Source

Patch Changes

v1.10.3

Compare Source

Patch Changes
  • 8673fa5: Fixes certain cases where content schemas would not be reloaded properly when they were updated
withastro/astro (astro)

v4.16.7

Compare Source

Patch Changes

v4.16.6

Compare Source

Patch Changes
  • #​11823 a3d30a6 Thanks @​DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component

  • #​12227 8b1a641 Thanks @​florian-lefebvre! - Fixes a case where environment variables would not be refreshed when using astro:env

  • #​12239 2b6daa5 Thanks @​ematipico! - BREAKING CHANGE to the experimental Container API only

    Changes the default page rendering behavior of Astro components in containers, and adds a new option partial: false to render full Astro pages as before.

    Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <!DOCTYPE html> by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.

    To render the component as a full-fledged Astro page, pass a new option called partial: false to renderToString() and renderToResponse():

    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    import Card from '../src/components/Card.astro';
    
    const container = AstroContainer.create();
    
    await container.renderToString(Card); // the string will not contain `<!DOCTYPE html>`
    await container.renderToString(Card, { partial: false }); // the string will contain `<!DOCTYPE html>`

v4.16.5

Compare Source

Patch Changes

v4.16.4

Compare Source

Patch Changes
  • #​12223 79ffa5d Thanks @​ArmandPhilippot! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a button

    The button element can be used with a label (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of a label.

  • #​12199 c351352 Thanks @​ematipico! - Fixes a regression in the computation of Astro.currentLocale

  • #​12222 fb55695 Thanks @​ematipico! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when calling ctx.clientAddress()

v4.16.3

Compare Source

Patch Changes

v4.16.2

Compare Source

Patch Changes
delucis/astro-auto-import (astro-auto-import)

v0.4.4

Compare Source

Patch Changes
  • f7c02dc: Adds support for Astro v5

v0.4.3

Compare Source

Patch Changes
  • d7fdae6: Add utility keyword for better categorization in the Astro integrations library
delucis/astro-embed (astro-embed)

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes
expressive-code/expressive-code (astro-expressive-code)

v0.37.1

Compare Source

Patch Changes

v0.37.0

Compare Source

Minor Changes
  • f07fc81: Updates peer dependency range to support Astro 5.
Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4:00am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 26, 2024
@renovate renovate bot force-pushed the renovate/astro branch 3 times, most recently from 47712cb to db599d7 Compare October 26, 2024 14:59
@renovate renovate bot changed the title fix(deps): update astro (astro) fix(deps): update astro (astro) - autoclosed Oct 26, 2024
@renovate renovate bot closed this Oct 26, 2024
@renovate renovate bot deleted the renovate/astro branch October 26, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants