Skip to content

[Docs Site] bump @astrojs/react from 5.0.7 to 6.0.1#32219

Closed
dependabot[bot] wants to merge 1 commit into
productionfrom
dependabot/npm_and_yarn/astrojs/react-6.0.1
Closed

[Docs Site] bump @astrojs/react from 5.0.7 to 6.0.1#32219
dependabot[bot] wants to merge 1 commit into
productionfrom
dependabot/npm_and_yarn/astrojs/react-6.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps @astrojs/react from 5.0.7 to 6.0.1.

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​6.0.1

Patch Changes

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

@​astrojs/react@​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

@​astrojs/react@​6.0.0-beta.2

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.

@​astrojs/react@​6.0.0-beta.1

Patch Changes

Changelog

Sourced from @​astrojs/react's changelog.

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

6.0.0-beta.2

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.

6.0.0-beta.1

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@astrojs/react [>= 4.a, < 5]

@dependabot
dependabot Bot requested review from a team as code owners July 21, 2026 20:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 21, 2026
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Dependabot review

Package Impact Recommendation
@astrojs/react 5.0.7 → 6.0.1 🟠 Medium ⚠️ Verify

Overall: ✅ Merge + spot-check

This PR bumps @astrojs/react across a major version (5.0.7 → 6.0.1). The major change is an upgrade to Vite v8 internals, which appears in the lockfile as a new transitive vite@8.1.5 dependency. This repo uses @astrojs/react as a direct Astro integration in src/nimbus/astro-config.ts and imports its server renderer in src/nimbus/util/container.ts for experimental Astro Container rendering. The new container-renderer entrypoint is not relevant because getContainerRenderer() is not used here. There are no documented removed APIs that affect the callsites, but the Vite major-version change carries internal build/rendering risk, so a successful build and a spot-check of a rendered React/MDX page should be verified before merging.

Package details

@astrojs/react: 5.0.7 → 6.0.1

Type: breaking change
Dependency type: direct

What changed

  • Major: upgraded integration internals to Vite v8 (lockfile now pulls in vite@8.1.5 as a transitive dependency).
  • Minor: added a dedicated @astrojs/react/container-renderer entrypoint for getContainerRenderer(); importing from the package root is deprecated but still works.
  • Patch (6.0.1): updated @astrojs/internal-helpers to 0.10.1.

Usage in this repo
Used directly as an Astro integration imported as react from '@astrojs/react' in src/nimbus/astro-config.ts (via the root astro.config.ts integrations array), and as a server renderer imported from @astrojs/react/server.js in src/nimbus/util/container.ts for experimental_AstroContainer rendering. getContainerRenderer() is not used.

Impact: 🟠 Medium — The integration and server renderer are on the content-render/build path; the integration's Vite v8 upgrade could cause build-time or container-rendering incompatibilities even though the repo pins vite@7.3.5.


@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
package.json @cloudflare/content-engineering
* @cloudflare/product-owners

@github-actions

Copy link
Copy Markdown
Contributor

Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 5.0.7 to 6.0.1.
- [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.1/packages/integrations/react)

---
updated-dependencies:
- dependency-name: "@astrojs/react"
  dependency-version: 6.0.1
  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.1 branch from 24cf01b to 4670f54 Compare July 22, 2026 14:15
@github-actions

Copy link
Copy Markdown
Contributor

@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @astrojs/react is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 22, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/astrojs/react-6.0.1 branch July 22, 2026 16:09
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 size/l

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants