fix: standardize on Node 22, harden HTTP layer, add dependabot#2
Merged
Conversation
- Set CI matrix to [22.x, 24.x], tsup target node22, @types/node ^22 - Wrap fetch in try/catch converting transport failures to typed AteraError - Add configurable request timeout (timeoutMs, default 30s) via AbortSignal.timeout - Add .github/dependabot.yml for weekly npm + actions updates - Run npm audit fix; remaining advisories are dev-only transitive deps
github-actions Bot
pushed a commit
that referenced
this pull request
May 20, 2026
## [1.0.3](v1.0.2...v1.0.3) (2026-05-20) ### Bug Fixes * standardize on Node 22, harden HTTP layer, add dependabot ([#2](#2)) ([d93bf58](d93bf58))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Medium-severity review fixes for the Atera SDK.
Changed
[22.x, 24.x],tsuptargetnode22,@types/nodebumped to^22.AteraErrorinstances instead of throwing rawTypeError.Added
timeoutMs, default 30s) enforced viaAbortSignal.timeout..github/dependabot.ymlfor weekly npm and GitHub Actions dependency updates.Security
npm audit fix; remaining advisories are dev-only transitive deps (esbuild/vite tooling, bundled npm CLI) requiring breaking major bumps.Verification
npm run build— successnpm test— 151/151 passingnpm run lint— clean