nucleuscloud / neosync

Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
https://www.neosync.dev
MIT License
2.93k stars 102 forks source link

Bump the golang-minor group across 1 directory with 16 updates #2279

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the golang-minor group with 13 updates in the / directory:

Package From To
cloud.google.com/go/storage 1.42.0 1.43.0
github.com/auth0/go-auth0 1.7.0 1.8.0
github.com/aws/aws-sdk-go-v2 1.30.1 1.30.3
github.com/aws/aws-sdk-go-v2/config 1.27.23 1.27.26
github.com/aws/aws-sdk-go-v2/service/s3 1.58.0 1.58.2
github.com/charmbracelet/lipgloss 0.11.0 0.12.1
github.com/redis/go-redis/v9 9.5.3 9.5.4
github.com/testcontainers/testcontainers-go 0.31.0 0.32.0
github.com/testcontainers/testcontainers-go/modules/postgres 0.31.0 0.32.0
github.com/testcontainers/testcontainers-go/modules/redis 0.31.0 0.32.0
golang.org/x/crypto 0.24.0 0.25.0
golang.org/x/net 0.26.0 0.27.0
google.golang.org/api 0.187.0 0.188.0

Updates cloud.google.com/go/storage from 1.42.0 to 1.43.0

Commits


Updates github.com/auth0/go-auth0 from 1.7.0 to 1.8.0

Release notes

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

v1.8.0

Added

  • Add support for managing a connection's SCIM (System for Cross-domain Identity Management) configuration #419 (developerkunal)
Changelog

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

v1.8.0 (2024-07-09)

Full Changelog

Added

  • Add support for managing a connection's SCIM (System for Cross-domain Identity Management) configuration #419 (developerkunal)
Commits


Updates github.com/aws/aws-sdk-go-v2 from 1.30.1 to 1.30.3

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.27.23 to 1.27.26

Commits


Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.23 to 1.17.26

Commits


Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.58.0 to 1.58.2

Commits


Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.30.1 to 1.30.3

Commits


Updates github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1

Release notes

Sourced from github.com/charmbracelet/lipgloss's releases.

v0.12.1

This release fixes a regression with regard to border calculations introduced in Lip Gloss v0.11.1.


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.12.0

Lists, Check ✓

This release adds a new sub-package for rendering trees and lists.

import "github.com/charmbracelet/lipgloss/list"

Define a new list.

l := list.New("A", "B", "C")

Print the list.

fmt.Println(l)

// • A
// • B
// • C

Lists have the ability to nest.

l := list.New(
  "A", list.New("Artichoke"),
  "B", list.New("Baking Flour", "Bananas", "Barley", "Bean Sprouts"),
  "C", list.New("Cashew Apple", "Cashews", "Coconut Milk", "Curry Paste", "Currywurst"),
  "D", list.New("Dill", "Dragonfruit", "Dried Shrimp"),
  "E", list.New("Eggs"),
  "F", list.New("Fish Cake", "Furikake"),
  "J", list.New("Jicama"),
  "K", list.New("Kohlrabi"),
  "L", list.New("Leeks", "Lentils", "Licorice Root"),
)

... (truncated)

Commits


Updates github.com/redis/go-redis/v9 from 9.5.3 to 9.5.4

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.5.4

Changes

  • add test for tls connCheck #3025 (#3047)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#3038)
  • Support Hash-field expiration for 7.4 CE RC2 (#3040)
  • fix node routing in slotClosestNode (#3043)
  • Update pubsub.go (#3042)
  • Change monitor test to run manually (#3041)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#3028)
  • Add (*StatusCmd).Bytes() method (#3030)
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /example/otel (#3000)
  • Add support for XREAD last entry (#3005)
  • Remove Redis 7.4.0 tests from RE (#3035)
  • Support NOVALUES parameter for HSCAN (#2925)
  • Added test case for CLIENT KILL with MAXAGE option (#2971)
  • Change redis version from 7.2 to 7.4 in makefile (#3034)

🚀 New Features

  • TimeSeries insertion filters for close samples (#3003)
  • RediSearch Support (#2801)
  • Support Hash-field expiration commands (#2991)

Contributors

We'd like to thank all the contributors who worked on this release!

@​b1ron, @​dependabot, @​dependabot[bot], @​gerzse, @​haines, @​immersedin, @​naiqianz, @​ofekshenawa, @​srikar-jilugu, @​tzongw and @​vladvildanov

Commits


Updates github.com/testcontainers/testcontainers-go from 0.31.0 to 0.32.0

Release notes

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

v0.32.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 5fb8f5c chore: use new version (v0.32.0) in modules and examples
  • 80e57e1 feat: honour go toolchain's verbose flag to print out logs (#2624)
  • 306f185 Fix issues in BuildImage() (#2626)
  • 3f73722 docs: indicate version for the Run function (#2627)
  • ee9a148 chore: remove duplicated tests for config (#2628)
  • 9cd7bcb Log retried errors (#2613)
  • d60fc7c fix: do not use deprecated method in postgres tests (#2623)
  • 8e4728b feat: prepare modules for the new API (#2610)
  • a32fe92 chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617)
  • 5576778 chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 (#2561)
  • Additional commits viewable in compare view


Updates github.com/testcontainers/testcontainers-go/modules/postgres from 0.31.0 to 0.32.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/postgres's releases.

v0.32.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 5fb8f5c chore: use new version (v0.32.0) in modules and examples
  • 80e57e1 feat: honour go toolchain's verbose flag to print out logs (#2624)
  • 306f185 Fix issues in BuildImage() (#2626)
  • 3f73722 docs: indicate version for the Run function (#2627)
  • ee9a148 chore: remove duplicated tests for config (#2628)
  • 9cd7bcb Log retried errors (#2613)
  • d60fc7c fix: do not use deprecated method in postgres tests (#2623)
  • 8e4728b feat: prepare modules for the new API (#2610)
  • a32fe92 chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617)
  • 5576778 chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 (#2561)
  • Additional commits viewable in compare view


Updates github.com/testcontainers/testcontainers-go/modules/redis from 0.31.0 to 0.32.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/redis's releases.

v0.32.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 5fb8f5c chore: use new version (v0.32.0) in modules and examples
  • 80e57e1 feat: honour go toolchain's verbose flag to print out logs (#2624)
  • 306f185 Fix issues in BuildImage() (#2626)
  • 3f73722 docs: indicate version for the Run function (#2627)
  • ee9a148 chore: remove duplicated tests for config (#2628)
  • 9cd7bcb Log retried errors (#2613)
  • d60fc7c fix: do not use deprecated method in postgres tests (#2623)
  • 8e4728b feat: prepare modules for the new API (#2610)
  • a32fe92 chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617)
  • 5576778 chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 (#2561)
  • Additional commits viewable in compare view


Updates golang.org/x/crypto from 0.24.0 to 0.25.0

Commits
  • 9fadb0b go.mod: update golang.org/x dependencies
  • a6a393f all: bump go.mod version and drop compatibility shims
  • 1c74500 ssh/test: make struct comment match struct name
  • d4e7c9c ssh: fail client auth immediately on receiving disconnect message
  • See full diff in compare view


Updates golang.org/x/net from 0.26.0 to 0.27.0

Commits
  • e2310ae go.mod: update golang.org/x dependencies
  • 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  • 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
  • See full diff in compare view


Updates golang.org/x/term from 0.21.0 to 0.22.0

Commits


Updates google.golang.org/api from 0.187.0 to 0.188.0

Release notes

Sourced from google.golang.org/api's releases.

v0.188.0

0.188.0 (2024-07-09)

Features

  • all: Auto-regenerate discovery clients (#2665) (e84fa65)
  • all: Auto-regenerate discovery clients (#2669) (6df3749)
  • all: Auto-regenerate discovery clients (#2671) (0d54a85)
  • all: Auto-regenerate discovery clients (
    vercel[bot] commented 1 month ago

    The latest updates on your projects. Learn more about Vercel for Git ↗︎

    1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **neosync-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/neosync/neosync-docs/7cFHvKVaSQvHBd8CP15Lb48vk7Ki)) | [Visit Preview](https://neosync-docs-git-dependabot-gomodulesgolang-mino-6e2df4-neosync.vercel.app) | | Jul 12, 2024 5:51pm |
dependabot[bot] commented 1 month ago

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