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 17 updates #2286

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.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
go.temporal.io/api 1.35.0 1.36.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

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 go.temporal.io/api from 1.35.0 to 1.36.0

Release notes

Sourced from go.temporal.io/api's releases.

v1.36.0

Full Changelog: https://github.com/temporalio/api-go/compare/v1.35.0...v1.36.0

Commits
  • e508187 Expose scheduled event ID on PendingNexusOperationInfo (#434)
  • 76de054 Add request ID to NexusOperationStarted event (#433)
  • b6f3c27 Fix outdated request_eager_execution attr name for Activity (#431)\n\nIt was ...
  • 9cfb77a Add Request ID to nexus completion events (#432)\n\n* Add VersionedTransition...
  • 0370a9f Add temporary additional bindings to previous HTTP API paths (#430)
  • 82fce53 Change /cluster-info to /cluster (#429)\n\nFixes #428
  • 6583739 Fix proto documentation for next_retry_delay field (#426)
  • See full diff 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

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/6p3PVtZgQ2p3KM2BmFtK53qqvTrw)) | [Visit Preview](https://neosync-docs-git-dependabot-gomodulesgolang-mino-57fac5-neosync.vercel.app) | | Jul 16, 2024 11:25pm |
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 19.31%. Comparing base (d96f18c) to head (f1e11af). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2286 +/- ## ======================================= Coverage 19.31% 19.31% ======================================= Files 275 275 Lines 53324 53324 ======================================= + Hits 10297 10300 +3 Misses 41711 41711 + Partials 1316 1313 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.