-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all (major) #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
11e4db2 to
05ade0b
Compare
05ade0b to
5238e89
Compare
5238e89 to
2421f21
Compare
2421f21 to
5707c53
Compare
5707c53 to
7a2155d
Compare
7a2155d to
7745366
Compare
7745366 to
9a1b6fc
Compare
9a1b6fc to
ef7686f
Compare
ef7686f to
5c802be
Compare
5c802be to
57d4705
Compare
57d4705 to
15cbce3
Compare
15cbce3 to
77f283a
Compare
77f283a to
c9ffc6b
Compare
c9ffc6b to
38275ff
Compare
38275ff to
4c9b03f
Compare
4c9b03f to
7009a55
Compare
7009a55 to
8bfa6cb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10 +/- ##
==========================================
+ Coverage 14.02% 15.05% +1.02%
==========================================
Files 7 7
Lines 278 392 +114
==========================================
+ Hits 39 59 +20
- Misses 238 332 +94
Partials 1 1 ☔ View full report in Codecov by Sentry. |
588e649 to
7f45c4c
Compare
0c1d661 to
0bedd14
Compare
0bedd14 to
7381fad
Compare
7381fad to
06f606f
Compare
06f606f to
6f0a078
Compare
6f0a078 to
711cf48
Compare
a3929a0 to
dc63aaa
Compare
dc63aaa to
8c70eeb
Compare
|
8c70eeb to
b5bc723
Compare
b5bc723 to
99f76ef
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
22a35ca to
70f0120
Compare
8417fec to
d920946
Compare
bc1900e to
c186fe2
Compare
c186fe2 to
28c5806
Compare
11df588 to
c429768
Compare
c429768 to
c8105a6
Compare
c8105a6 to
704dcc5
Compare
704dcc5 to
fc4948a
Compare
fc4948a to
0398a52
Compare
0398a52 to
eb4b504
Compare
eb4b504 to
c46f503
Compare
c46f503 to
964c96f
Compare
This PR contains the following updates:
1.0.5→5.4.3v1.9.0→v4.0.10.5.13→3.0.1v2.0.0-20190806201727-b62605953717→v3.6.2Release Notes
codfish/semantic-release-action (codfish/semantic-release-action)
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
Features
BREAKING CHANGES
v3.5.0Compare Source
Features
v3.4.1Compare Source
Bug Fixes
v3.4.0Compare Source
Features
v3.3.0Compare Source
Features
v3.2.0Compare Source
Features
v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Bug Fixes
Features
v3.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
Using semantic-release v22. Please see release notes:
All inputs are using kebab case rather than snake. Simply update the following inputs if you are using them:
additional_packages->additional-packagesdry_run->dry-runrepository_url->repository-urltag_format->tag-formatv2.2.1Compare Source
Bug Fixes
v2.2.0Compare Source
Features
v2.1.0Compare Source
Features
v2.0.0Compare Source
Features
BREAKING CHANGES
so any dependencies specified in extends or additional_packages
that have dependency conflicts with semantic-release v19.x will
cause the action to fail.
v1.10.0Compare Source
Features
urfave/cli (gopkg.in/urfave/cli.v2)
v3.6.2Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.1...v3.6.2
v3.6.1Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.0...v3.6.1
v3.6.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.5.0...v3.6.0
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.4.1...v3.5.0
v3.4.1Compare Source
What's Changed
v3series is recommended for new development by @meatballhat in #2186Full Changelog: urfave/cli@v3.4.0...v3.4.1
v3.4.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.9...v3.4.0
v3.3.9Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.8...v3.3.9
v3.3.8Compare Source
What's Changed
v3series by @meatballhat in #2155Full Changelog: urfave/cli@v3.3.7...v3.3.8
v3.3.7Compare Source
What's Changed
IsLocalfor BoolWithInverseFlag by @huiyifyj in #2151New Contributors
Full Changelog: urfave/cli@v3.3.6...v3.3.7
v3.3.6Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.5...v3.3.6
v3.3.5Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.4...v3.3.5
v3.3.4Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.3...v3.3.4
v3.3.3Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.2...v3.3.3
v3.3.2Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.1...v3.3.2
v3.3.1Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.0...v3.3.1
v3.3.0Compare Source
What's Changed
float32andfloat64by @ldez in #2112New Contributors
Full Changelog: urfave/cli@v3.2.0...v3.3.0
v3.2.0Compare Source
Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See #2094 for full patch for this
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.1.1...v3.2.0
v3.1.1Compare Source
v3.1.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-beta1.01...v3.1.0
v3.0.0-beta1Compare Source
v3.0.0-alpha9.10Compare Source
v3.0.0-alpha9.9Compare Source
v3.0.0-alpha9.8Compare Source
v3.0.0-alpha9.7Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.6...v3.0.0-alpha9.7
v3.0.0-alpha9.6Compare Source
What's Changed
cmd.Namewhen generating completion script by @bartekpacia in #2012Full Changelog: urfave/cli@v3.0.0-alpha9.5...v3.0.0-alpha9.6
v3.0.0-alpha9.5Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.4...v3.0.0-alpha9.5
v3.0.0-alpha9.4Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.3...v3.0.0-alpha9.4
v3.0.0-alpha9.3Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.2...v3.0.0-alpha9.3
v3.0.0-alpha9.2Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.1...v3.0.0-alpha9.2
v3.0.0-alpha9.1Compare Source
What's Changed
sourcethe Zsh autocomplete script by @bartekpacia in #1896stableandoldstableGo version in CI by @Juneezee in #1912UseShortOptionHandlingdescription by @BlackHole1 in #1953New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha9...v3.0.0-alpha9.1
v3.0.0-alpha9Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha8...v3.0.0-alpha9
v3.0.0-alpha8Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha7...v3.0.0-alpha8
v3.0.0-alpha7Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha6...v3.0.0-alpha7
v3.0.0-alpha6Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha5...v3.0.0-alpha6
v3.0.0-alpha5Compare Source
What's Changed
uintanduint64flag types by @meatballhat in #1768float64types fromFloat64toFloatby @meatballhat in [#1773](https://redirect.github.com/urfave/cli/pullConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.