Bump golang.org/x/text from 0.33.0 to 0.34.0#1015
Bump golang.org/x/text from 0.33.0 to 0.34.0#1015dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
WalkthroughUpdated 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
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
🧩 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 packedforminfo.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.
Bumps golang.org/x/text from 0.33.0 to 0.34.0.
Commits
817fba9go.mod: update golang.org/x dependencies3264de9all: clean up old Go hacks74af298all: fix tags in remaining Unicode tables117e03ball: delete old Unicode tables9463ea4all: update to Unicode 177278b25internal/export/idna: update for post-Unicode 10 idna changesf964ad8internal/export/idna: delete old code678d34eunicode/norm: preserve QC Maybe bit in packed forminfoDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)