Skip to content

fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.18 - #527

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/github.com-uptrace-bun-extra-bundebug-1.x
Open

fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.18#527
renovate[bot] wants to merge 1 commit into
devfrom
renovate/github.com-uptrace-bun-extra-bundebug-1.x

Conversation

@renovate

@renovate renovate Bot commented Jan 19, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/uptrace/bun/extra/bundebug v1.1.14v1.2.18 age confidence

Warning

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


Release Notes

uptrace/bun (github.com/uptrace/bun/extra/bundebug)

v1.2.18

Compare Source

Bug Fixes
  • handle []byte and [N]byte in Tuple, separate List from Tuple imp… (#​1340) (bec98b9)
  • validate parenthesized content in ReadIdentifier to prevent ?(?, ?) misparse (#​1338) (b8da15b), closes #​1337

v1.2.17

Compare Source

Bug Fixes
  • handle []byte and [N]byte in Tuple, separate List from Tuple imp… (#​1340) (bec98b9)
  • validate parenthesized content in ReadIdentifier to prevent ?(?, ?) misparse (#​1338) (b8da15b), closes #​1337

v1.2.16

Compare Source

Bug Fixes
  • migrator exec error propagation (#​1320) (b40f603)
  • OrderAscNullsFirst mapping (fixes #​1305) (43b6af2)
  • panic in indirectAsKey when loading complex models. TypeOf(v) returns nil (2788c5b)
  • RunMigration marks migration as applied after running (#​1330) (990c2eb)
Features

v1.2.15

Compare Source

Bug Fixes
Features

v1.2.14

Compare Source

Please refer to CHANGELOG.md for details

v1.2.13

Compare Source

Please refer to CHANGELOG.md for details

v1.2.12

Compare Source

Please refer to CHANGELOG.md for details

v1.2.11

Compare Source

Please refer to CHANGELOG.md for details

v1.2.10

Compare Source

Please refer to CHANGELOG.md for details

v1.2.9

Compare Source

Please refer to CHANGELOG.md for details

v1.2.8

Compare Source

Please refer to CHANGELOG.md for details

v1.2.7

Compare Source

Please refer to CHANGELOG.md for details

v1.2.6

Compare Source

Please refer to CHANGELOG.md for details

v1.2.5

Compare Source

Please refer to CHANGELOG.md for details

v1.2.3

Compare Source

Please refer to CHANGELOG.md for details

v1.2.2

Compare Source

Please refer to CHANGELOG.md for details

v1.2.1

Compare Source

Bug Fixes
  • handle []byte and [N]byte in Tuple, separate List from Tuple imp… (#​1340) (bec98b9)
  • validate parenthesized content in ReadIdentifier to prevent ?(?, ?) misparse (#​1338) (b8da15b), closes #​1337

v1.2.0

Compare Source

Please refer to CHANGELOG.md for details

v1.1.17

Compare Source

Please refer to CHANGELOG.md for details

v1.1.16

Compare Source

Bug Fixes
Features

1.1.17 (2024-01-11)

Features

1.1.16 (2023-09-16)

Reverts

1.1.15 (2023-09-10)

Bug Fixes
Features

1.1.14 (2023-05-24)

Bug Fixes
  • enable CompositeIn for MySQL (9f377b5)

1.1.13 (2023-05-06)

Bug Fixes
  • bunbig.Int.Scan typo (7ddabb8)
  • compare full MySQL version (096fabe)
  • enable delete table alias for MySQL >= 8.0.16 (77a600b)
  • incorrect table relationship panic message #​791 (ad41888)
  • should rollback if migrate using transaction and got an err (thanks @​bayshark) (e7a119b)
Features
  • add option to customize Go migration template (f31bf73)
  • expose Exec(…) method for RawQuery (11192c8)
  • prefix migration files with 1 upto 14 digits (b74b671)
  • rename option (9353a3f)

1.1.12 (2023-02-20)

1.1.11 (2023-02-01)

Bug Fixes
  • add support for inserting values with Unicode encoding for mssql dialect (e98c6c0)
  • fix relation tag (a3eedff)

1.1.10 (2023-01-16)

Bug Fixes
  • allow QueryEvent to better detect operations in raw queries (8e44735)
  • append default VARCHAR length instead of hardcoding it in the type definition (e5079c7)
  • prevent panic when use pg array with custom database type (67e4412)
  • properly return sql.ErrNoRows when scanning []byte (996fead)
Features
  • mssql output support for update or delete query (#​718) (08876b4)
  • add Err method to query builder (c722c90)
  • add support for time.Time array in Postgres (3dd6f3b)
  • mssql and pg merge query (#​723) (deea764)
  • setError on attempt to set non-positive .Varchar() (3335e0b)
Reverts

1.1.9 (2022-11-23)

Bug Fixes
  • adding dialect override for append-bool (#​695) (338f2f0)
  • don't call hooks twice for whereExists (9057857)
  • don't lock migrations when running Migrate and Rollback (69a7354)
  • query: make WhereDeleted compatible with ForceDelete (299c3fd), closes #​673
  • relation join soft delete SQL generate (a98f4e9)
Features
  • add migrate.Exec (d368bbe)
  • update: "skipupdate" while bulk (1a32b2f)
  • zerolog: added zerolog hook (9d2267d)

1.1.8 (2022-08-29)

Bug Fixes
Features
  • conditions not supporting composite in (e5d78d4)
  • idb: support raw query (be4e688)
  • migrate: add MissingMigrations (42567d0)
  • pgdriver: implement database/sql/driver.SessionResetter (bda298a)
  • pgdriver: provide access to the underlying net.Conn (d07ea0e)

1.1.7 (2022-07-29)

Bug Fixes
  • change ScanAndCount without a limit to select all rows (de5c570)

1.1.6 (2022-07-10)

Bug Fixes
  • bunotel add set attributes to query metrics (dae82cc)
  • db.ScanRows: ensure rows.Close is called (9ffbc6a)
  • merge apply (3081849)
  • migrate: close conn/tx on error (7b168ea)
  • migrate: type Migration should be used as a value rather than a pointer (fb43935)
  • migrate: type MigrationGroup should be used as a value rather than a pointer (649da1b)
  • mssql cursor pagination (#​589) (b34ec97)
Features
  • "skipupdate" model field tag (#​565) (9288294)
  • add pgdriver write error to log (5ddda3d)
  • add query string representation (520da7e)
  • add relation condition with tag (fe5bbf6)
  • add support for ON UPDATE and ON DELETE rules on belongs-to relationships from struct tags (#​533) (a327b2a)
  • add tx methods to IDB (#​587) (feab313)
  • added raw query calls (#​596) (127644d)
  • bunotel: add option to enable formatting of queries (#​547) (b9c768c)
  • config.go: add sslrootcert support to DSN parameters (3bd5d69)
  • create an extra module for newrelic (#​599) (6c676ce)
  • migrate: add WithMarkAppliedOnSuccess (31b2cc4)
  • pgdialect: add hstore support (66b44f7)
  • pgdialect: add identity support (646251e)
  • pgdriver: expose pgdriver.ParseTime (405a7d7)

1.1.5 (2022-05-12)

Bug Fixes
  • driver/sqliteshim: make it work with recent version of modernc sqlite (2360584)

1.1.4 (2022-04-20)

Bug Fixes
  • automatically set nullzero when there is default:value option (72c44ae)
  • fix ForceDelete on live/undeleted rows (1a33250)
  • fix OmitZero and value overriding (087ea07)
  • rename Query to QueryBuilder (98d111b)
Features
  • add ApplyQueryBuilder (582eca0)
  • config.go: add connect_timeout to DSN parsable params (998b04d), closes #​505

v1.1.15

Compare Source

Please refer to CHANGELOG.md for details


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.1.17 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.0 Apr 2, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch 2 times, most recently from a626d9e to 9a7abfd Compare April 2, 2024 15:40
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.0 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.1 Apr 2, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 9a7abfd to c2f9f4f Compare April 14, 2024 10:24
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from c2f9f4f to c6b54ae Compare May 9, 2024 08:46
@renovate

renovate Bot commented Jun 4, 2024

Copy link
Copy Markdown
Contributor Author

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

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

Details:

Package Change
go 1.19 -> 1.24.0
github.com/rs/xid v1.5.0 -> v1.6.0
github.com/rs/zerolog v1.31.0 -> v1.34.0
github.com/uptrace/bun v1.1.14 -> v1.2.16
github.com/vmihailenco/msgpack/v5 v5.3.5 -> v5.4.1
github.com/fatih/color v1.15.0 -> v1.18.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
golang.org/x/sys v0.13.0 -> v0.38.0

@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from c6b54ae to 103842a Compare June 4, 2024 10:33
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 103842a to 866ed8d Compare June 17, 2024 15:30
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 866ed8d to b6ba714 Compare July 14, 2024 09:38
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.1 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.2 Aug 29, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch 2 times, most recently from 2278465 to 6b817b1 Compare August 31, 2024 06:44
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.2 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.3 Aug 31, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 6b817b1 to ce30be6 Compare September 11, 2024 14:58
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from ce30be6 to 83b0a1b Compare October 26, 2024 10:57
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.3 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.5 Oct 26, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 83b0a1b to 4602822 Compare November 17, 2024 15:48
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.5 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.6 Nov 20, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 4602822 to 7af7eab Compare November 20, 2024 13:06
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 7af7eab to 0c73889 Compare December 22, 2024 20:01
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.6 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.7 Jan 1, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch 2 times, most recently from 8a44610 to 28cd52e Compare January 6, 2025 06:27
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.7 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.8 Jan 6, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 28cd52e to f41b645 Compare January 26, 2025 10:01
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.8 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.9 Jan 26, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from f41b645 to 2eb6b1a Compare February 18, 2025 07:33
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.9 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.10 Feb 18, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 2eb6b1a to de7fef6 Compare March 6, 2025 05:21
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.10 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.11 Mar 6, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from de7fef6 to f2d9a0a Compare April 8, 2025 11:33
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from f2d9a0a to 607724a Compare May 7, 2025 11:14
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.11 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.12 Jun 8, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch 2 times, most recently from 7234a7d to d844dc4 Compare June 12, 2025 08:11
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.12 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.13 Jun 12, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from d844dc4 to cab6b96 Compare June 16, 2025 10:14
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.13 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.14 Jun 16, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from cab6b96 to 3a08720 Compare July 18, 2025 03:48
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.14 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.15 Jul 18, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 3a08720 to 69b4a41 Compare August 10, 2025 14:32
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 69b4a41 to 09a80ea Compare October 9, 2025 11:06
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 09a80ea to c66fc6d Compare November 20, 2025 12:39
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.15 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.16 Nov 20, 2025
@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

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

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

Details:

Package Change
go 1.19 -> 1.24.0
github.com/rs/xid v1.5.0 -> v1.6.0
github.com/rs/zerolog v1.31.0 -> v1.34.0
github.com/uptrace/bun v1.1.14 -> v1.2.18
github.com/vmihailenco/msgpack/v5 v5.3.5 -> v5.4.1
github.com/fatih/color v1.15.0 -> v1.18.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
golang.org/x/sys v0.28.0 -> v0.41.0

@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from c66fc6d to 380c0be Compare February 21, 2026 13:36
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.16 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.17 Feb 21, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from 380c0be to fa8b173 Compare February 28, 2026 13:21
@renovate renovate Bot changed the title fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.17 fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.2.18 Feb 28, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from fa8b173 to a9b6a9d Compare May 14, 2026 07:55
@renovate
renovate Bot force-pushed the renovate/github.com-uptrace-bun-extra-bundebug-1.x branch from a9b6a9d to 604068a Compare August 12, 2026 03:47
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