Skip to content

Update non-major dependencies#101

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/non-major-dependencies
Feb 21, 2026
Merged

Update non-major dependencies#101
renovate[bot] merged 1 commit intomainfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2026

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.39.29.39.3 age confidence
@sap-ai-sdk/ai-api (source) 2.6.02.7.0 age confidence
@sap-ai-sdk/orchestration (source) 2.6.02.7.0 age confidence
eslint (source) 9.39.29.39.3 age confidence
minimatch 10.2.010.2.2 age confidence
typescript-eslint (source) 8.55.08.56.0 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.3

Compare Source

SAP/ai-sdk-js (@​sap-ai-sdk/ai-api)

v2.7.0

Compare Source

Minor Changes
  • 8616d5e: [Compatibility Note] Extract functionality around execution scheduling from the ExecutionApi to ExecutionScheduleApi.
  • 8616d5e: [Compatibility Note] Remove the BckndEvent type.
  • 8616d5e: [Compatibility Note] Split the BckndArgoCDApplicationData into BckndArgoCDApplicationDataResponse and BckndArgoCDApplicationDataRequest.
Patch Changes
SAP/ai-sdk-js (@​sap-ai-sdk/orchestration)

v2.7.0

Compare Source

Minor Changes
  • 6b49479: [feat] Add rawResponse property to OrchestrationStreamResponse.
    The new property exposes the raw HTTP response from the orchestration service for advanced use cases.
  • 6b49479: [feat] Add getRequestId() method to OrchestrationResponse, OrchestrationStreamResponse and OrchestrationEmbeddingResponse.
    The new method allows retrieving the request ID from the orchestration service responses, which can be useful for debugging and tracking requests.
  • 6b49479: [compat] Support for constructing an OrchestrationStreamResponse without an HttpResponse has been deprecated, and will be removed in the next major release.
    Code directly instantiating this class should be updated to provide an HttpResponse object as the first parameter to allow reading from raw HTTP response.
Patch Changes
eslint/eslint (eslint)

v9.39.3

Compare Source

isaacs/minimatch (minimatch)

v10.2.2

Compare Source

v10.2.1

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 21, 2026
@renovate renovate bot enabled auto-merge (squash) February 21, 2026 00:37
@github-actions
Copy link

This change uniformly upgrades several dependencies across both the pr-review and pr-summary packages to their latest patch versions, ensuring improved stability, performance, and consistency in linting and build tooling.

Walkthrough

  • Chore: Bumped @sap-ai-sdk/ai-api and @sap-ai-sdk/orchestration from 2.6.0 to 2.7.0.
  • Chore: Updated minimatch to 10.2.2.
  • Chore: Upgraded ESLint core and plugins (@eslint/js, eslint) to 9.39.3 and typescript-eslint to 8.56.0.
  • Chore: No user-facing functionality changed; this ensures up-to-date dependencies and improved developer experience.

Model: o4-mini-2025-04-16 | Prompt Tokens: 1028 | Completion Tokens: 700

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for sharing your code. This friendly review, backed by AI, highlights possible improvements. Keep in mind these suggestions are educated guesses and may not always fit your needs. Choose the ideas that resonate with you and adapt them as you see fit. You hold the final decision—AI is simply here as a supportive guide.
Model: o4-mini-2025-04-16 | Prompt Tokens: 1672 | Completion Tokens: 3823

Comment on lines -23 to +26
"@sap-ai-sdk/ai-api": "2.6.0",
"@sap-ai-sdk/orchestration": "2.6.0",
"@sap-ai-sdk/ai-api": "2.7.0",
"@sap-ai-sdk/orchestration": "2.7.0",
"axios": "1.13.5",
"minimatch": "10.2.0",
"minimatch": "10.2.2",

Choose a reason for hiding this comment

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

Consider loosening the fixed version pins to caret ranges (^) so that patch and minor updates flow through automatically. For example:

{
  "dependencies": {
    "@sap-ai-sdk/ai-api": "^2.7.0",
    "@sap-ai-sdk/orchestration": "^2.7.0",
    "axios": "^1.13.5",
    "minimatch": "^10.2.2",
    "mollitia": "^0.2.0",
    "octokit": "^5.0.5",
    "parse-diff": "^0.11.1",
    "zod": "^4.3.6"
  }
}

This keeps your patch and minor dependencies up to date without manual bumps.

Comment on lines -22 to +25
"@sap-ai-sdk/ai-api": "2.6.0",
"@sap-ai-sdk/orchestration": "2.6.0",
"@sap-ai-sdk/ai-api": "2.7.0",
"@sap-ai-sdk/orchestration": "2.7.0",
"axios": "1.13.5",
"minimatch": "10.2.0",
"minimatch": "10.2.2",

Choose a reason for hiding this comment

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

Consider loosening the fixed version pins to caret ranges (^) so that patch and minor updates flow through automatically. For example:

{
  "dependencies": {
    "@sap-ai-sdk/ai-api": "^2.7.0",
    "@sap-ai-sdk/orchestration": "^2.7.0",
    "axios": "^1.13.5",
    "minimatch": "^10.2.2",
    "mollitia": "^0.2.0",
    "octokit": "^5.0.5",
    "parse-diff": "^0.11.1",
    "zod": "^4.3.6"
  }
}

"tsx": "4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"typescript-eslint": "8.56.0",

Choose a reason for hiding this comment

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

It looks like you’re using a non-existent typescript-eslint package. The official ESLint plugin is scoped under @typescript-eslint. You should replace it and add the parser as well:

{
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "8.56.0",
    "@typescript-eslint/parser": "8.56.0",
    // remove the old "typescript-eslint"
  }
}

"tsx": "4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"typescript-eslint": "8.56.0",

Choose a reason for hiding this comment

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

It looks like you’re using a non-existent typescript-eslint package. The official ESLint plugin is scoped under @typescript-eslint. You should replace it and add the parser as well:

{
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "8.56.0",
    "@typescript-eslint/parser": "8.56.0",
    // remove the old "typescript-eslint"
  }
}

Comment on lines 20 to 31
"@octokit/plugin-retry": "6.1.0",
"@octokit/plugin-throttling": "8.2.0",
"@octokit/webhooks": "13.9.1",
"@sap-ai-sdk/ai-api": "2.6.0",
"@sap-ai-sdk/orchestration": "2.6.0",
"@sap-ai-sdk/ai-api": "2.7.0",
"@sap-ai-sdk/orchestration": "2.7.0",
"axios": "1.13.5",
"minimatch": "10.2.0",
"minimatch": "10.2.2",
"mollitia": "0.2.0",
"octokit": "5.0.5",
"parse-diff": "0.11.1",
"zod": "4.3.6"
},

Choose a reason for hiding this comment

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

You have identical dependency lists in both pr-review and pr-summary. To reduce duplication and maintenance overhead, consider using npm workspaces or a monorepo root package.json to hoist shared dependencies:

// root package.json
{
  "workspaces": ["pr-review", "pr-summary"],
  "dependencies": {
    "@sap-ai-sdk/ai-api": "2.7.0",
    "@sap-ai-sdk/orchestration": "2.7.0",
    "axios": "1.13.5",
    "minimatch": "10.2.2",
    "mollitia": "0.2.0",
    "octokit": "5.0.5",
    "parse-diff": "0.11.1",
    "zod": "4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "9.39.3",
    "eslint": "9.39.3",
    "@typescript-eslint/eslint-plugin": "8.56.0",
    "@typescript-eslint/parser": "8.56.0",
    "typescript": "5.9.3",
    "prettier": "3.8.1",
    "yaml": "2.8.2"
  }
}

Comment on lines 19 to 30
"@octokit/plugin-retry": "6.1.0",
"@octokit/plugin-throttling": "8.2.0",
"@octokit/webhooks": "13.9.1",
"@sap-ai-sdk/ai-api": "2.6.0",
"@sap-ai-sdk/orchestration": "2.6.0",
"@sap-ai-sdk/ai-api": "2.7.0",
"@sap-ai-sdk/orchestration": "2.7.0",
"axios": "1.13.5",
"minimatch": "10.2.0",
"minimatch": "10.2.2",
"mollitia": "0.2.0",
"octokit": "5.0.5",
"parse-diff": "0.11.1",
"zod": "4.3.6"
},

Choose a reason for hiding this comment

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

You have identical dependency lists in both pr-review and pr-summary. To reduce duplication and maintenance overhead, consider using npm workspaces or a monorepo root package.json to hoist shared dependencies:

// root package.json
{
  "workspaces": ["pr-review", "pr-summary"],
  "dependencies": {
    "@sap-ai-sdk/ai-api": "2.7.0",
    "@sap-ai-sdk/orchestration": "2.7.0",
    "axios": "1.13.5",
    "minimatch": "10.2.2",
    "mollitia": "0.2.0",
    "octokit": "5.0.5",
    "parse-diff": "0.11.1",
    "zod": "4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "9.39.3",
    "eslint": "9.39.3",
    "@typescript-eslint/eslint-plugin": "8.56.0",
    "@typescript-eslint/parser": "8.56.0",
    "typescript": "5.9.3",
    "prettier": "3.8.1",
    "yaml": "2.8.2"
  }
}

@renovate renovate bot merged commit d72257c into main Feb 21, 2026
12 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch February 21, 2026 00:40
github-actions bot pushed a commit that referenced this pull request Feb 21, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants