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 #49

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

chore(deps): update all #49

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 26, 2019

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.13 -> 3.20 age adoption passing confidence
btoa devDependencies minor ~1.1.2 -> ~1.2.0 age adoption passing confidence
github.com/go-chi/chi require minor v4.0.2+incompatible -> v4.1.3 age adoption passing confidence
github.com/gobuffalo/packd require minor v0.3.0 -> v0.4.0 age adoption passing confidence
github.com/golang/protobuf require minor v1.3.2 -> v1.5.4 age adoption passing confidence
github.com/googollee/go-socket.io require minor v1.4.3-0.20191204093753-683f8725b6d0 -> v1.7.0 age adoption passing confidence
github.com/gorilla/mux require minor v1.7.3 -> v1.8.1 age adoption passing confidence
github.com/grpc-ecosystem/go-grpc-middleware require minor v1.1.0 -> v1.4.0 age adoption passing confidence
github.com/grpc-ecosystem/grpc-gateway require minor v1.12.1 -> v1.16.0 age adoption passing confidence
github.com/jinzhu/gorm require patch v1.9.11 -> v1.9.16 age adoption passing confidence
github.com/pkg/errors require minor v0.8.1 -> v0.9.1 age adoption passing confidence
github.com/rs/cors require minor v1.7.0 -> v1.11.0 age adoption passing confidence
github.com/tdewolff/minify/v2 require minor v2.6.1 -> v2.20.35 age adoption passing confidence
github.com/tmc/grpc-websocket-proxy require digest 0ad062e -> 673ab2c age adoption passing confidence
github.com/urfave/cli require patch v1.22.2 -> v1.22.15 age adoption passing confidence
glob devDependencies minor ~4.0.2 -> ~4.5.0 age adoption passing confidence
go.uber.org/zap require minor v1.13.0 -> v1.27.0 age adoption passing confidence
golang stage minor 1.19-alpine -> 1.22-alpine age adoption passing confidence
golang.org/x/crypto require minor v0.0.0-20191206172530-e9b2fee46413 -> v0.24.0 age adoption passing confidence
google.golang.org/genproto require digest 0243a4b -> f6361c8 age adoption passing confidence
gotools orb patch 0.0.10 -> 0.0.14 age adoption passing confidence
grunt-autoprefixer devDependencies minor ~0.7.6 -> ~0.8.0 age adoption passing confidence
grunt-banner devDependencies minor ~0.2.3 -> ~0.6.0 age adoption passing confidence
grunt-contrib-clean devDependencies minor ~0.5.0 -> ~0.7.0 age adoption passing confidence
grunt-contrib-concat devDependencies minor ~0.4.0 -> ~0.5.0 age adoption passing confidence
grunt-contrib-connect devDependencies minor ~0.8.0 -> ~0.11.0 age adoption passing confidence
grunt-contrib-copy devDependencies minor ~0.5.0 -> ~0.8.0 age adoption passing confidence
grunt-contrib-csslint devDependencies minor ~0.2.0 -> ~0.5.0 age adoption passing confidence
grunt-contrib-cssmin devDependencies minor ~0.10.0 -> ~0.14.0 age adoption passing confidence
grunt-contrib-jade devDependencies minor ~0.12.0 -> ~0.15.0 age adoption passing confidence
grunt-contrib-jshint devDependencies minor ~0.2.0 -> ~0.12.0 age adoption passing confidence
grunt-contrib-jshint devDependencies minor ~0.10.0 -> ~0.12.0 age adoption passing confidence
grunt-contrib-less devDependencies minor ~0.11.3 -> ~0.12.0 age adoption passing confidence
grunt-contrib-qunit devDependencies minor ~0.3.0 -> ~0.7.0 age adoption passing confidence
grunt-contrib-qunit devDependencies minor ~0.5.1 -> ~0.7.0 age adoption passing confidence
grunt-contrib-uglify devDependencies minor 0.2.7 -> 0.11.1 age adoption passing confidence
grunt-contrib-uglify devDependencies minor ~0.5.0 -> ~0.11.0 age adoption passing confidence
grunt-jscs-checker devDependencies minor ~0.6.0 -> ~0.8.0 age adoption passing confidence
grunt-saucelabs devDependencies minor ~8.1.0 -> ~8.6.0 age adoption passing confidence
moul orb minor 1.13.0 -> 1.16.0 age adoption passing confidence
moul.io/godev require minor v1.3.0 -> v1.7.0 age adoption passing confidence
moul.io/srand require minor v1.4.0 -> v1.6.1 age adoption passing confidence
node (source) engines minor ~0.10.1 -> ~0.12.0 age adoption passing confidence
time-grunt devDependencies minor ~0.3.2 -> ~0.4.0 age adoption passing confidence

Release Notes

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

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

gobuffalo/packd (github.com/gobuffalo/packd)

v0.4.0

Compare Source

golang/protobuf (github.com/golang/protobuf)

v1.5.4

Compare Source

Notable changes

  • update descriptor.proto to latest version

v1.5.3

Compare Source

Notable changes

*( #​1363) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal

v1.5.2

Compare Source

Notable changes:

  • (#​1306) all: deprecate the module
  • (#​1300) jsonpb: restore previous behavior for handling nulls and JSONPBUnmarshaler

v1.5.1

Compare Source

Notable changes:

v1.5.0

Compare Source

Overview

This marks the ptypes package as deprecated and upgrades the dependency on google.golang.org/protobuf to a pre-release version of v1.26.0. A subsequent patch release will update the dependency to v1.26.0 proper.

Notable changes

  • (#​1217) ptypes: deprecate the package
  • (#​1214) rely on protodesc.ToFileDescriptorProto

v1.4.3

Compare Source

Notable changes:

  • (#​1221) jsonpb: Fix marshaling of Duration
  • (#​1210) proto: convert integer to rune before converting to string

v1.4.2

Compare Source

Notable changes:

  • (#​1131) all: upgrade to google.golang.org/protobuf@v1.23.0
  • (#​1125) jsonpb: fix a confusing error message
  • (#​1129) proto: make InternalMessageInfo functional

v1.4.1

Compare Source

Notable changes:

  • (#​1114) all: upgrade to google.golang.org/protobuf@v1.22.0
  • (#​1113) protoc-gen-go/grpc: make identical to v1.3.5

v1.4.0

Compare Source

Overview

This release of the github.com/golang/protobuf module introduces a number of significant changes relative to the previous minor release. In particular, this module is now implemented in terms of the new google.golang.org/protobuf module, which is the next major revision of Go bindings for protocol buffers. From this point onwards, most of the development effort for Go protobufs will be dedicated to the new module, with minimal changes being made to this module.

See the release notes for the new module for specific implementation details that may affect this release.

Backwards compatibility

This release maintains backwards compatibility with previous releases of this module. Any observable changes in behavior are to fix bugs, change unspecified behavior, or to make behavior more compliant with the protobuf specification. The compatibility document provides us the freedom to make changes in these areas.

Notable changes

Wire serialization

Wire serialization is now implemented in terms of the new proto package by calling out to the relevant functionality in that package (e.g., proto.Marshal and proto.Unmarshal). There should be no observable changes in behavior other what is mentioned elsewhere in the release notes (e.g., behavior around errors or nil values).

JSON and text serialization

The JSON and text format implementations have been ported to use protobuf reflection under the hood instead of relying on Go reflection. This provides flexibility as they can operate on any concrete message type that properly implements the new proto.Message interface.

The implementations do not use the new protojson or prototext packages in order to maintain a higher degree of backwards compatibility. Our analysis unfortunately showed us that too many tests rely on their output being stable by performing byte-for-byte comparisons. Even though the compatibility promise gives us the freedom to change the output, we have chosen not to do so for pragmatic reasons. The implementations are now functionally frozen (bugs and all) and will not receive future improvements. Users are encouraged to migrate to the protojson or prototext packages instead.

Well-known types

The well-known types declared under ptypes are moved to the google.golang.org/protobuf module. The packages continue to exist, but all declarations forward to ones in the new module.

For a period of time, it is expected that the protoc-gen-go plugin continues to generate code with dependencies on the well-known types in this module. The import paths for the well-known types are determined by the go_package option specified in the .proto files. Since these files are managed by the main protocol buffers project, it will require a new release of the protobuf toolchain before the new import paths take effect. Depending on this module’s packages for well-known types is fine since they simply forward over to the new packages.

While descriptor and plugin are not packages for well-known types, they too have also been moved to the new module.

Types registry

In order for dynamic usages of protobufs to operate correctly, there must be a unified registry between this module and the new google.golang.org/protobuf module. The protoregistry package is the primary registry for all protobuf files that are linked into a Go program. The registration functions (e.g., proto.RegisterType) in this package forward to the global registries in that module, and the lookup functions (e.g., proto.MessageType) in this package source from the global registries in that module.

Nil values

Use of the google.golang.org/protobuf module for the underlying implementation means that semantics for nil values may have changed. See that module’s release notes for details.

Errors

A consequence of using the google.golang.org/protobuf module as the underlying implementation means that the text for some errors may change in trivial ways. This may break brittle tests depending on the error message. See that module’s release notes for details.

Generated code

The protoc-gen-go plugin in this module is now a thin wrapper over the protoc-gen-go plugin in the google.golang.org/protobuf module. As a result, there are many changes to the generated code. See that module’s release notes for details. Users should migrate to use the new protoc-gen-go plugin instead of the old one. Code generated by either plugin should be compatible with either module.

For backward compatibility purposes, the protoc-gen-go plugin in this module continues to support generation of gRPC bindings, while the protoc-gen-go plugin in the new module does not.

Upcoming breakage changes

Per the compatibility agreement for Go protobufs, we promise to make announcements about deliberate or potentially breaking changes 6 months in advance.

None of these changes are effective yet in this release.

Deprecation of Descriptor methods

The Descriptor methods on generated messages are deprecated and may be removed in the future.

The descriptor.Message type is deprecated as fewer and fewer message types in the future will implement the descriptor.Message interface. Existing usages should migrate to the new proto.Message interface.

The descriptor.ForMessage function is also deprecated. Users should migrate the code to use protobuf reflection to access descriptor information.

Removal of generator package

The generator package is an internal implementation detail of protoc-gen-go and existed before the internal package mechanism. It has long been exempt from the compatibility promise. A future release of this module will remove the package. Existing users must migrate to the new compiler/protogen package, which is a stable API for implementing protoc plugins, or fork the existing generator package.

Similarly, the grpc package is also an internal implementation detail of protoc-gen-go and will also be deleted in a future release of this module.

v1.3.5

Compare Source

Notable changes:

  • Set go.mod Go version to go 1.9.

v1.3.4

Compare Source

Notable changes:

  • Updated google/protobuf/*.proto to github.com/protocolbuffers/protobuf v3.11.4.
  • Minor change to protoc-gen-go output to avoid post-gofmt variation between go1.13 and go1.14.

v1.3.3

Compare Source

Notable changes:

  • #​1025 grpc: accept interface in NewClient functions
googollee/go-socket.io (github.com/googollee/go-socket.io)

v1.7.0: Add DB option for Redis adapter

Compare Source

v1.6.3

Compare Source

Minor fix:

  • fix: RLock twice when using broadcast.Rooms(nil)

v1.6.2

Compare Source

Changelog

  • Add password options to redis adapter
  • Hotfix memory leak from session manager in engine.io
  • Refactor messages from response errors

v1.6.1

Compare Source

v1.6.0: Changes API redis adapter with backward compatibility

Compare Source

v1.5.1: Add errors and cast check

Compare Source

v1.5.0: Refactor main code

Compare Source

v1.4.5: Fix: bug into uuid generate

Compare Source

v1.4.4: Multiple improvements, move go-engine.io to go-socket.io repo

Compare Source

Making a release here since it was a long time since we made the latest release. Includes bug fixes and a consolidation from to packages into one.

gorilla/mux (github.com/gorilla/mux)

v1.8.1

Compare Source

What's Changed


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.

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Dec 26, 2019
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 16f6047 to 8e86711 Compare January 2, 2020 15:32
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 9de1928 to b1fdec3 Compare January 12, 2020 16:27
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from dae384b to 7e3b7e9 Compare January 17, 2020 17:41
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 92d8a25 to b5fa034 Compare January 28, 2020 20:42
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 78e0542 to e6d8497 Compare February 1, 2020 20:33
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e92b7ca to 0c7f887 Compare March 15, 2024 05:38
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from db1bbcc to 45ce745 Compare April 2, 2024 11:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6b11576 to 0fe99e8 Compare April 16, 2024 23:38
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4560312 to 223b2da Compare April 30, 2024 23:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d62a6ba to b998351 Compare May 7, 2024 02:33
Copy link
Author

renovate bot commented May 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/go-chi/chi@v4.1.3+incompatible: go.mod has post-v4 module path "github.com/go-chi/chi/v4" at revision v4.1.3

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c5dcfee to 82303c3 Compare May 29, 2024 05:46
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fd9a2df to 4d14345 Compare June 11, 2024 05:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4ac54be to 5c9c9dc Compare June 24, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 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