-
Notifications
You must be signed in to change notification settings - Fork 4
Update non-major dependencies #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,9 +18,9 @@ | |
| "@actions/github": "6.0.1", | ||
| "@octokit/plugin-retry": "6.1.0", | ||
| "@octokit/plugin-throttling": "8.2.0", | ||
| "@octokit/webhooks": "13.9.0", | ||
| "@sap-ai-sdk/ai-api": "1.15.0", | ||
| "@sap-ai-sdk/orchestration": "1.15.0", | ||
| "@octokit/webhooks": "13.9.1", | ||
| "@sap-ai-sdk/ai-api": "1.16.0", | ||
| "@sap-ai-sdk/orchestration": "1.16.0", | ||
| "axios": "1.10.0", | ||
| "minimatch": "10.0.3", | ||
| "mollitia": "0.2.0", | ||
|
Comment on lines
18
to
26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updates in the package.json file point to newer versions of dependencies. Reviewing these changes for possible breaking alterations or improvements suggests whether further adjustments in your codebase are necessary. |
||
|
|
@@ -29,8 +29,8 @@ | |
| "zod": "3.25.76" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "9.30.1", | ||
| "@types/node": "22.16.0", | ||
| "@eslint/js": "9.31.0", | ||
| "@types/node": "22.16.3", | ||
| "@typescript-eslint/eslint-plugin": "7.18.0", | ||
| "@typescript-eslint/parser": "7.18.0", | ||
| "@vercel/ncc": "0.38.3", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package.json file reflects new versions of dependencies. It is important to check the change logs or release notes of these dependencies to understand the impact of the updates and to verify that they align with your project's requirements.