Skip to content

chore(deps-dev): bump @types/node from 20.19.43 to 26.1.1 - #5

Closed
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/npm_and_yarn/types/node-26.1.1
Closed

chore(deps-dev): bump @types/node from 20.19.43 to 26.1.1#5
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/npm_and_yarn/types/node-26.1.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @types/node from 20.19.43 to 26.1.1.

Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.43 to 26.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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:14
@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. area:database Prisma schema, migrations, database package, or seed data. area:app Main Next.js app, UI, hooks, shared lib, services, or public assets. type:chore Maintenance, tooling, or non-product code changes. 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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/types/node-26.1.1 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. area:database Prisma schema, migrations, database package, or seed data. 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