Skip to content

Bump @types/node from 22.19.20 to 26.0.0 - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-26.0.0
Open

Bump @types/node from 22.19.20 to 26.0.0#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-26.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown

Bumps @types/node from 22.19.20 to 26.0.0.

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)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.20 to 26.0.0.
- [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.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@jaimemartinez
jaimemartinez force-pushed the dependabot/npm_and_yarn/types/node-26.0.0 branch from a2c2dc3 to 8a97ac1 Compare July 11, 2026 14:57
jaimemartinez added a commit that referenced this pull request Jul 11, 2026
…estore, parser extraction, AST validation, ops, lint)

- #1 Secrets at rest: new src/utils/secretStore.ts (AES-256-GCM, DPAPI-protected
  master key on win32, 0600 keyfile elsewhere). server.ts encrypts remotePassword/
  remoteSshKey/agent privateKey+secret on save, decrypts on load; backward-compatible
  (existing plaintext still loads, migrates on next write) — never locks the user out.
- #2 Local restore now atomic stage→swap (no empty /etc/nginx window), covers
  sites-available/-enabled/conf.d/snippets/stream.d, returns {failed,stderr}, honest rollbackFailed.
- #3 Extracted parseSingleConfig → pure src/utils/nginxImport.ts (parseNginxConfig);
  server.ts imports it. Fixed a real fidelity bug found by the new corpus: a port-80
  redirect-only vhost dropped its `return 301` and fabricated a default location.
- #5 Validation sandboxes use new src/utils/sandboxRewrite.ts (AST-aware: rewrites only
  path-bearing directive args, never string literals like return/add_header/log_format).
- #7 Ops: per-deploy timestamped backups + prune, deploy mutex (409 on concurrent),
  on-disk JSONL deploy audit, SSH-path reachability check, GET /api/state .bak recovery.
- #6/#8: ESLint baseline (eslint.config.js, non-gating lint:eslint) + README accuracy
  (parser location, Spanish-only note, verbatim-import differentiator lead).
- Tests: secretStore(18) + nginxImport(11) + sandboxRewrite(14) + roundtrip(8) — Vitest 67/67.
- #4 deploy-envelope full unification left as a documented partial (SSH vs local restore
  still separate; shared reportRollback only) — too divergent to unify safely this pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants