chore(deps): bump @tanstack/react-start from 1.167.50 to 1.167.65#246
chore(deps): bump @tanstack/react-start from 1.167.50 to 1.167.65#246dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) from 1.167.50 to 1.167.65. - [Release notes](https://github.com/TanStack/router/releases) - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md) - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.167.65/packages/react-start) --- updated-dependencies: - dependency-name: "@tanstack/react-start" dependency-version: 1.167.65 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 319c93c4d6
ℹ️ 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".
| "@tanstack/react-db": "^0.1.83", | ||
| "@tanstack/react-router": "^1.168.22", | ||
| "@tanstack/react-start": "^1.167.50", | ||
| "@tanstack/react-start": "^1.167.65", |
There was a problem hiding this comment.
Update bun.lock with the React Start bump
This repo installs from bun.lock in CI (.github/workflows/ci.yml runs bun install --frozen-lockfile) and in the Docker build (docker/Dockerfile does the same), and bun install --help says --frozen-lockfile disallows lockfile changes. After changing this manifest entry, bun.lock is still stale (bun.lock:35 keeps @tanstack/react-start at ^1.167.50 and bun.lock:892 resolves 1.167.50), so the frozen install either fails or continues using the old React Start graph instead of the dependency this commit is meant to bump.
Useful? React with 👍 / 👎.
Bumps @tanstack/react-start from 1.167.50 to 1.167.65.
Changelog
Sourced from @tanstack/react-start's changelog.
... (truncated)
Commits
1523612ci: changeset releaseee96e25ci: changeset releasebcefc84ci: changeset release15df770ci: changeset release9902eb4remove old intent artifacts (#7333)b470b48ci: changeset releasee0fb8ecci: changeset release12c50edci: changeset release8b9ea22ci: changeset releaseae453b7feat: rsc css (#7310)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)