Skip to content

build(deps): bump golang.org/x/text from 0.41.0 to 0.42.0 - #111

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/text-0.42.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/text-0.42.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/text from 0.41.0 to 0.42.0.

Commits
  • fafe4a0 go.mod: update golang.org/x dependencies
  • f53c316 unicode/norm: don't truncate runes in the recomposition map key
  • 37867f6 unicode/norm: let any starter block composition in compose
  • 0dd525f unicode/norm: compose non-Hangul runes after a Hangul syllable
  • bac26e5 unicode/norm: avoid improper ErrShortDst return in Form.transform
  • 4f55186 unicode/norm: simplify short source detection in Form.transform
  • a1b6c10 unicode/norm: prevent decomposeSegment from moving backwards
  • cd1cbc9 unicode/bidi: panic rather than log.Panicf
  • a459614 internal/export/idna: fix conformance with optional validation disabled
  • be70a61 internal/export/idna: drop trie field from Profiles
  • Additional commits viewable 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.41.0 to 0.42.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.42.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 Sep 19, 2026
@dependabot
dependabot Bot requested a review from donislawdev as a code owner September 19, 2026 23:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 19, 2026
donislawdev added a commit that referenced this pull request Sep 22, 2026
x/image 0.46.0 changes no Go file at all - its own go.mod asks for
x/text 0.42.0 and x/sys 0.48.0, which is why this pull request carries
#111 whole. x/text's change is in unicode/norm, which this project uses
only to compare two names and never to write one, so no generated byte
moves. Every byte stability guard was green on three systems in the
bot's own CI run. The only red was the notices file, which names
versions by hand, and it now says 0.42.0, 0.46.0 and 0.48.0.

Measured on the two copies in the module cache rather than read from
release notes: x/sys adds one Windows constant, x/image/webp still holds
a decoder and no encoder, so the claim in webp.go stands at 0.46.0.

The comment in dependabot.yml said every bump is checked locally with
the full suite before it is accepted. The owner's decision of 2026-09-22
has the full suite run in CI on the pull request instead, on three
systems, and the sentence now says what is still read by hand.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@donislawdev

Copy link
Copy Markdown
Owner

Closing as contained in #112: golang.org/x/image 0.46.0 requires golang.org/x/text 0.42.0 in its own go.mod, so #112 carries this bump whole, together with the third-party notices that name the new versions. Verdict on byte stability and what changed in each module is in the commit on #112.

@dependabot @github

dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/golang.org/x/text-0.42.0 branch September 22, 2026 06:48
donislawdev added a commit that referenced this pull request Sep 22, 2026
* build(deps): bump golang.org/x/image from 0.45.0 to 0.46.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.45.0 to 0.46.0.
- [Commits](golang/image@v0.45.0...v0.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build: the notices name the versions this bump actually links

x/image 0.46.0 changes no Go file at all - its own go.mod asks for
x/text 0.42.0 and x/sys 0.48.0, which is why this pull request carries
#111 whole. x/text's change is in unicode/norm, which this project uses
only to compare two names and never to write one, so no generated byte
moves. Every byte stability guard was green on three systems in the
bot's own CI run. The only red was the notices file, which names
versions by hand, and it now says 0.42.0, 0.46.0 and 0.48.0.

Measured on the two copies in the module cache rather than read from
release notes: x/sys adds one Windows constant, x/image/webp still holds
a decoder and no encoder, so the claim in webp.go stands at 0.46.0.

The comment in dependabot.yml said every bump is checked locally with
the full suite before it is accepted. The owner's decision of 2026-09-22
has the full suite run in CI on the pull request instead, on three
systems, and the sentence now says what is still read by hand.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DonislawDev <contact@donislawdev.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant