Skip to content

chore(deps): bump github.com/xmidt-org/arrange from 0.4.0 to 0.5.4#1104

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4
Open

chore(deps): bump github.com/xmidt-org/arrange from 0.4.0 to 0.5.4#1104
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Bumps github.com/xmidt-org/arrange from 0.4.0 to 0.5.4.

Release notes

Sourced from github.com/xmidt-org/arrange's releases.

v0.5.4

Changelog

v0.5.3

Changelog

Other Work

  • ca777d5b8d595c0483d61570420db4cdadd971b1: Chore:Normalize workflows. (@​schmidtw)
  • 63fcfae92183cd0765341e5da0600b7d613e4c2a: Normalize CI/CD workflow naming (@​schmidtw)

v0.5.2

Changelog

Bug Fixes

  • e2ed1463623b2db1c072a923bb48b4dac7c207f7: fix: check for nil Body before closing in clientOption_test (@​schmidtw)
  • d8c558d51b719dfab3ca10c31a880f44c7c5b864: fix: migrate workflows to shared-go and pin to commit SHA (@​schmidtw)
  • 5faaa736c15526dfc0f8b00003c8119fd44bc409: fix: resolve bodyclose and Yoda condition lint errors, disable ST1005 (@​schmidtw)
  • 5fe8e6a1ebe1400c03db88e4037a5e3f072eb185: fix: upgrade .golangci.yml to v2 format and enable all required linters (@​schmidtw)

Other Work

  • 5ad59cbb87b0a27683f8a6f8e3311d1e55b22e65: Add AUTHORS file (@​schmidtw)
  • 8e814653228e592c038cc9c8312f03af9d358f8c: Add AUTHORS to REUSE dep5 configuration (@​schmidtw)
  • dee49aecd6686a4112d7113f21c9f735bde28036: Add SPDX headers to AUTHORS file (@​schmidtw)
  • acc17d5d7c2e525a1bffbb8f3ad5cb69698e0b04: Add auto-releaser workflow (@​schmidtw)
  • bc02925ccd58146558b1fa493bc8d89812905b1f: Add missing permissions blocks to CI workflows (@​schmidtw)
  • 944377626e24dc91e436fb968da1c65071a55f0f: Add permissions block to auto-releaser workflow (@​schmidtw)
  • 4a4c8458504954651424feb07b97edd06e4c6ca8: Fix workflow permissions for auto-releaser and proj-xmidt-team (@​schmidtw)
  • 291515c4ddc46c78cb45d1530c32aa76ab86ad3f: Migrate from .reuse/dep5 to REUSE.toml (@​schmidtw)
  • a6c321cf7bf4936fe888021c1ea281e19d7074aa: Use empty permissions block for auto-releaser (@​schmidtw)
  • b5a3b4c8e08a3d3d487000d2f1f4b26594268794: updated tests to pass (@​maurafortino)

v0.5.1

Changelog

Dependency Updates

  • 7b22e4e78b7ddf835f82275b3a0757d95e0f602f: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#141) (@​dependabot[bot])
  • 518bcde93f01ac69dcc70991e7c99bbe05ca5316: feat(deps): bump go.uber.org/fx from 1.20.0 to 1.20.1 (#133) (@​dependabot[bot])
  • 25d87904a31fb2dd953fd046ebb5b10d1664ddc6: feat(deps): bump go.uber.org/fx from 1.20.1 to 1.21.0 (#142) (@​dependabot[bot])
  • d208194d66cf95e51b2da67edcc679f8f4574eca: feat(deps): bump go.uber.org/fx from 1.21.0 to 1.21.1 (#145) (@​dependabot[bot])
  • f02b8651b631d74a6be0a2918be6d01ed5533f45: feat(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 (#132) (@​dependabot[bot])
  • d5000a41a08bffcdb01b94ad758def92009e8325: feat(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 (#140) (@​dependabot[bot])

Other Work

  • 98827aa9508319f20194434e6889d7564fd241bc: --- (#146) (@​dependabot[bot])
  • a8e94d51875f9c12efa10469190f283d451fa015: Update README.md (@​schmidtw)
  • 6d945582ee68cbde109d5cb878f91be0b99524b5: Update README.md (@​schmidtw)
  • 0b45861e985b9069974e87248e71a0b111b1f169: Update dependabot to manage all dependencies. (@​schmidtw)
  • c3273fbf67edab0627e033b860f2be3f2a1fa455: corrected the MinVersion and MaxVersion comments (@​johnabass)
  • 707924f002fcd15afc50e627fff4b52c062493d2: fixed project name (@​johnabass)
  • e698653000a9a1bfb3eca6a89a9996bd4e480dff: removed gorilla/mux and instead only support *http.ServeMux (@​johnabass)

v0.5.0

Changelog

Other Work

  • 3cc95cf342edb681bd5726ca14440e2fa814ce61: Bump github.com/spf13/viper from 1.12.0 to 1.15.0 (#87) (@​dependabot[bot])

... (truncated)

Commits
  • ddad8b5 chore(deps): bump github.com/xmidt-org/httpaux from 0.4.2 to 0.4.3 (#215)
  • 9fd8a41 Merge pull request #214 from xmidt-org/normalize-ci-workflows
  • ca777d5 Chore:Normalize workflows.
  • 83765a4 Merge pull request #213 from xmidt-org/normalize-ci-workflows
  • 63fcfae Normalize CI/CD workflow naming
  • c39d99e Merge pull request #211 from xmidt-org/fix/workflow-permissions
  • 4a4c845 Fix workflow permissions for auto-releaser and proj-xmidt-team
  • ea39ea3 Merge pull request #206 from xmidt-org/fix/lint-errors
  • e2ed146 fix: check for nil Body before closing in clientOption_test
  • ecf0019 chore: suppress G123 gosec warning pending security review
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 14, 2026
@schmidtw schmidtw enabled auto-merge (squash) April 14, 2026 15:23
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4 branch from a6bd4c2 to c84dc9d Compare April 14, 2026 15:26
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4 branch from c84dc9d to 9cb5ade Compare April 14, 2026 15:29
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4 branch from 9cb5ade to f92f30d Compare April 14, 2026 15:33
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4 branch from f92f30d to 5a8a36a Compare April 15, 2026 15:27
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4 branch from 5a8a36a to 15ff169 Compare April 17, 2026 15:27
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4 branch from 15ff169 to 4d72da5 Compare April 17, 2026 15:30
Bumps [github.com/xmidt-org/arrange](https://github.com/xmidt-org/arrange) from 0.4.0 to 0.5.4.
- [Release notes](https://github.com/xmidt-org/arrange/releases)
- [Commits](xmidt-org/arrange@v0.4.0...v0.5.4)

---
updated-dependencies:
- dependency-name: github.com/xmidt-org/arrange
  dependency-version: 0.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/xmidt-org/arrange-0.5.4 branch from 4d72da5 to b9e252a Compare April 17, 2026 15:33
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants