Skip to content

chore(deps-dev): bump @astrojs/react from 4.4.2 to 6.0.4 - #26

Merged
iamnewton merged 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/react-6.0.4
Aug 28, 2026
Merged

chore(deps-dev): bump @astrojs/react from 4.4.2 to 6.0.4#26
iamnewton merged 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/react-6.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps @astrojs/react from 4.4.2 to 6.0.4.

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​6.0.4

Patch Changes

  • Updated dependencies [05763a0]:
    • @​astrojs/internal-helpers@​0.10.4

@​astrojs/react@​6.0.3

Patch Changes

  • Updated dependencies [8c193f6]:
    • @​astrojs/internal-helpers@​0.10.3

@​astrojs/react@​6.0.2

Patch Changes

  • Updated dependencies [c895b12]:
    • @​astrojs/internal-helpers@​0.10.2
Changelog

Sourced from @​astrojs/react's changelog.

6.0.4

Patch Changes

  • Updated dependencies [05763a0]:
    • @​astrojs/internal-helpers@​0.10.4

6.0.3

Patch Changes

  • Updated dependencies [8c193f6]:
    • @​astrojs/internal-helpers@​0.10.3

6.0.2

Patch Changes

  • Updated dependencies [c895b12]:
    • @​astrojs/internal-helpers@​0.10.2

6.0.1

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1

6.0.0

Major Changes

Minor Changes

  • #17093 4585fe5 Thanks @​Princesseuh! - Replaces the import entrypoint of getContainerRenderer()

    A new container-renderer entrypoint exporting getContainerRenderer() has been added to the following integrations: React, Preact, Svelte, SolidJS, Vue, and MDX. This prevents bundlers from trying to bundle unrelated exports from the package root when only the Container API is used.

    If you are using the Container API, update your import statements to use the new entrypoint. The following example updates the getContainerRenderer() import for React:

    - import { getContainerRenderer } from '@astrojs/react';
    + import { getContainerRenderer } from '@astrojs/react/container-renderer';

    Importing getContainerRenderer() from the package root still works, but is now deprecated and logs a warning.

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Dependency update javascript Pull requests that update javascript code labels Aug 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 28, 2026 09:13
@dependabot dependabot Bot added the dependencies Dependency update label Aug 28, 2026
@dependabot
dependabot Bot requested review from iamnewton and removed request for a team August 28, 2026 09:13
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 28, 2026
@iamnewton

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 4.4.2 to 6.0.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/react@6.0.4/packages/integrations/react)

---
updated-dependencies:
- dependency-name: "@astrojs/react"
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/react-6.0.4 branch from b03822b to 6d7513f Compare August 28, 2026 19:36
@iamnewton
iamnewton merged commit fdea0ab into main Aug 28, 2026
31 checks passed
@iamnewton
iamnewton deleted the dependabot/npm_and_yarn/astrojs/react-6.0.4 branch August 28, 2026 19:41
@iamnewton

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@iamnewton iamnewton added the released Included in a release label Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update javascript Pull requests that update javascript code released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant