fix(deps): update all dependencies #8819
Merged
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:
v1.45.14
->v1.45.15
v6.10.1
->v9.0.0
v4.12.2
->v8.6.1
v2.4.0
->v3.0.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.45.15
Compare Source
===
Service Client Updates
service/braket
: Updates service API and documentationservice/dms
: Updates service API, documentation, and examplesservice/ec2
: Updates service APIservice/elasticfilesystem
: Updates service documentationservice/events
: Updates service API and documentationservice/guardduty
: Updates service API and documentationEKS_CLUSTER_NAME
to filter and sort key.service/mediaconvert
: Updates service API and documentationSDK Bugs
aws/session
: Removed typed literal parsing for config, everything is now treated as a string until a numeric value is needed.caarlos0/env (github.com/caarlos0/env/v6)
v9.0.0
Compare Source
Changelog
New Features
7a25c17
: feat!: accept expand as an option to the env tag (#263) (@caarlos0)4f6bb22
: feat!: v9 (@caarlos0)9124b0a
: feat: add support Web Assembly (#265) (@BorzdeG)Bug fixes
0f07b7f
: fix: invalid environment variable (#271) (@aymanbagabas)0b4d8a6
: fix: skip fields without env key in onSet (#266) (@aymanbagabas)Documentation updates
390412e
: docs: clarify custom parser funcs and required fields (@caarlos0)3f7d8cf
: docs: fix examples in readme for v8.0.0 (#264) (@Mattias-)Migrating from v8
Replace
envExpand:"true"
with,expand
, e.g.:Released with GoReleaser Pro!
v8.0.0
Compare Source
Changelog
Other work
224d85f
: build: fix goreleaser flags (@caarlos0)fac0414
: build: test on go stable and oldstable (#259) (@caarlos0)4e0f915
: feat!: refactor parse and parse with options (#256) (@caarlos0)Updating from v7
env.Parse
with no options, no change is required.env.Parse
with oneOptions{}
, callenv.ParseWithOptions
instead.env.Parse
with options, and pass more than oneOptions{}
, merge them into a single one, and useenv.ParseWithOptions
instead.env.ParseWithFuncs
, useenv.ParseWithOptions
instead, and put your parsers intoOptions{ FuncMap: <here> }
.Released with GoReleaser Pro!
v7.1.0
Compare Source
Changelog
New Features
b135bbd
: feat: error types (#240) (@akutuev)17f0a63
: feat: implement Is on AggregateError (#254) (@caarlos0)266f68b
: feat: support map kind env (#244) (@ken8203)c08b0f9
: feat: use field name by default (#253) (@caarlos0)Bug fixes
dfd68b2
: fix: improve map handling, coverage (@caarlos0)e5472ec
: fix: remove untested behavior (@caarlos0)Documentation updates
65ba2db
: docs: caveats (@caarlos0)f434e98
: docs: document how to handle error (@caarlos0)2d26ce1
: docs: fix examples (@caarlos0)91e69e8
: docs: maps (@caarlos0)850c2d8
: docs: update to v7 (#249) (@alexandear)Released with GoReleaser Pro!
v7.0.0
Compare Source
Changelog
Breaking changes
c687f95
: feat!: set default if var is set but empty (#248) (@caarlos0)155f0a6
: feat!: update to v7 (@caarlos0)Documentation updates
23c6da1
: docs: fix badge (@caarlos0)8e8e099
: docs: fix typo (#243) (@braindev)877e1bf
: docs: improve warning (@caarlos0)Other work
ff86282
: build: fix lint workflow (@caarlos0)0b725c8
: build: fix workflows (@caarlos0)da848aa
: build: remove deprecated lint option (@caarlos0)Released with GoReleaser Pro!
vbauerster/mpb (github.com/vbauerster/mpb/v4)
v8.6.1
Compare Source
v8.6.0
Compare Source
v8.5.2
Compare Source
v8.5.1
Compare Source
v8.5.0
Compare Source
v8.4.0
Compare Source
v8.3.0
Compare Source
Dropped Progress.AddFiller in favor of (
b4ecb5b
):v8.2.1
Compare Source
v8.2.0
Compare Source
Added:
d48e1f6
(address issue #119).Breaking changes:
60616af
.1ce85ac
.4c2e771
.2d33ee5
.v8.1.6
Compare Source
Fixed #122
Drop go 1.17 support because of dependency update.
v8.1.5
Compare Source
v8.1.4
Compare Source
v8.1.3
Compare Source
v8.1.2
Compare Source
v8.1.1
Compare Source
v8.1.0
Compare Source
Fixed issue #115, #117.
Addressed issue #110, #116.
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
Major bump mainly because of BarFiller signature change.
Fixed: #105, #107, #109, #111.
v7.5.3
Compare Source
Fixed #115
v7.5.2
Compare Source
v7.5.1
Compare Source
v7.5.0
Compare Source
v7.4.2
Compare Source
deps update
v7.4.1
Compare Source
v7.4.0
Compare Source
Added:
Signature changed:
v7.3.2
Compare Source
v7.3.1
Compare Source
v7.3.0
Compare Source
Added:
v7.2.0
Compare Source
Added:
v7.1.5
Compare Source
v7.1.4
Compare Source
Fixes #100.
v7.1.3
Compare Source
Stable release.
v7.1.2
Added:
If you prefer bar with inclusive ending tip, like
[=====>] 100%
, then do:v7.0.6
Compare Source
Stable release of
v7.0.x
v7.0.5
Compare Source
This release fixes
bar.Abort()
method behavior, see https://github.com/vbauerster/mpb/issues/93.It also contains optimizations which reduce flickering if many bars are used.
v7.0.4
Compare Source
v7.0.3
Compare Source
v7.0.2
Compare Source
v7 released to support complex filler 'runes', see #86.
Breaking change:
Signature of NewBarFiller function has changed. If you never used that function before, it's safe to migrate to v7.
Related examples that use features of v7:
mexicanBar
spinTipBar
singleBar
v7.0.1
Compare Source
v7.0.0
Compare Source
v6.0.4
Compare Source
v6.0.3
Compare Source
v6.0.2
Compare Source
Removed:
To set bar style use BarFiller constructors.
Added:
v6.0.1
Compare Source
v6.0.0
Compare Source
v5.4.0
Compare Source
TestMaxWidthDistributor
v5.3.0
Compare Source
Decorators added:
v5.2.4
: mpb v5.2.4Compare Source
Fixed #73
v5.2.3
: mpb v5.2.3Compare Source
Some optimization and minor fixes in cwriter package.
v5.2.2
: mpb v5.2.2Compare Source
Fixed #68 and minor bug fixes.
v5.2.1
: mpb v5.2.1Compare Source
New dependency on go-runewidth so decorators can use emoji or any double width runes, refer to complex example.
Added:
refer to suppressBar example.
AvailableWidth
andRefill
.Minor breaking change:
decor.Statistics
now passed by value in decor.Decorator and mpb.BarFiller interfaces. If you don't use custom decorators, you're not affected.Fixed #55 #66
v5.2.0
Compare Source
v5.1.0
Compare Source
v5.0.4
Compare Source
v5.0.3
: mpb v5.0.3Compare Source
v5 introduces braking changes, new API:
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
go-yaml/yaml (gopkg.in/yaml.v2)
v3.0.1
Compare Source
v3.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.