Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Change Age Confidence
@astrojs/image (source) ^0.16.1 -> ^0.18.0 age confidence
@astrojs/mdx (source) ^0.18.1 -> ^0.19.0 age confidence
@astrojs/react (source) 2.1.0 -> 2.3.2 age confidence
@astrojs/sitemap (source) 1.2.1 -> 1.4.0 age confidence
@astrojs/tailwind (source) 3.1.1 -> 3.1.3 age confidence

Release Notes

withastro/astro (@​astrojs/image)

v0.18.0

Compare Source

Minor Changes

v0.17.3

Compare Source

Patch Changes

v0.17.2

Compare Source

Patch Changes

v0.17.1

Compare Source

Patch Changes

v0.17.0

Compare Source

Minor Changes
  • #​7260 39403c32f Thanks @​natemoo-re! - Unflags support for output: 'hybrid' mode, which enables pre-rendering by default. The additional experimental.hybridOutput flag can be safely removed from your configuration.
Patch Changes

v0.16.9

Compare Source

Patch Changes

v0.16.8

Compare Source

Patch Changes

v0.16.7

Compare Source

Patch Changes

v0.16.6

Compare Source

Patch Changes

v0.16.5

Compare Source

Patch Changes
  • #​6714 ff0430786 Thanks @​bluwy! - Add build.assetsPrefix option for CDN support. If set, all Astro-generated asset links will be prefixed with it. For example, setting it to https://cdn.example.com would generate https://cdn.example.com/_astro/penguin.123456.png links.

    Also adds import.meta.env.ASSETS_PREFIX environment variable that can be used to manually create asset links not handled by Astro.

  • Updated dependencies [489dd8d69, a1a4f45b5, a1108e037, 8b88e4cf1, d54cbe413, 4c347ab51, ff0430786, 2f2e572e9, 7116c021a]:

    • astro@​2.2.0

v0.16.4

Compare Source

Patch Changes

v0.16.3

Compare Source

Patch Changes

v0.16.2

Compare Source

Patch Changes
  • #​6548 4685f5554 Thanks @​matthewp! - Use base64 encoded modules for Squoosh integration

    This moves @astrojs/image to use base64 encoded versions of the Squoosh wasm modules. This is in order to prevent breakage in SSR environments where your files are moved around. This will fix usage of the integration in Netlify.

  • Updated dependencies [9caf2a9cc, d338b6f74]:

    • astro@​2.1.6
withastro/astro (@​astrojs/mdx)

v0.19.7

Compare Source

Patch Changes

v0.19.6

Compare Source

Patch Changes
  • #​7185 339529fc8 Thanks @​bholmesdev! - Bring back improved style and script handling across content collection files. This addresses bugs found in a previous release to @astrojs/markdoc.

v0.19.5

Compare Source

Patch Changes

v0.19.4

Compare Source

Patch Changes
  • #​7178 57e65d247 Thanks @​bholmesdev! - Fix: revert Markdoc asset bleed changes. Production build issues were discovered that deserve a different fix.

v0.19.3

Compare Source

Patch Changes
  • #​6758 f558a9e20 Thanks @​bholmesdev! - Improve style and script handling across content collection files. This addresses style bleed present in @astrojs/markdoc v0.1.0

v0.19.2

Compare Source

Patch Changes

v0.19.1

Compare Source

Patch Changes

v0.19.0

Compare Source

Minor Changes
Patch Changes

v0.18.4

Compare Source

Patch Changes

v0.18.3

Compare Source

Patch Changes

v0.18.2

Compare Source

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

v2.3.2

Compare Source

Patch Changes

v2.3.1

Compare Source

Patch Changes

v2.3.0

Compare Source

Minor Changes
  • #​8082 16a3fdf93 Thanks @​matthewp! - Optionally parse React slots as React children.

    This adds a new configuration option for the React integration experimentalReactChildren:

    export default {
      integrations: [
        react({
          experimentalReactChildren: true,
        }),
      ],
    };

    With this enabled, children passed to React from Astro components via the default slot are parsed as React components.

    This enables better compatibility with certain React components which manipulate their children.

v2.2.2

Compare Source

Patch Changes
  • #​8075 da517d405 Thanks @​SudoCat! - fix a bug where react identifierPrefix was set to null for client:only components causing React.useId to generate ids prefixed with null

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes
  • #​7093 3d525efc9 Thanks @​matthewp! - Prevent removal of nested slots within islands

    This change introduces a new flag that renderers can add called supportsAstroStaticSlot. What this does is let Astro know that the render is sending <astro-static-slot> as placeholder values for static (non-hydrated) slots which Astro will then remove.

    This change is completely backwards compatible, but fixes bugs caused by combining ssr-only and client-side framework components like so:

    <Component>
      <div>
        <Component client:load>
          <span>Nested</span>
        </Component>
      </div>
    </Component>
Patch Changes

v2.1.3

Compare Source

Patch Changes

v2.1.2

Compare Source

Patch Changes

v2.1.1

Compare Source

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

v1.4.0

Compare Source

Minor Changes

v1.3.3

Compare Source

Patch Changes

v1.3.2

Compare Source

Patch Changes

v1.3.1

Compare Source

Patch Changes

v1.3.0

Compare Source

Minor Changes

v1.2.2

Compare Source

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

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@vercel
Copy link

vercel bot commented May 1, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
kbrdn-dev Error Error Dec 3, 2025 7:38pm

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 0b33bdc to 9cf7181 Compare June 4, 2024 12:10
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 9cf7181 to bec145a Compare July 21, 2024 12:56
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from bec145a to dfe469a Compare August 6, 2024 07:11
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from dfe469a to 528716d Compare August 28, 2024 07:21
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 528716d to 68631a5 Compare October 9, 2024 07:51
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 68631a5 to a271c2e Compare October 10, 2024 22:10
@renovate renovate bot changed the title Update astro monorepo fix(deps): update astro monorepo Nov 10, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from a271c2e to c6f7ade Compare December 1, 2024 23:26
@renovate renovate bot changed the title fix(deps): update astro monorepo Update astro monorepo Dec 1, 2024
@renovate renovate bot changed the base branch from main to dev December 1, 2024 23:26
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from c6f7ade to 4d40c50 Compare December 2, 2024 10:00
@renovate renovate bot changed the title Update astro monorepo Update astro monorepo - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/astro-monorepo branch December 8, 2024 18:34
@renovate renovate bot changed the title Update astro monorepo - autoclosed Update astro monorepo Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 4d40c50 to 857c03d Compare December 9, 2024 00:57
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 857c03d to 8dad8dd Compare December 18, 2024 16:57
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from ec723a4 to 5ef3c3e Compare May 19, 2025 17:02
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 5ef3c3e to fc518f4 Compare May 28, 2025 10:15
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from fc518f4 to 8f11870 Compare June 4, 2025 11:59
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 8f11870 to 7d7807f Compare June 22, 2025 13:53
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 7d7807f to 1efe75f Compare July 2, 2025 19:44
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 1efe75f to 75bb8e3 Compare August 10, 2025 14:44
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 75bb8e3 to 126ba44 Compare August 13, 2025 14:34
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 126ba44 to 72aaaa4 Compare August 19, 2025 13:02
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 72aaaa4 to 470e55f Compare August 31, 2025 11:11
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 470e55f to 8a29d98 Compare September 25, 2025 21:15
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 8a29d98 to a4e5a27 Compare October 21, 2025 14:05
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from a4e5a27 to acecd2b Compare November 10, 2025 23:44
@coderabbitai
Copy link

coderabbitai bot commented Nov 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant