Skip to content

fix(deps): update dependency @astrojs/react to v2.2.1#9

Merged
meanking merged 1 commit intomainfrom
renovate/astrojs-react-2.x-lockfile
Jun 14, 2023
Merged

fix(deps): update dependency @astrojs/react to v2.2.1#9
meanking merged 1 commit intomainfrom
renovate/astrojs-react-2.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/react (source) 2.0.2 -> 2.2.1 age adoption passing confidence

Release Notes

withastro/astro

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

v2.1.0

Compare Source

Minor 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/astrojs-react-2.x-lockfile branch from c7b75ae to 3d6b34b Compare March 31, 2023 14:40
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/react to v2.1.0 fix(deps): update dependency @astrojs/react to v2.1.1 Mar 31, 2023
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/react to v2.1.1 fix(deps): update dependency @astrojs/react to v2.2.0 May 28, 2023
@renovate renovate Bot force-pushed the renovate/astrojs-react-2.x-lockfile branch from 3d6b34b to 2db98fa Compare May 28, 2023 10:38
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/react to v2.2.0 fix(deps): update dependency @astrojs/react to v2.2.1 May 30, 2023
@renovate renovate Bot force-pushed the renovate/astrojs-react-2.x-lockfile branch from 2db98fa to 7f42eab Compare May 30, 2023 22:43
@meanking meanking merged commit 53a8153 into main Jun 14, 2023
@renovate renovate Bot deleted the renovate/astrojs-react-2.x-lockfile branch June 14, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant