shell-operator
shell-operator copied to clipboard
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
Bumps github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3.
Release notes
Sourced from github.com/go-chi/chi/v5's releases.
v5.2.3
What's Changed
- Add pathvalue example to README and implement PathValue handler. by
@catatsuyin go-chi/chi#985- Allow multiple whitespace between method & pattern by
@JRaspassin go-chi/chi#1013- Avoid potential nil dereference by
@ProjectMutilationin go-chi/chi#1008- feat(mux): support http.Request.Pattern in Go 1.23 by
@Gustedin go-chi/chi#986- fix/608 - Fix flaky Throttle middleware test by synchronizing token usage by
@OtavioBernardesin go-chi/chi#1016- Optimize throttle middleware by avoiding unnecessary timer creation by
@vasayxtxin go-chi/chi#1011- Simplify wildcard replacement in route patterns by
@srpvpnin go-chi/chi#1012- Replace methodTypString func with reverseMethodMap by
@JRaspassin go-chi/chi#1018New Contributors
@ProjectMutilationmade their first contribution in go-chi/chi#1008@Gustedmade their first contribution in go-chi/chi#986@OtavioBernardesmade their first contribution in go-chi/chi#1016@srpvpnmade their first contribution in go-chi/chi#1012Full Changelog: https://github.com/go-chi/chi/compare/v5.2.2...v5.2.3
Commits
9b9fb55Replace methodTypString func with reverseMethodMap (#1018)0265fcdrefactor: iterative wildcard collapsing and add test for consecutive wildcard...cf537d4Optimize throttle middleware by avoiding unnecessary timer creation (#1011)9040e95fix/608 - Fix flaky Throttle middleware test by synchronizing token usage (#1...d12cc49feat(mux): support http.Request.Pattern in Go 1.23 (#986)1c2d011Avoid potential nil dereference (#1008)7859137Allow multiple whitespace between method & pattern (#1013)80d8da2Add pathvalue example to README and implement PathValue handler. (#985)- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.