Open
Conversation
Contributor
Author
|
9122d5a to
9963477
Compare
9963477 to
9b069ff
Compare
9b069ff to
40a601e
Compare
40a601e to
38daf23
Compare
38daf23 to
6c7ce34
Compare
6c7ce34 to
a9fa22e
Compare
a9fa22e to
1a7359f
Compare
1a7359f to
e346ec0
Compare
e346ec0 to
7538a13
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:
v3→v5v3→v6v4→v6v2→v6v5→v6v4→v60.14.0→1.3.1v1→v2v1.6.1→v2.0.0v2→v4Release Notes
actions/cache (actions/cache)
v5Compare Source
v4Compare Source
actions/checkout (actions/checkout)
v6Compare Source
v5Compare Source
v4Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946actions/setup-go (actions/setup-go)
v6Compare Source
chrisrhymes/bulma-clean-theme (bulma-clean-theme)
v1.3.1Compare Source
v1.3.0Compare Source
v1.2.1Compare Source
v1.2.0Compare Source
v1.1.0Compare Source
v1.0.4Compare Source
v1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
v1.0.0Compare Source
Breaking changes
catchpoint/workflow-telemetry-action (catchpoint/workflow-telemetry-action)
v2Compare Source
ccoveille/go-safecast (github.com/ccoveille/go-safecast)
v2.0.0Compare Source
What brings the v2 ?
6bc8c53)c6de71a)696623e)c6de71a)748182b)Fixed
float overflow handling with parse float from string
Previously, it returned an ErrStringConversion error while it's an overflow.
Now it returns the proper overflow error.
BREAKING CHANGES
true/false are no longer converted to 1/0
These values cannot overflow, this was an error.
You can now use Parse function
Use Parse function with proper base instead
This solves issue with 07 being parsed as 7, and 08 being reported as an invalid octal
e6c5137)It now returns the invalid converted value with the error
This type was used by Convert function to represent input value.
Now Convert function uses Number type directly.
This also drastically improves performance as it removes the type assertion checks.
All of these was introduced with ccoVeille#120
Minor
Full Changelog: ccoVeille/go-safecast@v1.8.1...v2.0.0
v1.8.2: deprecate the v1Compare Source
What's Changed
v1 is now deprecated, please use v2
d47929dFull Changelog: ccoVeille/go-safecast@v1.8.1...v1.8.2
v1.8.1Compare Source
What's Changed
Minor
Full Changelog: ccoVeille/go-safecast@v1.8.0...v1.8.1
v1.8.0Compare Source
What's Changed
Full Changelog: ccoVeille/go-safecast@v1.7.0...v1.8.0
v1.7.0Compare Source
What's Changed
Minor
Full Changelog: ccoVeille/go-safecast@v1.6.1...v1.7.0
github/codeql-action (github/codeql-action)
v4Compare Source
v3Compare Source
Configuration
📅 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.