Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core(dev-deps): bump the dev-deps group with 4 updates #391

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2024

Bumps the dev-deps group with 4 updates: rspec, webmock, standard and octokit.

Updates rspec from 3.12.0 to 3.13.0

Commits

Updates webmock from 3.19.1 to 3.21.2

Changelog

Sourced from webmock's changelog.

3.21.2

  • Corrected type checking in WebMock::Response#assert_valid_body! to accurately recognize Hash objects. Additionally, improved the clarity of the error message for unsupported body types, guiding users towards proper usage.

    Thanks to Jake Robb for reporting.

3.21.1

  • The stubbed Net::HTTPResponse#uri now returns request.uri, aligning it with the behavior of an actual Net::HTTPResponse.

    Thanks to Abe Voelker for reporting and to Victor Maslov and Gio Lodi for the suggested solution.

3.21.0

  • Don't use deprecated Rack::VERSION for Rack >= 3

    Thanks to Étienne Barrié

  • Updated HTTPClient adapter, to build request signature using the URI after filters have been applied.

    Thanks to Matt Brown

3.20.0

  • Optimised EmHttpRequestAdapter performance.

    Thanks to Ricardo Trindade

  • Removed runtime dependency on base64.

    Thanks to Earlopain

  • Typhoeus::Response objects constructed from stubbed responses now have all timing attributes set to 0.0.

    Thanks to James Brown

  • Optimised WebMock::Util::Headers by removing redundant freeze invocations.

    Thanks to Kazuhiro NISHIYAMA

  • The default stubbed response body, which is an empty String, is unfrozen.

  • When building signatures of requests made by http.rb, the request body encoding is now preserved.

Commits
  • d209ee1 Version 3.21.2
  • f7080b5 Fixed type checking in WebMock::Response#assert_valid_body! to correctly iden...
  • 9b2bef0 Updated the list of contributors.
  • 9a27df8 Merge pull request #1016 from spikeheap/master
  • 3f4c320 Version 3.21.1
  • 5a1237f The stubbed Net::HTTPResponse#uri now returns request.uri, aligning it with t...
  • fb4c084 Version 3.21.0
  • ea7792c Merge pull request #1050 from mkmba-nz/webmock_sig_uri_after_filters
  • 37c9de9 Merge pull request #1049 from etiennebarrie/dont-use-deprecated-rack-version
  • 96726c0 httpclient: include a uri modifying filter in spec tests.
  • Additional commits viewable in compare view

Updates standard from 1.33.0 to 1.34.0

Changelog

Sourced from standard's changelog.

1.34.0

Commits
  • 7dd7486 👽 v1.34.0
  • d11aecb Merge pull request #607 from standardrb/updates-2024-02-13
  • 9e20e48 Update rubocop to 1.60.2
  • 76093d9 Merge pull request #605 from standardrb/disable-redundant-initialize
  • 6743bfc Disable redundant initialize
  • fcb21a9 Merge pull request #599 from olimart/patch-1
  • 1f0665f standard --> standardrb
  • 7a5593c Merge pull request #597 from djpowers/patch-1
  • e2a180f Add link to Helix configuration in editor support section
  • See full diff in compare view

Updates octokit from 8.0.0 to 8.1.0

Release notes

Sourced from octokit's releases.

v8.1.0

What's Changed

Features

Fixes

Maintenance

Docs

New Contributors

Full Changelog: octokit/octokit.rb@v7.2.0...v8.0.1

Commits
  • 8ee2054 v8.1.0
  • 727fee0 deps: Bump actions/cache from 3 to 4
  • 63da4d7 Bump actions/cache from 3 to 4
  • e970f19 deps: Bump peter-evans/create-or-update-comment from 3 to 4
  • 2fb3ad3 deps: Update rubocop requirement from 1.60.0 to 1.60.2
  • bf94caa Update rubocop requirement from 1.60.0 to 1.60.2
  • 47a6ce0 Bump peter-evans/create-or-update-comment from 3 to 4
  • 4d2b8c8 maint: Added base64 gem explicitly dependency
  • 8e1bab0 Paginate deployments (#1649)
  • c5009a2 Added base64 gem explicitly dependency
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Bumps the dev-deps group with 4 updates: [rspec](https://github.com/rspec/rspec-metagem), [webmock](https://github.com/bblimke/webmock), [standard](https://github.com/standardrb/standard) and [octokit](https://github.com/octokit/octokit.rb).


Updates `rspec` from 3.12.0 to 3.13.0
- [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0)

Updates `webmock` from 3.19.1 to 3.21.2
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.19.1...v3.21.2)

Updates `standard` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.33.0...v1.34.0)

Updates `octokit` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](octokit/octokit.rb@v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: octokit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 20, 2024
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7dbb97f) 6108 5257 86.07%
Head commit (e54b080) 12216 (+6108) 10514 (+5257) 86.07% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#391) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Copy link

Pull Request Test Coverage Report for Build 7969416956

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.117%

Totals Coverage Status
Change from base Build 7606647840: 0.0%
Covered Lines: 5257
Relevant Lines: 6108

💛 - Coveralls

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2024

Superseded by #392.

@dependabot dependabot bot closed this Feb 21, 2024
@dependabot dependabot bot deleted the dependabot/bundler/dev-deps-d98ad6ab79 branch February 21, 2024 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants