Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the go-mod group across 1 directory with 7 updates #98

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

Bumps the go-mod group with 7 updates in the / directory:

Package From To
github.com/DIMO-Network/shared 0.12.1 0.12.5
github.com/auth0/go-jwt-middleware/v2 2.2.1 2.2.2
github.com/aws/aws-sdk-go-v2 1.32.2 1.32.5
github.com/aws/aws-sdk-go-v2/credentials 1.17.41 1.17.46
github.com/aws/aws-sdk-go-v2/service/s3 1.66.0 1.67.1
github.com/ethereum/go-ethereum 1.14.11 1.14.12
github.com/volatiletech/sqlboiler/v4 4.16.2 4.17.1

Updates github.com/DIMO-Network/shared from 0.12.1 to 0.12.5

Release notes

Sourced from github.com/DIMO-Network/shared's releases.

v0.12.5

Full Changelog: DIMO-Network/shared@v0.12.4...v0.12.5

v0.12.4

Full Changelog: DIMO-Network/shared@v0.12.3...v0.12.4

v0.12.3

Full Changelog: DIMO-Network/shared@v0.12.2...v0.12.3

v0.12.2

No release notes provided.

Commits

Updates github.com/auth0/go-jwt-middleware/v2 from 2.2.1 to 2.2.2

Release notes

Sourced from github.com/auth0/go-jwt-middleware/v2's releases.

v2.2.2

Security

Changelog

Sourced from github.com/auth0/go-jwt-middleware/v2's changelog.

v2.2.2 (2024-08-23)

Full Changelog

Security

Commits
  • 87ed699 Release v2.2.2 (#282)
  • d4f086d Update Go Version from 1.19 to 1.22 (#281)
  • 084ab8f Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/echo-example (#265)
  • c57326a Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/gin-example (#266)
  • 5dde8f7 Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/iris-example (#267)
  • 9299d69 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#254)
  • 07ed325 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /examples/gin-exampl...
  • 2d58e74 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /examples/iris-examp...
  • 85928a4 Bump gopkg.in/go-jose/go-jose.v2 from 2.6.2 to 2.6.3 in /examples/http-jwks-e...
  • 9145c90 Bump gopkg.in/go-jose/go-jose.v2 from 2.6.2 to 2.6.3 in /examples/http-exampl...
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.32.2 to 1.32.5

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.41 to 1.17.46

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.0 to 1.67.1

Commits

Updates github.com/ethereum/go-ethereum from 1.14.11 to 1.14.12

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Gei Hinnom (v1.14.12)

This release covers quite a lot of time, and has many changes across the codebase. In particular; changes in tracing and account management, optimizations in database, trie and evm, and, as always bugfixes.

This release removes the personal RPC namespace. It was already previously deprecated, and has not been accessible by default for nearly two years. We also removed the --unlock command-line parameter, with a view towards removing key/account management from the geth binary.

  • Key management:
    • Remove --unlock command line flag from geth (#30737)
    • Remove personal RPC namespace (#30704)
  • Builds:
    • RISC-V docker images (#30739)
    • ppa-builds for ubuntu 24.10 (#30580)
  • Tracing:
    • invoke OnCodeChange-hook on selfdestruct (#30686, #30497)
    • improvements to flatCallTracer (#30539)
    • invoke tx-end hook in runtime helpers (#30711)
    • disableCode and disableStorage options for prestateTracer (#30648)
    • tracing of system calls (#30666)
    • Change to how chainconfig is passed to tracers (breaking change) (#30540)
    • add GetTransientState method to StateDB interface (#30531)
  • Signing:
    • improved support for EIP-712 array types (#30620)
    • non-legacy transactions support for ledger wallets (#30180)
  • Bugfixes:
    • Set basefee for AccessList based on given block, not chain tip (#30538)
    • Multiple issues in benchmarks (#30667)
    • Fix bug with resolving a payload (#30615)
  • Database optimizations
    • Run pebble in non-sync mode (#30573, #29792). This change makes quite a big difference on certain OS:es, particularly MacOSX/Darwin, where it has been noted that fsync is notoriously slow.
    • Use to increasing level sizes (#30602), This change makes pebble use larger files, reducing the number of files from 160K to 10K.
  • Assorted:
    • Make jwtsecretflag expand tilde
    • Work on verkle (#30672)
    • Work on EIP-7002 and EIP 7251 (#30571)
    • Implement EIP-7685 and EIP-6110 (flat requests enconding) (#30425)
    • Validation of EOF containers (#30418)
    • More helpful responses for rejected transactions (#30715)
    • Work on cross-execution witness (#30698)
    • EVM speed optimizations (#30662, #30629)
    • Reduce peak memory usage during reorg (#30600)
    • Speed up trie commit via concurrent workers (#30545)
    • Fuzzing improvments (#30585)
    • Implement new engine_getBlobsV1 API method (#30537)

For a full rundown of the changes please consult the Geth 1.14.12 release milestone.


... (truncated)

Commits

Updates github.com/volatiletech/sqlboiler/v4 from 4.16.2 to 4.17.1

Release notes

Sourced from github.com/volatiletech/sqlboiler/v4's releases.

v4.17.1

Fixed

  • Update the version constant to prevent inaccurate warnings about the version mismatch

Full Changelog: volatiletech/sqlboiler@v4.17.0...v4.17.1

v4.17.0

Changes

Added

  • Add MySQL unix socket support (thanks @​c9s)
  • Implement (Un-)marshalText for Decimal and NullDecimal (thanks @​MJacred)
  • Add version checking flags to make sure CLI and project runtime versions are the same (thanks @​090809)
  • Add SIMILAR TO method for Postgres (thanks @​090809)
  • Skip code generation for replaced enum types using the flag --skip-replaced-enum-types (thanks @​MJacred)

Fixed

  • Fix compilation errors with TIMESTAMP columns in sqlite3 driver (thanks @​hirasawayuki)
  • Fix issue scanning column_full_type when column_type is NULL (thanks @​mattdbush)
  • Fix performance issue with DeleteAll by using a WHERE IN instead of WHERE OR (thanks @​jakeiotechsys)
  • Use renamed created column in Update method (thanks @​glerchundi)
  • Fix comment position in first column of table (thanks @​hizzuu)
  • Count from subquery if query uses HAVING or GROUP BY. This is because aggregate functions are run for each group separately, but we need to return the count of returned rows. (thanks @​renom)
  • Fix output filenames that contain a forward slash or backslash. Replace with an underscore (thanks @​MJacred)

New Contributors

Full Changelog: volatiletech/sqlboiler@v4.16.2...v4.17.0

Changelog

Sourced from github.com/volatiletech/sqlboiler/v4's changelog.

[4.17.1] - 2024-11-11

Fixed

  • Update the version constant to prevent inaccurate warnings about the version mismatch

[4.17.0] - 2024-11-10

Added

  • Add MySQL unix socket support (thanks @​c9s)
  • Implement (Un-)marshalText for Decimal and NullDecimal (thanks @​MJacred)
  • Add version checking flags to make sure CLI and project runtime versions are the same (thanks @​090809)
  • Add SIMILAR TO method for Postgres (thanks @​090809)
  • Skip code generation for replaced enum types using the flag --skip-replaced-enum-types (thanks @​MJacred)

Fixed

  • Fix compilation errors with TIMESTAMP columns in sqlite3 driver (thanks @​hirasawayuki)
  • Fix issue scanning column_full_type when column_type is NULL (thanks @​mattdbush)
  • Fix performance issue with DeleteAll by using a WHERE IN instead of WHERE OR (thanks @​jakeiotechsys)
  • Use renamed created column in Update method (thanks @​glerchundi)
  • Fix comment position in first column of table (thanks @​hizzuu)
  • Count from subquery if query uses HAVING or GROUP BY. This is because aggregate functions are run for each group separately, but we need to return the count of returned rows. (thanks @​renom)
  • Fix output filenames that contain a forward slash or backslash. Replace with an underscore (thanks @​MJacred)
Commits
  • e4d4b94 Update changelog and bump version
  • 1e0c661 Update README for maintenance mode
  • 5c62b7d Update CHANGELOG and bump version
  • 540d7a2 Merge pull request #1398 from renom/master
  • bc92201 Merge pull request #1410 from cubiest/init_tags
  • 9eaa10e Merge pull request #1402 from cubiest/fix_filename_gen
  • 4e8f887 Merge pull request #1400 from cubiest/skip_replaced_enums
  • 0699909 Tiny refactoring: remove unnecessary parameters.
  • fa0706a Fix output filenames that contain a forward slash or backslash
  • 73c84b3 Skip enum type generation, if they've been replaced
  • Additional commits viewable in compare view

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 go-mod group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/DIMO-Network/shared](https://github.com/DIMO-Network/shared) | `0.12.1` | `0.12.5` |
| [github.com/auth0/go-jwt-middleware/v2](https://github.com/auth0/go-jwt-middleware) | `2.2.1` | `2.2.2` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.2` | `1.32.5` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.41` | `1.17.46` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.66.0` | `1.67.1` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.14.11` | `1.14.12` |
| [github.com/volatiletech/sqlboiler/v4](https://github.com/volatiletech/sqlboiler) | `4.16.2` | `4.17.1` |



Updates `github.com/DIMO-Network/shared` from 0.12.1 to 0.12.5
- [Release notes](https://github.com/DIMO-Network/shared/releases)
- [Commits](DIMO-Network/shared@v0.12.1...v0.12.5)

Updates `github.com/auth0/go-jwt-middleware/v2` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/auth0/go-jwt-middleware/releases)
- [Changelog](https://github.com/auth0/go-jwt-middleware/blob/master/CHANGELOG.md)
- [Commits](auth0/go-jwt-middleware@v2.2.1...v2.2.2)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.2 to 1.32.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.2...v1.32.5)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.41 to 1.17.46
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.41...credentials/v1.17.46)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.66.0 to 1.67.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.66.0...service/s3/v1.67.1)

Updates `github.com/ethereum/go-ethereum` from 1.14.11 to 1.14.12
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.14.11...v1.14.12)

Updates `github.com/volatiletech/sqlboiler/v4` from 4.16.2 to 4.17.1
- [Release notes](https://github.com/volatiletech/sqlboiler/releases)
- [Changelog](https://github.com/volatiletech/sqlboiler/blob/master/CHANGELOG.md)
- [Commits](volatiletech/sqlboiler@v4.16.2...v4.17.1)

---
updated-dependencies:
- dependency-name: github.com/DIMO-Network/shared
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/auth0/go-jwt-middleware/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/volatiletech/sqlboiler/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 22, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-mod-eb24444169 branch November 22, 2024 13:32
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants