bagussatoto / Aplikasi-Laundry

Halo, ini adalah aplikasi Laundry yang dibangun dengan cinta (love). Aplikasi ini sudah bisa multi toko loh, alias kamu bisa membuat cabang laundry
htps://www.laundryapp.xyz
GNU General Public License v3.0
3 stars 2 forks source link

Update dependency laravel-notification-channels/telegram to ^0.9.0 #11

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel-notification-channels/telegram ^0.5.1 -> ^0.9.0 age adoption passing confidence

Release Notes

laravel-notification-channels/telegram (laravel-notification-channels/telegram) ### [`v0.9.0`](https://redirect.github.com/laravel-notification-channels/telegram/blob/HEAD/CHANGELOG.md#090---2021-11-24) [Compare Source](https://redirect.github.com/laravel-notification-channels/telegram/compare/0.8.0...0.9.0) - Add Poll Support. PR [#​130](https://redirect.github.com/laravel-notification-channels/telegram/pull/130). - Remove StyleCI in favor of GitHub Actions Workflow for Code Styling. PR [#​131](https://redirect.github.com/laravel-notification-channels/telegram/pull/131). ### [`v0.8.0`](https://redirect.github.com/laravel-notification-channels/telegram/blob/HEAD/CHANGELOG.md#080---2021-11-14) [Compare Source](https://redirect.github.com/laravel-notification-channels/telegram/compare/0.7.0...0.8.0) - Add message chunking feature (`chunk($limit)`) in cases where the message is too long. Closes [#​127](https://redirect.github.com/laravel-notification-channels/telegram/issues/127). ### [`v0.7.0`](https://redirect.github.com/laravel-notification-channels/telegram/blob/HEAD/CHANGELOG.md#070---2021-10-28) [Compare Source](https://redirect.github.com/laravel-notification-channels/telegram/compare/0.6.0...0.7.0) - Dropped PHP 7.1 support. PR [#​118](https://redirect.github.com/laravel-notification-channels/telegram/pull/118). - Dispatch event `NotificationFailed` on exception. PR [#​119](https://redirect.github.com/laravel-notification-channels/telegram/pull/119). - Test against PHP 8.1. PR [#​120](https://redirect.github.com/laravel-notification-channels/telegram/pull/120). - Add support to use `TelegramChannel::class` in on-demand notification route. PR [#​122](https://redirect.github.com/laravel-notification-channels/telegram/pull/122). - Refactor channel registration with the channel manager. PR [#​122](https://redirect.github.com/laravel-notification-channels/telegram/pull/122). ### [`v0.6.0`](https://redirect.github.com/laravel-notification-channels/telegram/blob/HEAD/CHANGELOG.md#060---2021-10-04) [Compare Source](https://redirect.github.com/laravel-notification-channels/telegram/compare/0.5.1...0.6.0) - Add GitHub Actions workflows for tests and coverage. PR [#​103](https://redirect.github.com/laravel-notification-channels/telegram/pull/103). - Add alternate method to resolve Telegram notification channel. PR [#​110](https://redirect.github.com/laravel-notification-channels/telegram/pull/110). - Add `buttonWithCallback()` method. PR [#​114](https://redirect.github.com/laravel-notification-channels/telegram/pull/114). - Revise file upload logic. - Add more info on proxy setting. - Remove dead badges.

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/0870ae/bec2a3/repos/github/bagussatoto/Aplikasi-Laundry":"/tmp/worker/0870ae/bec2a3/repos/github/bagussatoto/Aplikasi-Laundry" -v "/tmp/worker/0870ae/bec2a3/cache":"/tmp/worker/0870ae/bec2a3/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/0870ae/bec2a3/repos/github/bagussatoto/Aplikasi-Laundry" ghcr.io/containerbase/sidecar:9.2.1 bash -l -c "install-tool php 7.4.33 && install-tool composer 2.5.8 && composer update laravel-notification-channels/telegram --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
Loading composer repositories with package information
Dependency laravel/framework is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - phpunit/phpunit is locked to version 10.1.0 and an update of this package was not requested.
    - phpunit/phpunit 10.1.0 requires php >=8.1 -> your php version (7.4.33) does not satisfy that requirement.