chore(deps): update dependency rake to v13.1.0 #193

Merged
renovate merged 1 commit from renovate/rake-13.x-lockfile into main 2023-10-28 15:26:56 +13:00
Collaborator

This PR contains the following updates:

Package Update Change
rake (changelog) minor 13.0.6 -> 13.1.0

Release Notes

ruby/rake (rake)

v13.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/rake/compare/v13.0.6...v13.1.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rake](https://github.com/ruby/rake) ([changelog](https://github.com/ruby/rake/blob/v13.1.0/History.rdoc)) | minor | `13.0.6` -> `13.1.0` | --- ### Release Notes <details> <summary>ruby/rake (rake)</summary> ### [`v13.1.0`](https://github.com/ruby/rake/releases/tag/v13.1.0) [Compare Source](https://github.com/ruby/rake/compare/v13.0.6...v13.1.0) #### What's Changed - Added dependabot.yml for actions by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/416 - Add Ruby 3.1 to the CI matrix by [@&#8203;petergoldstein](https://github.com/petergoldstein) in https://github.com/ruby/rake/pull/415 - (Performance) Remove unnecessary I/O syscalls for FileTasks by [@&#8203;da2x](https://github.com/da2x) in https://github.com/ruby/rake/pull/393 - Skip test failure with JRuby by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/418 - Bump actions/checkout from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/417 - Remove bin/rdoc by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/421 - Remove bin/rake by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/422 - Remove bin/bundle by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/425 - Apply RuboCop linting for Ruby 2.3 by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/423 - Update rubocop to work with Ruby 2.4 compatible by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/424 - chore: fix typo in comments by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/429 - Use 'test' as workflow name on Actions by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/427 - docs: update CONTRIBUTING.rdoc by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/428 - Add RuboCop job to Actions by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/426 - Lock minitest-5.15.0 for Ruby 2.2 by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/442 - Eagerly require set in thread_pool.rb by [@&#8203;jeremyevans](https://github.com/jeremyevans) in https://github.com/ruby/rake/pull/440 - Avoid creating an unnecessary thread pool by [@&#8203;jeremyevans](https://github.com/jeremyevans) in https://github.com/ruby/rake/pull/441 - Add credit for maintenance in Rake 12/13 by [@&#8203;tnir](https://github.com/tnir) in https://github.com/ruby/rake/pull/443 - Sh fully echoes commands which error exit by [@&#8203;MarkDBlackwell](https://github.com/MarkDBlackwell) in https://github.com/ruby/rake/pull/147 - Correct RuboCop offenses by [@&#8203;deivid-rodriguez](https://github.com/deivid-rodriguez) in https://github.com/ruby/rake/pull/444 - \[StepSecurity] ci: Harden GitHub Actions by [@&#8203;step-security-bot](https://github.com/step-security-bot) in https://github.com/ruby/rake/pull/450 - Bump ruby/setup-ruby from 1.126.0 to 1.127.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/453 - Bump actions/checkout from 3.1.0 to 3.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/454 - Bump ruby/setup-ruby from 1.127.0 to 1.131.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/457 - Add ruby 3.2 to test matrix by [@&#8203;hanneskaeufler](https://github.com/hanneskaeufler) in https://github.com/ruby/rake/pull/458 - Bump ruby/setup-ruby from 1.131.0 to 1.133.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/459 - Bump actions/checkout from 3.2.0 to 3.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/463 - Bump ruby/setup-ruby from 1.133.0 to 1.133.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/462 - Bump ruby/setup-ruby from 1.133.1 to 1.133.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/464 - Bump ruby/setup-ruby from 1.133.2 to 1.134.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/466 - Missing 'do' on example by [@&#8203;zzak](https://github.com/zzak) in https://github.com/ruby/rake/pull/467 - Try to use dependabot automerge by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/470 - Rewrite auto-merge feature for dependabot by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/471 - Bump ruby/setup-ruby from 1.134.0 to 1.137.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/469 - Update bundler in Dependabot by [@&#8203;ono-max](https://github.com/ono-max) in https://github.com/ruby/rake/pull/472 - Bump ruby/setup-ruby from 1.137.2 to 1.138.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/473 - Update minitest requirement from 5.15.0 to 5.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/474 - Fix grammar in help text by [@&#8203;mebezac](https://github.com/mebezac) in https://github.com/ruby/rake/pull/381 - Try to use ruby/ruby/.github/workflows/ruby_versions.yml@master by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/475 - Bump lewagon/wait-on-check-action from 1.2.0 to 1.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/476 - Use GitHub Pages Action for generating rdoc page by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/477 - Bump ruby/setup-ruby from 1.138.0 to 1.143.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/478 - Update minitest requirement from 5.17.0 to 5.18.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/479 - Bump ruby/setup-ruby from 1.143.0 to 1.144.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/480 - Bump ruby/setup-ruby from 1.144.0 to 1.144.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/482 - Bump actions/deploy-pages from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/481 - Bump ruby/setup-ruby from 1.144.1 to 1.144.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/484 - Update rubocop requirement from ~> 1.12.1 to ~> 1.48.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/485 - Bump ruby/setup-ruby from 1.144.2 to 1.145.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/487 - Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/488 - Support `#detailed_message` when task failed by [@&#8203;ksss](https://github.com/ksss) in https://github.com/ruby/rake/pull/486 - Debug at stop when task fail by [@&#8203;ksss](https://github.com/ksss) in https://github.com/ruby/rake/pull/489 - Drop to support Ruby 2.2 by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/492 - Bump ruby/setup-ruby from 1.145.0 to 1.146.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/491 - Update rubocop requirement from ~> 1.49.0 to ~> 1.50.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/493 - Bump up setup-ruby by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/497 - Bump ruby/setup-ruby from 1.148.0 to 1.149.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/498 - Update rubocop requirement from ~> 1.50.1 to ~> 1.51.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/499 - Bump ruby/setup-ruby from 1.149.0 to 1.150.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/500 - Update rubocop requirement from ~> 1.51.0 to ~> 1.52.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/502 - Bump ruby/setup-ruby from 1.150.0 to 1.151.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/503 - Update development dependencies by [@&#8203;hsbt](https://github.com/hsbt) in https://github.com/ruby/rake/pull/505 - Bump ruby/setup-ruby from 1.151.0 to 1.152.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/506 - Bump actions/upload-pages-artifact from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/508 - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/513 - Bump ruby/setup-ruby from 1.152.0 to 1.153.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/514 - Bump actions/checkout from 4.0.0 to 4.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/516 - Bump ruby/setup-ruby from 1.153.0 to 1.154.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/517 - Bump ruby/setup-ruby from 1.154.0 to 1.155.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/518 - Bump ruby/setup-ruby from 1.155.0 to 1.156.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/519 - Bump actions/checkout from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/520 - Bump ruby/setup-ruby from 1.156.0 to 1.157.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ruby/rake/pull/521 #### New Contributors - [@&#8203;petergoldstein](https://github.com/petergoldstein) made their first contribution in https://github.com/ruby/rake/pull/415 - [@&#8203;da2x](https://github.com/da2x) made their first contribution in https://github.com/ruby/rake/pull/393 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/ruby/rake/pull/417 - [@&#8203;tnir](https://github.com/tnir) made their first contribution in https://github.com/ruby/rake/pull/421 - [@&#8203;step-security-bot](https://github.com/step-security-bot) made their first contribution in https://github.com/ruby/rake/pull/450 - [@&#8203;hanneskaeufler](https://github.com/hanneskaeufler) made their first contribution in https://github.com/ruby/rake/pull/458 - [@&#8203;ono-max](https://github.com/ono-max) made their first contribution in https://github.com/ruby/rake/pull/472 - [@&#8203;mebezac](https://github.com/mebezac) made their first contribution in https://github.com/ruby/rake/pull/381 - [@&#8203;ksss](https://github.com/ksss) made their first contribution in https://github.com/ruby/rake/pull/486 **Full Changelog**: https://github.com/ruby/rake/compare/v13.0.6...v13.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added 1 commit 2023-10-28 15:25:48 +13:00
chore(deps): update dependency rake to v13.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2b82edebb2
renovate scheduled this pull request to auto merge when all checks succeed 2023-10-28 15:25:48 +13:00
renovate merged commit 2b82edebb2 into main 2023-10-28 15:26:56 +13:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: james/wag#193
No description provided.