-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: use mysql2 #671
feat: use mysql2 #671
Conversation
WalkthroughThe recent updates involve transitioning from using the Changes
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (3)
Additional comments not posted (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/mysql@2.18.1, npm/npm-package-arg@10.1.0, npm/oss-cnpm@5.0.1, npm/p-map@4.0.0, npm/s3-cnpmcore@1.1.2, npm/semver@7.6.0, npm/ssri@8.0.1, npm/type-fest@2.19.0, npm/typescript@5.2.2, npm/ua-parser-js@1.0.37, npm/validate-npm-package-name@3.0.0 |
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.
Actionable comments posted: 1
@@ -101,10 +101,10 @@ | |||
"eggjs-elasticsearch": "^0.0.6", | |||
"fs-cnpm": "^2.4.0", | |||
"ioredis": "^5.3.1", | |||
"leoric": "^2.11.5", | |||
"leoric": "^2.12.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.
Tip
Codebase Verification
The verification process did not yield relevant information regarding the compatibility of leoric
with mysql2
. The search results pertained to a different project, indicating that the necessary evidence to confirm compatibility was not found. Further investigation into leoric
's official documentation or release notes specifically addressing mysql2
support might be required.
Analysis chain
Updated leoric
to ^2.12.3
. Ensure compatibility with mysql2
as part of this upgrade.
Scripts Executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Verify that the new version of leoric supports mysql2
rg --files-with-matches 'mysql2' --glob '*.{js,ts}' | xargs grep 'leoric'
Length of output: 183
Script:
#!/bin/bash
# Search for mentions of mysql2 in the documentation or release notes of leoric
rg --files-with-matches 'mysql2' --glob '*.{md,txt}' | xargs grep -i 'support'
Length of output: 3729
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.
LGTM
[skip ci] ## [3.55.0](v3.54.0...v3.55.0) (2024-04-15) ### Features * use mysql2 ([#671](#671)) ([58d19b1](58d19b1))
cyjake/leoric#419
Summary by CodeRabbit