-
Notifications
You must be signed in to change notification settings - Fork 164
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
[Snyk] Upgrade bancos-brasileiros from 6.1.10 to 6.1.22 #624
[Snyk] Upgrade bancos-brasileiros from 6.1.10 to 6.1.22 #624
Conversation
Snyk has created this PR to upgrade bancos-brasileiros from 6.1.10 to 6.1.22. See this package in npm: bancos-brasileiros See this project in Snyk: https://app.snyk.io/org/guibranco/project/337dc2ee-ac4c-4ec7-8f33-7fddb26040de?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis pull request upgrades the Class diagram showing bank information updatesclassDiagram
class Bank {
+String code
+String longName
+String shortName
+String cnpj
+String[] products
+String pixType
+DateTime datePixStarted
}
note for Bank "Changes in bank names, products, and Pix info across versions 6.1.10 to 6.1.22"
class TravelexBank {
+String longName
+String shortName
}
class FitBank {
+String longName
}
class KanastraBank {
+String longName
+String shortName
}
class TrianguloBank {
+String[] products
}
class WePayOut {
+String pixType
+DateTime datePixStarted
}
Bank <|-- TravelexBank
Bank <|-- FitBank
Bank <|-- KanastraBank
Bank <|-- TrianguloBank
Bank <|-- WePayOut
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
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.
I've completed my review and didn't find any issues.
Need a new review? Comment
/korbit-review
on this PR and I'll review your latest changes.Korbit Guide: Usage and Customization
Interacting with Korbit
- You can manually ask Korbit to review your PR using the
/korbit-review
command in a comment at the root of your PR.- You can ask Korbit to generate a new PR description using the
/korbit-generate-pr-description
command in any comment on your PR.- Too many Korbit comments? I can resolve all my comment threads if you use the
/korbit-resolve
command in any comment on your PR.- Chat with Korbit on issues we post by tagging @korbit-ai in your reply.
- Help train Korbit to improve your reviews by giving a 👍 or 👎 on the comments Korbit posts.
Customizing Korbit
- Check out our docs on how you can make Korbit work best for you and your team.
- Customize Korbit for your organization through the Korbit Console.
Current Korbit Configuration
General Settings
Setting Value Review Schedule Automatic excluding drafts Max Issue Count 10 Automatic PR Descriptions ✅ Issue Categories
Category Enabled Naming ✅ Database Operations ✅ Documentation ✅ Logging ✅ Error Handling ✅ Systems and Environment ✅ Objects and Data Structures ✅ Readability and Maintainability ✅ Asynchronous Processing ✅ Design Patterns ✅ Third-Party Libraries ✅ Performance ✅ Security ✅ Functionality ✅ Feedback and Support
Note
Korbit Pro is free for open source projects 🎉
Looking to add Korbit to your team? Get started with a free 2 week trial here
PR Review 🔍
|
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
PR Code Suggestions ✨
|
@gstraccini csharpier |
Running CSharpier on this branch! 🔧 |
✅ CSharpier result:
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs1:51PM INF scanning for exposed secrets...
1:51PM INF 1088 commits scanned.
1:51PM INF scan completed in 2.67s
1:51PM INF no leaks found
|
Quality Gate passedIssues Measures |
User description
Snyk has created this PR to upgrade bancos-brasileiros from 6.1.10 to 6.1.22.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 5 versions ahead of your current version.
The recommended version was released 22 days ago.
Release notes
Package name: bancos-brasileiros
Release of Bancos Brasileiros - v6.1.22
Release of Bancos Brasileiros - v6.1.21
Release of Bancos Brasileiros - v6.1.18
Release of Bancos Brasileiros - v6.1.12
Release of Bancos Brasileiros - v6.1.11
Release of Bancos Brasileiros - v6.1.10
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Description
bancos-brasileiros
dependency from version6.1.10
to6.1.22
to keep the project up-to-date.Changes walkthrough 📝
package-lock.json
Upgrade bancos-brasileiros dependency in package-lock.json
examples/emberjs/package-lock.json
bancos-brasileiros
from version6.1.10
to6.1.22
.package.json
Update bancos-brasileiros version in package.json
examples/emberjs/package.json
bancos-brasileiros
dependency version from^6.1.10
to^6.1.22
.Description by Korbit AI
What change is being made?
Upgrade
bancos-brasileiros
dependency from version 6.1.10 to 6.1.22 in the Ember.js example project, and add.config/dotnet-tools.json
to include the C# formatter tool, CSharpier.Why are these changes being made?
The
bancos-brasileiros
library is being upgraded to ensure compatibility with newer updates that may include bug fixes, performance improvements, or new features. AddingCSharpier
as a development tool standardizes code formatting, improving code consistency and readability in projects using C#.