Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go group with 5 updates in the / directory:

Package From To
github.com/creasty/defaults 1.6.0 1.8.0
github.com/elliotchance/pie/v2 2.2.0 2.9.1
github.com/mach-composer/mach-composer-plugin-sdk 0.0.5 1.0.0
github.com/sirupsen/logrus 1.9.0 1.9.3
github.com/stretchr/testify 1.8.1 1.10.0

Updates github.com/creasty/defaults from 1.6.0 to 1.8.0

Release notes

Sourced from github.com/creasty/defaults's releases.

v1.8.0

v1.7.0

Commits
  • abebf4b Merge pull request #46 from orangejohny/master
  • 586c267 fix: don't pass slice's defaultVal to setField func
  • 5220e08 Merge pull request #43 from rfyiamcool/docs/code
  • db193a3 feat: add example
  • 82cd96d docs: complete example
  • 3f98836 Merge pull request #40 from HRogge/master
  • 325dfb4 Fix CI: golint -> golangci-lint
  • d1d4e26 Allow defaults library to use UnmarshalText() and UnmarshalJSON() interface t...
  • bf90154 Update
  • See full diff in compare view

Updates github.com/elliotchance/pie/v2 from 2.2.0 to 2.9.1

Commits

Updates github.com/mach-composer/mach-composer-plugin-sdk from 0.0.5 to 1.0.0

Release notes

Sourced from github.com/mach-composer/mach-composer-plugin-sdk's releases.

v1.0.0

Changed

  • Bumping to v1 of project
Changelog

Sourced from github.com/mach-composer/mach-composer-plugin-sdk's changelog.

v1.0.0 - 2023-09-04

Changed

  • Bumping to v1 of project
Commits
  • 315b65f Merge pull request #6 from mach-composer/release/v1.0.0
  • c0db614 Release v1.0.0
  • fa5069a Merge pull request #5 from mach-composer/v1
  • b05b795 Bumping to major v1 version to be inline with handshake version
  • 3ddb015 go mod tidy
  • e757137 Pass a pointer for ComponentSchema
  • See full diff in compare view

Updates github.com/sirupsen/logrus from 1.9.0 to 1.9.3

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.3

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

Commits
  • d40e25c fix panic in Writer
  • f9291a5 Revert "Revert "Merge pull request #1376 from ozfive/master""
  • 352781d Revert "Merge pull request #1376 from ozfive/master"
  • b30aa27 Merge pull request #1339 from xieyuschen/patch-1
  • 6acd903 Merge pull request #1376 from ozfive/master
  • 105e63f Merge pull request #1 from ashmckenzie/ashmckenzie/fix-writer-scanner
  • c052ba6 Scan text in 64KB chunks
  • e59b167 Merge pull request #1372 from tommyblue/syslog_different_loglevels
  • 766cfec This commit fixes a potential denial of service vulnerability in logrus.Write...
  • 70234da Add instructions to use different log levels for local and syslog
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.8.1 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • 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 group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/creasty/defaults](https://github.com/creasty/defaults) | `1.6.0` | `1.8.0` |
| [github.com/elliotchance/pie/v2](https://github.com/elliotchance/pie) | `2.2.0` | `2.9.1` |
| [github.com/mach-composer/mach-composer-plugin-sdk](https://github.com/mach-composer/mach-composer-plugin-sdk) | `0.0.5` | `1.0.0` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.0` | `1.9.3` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.1` | `1.10.0` |



Updates `github.com/creasty/defaults` from 1.6.0 to 1.8.0
- [Release notes](https://github.com/creasty/defaults/releases)
- [Commits](creasty/defaults@v1.6.0...v1.8.0)

Updates `github.com/elliotchance/pie/v2` from 2.2.0 to 2.9.1
- [Release notes](https://github.com/elliotchance/pie/releases)
- [Commits](elliotchance/pie@v2.2.0...v2.9.1)

Updates `github.com/mach-composer/mach-composer-plugin-sdk` from 0.0.5 to 1.0.0
- [Release notes](https://github.com/mach-composer/mach-composer-plugin-sdk/releases)
- [Changelog](https://github.com/mach-composer/mach-composer-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](mach-composer/mach-composer-plugin-sdk@v0.0.5...v1.0.0)

Updates `github.com/sirupsen/logrus` from 1.9.0 to 1.9.3
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.0...v1.9.3)

Updates `github.com/stretchr/testify` from 1.8.1 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.1...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/creasty/defaults
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/elliotchance/pie/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/mach-composer/mach-composer-plugin-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 29, 2024
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