Conversation
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
fd44f76 to
5dc052d
Compare
Contributor
|
Building yozefu-app v0.0.19 (current)
Built [ 189.597s] (current)
Parsing yozefu-app v0.0.19 (current)
Parsed [ 0.011s] (current)
Building yozefu-app v0.0.18 (baseline)
Built [ 178.092s] (baseline)
Parsing yozefu-app v0.0.18 (baseline)
Parsed [ 0.012s] (baseline)
Checking yozefu-app v0.0.18 -> v0.0.19 (assume patch change)
Checked [ 0.017s] 184 checks: 181 pass, 3 fail, 0 warn, 16 skip
--- failure constructible_struct_adds_field: externally-constructible struct adds field ---
Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field GlobalConfig.log_file in /home/runner/work/yozefu/yozefu/crates/app/src/configuration/global_config.rs:58
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/inherent_method_missing.ron
Failed in:
GlobalConfig::path, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:115
GlobalConfig::yozefu_directory, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:120
GlobalConfig::logs_file, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:153
GlobalConfig::themes_file, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:160
GlobalConfig::themes, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:165
GlobalConfig::filters_dir, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:176
--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---
Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/struct_pub_field_missing.ron
Failed in:
field global of struct InternalConfig, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/internal_config.rs:14
field logs_file of struct YozefuConfig, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/yozefu_config.rs:13
field yozefu_directory of struct GlobalConfig, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:38
field logs of struct GlobalConfig, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/app/src/configuration/global_config.rs:41
Summary semver requires new major version: 3 major and 0 minor checks failed
Finished [ 370.536s] yozefu-app
Building yozefu-command v0.0.19 (current)
Built [ 212.523s] (current)
Parsing yozefu-command v0.0.19 (current)
Parsed [ 0.017s] (current)
Building yozefu-command v0.0.18 (baseline)
Built [ 211.300s] (baseline)
Parsing yozefu-command v0.0.18 (baseline)
Parsed [ 0.018s] (baseline)
Checking yozefu-command v0.0.18 -> v0.0.19 (assume patch change)
Checked [ 0.014s] 184 checks: 183 pass, 1 fail, 0 warn, 16 skip
--- failure function_missing: pub fn removed or renamed ---
Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/function_missing.ron
Failed in:
function yozefu_command::read_config, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_18/6512e7666696637ac560a98ce2b5537c41952636/crates/command/src/lib.rs:20
Summary semver requires new major version: 1 major and 0 minor checks failed
Finished [ 427.845s] yozefu-command
Building yozefu-lib v0.0.19 (current)
Built [ 51.403s] (current)
Parsing yozefu-lib v0.0.19 (current)
Parsed [ 0.017s] (current)
Building yozefu-lib v0.0.18 (baseline)
Built [ 49.893s] (baseline)
Parsing yozefu-lib v0.0.18 (baseline)
Parsed [ 0.018s] (baseline)
Checking yozefu-lib v0.0.18 -> v0.0.19 (assume patch change)
Checked [ 0.038s] 184 checks: 184 pass, 16 skip
Summary no semver update required
Finished [ 103.738s] yozefu-lib
Building yozefu-wasm-types v0.0.19 (current)
Built [ 20.860s] (current)
Parsing yozefu-wasm-types v0.0.19 (current)
Parsed [ 0.003s] (current)
Building yozefu-wasm-types v0.0.18 (baseline)
Built [ 20.890s] (baseline)
Parsing yozefu-wasm-types v0.0.18 (baseline)
Parsed [ 0.003s] (baseline)
Checking yozefu-wasm-types v0.0.18 -> v0.0.19 (assume patch change)
Checked [ 0.012s] 184 checks: 184 pass, 16 skip
Summary no semver update required
Finished [ 43.253s] yozefu-wasm-types |
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.
No description provided.