Skip to content
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

Update all dependencies #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all dependencies #59

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
SonarSource/sonarqube-scan-action action major v4 -> v5 age adoption passing confidence
github.com/asecurityteam/logevent/v2 require patch v2.0.1 -> v2.0.2 age adoption passing confidence
github.com/asecurityteam/runhttp require patch v0.6.5 -> v0.6.6 age adoption passing confidence
github.com/asecurityteam/settings/v2 require patch v2.0.1 -> v2.0.2 age adoption passing confidence
github.com/go-chi/chi require major v1.5.5 -> v5.2.1 age adoption passing confidence
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0 age adoption passing confidence
go (source) toolchain minor 1.23.1 -> 1.24.0 age adoption passing confidence

Release Notes

SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)

v5

Compare Source

asecurityteam/logevent (github.com/asecurityteam/logevent/v2)

v2.0.2: Dependencies updated

Compare Source

What's Changed

New Contributors

Full Changelog: asecurityteam/logevent@v2.0.1...v2.0.2

asecurityteam/runhttp (github.com/asecurityteam/runhttp)

v0.6.6: Update dependencies

Compare Source

What's Changed

Full Changelog: asecurityteam/runhttp@v0.6.5...v0.6.6

asecurityteam/settings (github.com/asecurityteam/settings/v2)

v2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: asecurityteam/settings@v2.0.1...v2.0.2

go-chi/chi (github.com/go-chi/chi)

v5.2.1

Compare Source

⚠️ Chi supports Go 1.20+

Starting this release, we will now support the four most recent major versions of Go. See https://github.com/go-chi/chi/issues/963 for related discussion.

What's Changed

Full Changelog: go-chi/chi@v5.2.0...v5.2.1

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.1.0...v5.2.0

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.0.14...v5.1.0

v5.0.14

Compare Source

v5.0.13

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.0.12...v5.0.13

v5.0.12

Compare Source

v5.0.11

Compare Source

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

  • chi v5, github.com/go-chi/chi/v5 introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go.
  • chi v1.5.x did not work out as planned, as the Go tooling is too powerful and chi's adoption is too wide.
    The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all,
    chi v5 at github.com/go-chi/chi/v5. I hope someday the developer experience and ergonomics I've been seeking
    will still come to fruition in some form, https://github.com/golang/go/issues/445504550
  • History of changes: see go-chi/chi@v1.5.4...v5.0.0

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.2+incompatible

Compare Source

v4.1.1

Compare Source

v4.1.1+incompatible

Compare Source

v4.1.0

Compare Source

  • middleware.LogEntry: Write method on interface now passes the response header
    and an extra interface type useful for custom logger implementations.
  • middleware.WrapResponseWriter: minor fix
  • middleware.Recoverer: a bit prettier
  • History of changes: see go-chi/chi@v4.0.4...v4.1.0

v4.1.0+incompatible

Compare Source

v4.0.4

Compare Source

v4.0.4+incompatible

Compare Source

v4.0.3

Compare Source

  • core: fix regexp routing to include default value when param is not matched
  • middleware: rewrite of middleware.Compress
  • middleware: suppress http.ErrAbortHandler in middleware.Recoverer
  • History of changes: see go-chi/chi@v4.0.2...v4.0.3

v4.0.3+incompatible

Compare Source

v4.0.2

Compare Source

v4.0.2+incompatible

Compare Source

v4.0.1

Compare Source

v4.0.1+incompatible

Compare Source

v4.0.0

Compare Source

  • chi v4 requires Go 1.10.3+ (or Go 1.9.7+) - we have deprecated support for Go 1.7 and 1.8
  • router: respond with 404 on router with no routes (#​362)
  • router: additional check to ensure wildcard is at the end of a url pattern (#​333)
  • middleware: deprecate use of http.CloseNotifier (#​347)
  • middleware: fix RedirectSlashes to include query params on redirect (#​334)
  • History of changes: see go-chi/chi@v3.3.4...v4.0.0

v4.0.0+incompatible

Compare Source

v3.3.5

Compare Source

v3.3.4

Compare Source

  • Minor middleware improvements. No changes to core library/router. Moving v3 into its
  • own branch as a version of chi for Go 1.7, 1.8, 1.9, 1.10, 1.11
  • History of changes: see go-chi/chi@v3.3.3...v3.3.4

v3.3.4+incompatible

Compare Source

v3.3.3

Compare Source

v3.3.3+incompatible

Compare Source

v3.3.2

Compare Source

  • Support to route trailing slashes on mounted sub-routers (#​281)
  • middleware: new ContentCharset to check matching charsets. Thank you
    @​csucu for your community contribution!

v3.3.2+incompatible

Compare Source

v3.3.1

Compare Source

  • middleware: new AllowContentType handler for explicit whitelist of accepted request Content-Types
  • middleware: new SetHeader handler for short-hand middleware to set a response header key/value
  • Minor bug fixes

v3.3.1+incompatible

Compare Source

v3.3.0

Compare Source

  • New chi.RegisterMethod(method) to add support for custom HTTP methods, see _examples/custom-method for usage
  • Deprecated LINK and UNLINK methods from the default list, please use chi.RegisterMethod("LINK") and chi.RegisterMethod("UNLINK") in an init() function

v3.3.0+incompatible

Compare Source

v3.2.1

Compare Source

  • Add new Match(rctx *Context, method, path string) bool method to Routes interface
    and Mux. Match searches the mux's routing tree for a handler that matches the method/path
  • Add new RouteMethod to *Context
  • Add new Routes pointer to *Context
  • Add new middleware.GetHead to route missing HEAD requests to GET handler
  • Updated benchmarks (see README)

v3.2.1+incompatible

Compare Source

v3.2.0

Compare Source

v3.2.0+incompatible

Compare Source

v3.1.5

Compare Source

  • Setup golint and go vet for the project
  • As per golint, we've redefined func ServerBaseContext(h http.Handler, baseCtx context.Context) http.Handler
    to func ServerBaseContext(baseCtx context.Context, h http.Handler) http.Handler

v3.1.5+incompatible

Compare Source

v3.1.4

Compare Source

v3.1.4+incompatible

Compare Source

v3.1.3: Router tree Walker, an analogy to filepath.Walk

Compare Source

func Walk(r Routes, walkFn WalkFunc) error

type WalkFunc func(method string, route string, handler http.Handler, middlewares ...func(http.Handler) http.Handler) error

v3.1.3+incompatible

Compare Source

v3.1.2

Compare Source

v3.1.2+incompatible

Compare Source

v3.1.1

Compare Source

v3.1.1+incompatible

Compare Source

v3.1.0

Compare Source

v3.1.0+incompatible

Compare Source

v3.0.0

Compare Source

  • Major update to chi library with many exciting updates, but also some breaking changes
  • URL parameter syntax changed from /:id to /{id} for even more flexible routing, such as
    /articles/{month}-{day}-{year}-{slug}, /articles/{id}, and /articles/{id}.{ext} on the
    same router
  • Support for regexp for routing patterns, in the form of /{paramKey:regExp} for example:
    r.Get("/articles/{name:[a-z]+}", h) and chi.URLParam(r, "name")
  • Add Method and MethodFunc to chi.Router to allow routing definitions such as
    r.Method("GET", "/", h) which provides a cleaner interface for custom handlers like
    in _examples/custom-handler
  • Deprecating mux#FileServer helper function. Instead, we encourage users to create their
    own using file handler with the stdlib, see _examples/fileserver for an example
  • Add support for LINK/UNLINK http methods via r.Method() and r.MethodFunc()
  • Moved the chi project to its own organization, to allow chi-related community packages to
    be easily discovered and supported, at: https://github.com/go-chi
  • NOTE: please update your import paths to "github.com/go-chi/chi"
  • NOTE: chi v2 is still available at https://github.com/go-chi/chi/tree/v2

v3.0.0+incompatible

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

  • Minor improvements and update to the chi core library
  • Introduced a brand new chi/render sub-package to complete the story of building
    APIs to offer a pattern for managing well-defined request / response payloads. Please
    check out the updated _examples/rest example for how it works.
  • Added MethodNotAllowed(h http.HandlerFunc) to chi.Router interface

v2.1.0+incompatible

Compare Source

v2.0.0

Compare Source

  • After many months of v2 being in an RC state with many companies and users running it in
    production, the inclusion of some improvements to the middlewares, we are very pleased to
    announce v2.0.0 of chi.

v2.0.0+incompatible

Compare Source

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

golang/go (go)

v1.24.0

v1.23.6

v1.23.5

v1.23.4

v1.23.3

v1.23.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 13, 2024 17:43
@aureagdm aureagdm requested review from aureagdm and removed request for billcobbler, masottile and byott November 13, 2024 19:50
aureagdm
aureagdm previously approved these changes Nov 13, 2024
@ttrann6 ttrann6 assigned ttrann6 and unassigned ttrann6 Nov 13, 2024
@ttrann6 ttrann6 self-requested a review November 13, 2024 20:02
@@ -2,14 +2,15 @@ module github.com/asecurityteam/serverfull

go 1.22

toolchain go1.23.1
toolchain go1.23.3

require (
github.com/asecurityteam/logevent/v2 v2.0.1
github.com/asecurityteam/runhttp v0.6.5
github.com/asecurityteam/settings/v2 v2.0.1
github.com/aws/aws-lambda-go v1.47.0
github.com/go-chi/chi v1.5.5
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question - do we need the old chi around?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh probably not, but it's probably due do other dependencies and needs to be manually cleaned up... I won't bother with this PR for now then.

ensary
ensary previously approved these changes Dec 3, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 45aacf1 to c54f114 Compare December 18, 2024 23:39
Copy link
Contributor Author

renovate bot commented Dec 18, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/spf13/cast v1.7.0 -> v1.7.1

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4ca0c72 to d0e0527 Compare February 4, 2025 12:58
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ae4eab8 to 49918e8 Compare February 11, 2025 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants