fix(deps): update all dependencies #12

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
github.com/adhocore/gronx require patch v1.19.5 -> v1.19.6
github.com/golang-migrate/migrate/v4 require patch v4.18.2 -> v4.18.3
github.com/jackc/pgx/v5 require patch v5.7.2 -> v5.7.5
gitlab.com/greyxor/slogor require patch v1.6.1 -> v1.6.2
golang.org/x/sync require minor v0.12.0 -> v0.14.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

adhocore/gronx (github.com/adhocore/gronx)

v1.19.6: Version v1.19.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/adhocore/gronx/compare/v1.19.5...v1.19.6

golang-migrate/migrate (github.com/golang-migrate/migrate/v4)

v4.18.3

Compare Source

Changelog

  • a4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
  • f37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0
  • 5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0
  • e6d84f6 Drop support for Go 1.22 and add support for Go 1.24
  • fccd197 Mention CLI install instructions in main README
  • 34c2b4a Remove redundant build tags
  • a868033 Update FAQ.md - typo
  • 7269490 Update golangci-lint version used in GitHub Actions
  • c5137c4 Update migrate -help output for the readme file
  • 033835a Update to dktest v0.4.5
  • 8b09191 fix: typo limited not limitted
  • 60d73be refactor: replace github.com/pkg/errors with stdlib
  • 36d17ba tests: fix various tests (#​1209)
jackc/pgx (github.com/jackc/pgx/v5)

v5.7.5

Compare Source

v5.7.4

Compare Source

v5.7.3

Compare Source

greyxor/slogor (gitlab.com/greyxor/slogor)

v1.6.2

Compare Source


Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/adhocore/gronx](https://github.com/adhocore/gronx) | require | patch | `v1.19.5` -> `v1.19.6` | | [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | require | patch | `v4.18.2` -> `v4.18.3` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | require | patch | `v5.7.2` -> `v5.7.5` | | [gitlab.com/greyxor/slogor](https://gitlab.com/greyxor/slogor) | require | patch | `v1.6.1` -> `v1.6.2` | | golang.org/x/sync | require | minor | `v0.12.0` -> `v0.14.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>adhocore/gronx (github.com/adhocore/gronx)</summary> ### [`v1.19.6`](https://github.com/adhocore/gronx/releases/tag/v1.19.6): Version v1.19.6 [Compare Source](https://github.com/adhocore/gronx/compare/v1.19.5...v1.19.6) #### What's Changed - IsValid check syntax before evaluating expression by [@&#8203;n0nick](https://github.com/n0nick) in https://github.com/adhocore/gronx/pull/60 #### New Contributors - [@&#8203;n0nick](https://github.com/n0nick) made their first contribution in https://github.com/adhocore/gronx/pull/60 **Full Changelog**: https://github.com/adhocore/gronx/compare/v1.19.5...v1.19.6 </details> <details> <summary>golang-migrate/migrate (github.com/golang-migrate/migrate/v4)</summary> ### [`v4.18.3`](https://github.com/golang-migrate/migrate/releases/tag/v4.18.3) [Compare Source](https://github.com/golang-migrate/migrate/compare/v4.18.2...v4.18.3) #### Changelog - [`a4d0a1b`](https://github.com/golang-migrate/migrate/commit/a4d0a1b) Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 - [`f37ef79`](https://github.com/golang-migrate/migrate/commit/f37ef79) Bump golang.org/x/crypto from 0.31.0 to 0.35.0 - [`5b97c92`](https://github.com/golang-migrate/migrate/commit/5b97c92) Bump golang.org/x/net from 0.33.0 to 0.38.0 - [`e6d84f6`](https://github.com/golang-migrate/migrate/commit/e6d84f6) Drop support for Go 1.22 and add support for Go 1.24 - [`fccd197`](https://github.com/golang-migrate/migrate/commit/fccd197) Mention CLI install instructions in main README - [`34c2b4a`](https://github.com/golang-migrate/migrate/commit/34c2b4a) Remove redundant build tags - [`a868033`](https://github.com/golang-migrate/migrate/commit/a868033) Update FAQ.md - typo - [`7269490`](https://github.com/golang-migrate/migrate/commit/7269490) Update golangci-lint version used in GitHub Actions - [`c5137c4`](https://github.com/golang-migrate/migrate/commit/c5137c4) Update migrate -help output for the readme file - [`033835a`](https://github.com/golang-migrate/migrate/commit/033835a) Update to dktest v0.4.5 - [`8b09191`](https://github.com/golang-migrate/migrate/commit/8b09191) fix: typo limited not limitted - [`60d73be`](https://github.com/golang-migrate/migrate/commit/60d73be) refactor: replace github.com/pkg/errors with stdlib - [`36d17ba`](https://github.com/golang-migrate/migrate/commit/36d17ba) tests: fix various tests ([#&#8203;1209](https://github.com/golang-migrate/migrate/issues/1209)) </details> <details> <summary>jackc/pgx (github.com/jackc/pgx/v5)</summary> ### [`v5.7.5`](https://github.com/jackc/pgx/compare/v5.7.4...v5.7.5) [Compare Source](https://github.com/jackc/pgx/compare/v5.7.4...v5.7.5) ### [`v5.7.4`](https://github.com/jackc/pgx/compare/v5.7.3...v5.7.4) [Compare Source](https://github.com/jackc/pgx/compare/v5.7.3...v5.7.4) ### [`v5.7.3`](https://github.com/jackc/pgx/compare/v5.7.2...v5.7.3) [Compare Source](https://github.com/jackc/pgx/compare/v5.7.2...v5.7.3) </details> <details> <summary>greyxor/slogor (gitlab.com/greyxor/slogor)</summary> ### [`v1.6.2`](https://gitlab.com/greyxor/slogor/compare/v1.6.1...v1.6.2) [Compare Source](https://gitlab.com/greyxor/slogor/compare/v1.6.1...v1.6.2) </details> --- ### Configuration 📅 **Schedule**: 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-26 00:13:20 +01:00
kjuulh force-pushed renovate/all from 8a526c50ca to 1c2e418072 2025-04-06 02:40:12 +02:00 Compare
kjuulh changed title from fix(deps): update module github.com/jackc/pgx/v5 to v5.7.4 to fix(deps): update all dependencies 2025-04-06 02:40:12 +02:00
kjuulh force-pushed renovate/all from 1c2e418072 to 635220697c 2025-04-13 02:40:46 +02:00 Compare
Author
Owner

ℹ 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):

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

Details:

Package Change
go 1.23.5 -> 1.24
golang.org/x/crypto v0.31.0 -> v0.37.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0
### ℹ 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): - 3 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :-------------------- | :--------------------- | | `go` | `1.23.5` -> `1.24` | | `golang.org/x/crypto` | `v0.31.0` -> `v0.37.0` | | `golang.org/x/sys` | `v0.29.0` -> `v0.32.0` | | `golang.org/x/text` | `v0.21.0` -> `v0.24.0` |
kjuulh force-pushed renovate/all from 635220697c to d34796ee93 2025-04-25 02:41:14 +02:00 Compare
kjuulh force-pushed renovate/all from d34796ee93 to 9f3c0491ae 2025-05-01 02:40:05 +02:00 Compare
kjuulh force-pushed renovate/all from 9f3c0491ae to d2b948cce4 2025-05-06 02:38:44 +02:00 Compare
kjuulh force-pushed renovate/all from d2b948cce4 to dbf908d379 2025-05-07 02:41:53 +02:00 Compare
kjuulh force-pushed renovate/all from dbf908d379 to 2a64b74584 2025-05-18 02:37:33 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/orbis#12
No description provided.