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 deps #3987

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Update deps #3987

wants to merge 9 commits into from

Conversation

oleiade
Copy link
Member

@oleiade oleiade commented Oct 15, 2024

What?

This PR udpates the rest of the dependencies for v0.55.0.

Importantly, some dependencies were not updated in this round because they require a version of Go that's > 1.21:

  • goquery: not the latest version because 1.23.
  • esbuild: latest versions are only compatible with go1.23 and contain breaking change.
  • otel and its subpackages: require go version 1.22.

Furthermore, the protoreflect package has been updated to its latest version. However, as part of the update, some of its packages have been marked as deprecated: github.com/jhump/protoreflect/desc, github.com/jhump/protoreflect/desc/protoparse, and github.com/jhump/protoreflect/dynamic. I'll be creating a dedicated issue to ensure we update our imports accordingly.

Why?

As per our release process.

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

#3979 The most recent release, v1.10.0 is only compatible with the go 1.23
version. At this moment, k6 uses go 1.21, and is therefore not
compatible with it yet.

The most recent release, v1.10.0 is only compatible with the go 1.23
version. At this moment, k6 uses go 1.21, and is therefore not
compatible with it yet.
Note that three sub-packages are now considered deprecated and will need
some import replacements: github.com/jhump/protoreflect/desc,
github.com/jhump/protoreflect/desc/protoparse, and
github.com/jhump/protoreflect/dynamic
@oleiade oleiade added the dependencies Pull requests that update a dependency file label Oct 15, 2024
@oleiade oleiade self-assigned this Oct 15, 2024
@oleiade oleiade requested a review from a team as a code owner October 15, 2024 10:52
@oleiade oleiade requested review from olegbespalov and joanlopez and removed request for a team October 15, 2024 10:52
@oleiade oleiade changed the title Update goquery dependency to v1.9.3 Update deps Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant