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 15 updates #2278

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the golang-minor group with 12 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.0
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.0

Release notes

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

v0.12.0

Lists, Check ✓

Lip Gloss ships with a list rendering sub-package.

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"),
)

Print the list.

fmt.Println(l)

... (truncated)

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

Bug Fixes

Changelog

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

0.188.0 (2024-07-09)

Features

Bug Fixes

Commits
  • 9957790 chore(main): release 0.188.0 (#2666)
  • 7021e3e chore: bump some deps (#2679)
  • d17f6be feat(all): auto-regenerate discovery clients (#2678)
  • 40b5113 fix: allow ForceSendFields to work for map types (#2670)
  • 5cdcbe0 chore(all): update all (
    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/F29ACn7DPzZr8hsigBvjommcMt5v)) | [Visit Preview](https://neosync-docs-git-dependabot-gomodulesgolang-mino-22cf33-neosync.vercel.app) | | Jul 11, 2024 11:49pm |
dependabot[bot] commented 1 month ago

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