Skip to content

Bump the "deps" group with 3 updates across multiple ecosystems#416

Merged
jnms-me merged 1 commit into
masterfrom
dependabot/deps-545e01b9a0
Dec 23, 2025
Merged

Bump the "deps" group with 3 updates across multiple ecosystems#416
jnms-me merged 1 commit into
masterfrom
dependabot/deps-545e01b9a0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 23, 2025

Bumps the deps group with 1 update: bootsnap.

Updates bootsnap from 1.19.0 to 1.20.0

Release notes

Sourced from bootsnap's releases.

v1.20.0

What's Changed

  • Optimized load path scanning with a C extension. Should be about 2x faster on supported platforms.

Full Changelog: rails/bootsnap@v1.19.0...v1.20.0

Changelog

Sourced from bootsnap's changelog.

1.20.0

  • Optimized load path scanning with a C extension. Should be about 2x faster on supported platforms.
Commits
  • fac34b8 Release 1.20.0
  • 71311d4 Include Bootsnap::VERSION in LoadPathCache version
  • f5c43ac Merge pull request #512 from byroot/prune-load-dir
  • f94f668 Stop caching directories in LoadPathCache
  • e3b5292 Merge pull request #511 from byroot/c-ext-load-path-scan
  • e91dd21 Implement PathScanner in C to avoid N+1 stat(2) calls
  • c77d5cc Cleanup the c extension
  • 73f6512 Merge pull request #510 from rails/dependabot/github_actions/actions/checkout-6
  • 5568307 Bump actions/checkout from 5 to 6
  • See full diff in compare view

Bumps the deps group with 1 update: datatables.net.

Updates datatables.net from 2.3.5 to 2.3.6

Commits
  • c111486 Sync tag release - 2.3.6
  • d51ac35 b10fe2c01fe4f23b89984419d769cb44ae5482b3 Release 2.3.6
  • d7946fd 8ac26da4545515302a3bf4c7b5217d4508d3f4b7 Dev: Well that was disappointing. Fo...
  • 1483d96 137230d3689fa4021da4fdc2ab0bdc9a6b46e26e Dev: Make test case insensitive
  • 8d551f2 0b56dbf0d83f2457aaa105ebd7a7de32b2d09ee3 Fix: When calculation column widths,...
  • ba1021c a0664009d791cea3a4c05e7f9cbc60df4c71fe88 New: columnTitleTag option which c...
  • 7f2c13e 0edfb72ce5e8dcf9307b69e31fd3bb50350091d8 Fix: Table child elements should con...
  • 672684e 8eb9c48f82247932525460c6affa96d7f014be1f Fix: Encoded entities could cause co...
  • dfabbeb 7ff4bc952993e6570672390cc86be7bcf09e7ec6 Fix: Improving auto column width cal...
  • 38ab2b0 d16598760a91867a274b918c17a027eccbef1bf3 Fix: Bootstrap 5 with a `table-respo...
  • Additional commits viewable in compare view

Bumps the deps group with 1 update: library/mariadb.

Updates library/mariadb from 11.8 to 12.1

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the deps group with 1 update: [bootsnap](https://github.com/rails/bootsnap).


Updates `bootsnap` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/rails/bootsnap/releases)
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.19.0...v1.20.0)
build(deps): bump datatables.net from 2.3.5 to 2.3.6 in the deps group

Bumps the deps group with 1 update: [datatables.net](https://github.com/DataTables/Dist-DataTables).


Updates `datatables.net` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/DataTables/Dist-DataTables/releases)
- [Commits](DataTables/Dist-DataTables@2.3.5...2.3.6)
build(deps): bump library/mariadb from 11.8 to 12.1 in the deps group

Bumps the deps group with 1 update: library/mariadb.


Updates `library/mariadb` from 11.8 to 12.1

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: datatables.net
  dependency-version: 2.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: library/mariadb
  dependency-version: '12.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 23, 2025
@dependabot dependabot Bot requested a review from jnms-me as a code owner December 23, 2025 18:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 23, 2025
@jnms-me jnms-me merged commit d773628 into master Dec 23, 2025
5 checks passed
@dependabot dependabot Bot deleted the dependabot/deps-545e01b9a0 branch December 23, 2025 18:12
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant