Open
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
71ef642 to
46f4015
Compare
46f4015 to
9ce2ba3
Compare
f44f0cb to
82bba7b
Compare
82bba7b to
a3929a0
Compare
a3929a0 to
dc63aaa
Compare
dc63aaa to
8c70eeb
Compare
Author
|
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
e084c58 to
11df588
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.0.5→5.4.3v1.9.0→v5.0.00.5.13→3.0.1v2.0.0-20190806201727-b62605953717→v3.8.0Release Notes
codfish/semantic-release-action (codfish/semantic-release-action)
v5.0.0Compare Source
Features
BREAKING CHANGES
Upgraded to semantic-release v25 with breaking changes in the GitHub plugin.
Any breaking changes from v25 apply to this github action version except for
Node version requirements. Because this is a docker-based github action, the
version of node in use is defined inside of the docker image, not by the
consuming runner or your code.
@semantic-release/github v12: The GitHub plugin no longer uses the GitHub
Search API (
/search/issuesendpoint). It now uses GraphQL queries exclusivelyfor issue retrieval. This architectural change may affect issue management in
edge cases. See github plugin v12 release notes.
semantic-release v25: Upgraded from v24.2.7 to v25.0.3
npm OIDC Trusted Publishing Support: The upgrade to @semantic-release/npm v13 enables
support for npm's new OIDC-based trusted publishing. This allows publishing to npm without
long-lived access tokens by using GitHub's OIDC token provider. This is more secure and
eliminates the need to store
NPM_TOKENas a repository secret when publishing from GitHubActions. See npm documentation
for configuration details.
Node.js: Upgraded to v24.13.0 (bundled in Docker, not a breaking change for users)
@actions/core: Upgraded to v3.0.0 (internal implementation only)
could affect issue management behavior
@v5id-token: writepermission to your workflow jobNPM_TOKENsecret (you won't need it anymore!)v5uses semantic-release v25 & node v24.13.0v4uses semantic-release v24 & node v22.18.0v3uses semantic-release v22 & node v20.9v2uses semantic-release v20 & node v18.7Compare: codfish/semantic-release-action@v4.0.1...v5.0.0
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.8.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.7.0...v3.8.0
v3.7.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.2...v3.7.0
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 #1953Configuration
📅 Schedule: (UTC)
🚦 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.