Skip to content

chore: bump @types/node from 20.17.7 to 22.10.5#30

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

chore: bump @types/node from 20.17.7 to 22.10.5#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-22.10.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 6, 2025

Copy link
Copy Markdown

Bumps @types/node from 20.17.7 to 22.10.5.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 20.17.7 to 22.10.5.
- [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-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 Jan 6, 2025

Copy link
Copy Markdown
Author

The following labels could not be found: chore.

@dependabot @github

dependabot Bot commented on behalf of github Jan 14, 2025

Copy link
Copy Markdown
Author

Superseded by #34.

@dependabot dependabot Bot closed this Jan 14, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/types/node-22.10.5 branch January 14, 2025 07:12
bruce-y pushed a commit that referenced this pull request Mar 10, 2026
* add filesystem usage tracking to sticky disk commits

This PR adds filesystem-level disk usage tracking to sticky disk commits,
enabling the storage agent to make smarter volume sizing decisions. When a
sticky disk is committed, the actual filesystem usage (from df) is now sent
to the VM agent alongside the commit request.

Changes:
- Updated proto dependency to latest @buf/blacksmith_vm-agent with fs_disk_usage_bytes support
- Modified commitStickydisk() to accept fsDiskUsageBytes: number | null parameter
- Added filesystem usage collection using df before commit
- Only include fsDiskUsageBytes in request when valid data is available (> 0)
- Applied prettier formatting to ensure consistent code style
- Rebuilt dist/ files with latest changes

This enables the storage agent to size new volumes as fs_usage + 600GB
guaranteed writable space instead of using fixed sizes.

* fix: add caret to connectrpc_es dependency version

ensures package-lock.json stays consistent with package.json by using
caret (^) prefix for connectrpc_es dependency, matching the pattern
used by other dependencies.

* ci: enforce prettier formatting in build workflow

adds a check that fails the workflow if code is not formatted with prettier.
this ensures developers run 'npm run format' before submitting PRs.

the check runs after dependency installation and before linting, showing
clear error messages and diffs when formatting is needed.
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