Skip to content

Commit ebbd48c

Browse files
Update all non-major dependencies (#198)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.8.0` -> `6.9.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.8.0/6.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.8.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.8.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.8.0` -> `6.9.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.8.0/6.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.8.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.8.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rake](https://togithub.com/ruby/rake) ([changelog](https://togithub.com/ruby/rake/blob/v13.0.6/History.rdoc)) | `13.0.6` -> `13.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rake/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/rake/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/rake/13.0.6/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rake/13.0.6/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v6.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#690-2023-10-23) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) ##### Bug Fixes - **eslint-plugin:** \[no-confusing-void-expression] handle unfixable cases ([#&#8203;7674](https://togithub.com/typescript-eslint/typescript-eslint/issues/7674)) ([7e52f27](https://togithub.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2)) - **eslint-plugin:** \[no-unsafe-return] allow returning anything if explicitly returning any ([#&#8203;7708](https://togithub.com/typescript-eslint/typescript-eslint/issues/7708)) ([c6124b2](https://togithub.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b)) ##### Features - **eslint-plugin:** \[max-params] don't count `this: void` parameter ([#&#8203;7696](https://togithub.com/typescript-eslint/typescript-eslint/issues/7696)) ([6398d3f](https://togithub.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0)), closes [#&#8203;7538](https://togithub.com/typescript-eslint/typescript-eslint/issues/7538) - **eslint-plugin:** \[naming-convention] add support for default and namespace imports ([#&#8203;7269](https://togithub.com/typescript-eslint/typescript-eslint/issues/7269)) ([bb15aae](https://togithub.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c)) - **eslint-plugin:** \[no-restricted-imports] support import = require ([#&#8203;7709](https://togithub.com/typescript-eslint/typescript-eslint/issues/7709)) ([4c8edcf](https://togithub.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969)) - **eslint-plugin:** \[no-unsafe-enum-comparison] add switch suggestion ([#&#8203;7691](https://togithub.com/typescript-eslint/typescript-eslint/issues/7691)) ([53d5263](https://togithub.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58)), closes [#&#8203;7643](https://togithub.com/typescript-eslint/typescript-eslint/issues/7643) - **eslint-plugin:** \[prefer-readonly] private fields support ([#&#8203;7686](https://togithub.com/typescript-eslint/typescript-eslint/issues/7686)) ([0e875bf](https://togithub.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v6.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#690-2023-10-23) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) **Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>ruby/rake (rake)</summary> ### [`v13.1.0`](https://togithub.com/ruby/rake/releases/tag/v13.1.0) [Compare Source](https://togithub.com/ruby/rake/compare/v13.0.6...v13.1.0) #### What's Changed - Added dependabot.yml for actions by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/416](https://togithub.com/ruby/rake/pull/416) - Add Ruby 3.1 to the CI matrix by [@&#8203;petergoldstein](https://togithub.com/petergoldstein) in [https://github.com/ruby/rake/pull/415](https://togithub.com/ruby/rake/pull/415) - (Performance) Remove unnecessary I/O syscalls for FileTasks by [@&#8203;da2x](https://togithub.com/da2x) in [https://github.com/ruby/rake/pull/393](https://togithub.com/ruby/rake/pull/393) - Skip test failure with JRuby by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/418](https://togithub.com/ruby/rake/pull/418) - Bump actions/checkout from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/417](https://togithub.com/ruby/rake/pull/417) - Remove bin/rdoc by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/421](https://togithub.com/ruby/rake/pull/421) - Remove bin/rake by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/422](https://togithub.com/ruby/rake/pull/422) - Remove bin/bundle by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/425](https://togithub.com/ruby/rake/pull/425) - Apply RuboCop linting for Ruby 2.3 by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/423](https://togithub.com/ruby/rake/pull/423) - Update rubocop to work with Ruby 2.4 compatible by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/424](https://togithub.com/ruby/rake/pull/424) - chore: fix typo in comments by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/429](https://togithub.com/ruby/rake/pull/429) - Use 'test' as workflow name on Actions by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/427](https://togithub.com/ruby/rake/pull/427) - docs: update CONTRIBUTING.rdoc by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/428](https://togithub.com/ruby/rake/pull/428) - Add RuboCop job to Actions by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/426](https://togithub.com/ruby/rake/pull/426) - Lock minitest-5.15.0 for Ruby 2.2 by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/442](https://togithub.com/ruby/rake/pull/442) - Eagerly require set in thread_pool.rb by [@&#8203;jeremyevans](https://togithub.com/jeremyevans) in [https://github.com/ruby/rake/pull/440](https://togithub.com/ruby/rake/pull/440) - Avoid creating an unnecessary thread pool by [@&#8203;jeremyevans](https://togithub.com/jeremyevans) in [https://github.com/ruby/rake/pull/441](https://togithub.com/ruby/rake/pull/441) - Add credit for maintenance in Rake 12/13 by [@&#8203;tnir](https://togithub.com/tnir) in [https://github.com/ruby/rake/pull/443](https://togithub.com/ruby/rake/pull/443) - Sh fully echoes commands which error exit by [@&#8203;MarkDBlackwell](https://togithub.com/MarkDBlackwell) in [https://github.com/ruby/rake/pull/147](https://togithub.com/ruby/rake/pull/147) - Correct RuboCop offenses by [@&#8203;deivid-rodriguez](https://togithub.com/deivid-rodriguez) in [https://github.com/ruby/rake/pull/444](https://togithub.com/ruby/rake/pull/444) - \[StepSecurity] ci: Harden GitHub Actions by [@&#8203;step-security-bot](https://togithub.com/step-security-bot) in [https://github.com/ruby/rake/pull/450](https://togithub.com/ruby/rake/pull/450) - Bump ruby/setup-ruby from 1.126.0 to 1.127.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/453](https://togithub.com/ruby/rake/pull/453) - Bump actions/checkout from 3.1.0 to 3.2.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/454](https://togithub.com/ruby/rake/pull/454) - Bump ruby/setup-ruby from 1.127.0 to 1.131.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/457](https://togithub.com/ruby/rake/pull/457) - Add ruby 3.2 to test matrix by [@&#8203;hanneskaeufler](https://togithub.com/hanneskaeufler) in [https://github.com/ruby/rake/pull/458](https://togithub.com/ruby/rake/pull/458) - Bump ruby/setup-ruby from 1.131.0 to 1.133.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/459](https://togithub.com/ruby/rake/pull/459) - Bump actions/checkout from 3.2.0 to 3.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/463](https://togithub.com/ruby/rake/pull/463) - Bump ruby/setup-ruby from 1.133.0 to 1.133.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/462](https://togithub.com/ruby/rake/pull/462) - Bump ruby/setup-ruby from 1.133.1 to 1.133.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/464](https://togithub.com/ruby/rake/pull/464) - Bump ruby/setup-ruby from 1.133.2 to 1.134.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/466](https://togithub.com/ruby/rake/pull/466) - Missing 'do' on example by [@&#8203;zzak](https://togithub.com/zzak) in [https://github.com/ruby/rake/pull/467](https://togithub.com/ruby/rake/pull/467) - Try to use dependabot automerge by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/470](https://togithub.com/ruby/rake/pull/470) - Rewrite auto-merge feature for dependabot by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/471](https://togithub.com/ruby/rake/pull/471) - Bump ruby/setup-ruby from 1.134.0 to 1.137.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/469](https://togithub.com/ruby/rake/pull/469) - Update bundler in Dependabot by [@&#8203;ono-max](https://togithub.com/ono-max) in [https://github.com/ruby/rake/pull/472](https://togithub.com/ruby/rake/pull/472) - Bump ruby/setup-ruby from 1.137.2 to 1.138.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/473](https://togithub.com/ruby/rake/pull/473) - Update minitest requirement from 5.15.0 to 5.17.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/474](https://togithub.com/ruby/rake/pull/474) - Fix grammar in help text by [@&#8203;mebezac](https://togithub.com/mebezac) in [https://github.com/ruby/rake/pull/381](https://togithub.com/ruby/rake/pull/381) - Try to use ruby/ruby/.github/workflows/ruby_versions.yml@master by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/475](https://togithub.com/ruby/rake/pull/475) - Bump lewagon/wait-on-check-action from 1.2.0 to 1.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/476](https://togithub.com/ruby/rake/pull/476) - Use GitHub Pages Action for generating rdoc page by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/477](https://togithub.com/ruby/rake/pull/477) - Bump ruby/setup-ruby from 1.138.0 to 1.143.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/478](https://togithub.com/ruby/rake/pull/478) - Update minitest requirement from 5.17.0 to 5.18.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/479](https://togithub.com/ruby/rake/pull/479) - Bump ruby/setup-ruby from 1.143.0 to 1.144.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/480](https://togithub.com/ruby/rake/pull/480) - Bump ruby/setup-ruby from 1.144.0 to 1.144.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/482](https://togithub.com/ruby/rake/pull/482) - Bump actions/deploy-pages from 1 to 2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/481](https://togithub.com/ruby/rake/pull/481) - Bump ruby/setup-ruby from 1.144.1 to 1.144.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/484](https://togithub.com/ruby/rake/pull/484) - Update rubocop requirement from ~> 1.12.1 to ~> 1.48.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/485](https://togithub.com/ruby/rake/pull/485) - Bump ruby/setup-ruby from 1.144.2 to 1.145.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/487](https://togithub.com/ruby/rake/pull/487) - Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/488](https://togithub.com/ruby/rake/pull/488) - Support `#detailed_message` when task failed by [@&#8203;ksss](https://togithub.com/ksss) in [https://github.com/ruby/rake/pull/486](https://togithub.com/ruby/rake/pull/486) - Debug at stop when task fail by [@&#8203;ksss](https://togithub.com/ksss) in [https://github.com/ruby/rake/pull/489](https://togithub.com/ruby/rake/pull/489) - Drop to support Ruby 2.2 by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/492](https://togithub.com/ruby/rake/pull/492) - Bump ruby/setup-ruby from 1.145.0 to 1.146.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/491](https://togithub.com/ruby/rake/pull/491) - Update rubocop requirement from ~> 1.49.0 to ~> 1.50.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/493](https://togithub.com/ruby/rake/pull/493) - Bump up setup-ruby by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/497](https://togithub.com/ruby/rake/pull/497) - Bump ruby/setup-ruby from 1.148.0 to 1.149.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/498](https://togithub.com/ruby/rake/pull/498) - Update rubocop requirement from ~> 1.50.1 to ~> 1.51.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/499](https://togithub.com/ruby/rake/pull/499) - Bump ruby/setup-ruby from 1.149.0 to 1.150.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/500](https://togithub.com/ruby/rake/pull/500) - Update rubocop requirement from ~> 1.51.0 to ~> 1.52.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/502](https://togithub.com/ruby/rake/pull/502) - Bump ruby/setup-ruby from 1.150.0 to 1.151.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/503](https://togithub.com/ruby/rake/pull/503) - Update development dependencies by [@&#8203;hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/rake/pull/505](https://togithub.com/ruby/rake/pull/505) - Bump ruby/setup-ruby from 1.151.0 to 1.152.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/506](https://togithub.com/ruby/rake/pull/506) - Bump actions/upload-pages-artifact from 1 to 2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/508](https://togithub.com/ruby/rake/pull/508) - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/513](https://togithub.com/ruby/rake/pull/513) - Bump ruby/setup-ruby from 1.152.0 to 1.153.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/514](https://togithub.com/ruby/rake/pull/514) - Bump actions/checkout from 4.0.0 to 4.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/516](https://togithub.com/ruby/rake/pull/516) - Bump ruby/setup-ruby from 1.153.0 to 1.154.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/517](https://togithub.com/ruby/rake/pull/517) - Bump ruby/setup-ruby from 1.154.0 to 1.155.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/518](https://togithub.com/ruby/rake/pull/518) - Bump ruby/setup-ruby from 1.155.0 to 1.156.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/519](https://togithub.com/ruby/rake/pull/519) - Bump actions/checkout from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/520](https://togithub.com/ruby/rake/pull/520) - Bump ruby/setup-ruby from 1.156.0 to 1.157.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ruby/rake/pull/521](https://togithub.com/ruby/rake/pull/521) #### New Contributors - [@&#8203;petergoldstein](https://togithub.com/petergoldstein) made their first contribution in [https://github.com/ruby/rake/pull/415](https://togithub.com/ruby/rake/pull/415) - [@&#8203;da2x](https://togithub.com/da2x) made their first contribution in [https://github.com/ruby/rake/pull/393](https://togithub.com/ruby/rake/pull/393) - [@&#8203;dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/ruby/rake/pull/417](https://togithub.com/ruby/rake/pull/417) - [@&#8203;tnir](https://togithub.com/tnir) made their first contribution in [https://github.com/ruby/rake/pull/421](https://togithub.com/ruby/rake/pull/421) - [@&#8203;step-security-bot](https://togithub.com/step-security-bot) made their first contribution in [https://github.com/ruby/rake/pull/450](https://togithub.com/ruby/rake/pull/450) - [@&#8203;hanneskaeufler](https://togithub.com/hanneskaeufler) made their first contribution in [https://github.com/ruby/rake/pull/458](https://togithub.com/ruby/rake/pull/458) - [@&#8203;ono-max](https://togithub.com/ono-max) made their first contribution in [https://github.com/ruby/rake/pull/472](https://togithub.com/ruby/rake/pull/472) - [@&#8203;mebezac](https://togithub.com/mebezac) made their first contribution in [https://github.com/ruby/rake/pull/381](https://togithub.com/ruby/rake/pull/381) - [@&#8203;ksss](https://togithub.com/ksss) made their first contribution in [https://github.com/ruby/rake/pull/486](https://togithub.com/ruby/rake/pull/486) **Full Changelog**: ruby/rake@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 becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/powerhome/power-tools). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 462beb5 commit ebbd48c

File tree

8 files changed

+61
-61
lines changed

8 files changed

+61
-61
lines changed

packages/audit_tracker/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
thor (~> 1.0)
9999
zeitwerk (~> 2.5)
100100
rainbow (3.1.1)
101-
rake (13.0.6)
101+
rake (13.1.0)
102102
regexp_parser (2.8.1)
103103
rexml (3.2.6)
104104
rspec (3.12.0)

packages/data_taster/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
racc (1.7.1)
3535
rack (3.0.8)
3636
rainbow (3.1.1)
37-
rake (13.0.6)
37+
rake (13.1.0)
3838
regexp_parser (2.8.1)
3939
rexml (3.2.6)
4040
rspec (3.12.0)

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"test": "echo 'No tests on eslint-config'"
2626
},
2727
"peerDependencies": {
28-
"@typescript-eslint/eslint-plugin": "6.8.0",
29-
"@typescript-eslint/parser": "6.8.0",
28+
"@typescript-eslint/eslint-plugin": "6.9.0",
29+
"@typescript-eslint/parser": "6.9.0",
3030
"@babel/eslint-parser": "8 || 10 || 7",
3131
"eslint": "8.52.0",
3232
"eslint-plugin-flowtype": "8.0.3",
@@ -37,8 +37,8 @@
3737
"typescript": "5.2.2"
3838
},
3939
"devDependencies": {
40-
"@typescript-eslint/eslint-plugin": "6.8.0",
41-
"@typescript-eslint/parser": "6.8.0",
40+
"@typescript-eslint/eslint-plugin": "6.9.0",
41+
"@typescript-eslint/parser": "6.9.0",
4242
"@babel/core": "7.23.2",
4343
"@babel/eslint-parser": "7.22.15",
4444
"eslint": "8.52.0",

packages/eslint-config/yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -397,89 +397,89 @@
397397
dependencies:
398398
"@types/yargs-parser" "*"
399399

400-
"@typescript-eslint/eslint-plugin@6.8.0":
401-
version "6.8.0"
402-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
403-
integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
400+
"@typescript-eslint/eslint-plugin@6.9.0":
401+
version "6.9.0"
402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz#fdb6f3821c0167e3356e9d89c80e8230b2e401f4"
403+
integrity sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==
404404
dependencies:
405405
"@eslint-community/regexpp" "^4.5.1"
406-
"@typescript-eslint/scope-manager" "6.8.0"
407-
"@typescript-eslint/type-utils" "6.8.0"
408-
"@typescript-eslint/utils" "6.8.0"
409-
"@typescript-eslint/visitor-keys" "6.8.0"
406+
"@typescript-eslint/scope-manager" "6.9.0"
407+
"@typescript-eslint/type-utils" "6.9.0"
408+
"@typescript-eslint/utils" "6.9.0"
409+
"@typescript-eslint/visitor-keys" "6.9.0"
410410
debug "^4.3.4"
411411
graphemer "^1.4.0"
412412
ignore "^5.2.4"
413413
natural-compare "^1.4.0"
414414
semver "^7.5.4"
415415
ts-api-utils "^1.0.1"
416416

417-
"@typescript-eslint/parser@6.8.0":
418-
version "6.8.0"
419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.8.0.tgz#bb2a969d583db242f1ee64467542f8b05c2e28cb"
420-
integrity sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==
417+
"@typescript-eslint/parser@6.9.0":
418+
version "6.9.0"
419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.0.tgz#2b402cadeadd3f211c25820e5433413347b27391"
420+
integrity sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==
421421
dependencies:
422-
"@typescript-eslint/scope-manager" "6.8.0"
423-
"@typescript-eslint/types" "6.8.0"
424-
"@typescript-eslint/typescript-estree" "6.8.0"
425-
"@typescript-eslint/visitor-keys" "6.8.0"
422+
"@typescript-eslint/scope-manager" "6.9.0"
423+
"@typescript-eslint/types" "6.9.0"
424+
"@typescript-eslint/typescript-estree" "6.9.0"
425+
"@typescript-eslint/visitor-keys" "6.9.0"
426426
debug "^4.3.4"
427427

428-
"@typescript-eslint/scope-manager@6.8.0":
429-
version "6.8.0"
430-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
431-
integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
428+
"@typescript-eslint/scope-manager@6.9.0":
429+
version "6.9.0"
430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz#2626e9a7fe0e004c3e25f3b986c75f584431134e"
431+
integrity sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==
432432
dependencies:
433-
"@typescript-eslint/types" "6.8.0"
434-
"@typescript-eslint/visitor-keys" "6.8.0"
433+
"@typescript-eslint/types" "6.9.0"
434+
"@typescript-eslint/visitor-keys" "6.9.0"
435435

436-
"@typescript-eslint/type-utils@6.8.0":
437-
version "6.8.0"
438-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz#50365e44918ca0fd159844b5d6ea96789731e11f"
439-
integrity sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==
436+
"@typescript-eslint/type-utils@6.9.0":
437+
version "6.9.0"
438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz#23923c8c9677c2ad41457cf8e10a5f2946be1b04"
439+
integrity sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==
440440
dependencies:
441-
"@typescript-eslint/typescript-estree" "6.8.0"
442-
"@typescript-eslint/utils" "6.8.0"
441+
"@typescript-eslint/typescript-estree" "6.9.0"
442+
"@typescript-eslint/utils" "6.9.0"
443443
debug "^4.3.4"
444444
ts-api-utils "^1.0.1"
445445

446-
"@typescript-eslint/types@6.8.0":
447-
version "6.8.0"
448-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
449-
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
446+
"@typescript-eslint/types@6.9.0":
447+
version "6.9.0"
448+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.0.tgz#86a0cbe7ac46c0761429f928467ff3d92f841098"
449+
integrity sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==
450450

451-
"@typescript-eslint/typescript-estree@6.8.0":
452-
version "6.8.0"
453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz#9565f15e0cd12f55cf5aa0dfb130a6cb0d436ba1"
454-
integrity sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==
451+
"@typescript-eslint/typescript-estree@6.9.0":
452+
version "6.9.0"
453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz#d0601b245be873d8fe49f3737f93f8662c8693d4"
454+
integrity sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==
455455
dependencies:
456-
"@typescript-eslint/types" "6.8.0"
457-
"@typescript-eslint/visitor-keys" "6.8.0"
456+
"@typescript-eslint/types" "6.9.0"
457+
"@typescript-eslint/visitor-keys" "6.9.0"
458458
debug "^4.3.4"
459459
globby "^11.1.0"
460460
is-glob "^4.0.3"
461461
semver "^7.5.4"
462462
ts-api-utils "^1.0.1"
463463

464-
"@typescript-eslint/utils@6.8.0":
465-
version "6.8.0"
466-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
467-
integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
464+
"@typescript-eslint/utils@6.9.0":
465+
version "6.9.0"
466+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
467+
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
468468
dependencies:
469469
"@eslint-community/eslint-utils" "^4.4.0"
470470
"@types/json-schema" "^7.0.12"
471471
"@types/semver" "^7.5.0"
472-
"@typescript-eslint/scope-manager" "6.8.0"
473-
"@typescript-eslint/types" "6.8.0"
474-
"@typescript-eslint/typescript-estree" "6.8.0"
472+
"@typescript-eslint/scope-manager" "6.9.0"
473+
"@typescript-eslint/types" "6.9.0"
474+
"@typescript-eslint/typescript-estree" "6.9.0"
475475
semver "^7.5.4"
476476

477-
"@typescript-eslint/visitor-keys@6.8.0":
478-
version "6.8.0"
479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
480-
integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
477+
"@typescript-eslint/visitor-keys@6.9.0":
478+
version "6.9.0"
479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz#cc69421c10c4ac997ed34f453027245988164e80"
480+
integrity sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==
481481
dependencies:
482-
"@typescript-eslint/types" "6.8.0"
482+
"@typescript-eslint/types" "6.9.0"
483483
eslint-visitor-keys "^3.4.1"
484484

485485
"@ungap/structured-clone@^1.2.0":

packages/nitro_config/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
thor (~> 1.0)
9595
zeitwerk (~> 2.5)
9696
rainbow (3.1.1)
97-
rake (13.0.6)
97+
rake (13.1.0)
9898
regexp_parser (2.8.1)
9999
rexml (3.2.6)
100100
rspec (3.12.0)

packages/ostruct-sanitizer/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gemspec
77
gem "bundler", "~> 2.4.7"
88
gem "byebug"
99
gem "license_finder", "~> 7.0"
10-
gem "rake", "13.0.6"
10+
gem "rake", "13.1.0"
1111
gem "rspec", "3.12.0"
1212
gem "rubocop-powerhome", "0.5.2"

packages/ostruct-sanitizer/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GEM
3535
racc (1.7.1)
3636
rack (3.0.8)
3737
rainbow (3.1.1)
38-
rake (13.0.6)
38+
rake (13.1.0)
3939
regexp_parser (2.8.1)
4040
rexml (3.2.6)
4141
rspec (3.12.0)
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
byebug
108108
license_finder (~> 7.0)
109109
ostruct-sanitizer!
110-
rake (= 13.0.6)
110+
rake (= 13.1.0)
111111
rspec (= 3.12.0)
112112
rubocop-powerhome (= 0.5.2)
113113

packages/rubocop-cobra/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ GEM
5353
racc (1.7.1)
5454
rack (3.0.8)
5555
rainbow (3.1.1)
56-
rake (13.0.6)
56+
rake (13.1.0)
5757
regexp_parser (2.8.1)
5858
rexml (3.2.6)
5959
rspec (3.12.0)

0 commit comments

Comments
 (0)