-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): bump the backend-dependencies group across 1 directory with 3 updates #254
chore(deps): bump the backend-dependencies group across 1 directory with 3 updates #254
Conversation
…ith 3 updates Bumps the backend-dependencies group with 2 updates in the /backend directory: [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) and [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite). Updates `github.com/gin-gonic/gin` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.10.0...v1.10.1) Updates `gorm.io/driver/sqlite` from 1.5.7 to 1.6.0 - [Commits](go-gorm/sqlite@v1.5.7...v1.6.0) Updates `gorm.io/gorm` from 1.26.0 to 1.30.0 - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.26.0...v1.30.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-dependencies - dependency-name: gorm.io/driver/sqlite dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-dependencies - dependency-name: gorm.io/gorm dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's GuideThis PR updates the backend module’s dependency versions in go.mod and go.sum by bumping Gin to v1.10.1, the GORM SQLite driver to v1.6.0, and GORM ORM to v1.30.0, pulling in security refactors, bug fixes, performance enhancements, and new generics support. Class Diagram: Updated Dependencies in backend/go.modclassDiagram
class BackendGoMod {
<<Manifest: backend/go.mod>>
+gin: "github.com/gin-gonic/gin v1.10.1 (was v1.10.0)"
+gorm_driver_sqlite: "gorm.io/driver/sqlite v1.6.0 (was v1.5.7)"
+gorm_orm: "gorm.io/gorm v1.30.0 (was v1.26.0)"
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. 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 (
|
…encies-cce13b3a19
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the backend-dependencies group with 2 updates in the /backend directory: github.com/gin-gonic/gin and gorm.io/driver/sqlite.
Updates
github.com/gin-gonic/gin
from 1.10.0 to 1.10.1Release notes
Sourced from github.com/gin-gonic/gin's releases.
Changelog
Sourced from github.com/gin-gonic/gin's changelog.
Commits
b5af779
refactor: strengthen HTTPS security and improve code organizationUpdates
gorm.io/driver/sqlite
from 1.5.7 to 1.6.0Commits
6f07b51
Don't overwrite existing clause builders6ea0b8f
Bump gorm.io/gorm from 1.25.7-0.20240204074919-46816ad31dde to 1.30.0 (#206)5406e41
fix: cover more constraint syntax (#198)Updates
gorm.io/gorm
from 1.26.0 to 1.30.0Release notes
Sourced from gorm.io/gorm's releases.
Commits
c44405a
Implement Generics API (#7424)751c1d6
perf(schema): avoid redundant strings.ToLower call (#7464)8e7ab46
fix: return init dialector error (#7379)e3037e4
perf: break early on match failure in ParseConstraint (#7402)1204330
feat: error message show field name (#7452)9703eb7
perf: use strings.IndexByte to replace strings.Index (#7454)1c966e0
perf: use strings.Cut to replace strings.SplitN (#7455)e5b867e
remove unnecessary session-level configuration for prepared statements8c4e8e2
fix: int type variable defaultMaxSize overflows in 32-bit environment (#7439)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsSummary by Sourcery
Bump backend Go dependencies to the latest patch and minor versions
Build: