build(deps): bump softprops/action-gh-release from 1 to 2#5
build(deps): bump softprops/action-gh-release from 1 to 2#5dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Superseded by #6 (consolidated into fix/ci-workflow). |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Problem: Previous commit only removed one error() function, but there were TWO MORE overloaded error() functions still causing conflicts: Line 433: error(int, string, string) Line 459: error(int, string, string, string) These still conflicted with error:: namespace. Solution: Renamed ALL error() functions to make_error(): - error(int, string, string) → make_error(int, string, string) - error(int, string, string, string) → make_error(int, string, string, string) - error(error_info&) → make_error(error_info&) [already done] Kept Err() functions unchanged as they don't conflict with error:: namespace. BREAKING CHANGE: ALL usages of error<T>() must be changed to make_error<T>() This completely eliminates the namespace conflict with error::codes. Bonus: $10 (Issue #5 - Complete error() function removal)
Problem: Previous commit only removed one error() function, but there were TWO MORE overloaded error() functions still causing conflicts: Line 433: error(int, string, string) Line 459: error(int, string, string, string) These still conflicted with error:: namespace. Solution: Renamed ALL error() functions to make_error(): - error(int, string, string) → make_error(int, string, string) - error(int, string, string, string) → make_error(int, string, string, string) - error(error_info&) → make_error(error_info&) [already done] Kept Err() functions unchanged as they don't conflict with error:: namespace. BREAKING CHANGE: ALL usages of error<T>() must be changed to make_error<T>() This completely eliminates the namespace conflict with error::codes. Bonus: $10 (Issue #5 - Complete error() function removal)
Bumps softprops/action-gh-release from 1 to 2.
Release notes
Sourced from softprops/action-gh-release's releases.
Changelog
Sourced from softprops/action-gh-release's changelog.
Commits
6cbd405release 2.3.3fbadcc9update to useactions/checkout@v54a84006chore(deps): bump@types/nodefrom 20.19.10 to 20.19.11 in the npm group (#648)7191749chore(deps): bump actions/checkout in the github-actions group (#649)126b1e7chore(deps): bump@types/nodefrom 20.19.9 to 20.19.10 in the npm group (#647)f82d31echore(deps): bump the npm group with 3 updates (#643)f2352b9chore(deps): bump@types/nodefrom 20.19.2 to 20.19.7 in the npm group (#640)f0b3259chore(deps): bump the npm group across 1 directory with 4 updates (#638)f37a2f9chore(deps): bump the npm group with 2 updates (#635)db56014chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 (#634)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)