Skip to content

fix(deps): update all#58

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all
Open

fix(deps): update all#58
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 8, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/moov-io/ach v1.56.3v1.59.0 age confidence
github.com/ncruces/go-sqlite3 v0.30.5v0.34.0 age confidence
golang.org/x/sync v0.19.0v0.20.0 age confidence

Release Notes

moov-io/ach (github.com/moov-io/ach)

v1.59.0

Compare Source

IMPROVEMENTS

What's Changed

New Contributors

Full Changelog: moov-io/ach@v1.58.0...v1.59.0

v1.58.0

Compare Source

Changelog

  • 2373816 feat: add validate opt to skip Company fields in BatchHeader (#​1769)

v1.57.2

Compare Source

Changelog

  • b194663 build: restore :latest manifest

Full Changelog: moov-io/ach@v1.57.1...v1.57.2

v1.57.1

Compare Source

Changelog

What's Changed

New Contributors

Full Changelog: moov-io/ach@v1.57.0...v1.57.1

v1.57.0

Compare Source

Changelog

  • fcf7695 fix: correctly set CIE/MTE IndividualName and IdentificationNumber (#​1768)

What's Changed

Full Changelog: moov-io/ach@v1.56.4...v1.57.0

v1.56.4

Compare Source

Changelog

What's Changed

New Contributors

Full Changelog: moov-io/ach@v1.56.3...v1.56.4

ncruces/go-sqlite3 (github.com/ncruces/go-sqlite3)

v0.34.0

Compare Source

What's Changed

Updates:

Native (C) SQLite extensions are now compiled differently:

  • to use Spellfix1, you need to import github.com/ncruces/go-sqlite3/ext/spellfix1
  • you can also try the recent Vec1 vector extension at github.com/ncruces/go-sqlite3/ext/vec1

Full Changelog: ncruces/go-sqlite3@v0.33.3...v0.34.0

Artifact attestations

v0.33.3

Compare Source

[!IMPORTANT]

This is one of the first versions of this package to use wasm2go.

wasm2go is a recent project, so you may prefer to stick to previous versions, if you value stability.

Your feedback on this change is very appreciated.
Please read and comment on the discussion.

What's Changed

Updates:

  • SQLite 3.53.0

Full Changelog: ncruces/go-sqlite3@v0.33.2...v0.33.3

Artifact attestations

v0.33.2

Compare Source

[!IMPORTANT]

This is one of the first versions of this package to use wasm2go.

wasm2go is a recent project, so you may prefer to stick to previous versions, if you value stability.

wasm2go had a bug affecting the following GOARCHs: alpha, arm, mipsle, mips64le, riscv, riscv64, sh.
If you have users using these CPUs, please upgrade SQLite to v0.33.2.

Your feedback on this change is very appreciated.
Please read and comment on the discussion.

This is a breaking change, but in most cases, upgrading is as simple as removing this import from your code:

import _ "github.com/ncruces/go-sqlite3/embed"

If you were configuring how much memory you gave your SQLite connections, you need to:

// Stop doing this:
sqlite3.RuntimeConfig = wazero.NewRuntimeConfig().WithMemoryLimitPages(512) // 32 MB

// And use this context to open your connections:
sqliteCtx := sqlite3.WithMaxMemory(parentCtx, 32*1024*1024) // 32 MB

Full Changelog: ncruces/go-sqlite3@v0.32.0...v0.33.2

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.0

Compare Source

[!TIP]

This is likely the last version of this package to depend on wazero.
Please read and comment on the discussion.

[!NOTE]
SQLite 3.52.0 has been withdrawn.

What's Changed

Updates:

  • SQLite 3.51.3

Full Changelog: ncruces/go-sqlite3@v0.31.1...v0.32.0

Artifact attestations

v0.31.1

Compare Source

[!CAUTION]
SQLite 3.52.0 has been withdrawn.

What's Changed

Updates:

Full Changelog: ncruces/go-sqlite3@v0.31.0...v0.31.1

Artifact attestations

v0.31.0

Compare Source

[!CAUTION]
SQLite 3.52.0 has been withdrawn.

What's Changed

Updates:

Full Changelog: ncruces/go-sqlite3@v0.30.5...v0.31.0

Artifact attestations


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from adamdecaf as a code owner March 8, 2026 12:41
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 8, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.4 -> 1.25.0
golang.org/x/crypto v0.48.0 -> v0.50.0
golang.org/x/net v0.50.0 -> v0.53.0
golang.org/x/sys v0.41.0 -> v0.43.0
golang.org/x/text v0.34.0 -> v0.36.0

@renovate renovate Bot changed the title fix(deps): update module golang.org/x/sync to v0.20.0 fix(deps): update all Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 520383b to e95ef2f Compare March 13, 2026 20:09
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 8ea55b3 to b3e9dc8 Compare March 24, 2026 21:52
@renovate renovate Bot changed the title fix(deps): update all fix(deps): update module github.com/ncruces/go-sqlite3 to v0.33.0 Mar 24, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/ncruces/go-sqlite3 to v0.33.0 fix(deps): update all Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from 471ab06 to 9a58382 Compare April 4, 2026 02:17
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 3997a2b to 1231bbd Compare April 10, 2026 01:27
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.

0 participants