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

chore(deps): update all (major) #4

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 24, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action major v3.0.7 -> v4.0.2 age adoption passing confidence
actions/checkout action major v3.0.2 -> v4.1.5 age adoption passing confidence
actions/setup-go action major v3 -> v5 age adoption passing confidence
alex (source) dependencies major 9.1.0 -> 11.0.1 age adoption passing confidence
codecov/codecov-action action major v3 -> v4 age adoption passing confidence
ghcr.io/codfish/semantic-release-action docker major v1 -> v3 age adoption passing confidence
github.com/go-chi/chi require major v1.5.4 -> v5.0.12 age adoption passing confidence
github/codeql-action action major v2 -> v3 age adoption passing confidence
golangci/golangci-lint-action action major v3 -> v6 age adoption passing confidence
goreleaser/goreleaser-action action major v2.8.0 -> v5.1.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.0.2

Compare Source

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.0.1

v4.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.4

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.
actions/checkout (actions/checkout)

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4.1.0...v4.1.1

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

actions/setup-go (actions/setup-go)

v5

Compare Source

v4

Compare Source

get-alex/alex (alex)

v11.0.1

Compare Source

Full Changelog: get-alex/alex@11.0.0...11.0.1

v11.0.0

Compare Source

  • 1b4c1be Update retext-equality, retext-profanities
  • 3b55031 Remove support for Node 12

Full Changelog: get-alex/alex@10.0.0...11.0.0

v10.0.0

Compare Source

Full Changelog: get-alex/alex@9.1.1...10.0.0

v9.1.1

Compare Source

Full Changelog: get-alex/alex@9.1.0...9.1.1

codecov/codecov-action (codecov/codecov-action)

v4

Compare Source

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

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](https://togithub.com/go-chi/chi/compare/v3.0


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 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from moul as a code owner June 24, 2021 16:49
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jun 24, 2021
@renovate renovate bot changed the title Update module github.com/go-chi/chi to v5 Update all (major) Jul 19, 2021
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from cf57e9c to f0cc591 Compare July 23, 2021 15:23
@renovate renovate bot changed the title Update all (major) Update module github.com/go-chi/chi to v5 Aug 25, 2021
@renovate renovate bot changed the title Update module github.com/go-chi/chi to v5 fix(deps): update module github.com/go-chi/chi to v5 Aug 30, 2021
@auto-add-label auto-add-label bot added the bug Something isn't working label Aug 30, 2021
@renovate renovate bot changed the title fix(deps): update module github.com/go-chi/chi to v5 fix(deps): update all (major) Oct 20, 2021
@renovate renovate bot changed the title fix(deps): update all (major) fix(deps): update dependency alex to v10 Oct 31, 2021
@renovate renovate bot changed the title fix(deps): update dependency alex to v10 chore(deps): update all (major) Mar 7, 2022
@auto-add-label auto-add-label bot added dependencies Pull requests that update a dependency file and removed bug Something isn't working labels Mar 7, 2022
@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.05%. Comparing base (0ebf11a) to head (5869dc6).

❗ Current head 5869dc6 differs from pull request most recent head 5666fc4. Consider uploading reports for the commit 5666fc4 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #4   +/-   ##
=======================================
  Coverage   71.05%   71.05%           
=======================================
  Files           1        1           
  Lines          38       38           
=======================================
  Hits           27       27           
  Misses          7        7           
  Partials        4        4           
Flag Coverage Δ
unittests 71.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 80adeba to 9049173 Compare April 5, 2022 15:38
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 75c27ca to b0b3edf Compare April 11, 2022 12:43
@renovate renovate bot changed the title chore(deps): update all (major) fix(deps): update dependency alex to v10 Apr 21, 2022
@auto-add-label auto-add-label bot added bug Something isn't working and removed dependencies Pull requests that update a dependency file labels Apr 21, 2022
@renovate renovate bot changed the title fix(deps): update dependency alex to v10 fix(deps): update all (major) Apr 25, 2022
@socket-security
Copy link

socket-security bot commented Jun 12, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/alex@11.0.1 Transitive: environment, filesystem, network, shell +389 17.1 MB wooorm

🚮 Removed packages: npm/alex@9.1.0

View full report↗︎

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 5dbbf9b to 05be1b9 Compare September 7, 2023 14:01
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 23e6257 to 4a17888 Compare September 15, 2023 08:47
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 2b99907 to aff322a Compare October 17, 2023 20:00
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 37804d8 to 9196250 Compare December 13, 2023 16:04
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 4868990 to 6c465f1 Compare March 12, 2024 19:46
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 52b09ee to 527f803 Compare May 8, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants