build(deps): bump @astrojs/react from 3.6.3 to 6.0.0 in /site#18
build(deps): bump @astrojs/react from 3.6.3 to 6.0.0 in /site#18dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.6.3 to 6.0.0. - [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.0/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Note: Reviewed by minimax-m3 · Input: 31.2K · Output: 2.5K · Cached: 146.1K |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 751881d7aa
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| }, | ||
| "dependencies": { | ||
| "@astrojs/react": "^3.6.3", | ||
| "@astrojs/react": "^6.0.0", |
There was a problem hiding this comment.
Update the Bun lockfile with the React integration bump
With this manifest change, the committed lockfile still describes the old dependency (site/bun.lock:8 and site/bun.lock:54 still pin @astrojs/react to ^3.6.3/3.6.3), while the Pages workflow runs cd site && bun install --frozen-lockfile before building (.github/workflows/pages.yml:197-198). I checked bun install --help, and --frozen-lockfile means “Disallow changes to lockfile”, so any push or scheduled Pages deploy that includes this site change will fail during install until site/bun.lock is regenerated and committed.
Useful? React with 👍 / 👎.
Bumps @astrojs/react from 3.6.3 to 6.0.0.
Release notes
Sourced from @astrojs/react's releases.
... (truncated)
Changelog
Sourced from @astrojs/react's changelog.
... (truncated)
Commits
f55ba4c[ci] release (#17132)0da0678[ci] release (beta) (#17089)4585fe5fix(integrations): Export container renderers from a dedicated export path to...08b84d6[ci] release (beta) (#17045)75cfa52chore: merge main into next75ae5df[ci] release (#16912)9c2b95bMerge remote-tracking branch 'origin/main' into chore/merge-main-into-next17a0fbdchore(deps): update devalue (#16900)3652d1cchore: merge main into nextc7157e6[ci] release (#16870)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@astrojs/reactsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)