Skip to content

Bump golang.org/x/text from 0.33.0 to 0.34.0#1015

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang.org/x/text-0.34.0
Open

Bump golang.org/x/text from 0.33.0 to 0.34.0#1015
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang.org/x/text-0.34.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps golang.org/x/text from 0.33.0 to 0.34.0.

Commits
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 16, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 16, 2026

Walkthrough

Updated the golang.org/x/text dependency from v0.33.0 to v0.34.0 in the go.mod file. This is a version bump with no functional or control-flow changes.

Changes

Cohort / File(s) Summary
Dependency Update
go.mod
Updated golang.org/x/text from v0.33.0 to v0.34.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: bumping golang.org/x/text dependency from version 0.33.0 to 0.34.0.
Description check ✅ Passed The description is directly related to the changeset, providing commit history and details about the golang.org/x/text version bump with compatibility information.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/go_modules/golang.org/x/text-0.34.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci bot requested a review from rcampos2029 February 16, 2026 08:56
@openshift-ci
Copy link

openshift-ci bot commented Feb 16, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign rcampos2029 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 16, 2026
@openshift-ci
Copy link

openshift-ci bot commented Feb 16, 2026

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift-online member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@go.mod`:
- Line 29: The dependency upgrade to golang.org/x/text v0.34.0 requires running
compatibility tests for Unicode 17/IDNA changes; run the relevant test suites
(e.g., packages under golang.org/x/text such as unicode/norm, cases, transform
and any IDNA-related tests) with go test (e.g., go test ./... or targeted
package tests), review and fix any failing assertions in normalization, case
mapping, or IDNA handling code (look for usage sites calling unicode/norm,
cases, or idna conversion logic), and if behavior changes are intentional,
update/annotate tests or add compatibility shims to restore expected behavior.

go.uber.org/mock v0.6.0
golang.org/x/term v0.39.0
golang.org/x/text v0.33.0
golang.org/x/text v0.34.0
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🌐 Web query:

golang.org/x/text v0.34.0 release notes changelog

💡 Result:

golang.org/x/text v0.34.0 is tagged at commit 817fba9abd33 (authored Feb 8, 2026, committed Feb 9, 2026) and the tag commit message is “go.mod: update golang.org/x dependencies”. [1]

Changes since v0.33.0 (from the Gitiles tag log)

Commits between v0.33.0 and v0.34.0 include: [2]

  • unicode/norm: preserve the QC Maybe bit in packed forminfo.
  • internal/export/idna: delete old code; update for post–Unicode 10 IDNA changes.
  • Repository-wide Unicode table refresh:
    • update to Unicode 17
    • delete old Unicode tables
    • fix tags in remaining Unicode tables
  • Cleanup: “clean up old Go hacks”.
  • go.mod / go.sum: bump golang.org/x dependencies to their latest tagged versions (this is the tag commit itself).

Sources: tag details [1], tag log (commit list) [2].


Run compatibility tests for Unicode 17 and IDNA updates.

The upgrade to v0.34.0 includes a major Unicode table refresh to Unicode 17, updates to IDNA for post-Unicode 10 changes, and modifications to Unicode normalization (QC Maybe bit preservation in forminfo). Run the relevant text processing test suite to confirm no behavior regressions for normalization, case mapping, or internationalized domain name handling.

🤖 Prompt for AI Agents
In `@go.mod` at line 29, The dependency upgrade to golang.org/x/text v0.34.0
requires running compatibility tests for Unicode 17/IDNA changes; run the
relevant test suites (e.g., packages under golang.org/x/text such as
unicode/norm, cases, transform and any IDNA-related tests) with go test (e.g.,
go test ./... or targeted package tests), review and fix any failing assertions
in normalization, case mapping, or IDNA handling code (look for usage sites
calling unicode/norm, cases, or idna conversion logic), and if behavior changes
are intentional, update/annotate tests or add compatibility shims to restore
expected behavior.

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 go Pull requests that update go code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants