Bump the ruby-deps group in /ruby with 2 updates - #140
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the ruby-deps group in /ruby with 2 updates: [simplecov](https://github.com/simplecov-ruby/simplecov) and [yard](https://github.com/lsegal/yard). Updates `simplecov` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v1.0.1...v1.0.2) Updates `yard` from 0.9.44 to 0.9.45 - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](lsegal/yard@v0.9.44...v0.9.45) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: yard dependency-version: 0.9.45 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bumps the ruby-deps group in /ruby with 2 updates: simplecov and yard.
Updates
simplecovfrom 1.0.1 to 1.0.2Release notes
Sourced from simplecov's releases.
Changelog
Sourced from simplecov's changelog.
Commits
803dcbcBump version to 1.0.2177b0ccRestore a clean Steep check for the post-1.0.1 codeb57bf8dAggregate runtime-duplicated coverage entries by source location9599343Drop a simulated file's branches when a real run covered it25d1ab5Add a differential fuzzer for the static coverage extractor2aff8feMatch Coverage's legacy branch conventions and survive stdlib Prismbbb4737Skip synthesizing branches for constant-folded conditions6669cbfMatch Coverage's safe-navigation range when the call takes a block21a8a08Fix NoMethodError in the standalone CLI's colorizing subcommandse27cfd0Bump step-security/harden-runner from 2.19.4 to 2.20.0Updates
yardfrom 0.9.44 to 0.9.45Release notes
Sourced from yard's releases.
Changelog
Sourced from yard's changelog.
Commits
2659ecdRelease: v0.9.452b467e0Create a gh-fix skill2842ba7Update changelog00fe9b1Refactor server sanitization logicc6fd371Use@paramtypes for Struct and Data members (#1695)d2a8883Merge remote-tracking branch 'origin/main' into fix/issue-1684-struct-data-pa...674d0cfFix parser method redefinition warnings (#1694)9483cd3Use param types for Struct and Data members12ed8b7Merge main into fix/issue-1687-method-redefined-warnings9b874e2Fix HTML generation for RBS constantsDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Update dev dependencies in /ruby:
simplecovto 1.0.2 andyardto 0.9.45 to improve coverage accuracy and docs tooling with no runtime impact.simplecov1.0.1 → 1.0.2 — fixes CLI color crash without a .simplecov file; improves branch/method coverage merging; reduces phantom branches.yard0.9.44 → 0.9.45 — adds RDoc 8 compatibility; better Struct/Data param types; fixes warnings; tighter server path sanitization.Written for commit 7f21ad5. Summary will update on new commits.