Skip to content

chore: update dependencies#59

Merged
rm-hull merged 4 commits intomainfrom
chore/update-deps
Mar 22, 2026
Merged

chore: update dependencies#59
rm-hull merged 4 commits intomainfrom
chore/update-deps

Conversation

@rm-hull
Copy link
Copy Markdown
Owner

@rm-hull rm-hull commented Mar 22, 2026

Update various project dependencies to their latest versions to ensure
compatibility, security, and performance improvements.

rm-hull added 4 commits March 3, 2026 22:20
…e/update-deps

* 'main' of github.com:rm-hull/postcode-polygons:
  Update dependencies (#51)
Update various project dependencies to their latest versions to ensure
compatibility, security, and performance improvements.
…ons into chore/update-deps

* 'chore/update-deps' of github.com:rm-hull/postcode-polygons:
  Update dependencies
@github-actions
Copy link
Copy Markdown

TestsPassed ✅SkippedFailed
JUnit Test Report36 ran36 passed0 skipped0 failed
TestResult
JUnit Test Report
postcode-polygons/internal.TestDecompressFeatureCollection_Success✅ passed
postcode-polygons/internal.TestDecompressFeatureCollection_FileNotFound✅ passed
postcode-polygons/internal.TestDecompressFeatureCollection_InvalidBZ2✅ passed
postcode-polygons/internal.TestCompressFeatureCollection_Success✅ passed
postcode-polygons/internal.TestCompressFeatureCollection_ErrorOnCreate✅ passed
postcode-polygons/internal.TestCompressFeatureCollection_And_DecompressFeatureCollection_RoundTrip✅ passed
postcode-polygons/routes.TestCodePointSearch_BadBBox✅ passed
postcode-polygons/routes.TestCodePointSearch_TooBig✅ passed
postcode-polygons/routes.TestCodePointSearch_InternalError✅ passed
postcode-polygons/routes.TestCodePointSearch_Success✅ passed
postcode-polygons/routes.TestPolygonSearch_BadBBox✅ passed
postcode-polygons/routes.TestPolygonSearch_InternalError✅ passed
postcode-polygons/routes.TestPolygonSearch_Success✅ passed
postcode-polygons/routes.TestPolygonSearch_PolygonNotFound✅ passed
postcode-polygons/routes.TestPolygonSearch_PolygonRepoError✅ passed
postcode-polygons/routes.TestParseBBox/valid✅ passed
postcode-polygons/routes.TestParseBBox/too_few_parts✅ passed
postcode-polygons/routes.TestParseBBox/not_numbers✅ passed
postcode-polygons/routes.TestParseBBox/min_greater_than_max✅ passed
postcode-polygons/routes.TestParseBBox✅ passed
postcode-polygons/routes.TestIsTooBig/not_too_big✅ passed
postcode-polygons/routes.TestIsTooBig/too_wide✅ passed
postcode-polygons/routes.TestIsTooBig/too_high✅ passed
postcode-polygons/routes.TestIsTooBig✅ passed
postcode-polygons/spatial-index.TestNewCodePointSpatialIndex_Success✅ passed
postcode-polygons/spatial-index.TestNewCodePointSpatialIndex_BadZip✅ passed
postcode-polygons/spatial-index.TestSearch✅ passed
postcode-polygons/spatial-index.TestSearchIter_InvalidBounds✅ passed
postcode-polygons/spatial-index.TestLen✅ passed
postcode-polygons/spatial-index.Test_fromCodePointCSV✅ passed
postcode-polygons/spatial-index.TestParseCSV_WithHeader_Success✅ passed
postcode-polygons/spatial-index.TestParseCSV_WithoutHeader_Success✅ passed
postcode-polygons/spatial-index.TestParseCSV_ParseError✅ passed
postcode-polygons/spatial-index.TestParseCSV_MalformedLine✅ passed
postcode-polygons/spatial-index.TestParseCSV_HeaderReadError✅ passed
postcode-polygons/spatial-index.TestParseCSV_YieldStopsEarly✅ passed

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the project's dependencies to their latest versions, enhancing compatibility, security, and performance by upgrading both direct and indirect dependencies in the go.mod and go.sum files.

Highlights

  • Dependency Updates: This pull request updates multiple Go dependencies in the go.mod and go.sum files to their latest versions.
  • Security and Performance: The updates aim to improve compatibility, security, and performance of the project.
  • Indirect Dependencies: Several indirect dependencies were updated, including github.com/bytedance/gopkg, github.com/goccy/go-json, github.com/klauspost/compress, github.com/montanaflynn/stats, github.com/oapi-codegen/runtime, go.yaml.in/yaml/v2, golang.org/x/arch, golang.org/x/crypto, golang.org/x/net, and golang.org/x/sync.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 23413185106

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 45.624%

Totals Coverage Status
Change from base Build 23361051368: 0.0%
Covered Lines: 245
Relevant Lines: 537

💛 - Coveralls

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates several indirect Go module dependencies. The changes consist of patch and minor version bumps, which is a good practice for keeping the project up-to-date with bug fixes, security patches, and performance improvements. Given the nature of these changes, the primary validation will come from the automated test suite in CI to ensure no regressions or breaking changes have been introduced. The changes in go.mod and go.sum appear to be correctly generated.

@rm-hull rm-hull merged commit cdbc45b into main Mar 22, 2026
4 checks passed
@rm-hull rm-hull deleted the chore/update-deps branch March 22, 2026 21:59
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.

2 participants