js-sdk
js-sdk copied to clipboard
chore(deps): upgrade dependencies
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
- [ ] I have clicked on "allow edits by maintainers".
- [ ] I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
- [ ] The correct base branch is being used, if not
main - [ ] I have added tests to validate that the change in functionality is working as expected
Summary by CodeRabbit
- Chores
- Updated development dependencies to the latest patch versions to improve tooling consistency and maintainability.
- No changes to app behavior, performance, or user interface.
- No action required for end-users.
Walkthrough
Patch-level updates to devDependencies in package.json: @types/node, @typescript-eslint/eslint-plugin, and @typescript-eslint/parser. No source code or configuration changes beyond version bumps.
Changes
| Cohort / File(s) | Summary of Changes |
|---|---|
Dev dependency bumpspackage.json |
Updated devDependencies: @types/node ^24.2.0 → ^24.2.1; @typescript-eslint/eslint-plugin ^8.39.0 → ^8.39.1; @typescript-eslint/parser ^8.39.0 → ^8.39.1 |
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
- openfga/js-sdk#241: Continues patch-level bumps for the same devDependencies (@types/node and @typescript-eslint/*).
Suggested reviewers
- sergiught
✨ Finishing Touches
🧪 Generate unit tests
- [ ] Create PR with unit tests
- [ ] Post copyable unit tests in a comment
- [ ] Commit unit tests in branch
chore/bump-deps
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. - PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
Support
Need help? Create a ticket on our support page for assistance with any issues or questions.
CodeRabbit Commands (Invoked using PR/Issue comments)
Type @coderabbitai help to get the list of available commands.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Status, Documentation and Community
- Visit our Status Page to check the current availability of CodeRabbit.
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
| Diff | Package | Supply Chain Security |
Vulnerability | Quality | Maintenance | License |
|---|---|---|---|---|---|---|
| @typescript-eslint/parser@8.39.0 ⏵ 8.39.1 | ||||||
| @typescript-eslint/eslint-plugin@8.39.0 ⏵ 8.39.1 |
[!WARNING] Review the following alerts detected in dependencies.
According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
| Action | Severity | Alert (click "▶" to expand/collapse) |
|---|---|---|
| Warn |
|
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 88.16%. Comparing base (2d57837) to head (b34c18c).
Additional details and impacted files
@@ Coverage Diff @@
## main #248 +/- ##
=======================================
Coverage 88.16% 88.16%
=======================================
Files 23 23
Lines 1217 1217
Branches 216 216
=======================================
Hits 1073 1073
Misses 86 86
Partials 58 58
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.