Skip to content

chore(deps): bump the root-production-minor-patch group with 2 updates - #3

Closed
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/npm_and_yarn/root-production-minor-patch-073a1f481f
Closed

chore(deps): bump the root-production-minor-patch group with 2 updates#3
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/npm_and_yarn/root-production-minor-patch-073a1f481f

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the root-production-minor-patch group with 2 updates: react and react-dom.

Updates react from 19.2.4 to 19.2.7

Release notes

Sourced from react's releases.

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

Changelog

Sourced from react's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.


Updates react-dom from 19.2.4 to 19.2.7

Release notes

Sourced from react-dom's releases.

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-dom since 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

chahatkesh and others added 17 commits July 6, 2026 11:30
Wire the Next.js app shell with shared UI components, marketing homepage,
core lib helpers and static assets for a shippable landing experience.
Introduce @shared/app-strings and @shared/app-errors so product copy and
service errors stay centralized instead of hardcoded across the app.
Add the database workspace package with auth schema, initial migration,
seed script and root db helpers for local and production workflows.
Implement signed cookie sessions, password hashing, auth service layer
and login/signup server actions for credential-based authentication.
Add authenticated app and admin pages plus /api/health for production
runtime probes and route-guard integration via the root proxy.
Add encrypted secrets workflow with SOPS, documented env contracts in
.env.example and encrypted local/production secret templates.
Add docker compose stacks, production Dockerfile, nginx config, server
bootstrap script and worker scaffolding for the production runtime.
Add CI/CD pipelines, PR and issue templates, label automation,
Dependabot config and CODEOWNERS for predictable repository governance.
Add vitest configuration, test setup and unit tests for auth, shared
packages, database client and the health check API route.
Add Claude Code settings, safety hooks, repo rules, audit agents and
repeatable skills for commits, PRs, verification and migrations.
Document codebase structure, local development, secret management,
production runtime, CI/CD pipelines and quality gate expectations.
Add contributor onboarding, feature overview, setup instructions and
project badges so new users can clone and ship from one repository.
Wire pre-commit checks for migration validation, lint-staged formatting,
type-checking and unit tests to keep main merge-ready by default.
Ignore nested node_modules directories so pnpm workspace installs stay
local and out of version control.
Establish the pnpm workspace, Next.js build config, lint/format tooling,
and repository agent rules so contributors have a consistent baseline.
Bumps the root-production-minor-patch group with 2 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `react` from 19.2.4 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-production-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency, package manager, or lockfile updates. label Jul 10, 2026
@dependabot
dependabot Bot requested a review from chahatkesh as a code owner July 10, 2026 08:13
@dependabot dependabot Bot added the dependencies Dependency, package manager, or lockfile updates. label Jul 10, 2026
@github-actions github-actions Bot added area:ci GitHub Actions, hooks, repo automation, linting, testing, or build tooling. type:chore Maintenance, tooling, or non-product code changes. area:app Main Next.js app, UI, hooks, shared lib, services, or public assets. labels Jul 10, 2026
@chahatkesh chahatkesh closed this Jul 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/root-production-minor-patch-073a1f481f branch July 10, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:app Main Next.js app, UI, hooks, shared lib, services, or public assets. area:ci GitHub Actions, hooks, repo automation, linting, testing, or build tooling. dependencies Dependency, package manager, or lockfile updates. type:chore Maintenance, tooling, or non-product code changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant