fix(deps): update uds releaser support dependencies - autoclosed #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.17.6
->v0.17.8
v0.18.0
->v0.19.2
0.18.0
->0.19.2
v1.2.2
->v1.5.1
v0.18.0
->v0.19.2
v1.13.0
->v1.15.8
v66.0.0
->v67.0.0
v1.9.0
->v1.10.0
v0.112.0
->v0.115.0
v0.42.0
->v0.44.0
v3.27.0
->v3.27.7
1.23.2
->1.23.4
v6.0.0
->v6.1.0
Release Notes
anchore/sbom-action (anchore/sbom-action)
v0.17.8
Compare Source
Changes in v0.17.8
v0.17.7
Compare Source
Changes in v0.17.7
defenseunicorns/uds-cli (defenseunicorns/uds-cli)
v0.19.2
Compare Source
What's Changed
Full Changelog: defenseunicorns/uds-cli@v0.19.1...v0.19.2
v0.19.1
Compare Source
v0.19.0
Compare Source
What's Changed
NOTE:
uds-ui
command has been removed. The team is reevaluating how the CLI should interact with the Runtime component, and decided to remove the feature for now. (https://github.com/defenseunicorns/uds-cli/pull/1010)d060b6d
by @renovate in https://github.com/defenseunicorns/uds-cli/pull/95039370e3
by @renovate in https://github.com/defenseunicorns/uds-cli/pull/959f66d83c
by @renovate in https://github.com/defenseunicorns/uds-cli/pull/9602a92d20
by @renovate in https://github.com/defenseunicorns/uds-cli/pull/100196b6254
by @renovate in https://github.com/defenseunicorns/uds-cli/pull/1005New Contributors
Full Changelog: defenseunicorns/uds-cli@v0.18.0...v0.19.0
defenseunicorns/uds-common (defenseunicorns/uds-common)
v1.5.1
Compare Source
Miscellaneous
v1.5.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Miscellaneous
v1.4.0
Compare Source
Features
Miscellaneous
v1.3.0
Compare Source
Features
Bug Fixes
Miscellaneous
goccy/go-yaml (github.com/goccy/go-yaml)
v1.15.8
: 1.15.8Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.7...v1.15.8
v1.15.7
: 1.15.7Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.15.6...v1.15.7
v1.15.6
: 1.15.6Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.15.5...v1.15.6
v1.15.5
: 1.15.5Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.4...v1.15.5
v1.15.4
: 1.15.4Compare Source
What's Changed
Pass 300 tests of YAML Test Suite 🎉
total:[402] passed:[300] failure:[102] passedRate:[74.626862%]
We’ve finally surpassed go-yaml/yaml.
total:[402] passed:[295] failure:[107] passedRate:[73.383087%]
Full Changelog: goccy/go-yaml@v1.15.3...v1.15.4
v1.15.3
: 1.15.3Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.2...v1.15.3
v1.15.2
: 1.15.2Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.1...v1.15.2
v1.15.1
: 1.15.1Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.0...v1.15.1
v1.15.0
: 1.15.0Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.14.3...v1.15.0
v1.14.3
: 1.14.3Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.14.2...v1.14.3
v1.14.2
: 1.14.2Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.14.1...v1.14.2
v1.14.1
: 1.14.1Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.14.0...v1.14.1
v1.14.0
: 1.14.0Compare Source
What's Changed
Breaking Changes
Previously, using the same map key did not result in a parsing error, but from now on, it will throw an error by default. If you want to keep the previous behavior, specify the
parser.AllowDuplicateMapKey()
option.Similarly, during
Decode
, it will also throw an error by default. To keep the previous behavior, specify theyaml.AllowDuplicateMapKey()
option when decoding.Also,
yaml.DisallowDuplicateKey
option is deprecated.Full Changelog: goccy/go-yaml@v1.13.10...v1.14.0
v1.13.10
: 1.13.10Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.9...v1.13.10
v1.13.9
: 1.13.9Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.8...v1.13.9
v1.13.8
: 1.13.8Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.7...v1.13.8
v1.13.7
: 1.13.7Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.6...v1.13.7
v1.13.6
: 1.13.6Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.5...v1.13.6
v1.13.5
: 1.13.5Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.4...v1.13.5
v1.13.4
: 1.13.4Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.3...v1.13.4
v1.13.3
: 1.13.3Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.13.2...v1.13.3
v1.13.2
: 1.13.2Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.1...v1.13.2
v1.13.1
: 1.13.1Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.13.0...v1.13.1
google/go-github (github.com/google/go-github/v66)
v67.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
opts
argument toActionsService.ListArtifacts
changed fromListOptions
toListArtifactsOptions
.BREAKING CHANGE: Rename
RuleRequiredCodeScanningTools
toRuleRequiredCodeScanningTool
.BREAKING CHANGE: Change
RulesetRepositoryPropertyTargetParameters.Source
fromstring
to*string
....and the following additional changes:
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
Configuration
📅 Schedule: Branch creation - "after 7am and before 9am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.