chore(go-deps:backend)(deps): bump the go-dependencies group with 5 updates - #1195
Merged
WCY-dt merged 1 commit intoSep 14, 2026
Merged
Conversation
…pdates Bumps the go-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/andybalholm/cascadia](https://github.com/andybalholm/cascadia) | `1.3.4` | `1.3.5` | | [github.com/wailsapp/wails/v3](https://github.com/wailsapp/wails) | `3.0.0-beta.16` | `3.0.0-beta.20` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.56.0` | `0.57.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.58.0` | `0.59.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.41.0` | `0.42.0` | Updates `github.com/andybalholm/cascadia` from 1.3.4 to 1.3.5 - [Release notes](https://github.com/andybalholm/cascadia/releases) - [Commits](andybalholm/cascadia@v1.3.4...v1.3.5) Updates `github.com/wailsapp/wails/v3` from 3.0.0-beta.16 to 3.0.0-beta.20 - [Release notes](https://github.com/wailsapp/wails/releases) - [Commits](wailsapp/wails@v3.0.0-beta.16...v3.0.0-beta.20) Updates `golang.org/x/crypto` from 0.56.0 to 0.57.0 - [Commits](golang/crypto@v0.56.0...v0.57.0) Updates `golang.org/x/net` from 0.58.0 to 0.59.0 - [Commits](golang/net@v0.58.0...v0.59.0) Updates `golang.org/x/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: github.com/andybalholm/cascadia dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/wailsapp/wails/v3 dependency-version: 3.0.0-beta.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/text dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 5 updates:
1.3.41.3.53.0.0-beta.163.0.0-beta.200.56.00.57.00.58.00.59.00.41.00.42.0Updates
github.com/andybalholm/cascadiafrom 1.3.4 to 1.3.5Commits
caa0b27Limit nesting to avoid stack overflow.Updates
github.com/wailsapp/wails/v3from 3.0.0-beta.16 to 3.0.0-beta.20Release notes
Sourced from github.com/wailsapp/wails/v3's releases.
... (truncated)
Commits
0cb4024chore(v3): bump to v3.0.0-beta.20 and update changelog3465799chore: update sponsors.svg and contributors.svg [skip ci]aaa98e6fix(v3): cancel aborted Windows asset requests (#6100)7cfcdbcchore(changelog): auto-add entry for PR #6094 — fix(release): preserve change...682be28fix(release): preserve changelog entries across competing pushes (#6094)5cff15afix(v3/webview2): remove the native WebView2 loader and its embeds (#6031)39503d6chore(changelog): auto-add entry for PR #6097 — docs: remove discarded propos...24543eedocs: remove discarded proposals from macOS API guide (#6097)9379333chore(changelog): auto-add entry for PR #6082 — docs(website): Update officia...da51b80docs(website): Update official Clave link from squatted domain (#6082)Updates
golang.org/x/cryptofrom 0.56.0 to 0.57.0Commits
3f62bf1go.mod: update golang.org/x dependenciesUpdates
golang.org/x/netfrom 0.58.0 to 0.59.0Commits
540d04cgo.mod: update golang.org/x dependencies20eef7fquic: clear fast-path receive buffer on stream resetc23af1binternal/http3: fix compilation error due to missed symbol name updateeda109finternal/http3: send appropriate error codes in STOP_SENDING frames12e0501internal/http3: server header size limitsd89285equic: add Stream.StopSending, and rework stream/application errorsd34deaequic: ensure Endpoint.Close waits for connection loops to exit55577aahttp2: use IDNA Lookup profile, not raw Punycode translationb22627einternal/http3: handle a nil TLSConfig in newQUICConfig6e98b0dinternal/http3: report endpoint creation errors from initEndpointUpdates
golang.org/x/textfrom 0.41.0 to 0.42.0Commits
fafe4a0go.mod: update golang.org/x dependenciesf53c316unicode/norm: don't truncate runes in the recomposition map key37867f6unicode/norm: let any starter block composition in compose0dd525funicode/norm: compose non-Hangul runes after a Hangul syllablebac26e5unicode/norm: avoid improper ErrShortDst return in Form.transform4f55186unicode/norm: simplify short source detection in Form.transforma1b6c10unicode/norm: prevent decomposeSegment from moving backwardscd1cbc9unicode/bidi: panic rather than log.Panicfa459614internal/export/idna: fix conformance with optional validation disabledbe70a61internal/export/idna: drop trie field from ProfilesDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions