Skip to content

Update SDK version to 1.19.3#79

Merged
gasperzgonec merged 1 commit intomainfrom
gasperz/ISS-291622
Apr 21, 2026
Merged

Update SDK version to 1.19.3#79
gasperzgonec merged 1 commit intomainfrom
gasperz/ISS-291622

Conversation

@gasperzgonec
Copy link
Copy Markdown
Contributor

Description

Connected Issues

Checklist

  • Tests added/updated and ran with npm run test OR no tests needed.
  • Code formatted and checked with npm run lint.
  • Added "How to test" section to the description OR this section is not needed.

Copilot AI review requested due to automatic review settings April 21, 2026 06:27
@gasperzgonec gasperzgonec merged commit aa00854 into main Apr 21, 2026
6 checks passed
@gasperzgonec gasperzgonec deleted the gasperz/ISS-291622 branch April 21, 2026 06:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the DevRev ADaaS TypeScript library used by the snap-in project, bringing in the latest dependency tree as captured in the lockfile.

Changes:

  • Bump @devrev/ts-adaas dependency from 1.18.0 to 1.19.3.
  • Regenerate package-lock.json to reflect updated transitive dependencies for the new SDK version.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
code/package.json Updates the pinned @devrev/ts-adaas version to 1.19.3.
code/package-lock.json Updates resolved dependency graph to match the new SDK version and associated transitive upgrades.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread code/package-lock.json
Comment on lines 3244 to 3252
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
"node": "^20.19.0 || ^22.13.0 || >=24"
},
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lockfile now pulls in eslint-visitor-keys@5.0.1, which declares a Node engine requirement of ^20.19.0 || ^22.13.0 || >=24. Since package.json doesn’t declare an engines.node range (and dev deps still reference Node 18 types), this can make npm ci fail unexpectedly for contributors/environments on Node <20.19. Consider explicitly documenting/enforcing the minimum supported Node version (e.g., via package.json "engines" and/or an .nvmrc) or adjusting dependency versions to retain the previously supported Node range.

Copilot uses AI. Check for mistakes.
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.

3 participants