-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: update go dependencies #1333
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: server/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: worker/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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:
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 (
|
✅ Deploy Preview for reearth-cms canceled.
|
2e6ea12
to
6896d00
Compare
|
2246163
to
51ec65c
Compare
5efc54a
to
8381bab
Compare
3649024
to
9909a18
Compare
9909a18
to
77b7de1
Compare
This PR contains the following updates:
v1.45.1
->v1.45.3
v1.46.0
->v1.49.0
v0.17.55
->v0.17.61
v1.32.3
->v1.32.7
v1.28.1
->v1.28.7
v1.17.35
->v1.17.44
v1.66.2
->v1.71.1
v1.33.3
->v1.33.8
v1.5.2
->v1.6.0
v3.3.0
->v3.4.1
v4.12.0
->v4.13.3
v1.9.0
->v1.10.0
v2.5.18
->v2.5.21
1.23.2
->1.23.4
v1.17.1
->v2.0.0
v0.56.0
->v0.58.0
v0.56.0
->v0.58.0
v0.30.0
->v0.33.0
v0.19.0
->v0.21.0
v0.204.0
->v0.214.0
Release Notes
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.61
Compare Source
What's Changed
New Contributors
Full Changelog: 99designs/gqlgen@v0.17.60...v0.17.61
v0.17.60
Compare Source
What's Changed
Full Changelog: 99designs/gqlgen@v0.17.59...v0.17.60
v0.17.59
Compare Source
What's Changed
Full Changelog: 99designs/gqlgen@v0.17.58...v0.17.59
v0.17.58
Compare Source
What's Changed
//nolint
directives by @alexandear in https://github.com/99designs/gqlgen/pull/3391New Contributors
Full Changelog: 99designs/gqlgen@v0.17.57...v0.17.58
v0.17.57
Compare Source
What's Changed
worker_limit
option for server code generation by @OldBigBuddha in https://github.com/99designs/gqlgen/pull/3376New Contributors
Full Changelog: 99designs/gqlgen@v0.17.56...v0.17.57
v0.17.56
Compare Source
What's Changed
multipart/mixed
transport support for deferred queries by @giulio-opal in https://github.com/99designs/gqlgen/pull/3341incremental
deferred responses. Fix hanging behavior on last response by @giulio-opal in https://github.com/99designs/gqlgen/pull/3357New Contributors
Full Changelog: 99designs/gqlgen@v0.17.55...v0.17.56
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.32.7
Compare Source
v1.32.6
Compare Source
v1.32.5
Compare Source
v1.32.4
Compare Source
bodgit/sevenzip (github.com/bodgit/sevenzip)
v1.6.0
Compare Source
Features
k0kubun/pp (github.com/k0kubun/pp/v3)
v3.4.1
Compare Source
Full Changelog
Merged pull requests:
v3.4.0
Compare Source
Full Changelog
Merged pull requests:
labstack/echo (github.com/labstack/echo/v4)
v4.13.3
Compare Source
Security
v4.13.2
Compare Source
Security
v4.13.1
Compare Source
Fixes
Transfer-Encoding: chunked
requests by @178inaba in https://github.com/labstack/echo/pull/2717v4.13.0
Compare Source
BREAKING CHANGE JWT Middleware Removed from Core use labstack/echo-jwt instead
The JWT middleware has been removed from Echo core due to another security vulnerability, CVE-2024-51744. For more details, refer to issue #2699. A drop-in replacement is available in the labstack/echo-jwt repository.
Important: Direct assignments like
token := c.Get("user").(*jwt.Token)
will now cause a panic due to an invalid cast. Update your code accordingly. Replace the current imports from"github.com/golang-jwt/jwt"
in your handlers to the new middleware version using"github.com/golang-jwt/jwt/v5"
.Background:
The version of
golang-jwt/jwt
(v3.2.2) previously used in Echo core has been in an unmaintained state for some time. This is not the first vulnerability affecting this library; earlier issues were addressed in PR #1946.JWT middleware was marked as deprecated in Echo core as of v4.10.0 on 2022-12-27. If you did not notice that, consider leveraging tools like Staticcheck to catch such deprecations earlier in you dev/CI flow. For bonus points - check out gosec.
We sincerely apologize for any inconvenience caused by this change. While we strive to maintain backward compatibility within Echo core, recurring security issues with third-party dependencies have forced this decision.
Enhancements
MultipartForm
test by @martinyonatann in https://github.com/labstack/echo/pull/2682bind
: add support of multipart multi files by @martinyonatann in https://github.com/labstack/echo/pull/2684html/template
andtext/template
packages. by @aldas in https://github.com/labstack/echo/pull/2690stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Configuration
📅 Schedule: Branch creation - "before 3:00 am on the 4th day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.