octopus-deploy-cookbook
octopus-deploy-cookbook copied to clipboard
Update dependency rake to v13
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rake (changelog) | '< 13' -> '< 14' |
Release Notes
ruby/rake (rake)
v13.2.1
What's Changed
- Suppressed "internal:array:52:in 'Array#each'" from backtrace by @hsbt in https://github.com/ruby/rake/pull/554
- Bump actions/configure-pages from 4 to 5 by @dependabot in https://github.com/ruby/rake/pull/553
Full Changelog: https://github.com/ruby/rake/compare/v13.2.0...v13.2.1
v13.2.0
What's Changed
- Fix rule example to be correct by @zenspider in https://github.com/ruby/rake/pull/525
- Switch to use test-unit by @hsbt in https://github.com/ruby/rake/pull/536
- Removed redundant block by @hsbt in https://github.com/ruby/rake/pull/537
- Use Struct instead of OpenStruct. by @hsbt in https://github.com/ruby/rake/pull/545
- Accept FileList object as directory task's target by @gemmaro in https://github.com/ruby/rake/pull/530
- Fix exception when exception has nil backtrace by @janbiedermann in https://github.com/ruby/rake/pull/451
- Add TruffleRuby on CI by @andrykonchin in https://github.com/ruby/rake/pull/551
New Contributors
- @zenspider made their first contribution in https://github.com/ruby/rake/pull/525
- @gemmaro made their first contribution in https://github.com/ruby/rake/pull/530
- @janbiedermann made their first contribution in https://github.com/ruby/rake/pull/451
- @andrykonchin made their first contribution in https://github.com/ruby/rake/pull/551
Full Changelog: https://github.com/ruby/rake/compare/v13.1.0...v13.2.0
v13.1.0
What's Changed
- Added dependabot.yml for actions by @hsbt in https://github.com/ruby/rake/pull/416
- Add Ruby 3.1 to the CI matrix by @petergoldstein in https://github.com/ruby/rake/pull/415
- (Performance) Remove unnecessary I/O syscalls for FileTasks by @da2x in https://github.com/ruby/rake/pull/393
- Skip test failure with JRuby by @hsbt in https://github.com/ruby/rake/pull/418
- Remove bin/rdoc by @tnir in https://github.com/ruby/rake/pull/421
- Remove bin/rake by @tnir in https://github.com/ruby/rake/pull/422
- Remove bin/bundle by @tnir in https://github.com/ruby/rake/pull/425
- Apply RuboCop linting for Ruby 2.3 by @tnir in https://github.com/ruby/rake/pull/423
- Update rubocop to work with Ruby 2.4 compatible by @tnir in https://github.com/ruby/rake/pull/424
- chore: fix typo in comments by @tnir in https://github.com/ruby/rake/pull/429
- Use 'test' as workflow name on Actions by @tnir in https://github.com/ruby/rake/pull/427
- docs: update CONTRIBUTING.rdoc by @tnir in https://github.com/ruby/rake/pull/428
- Add RuboCop job to Actions by @tnir in https://github.com/ruby/rake/pull/426
- Lock minitest-5.15.0 for Ruby 2.2 by @hsbt in https://github.com/ruby/rake/pull/442
- Eagerly require set in thread_pool.rb by @jeremyevans in https://github.com/ruby/rake/pull/440
- Avoid creating an unnecessary thread pool by @jeremyevans in https://github.com/ruby/rake/pull/441
- Add credit for maintenance in Rake 12/13 by @tnir in https://github.com/ruby/rake/pull/443
- Sh fully echoes commands which error exit by @MarkDBlackwell in https://github.com/ruby/rake/pull/147
- Correct RuboCop offenses by @deivid-rodriguez in https://github.com/ruby/rake/pull/444
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in https://github.com/ruby/rake/pull/450
- Add ruby 3.2 to test matrix by @hanneskaeufler in https://github.com/ruby/rake/pull/458
- Missing 'do' on example by @zzak in https://github.com/ruby/rake/pull/467
- Try to use dependabot automerge by @hsbt in https://github.com/ruby/rake/pull/470
- Rewrite auto-merge feature for dependabot by @hsbt in https://github.com/ruby/rake/pull/471
- Update bundler in Dependabot by @ono-max in https://github.com/ruby/rake/pull/472
- Fix grammar in help text by @mebezac in https://github.com/ruby/rake/pull/381
- Try to use ruby/ruby/.github/workflows/ruby_versions.yml@master by @hsbt in https://github.com/ruby/rake/pull/475
- Use GitHub Pages Action for generating rdoc page by @hsbt in https://github.com/ruby/rake/pull/477
- Support
#detailed_messagewhen task failed by @ksss in https://github.com/ruby/rake/pull/486 - Debug at stop when task fail by @ksss in https://github.com/ruby/rake/pull/489
- Drop to support Ruby 2.2 by @hsbt in https://github.com/ruby/rake/pull/492
- Bump up setup-ruby by @hsbt in https://github.com/ruby/rake/pull/497
- Update development dependencies by @hsbt in https://github.com/ruby/rake/pull/505
New Contributors
- @petergoldstein made their first contribution in https://github.com/ruby/rake/pull/415
- @da2x made their first contribution in https://github.com/ruby/rake/pull/393
- @tnir made their first contribution in https://github.com/ruby/rake/pull/421
- @step-security-bot made their first contribution in https://github.com/ruby/rake/pull/450
- @hanneskaeufler made their first contribution in https://github.com/ruby/rake/pull/458
- @ono-max made their first contribution in https://github.com/ruby/rake/pull/472
- @mebezac made their first contribution in https://github.com/ruby/rake/pull/381
- @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
v13.0.6
What's Changed
- Added Rake namespace explicitly by @hsbt in https://github.com/ruby/rake/pull/390
Full Changelog: https://github.com/ruby/rake/compare/v13.0.5...v13.0.6
v13.0.5
What's Changed
- Fixed the regression of #388 by @hsbt in https://github.com/ruby/rake/pull/389
Full Changelog: https://github.com/ruby/rake/compare/v13.0.4...v13.0.5
v13.0.4
What's Changed
- Add recent ruby versions to test by @nobu in https://github.com/ruby/rake/pull/377
- CI: use "3.0" to avoid YAML float conversions by @olleolleolle in https://github.com/ruby/rake/pull/380
- Remove unnecessary require by @deivid-rodriguez in https://github.com/ruby/rake/pull/379
- Suppress deprecation warning for
$\since ruby 3.0 by @nobu in https://github.com/ruby/rake/pull/378 - Add -C/--directory option the same as GNU make by @nobu in https://github.com/ruby/rake/pull/376
- Lazily load
setby @deivid-rodriguez in https://github.com/ruby/rake/pull/374 - rule learns to accept Symbols as a prereq name by @jasonkarns in https://github.com/ruby/rake/pull/350
- Fix rake test loader swallowing useful error information by @deivid-rodriguez in https://github.com/ruby/rake/pull/367
- Cleanup gemspec by @hsbt in https://github.com/ruby/rake/pull/386
New Contributors
- @jasonkarns made their first contribution in https://github.com/ruby/rake/pull/350
Full Changelog: https://github.com/ruby/rake/compare/v13.0.3...v13.0.4
v13.0.3
What's Changed
- Fix breaking change of execution order on TestTask by @ysakasin in https://github.com/ruby/rake/pull/368
New Contributors
- @ysakasin made their first contribution in https://github.com/ruby/rake/pull/368
Full Changelog: https://github.com/ruby/rake/compare/v13.0.2...v13.0.3
v13.0.2
What's Changed
- Test Rake on TruffleRuby by @eregon in https://github.com/ruby/rake/pull/331
- Do not include
.githubdirectory into released gem by @voxik in https://github.com/ruby/rake/pull/333 - Use ruby/setup-ruby to simplify CI by @eregon in https://github.com/ruby/rake/pull/335
- Test with jruby-head by @eregon in https://github.com/ruby/rake/pull/336
- Unify workflow files by @hsbt in https://github.com/ruby/rake/pull/341
- Fix tests to work with current FileUtils by @jeremyevans in https://github.com/ruby/rake/pull/358
- Update broken links to rake articles from Avdi in README by @svl7 in https://github.com/ruby/rake/pull/360
- Simplify default rake test loader by @deivid-rodriguez in https://github.com/ruby/rake/pull/357
- Update rdoc; HTTP -> HTTPS in https://github.com/ruby/rake/pull/366
New Contributors
- @eregon made their first contribution in https://github.com/ruby/rake/pull/331
- @voxik made their first contribution in https://github.com/ruby/rake/pull/333
- @svl7 made their first contribution in https://github.com/ruby/rake/pull/360
Full Changelog: https://github.com/ruby/rake/compare/v13.0.1...v13.0.2
v13.0.1
What's Changed
- Add project metadata to the gemspec by @orien in https://github.com/ruby/rake/pull/328
- Skip a taint test on Ruby 2.7 by @jeremyevans in https://github.com/ruby/rake/pull/329
- Fix an incorrectly resolved arg pattern by @mjbellantoni in https://github.com/ruby/rake/pull/327
- Fixed bug: Reenabled task raises previous exception on second invokation by @thorsteneckel in https://github.com/ruby/rake/pull/271
New Contributors
- @orien made their first contribution in https://github.com/ruby/rake/pull/328
- @mjbellantoni made their first contribution in https://github.com/ruby/rake/pull/327
- @thorsteneckel made their first contribution in https://github.com/ruby/rake/pull/271
Full Changelog: https://github.com/ruby/rake/compare/v13.0.0...v13.0.1
v13.0.0
What's Changed
- Enabled build matrix for GitHub Actions by @hsbt in https://github.com/ruby/rake/pull/320
- Try to use rvm on GitHub Actions. by @hsbt in https://github.com/ruby/rake/pull/322
- Cleanup gemspec by @hsbt in https://github.com/ruby/rake/pull/321
- Make
PackageTaskbe able to omit parent directory while packing files by @tonytonyjan in https://github.com/ruby/rake/pull/310 - Add order only dependency. by @take-cheeze in https://github.com/ruby/rake/pull/269
- Try to use setup-ruby on macos by @hsbt in https://github.com/ruby/rake/pull/324
- Update keyword args by @nobu in https://github.com/ruby/rake/pull/326
- Drop old ruby versions which are no longer tested by @nobu in https://github.com/ruby/rake/pull/325
New Contributors
- @tonytonyjan made their first contribution in https://github.com/ruby/rake/pull/310
Full Changelog: https://github.com/ruby/rake/compare/v12.3.3...v13.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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
disabled