pulse-outdated icon indicating copy to clipboard operation
pulse-outdated copied to clipboard

A Laravel Pulse card to show outdated composer dependencies

Results 10 pulse-outdated issues
Sort by recently updated
recently updated
newest added

It's understandable that we don't want to run it all the time, as it doesn't make sense. However, if I need the latest information or just want to check if...

### Problem Currently, the command only runs at midnight. This is not a problem if Pulse runs at exactly midnight. However, at the moment I cannot influence this value, for...

- Add npm outdated dependencies ![Screenshot from 2024-01-11 15-30-08](https://github.com/aarondfrancis/pulse-outdated/assets/122852660/603224ea-c4b4-4f47-a575-81479fbe9cdd)

In older versions of composer (such as v2.2.22) there is no source of the repository present in the outdated command. This breaks the Laravel Pulse dashboard giving a `Undefined array...

I had to edit the recorder from this: `$result = Process::run('composer outdated -D -f json');` To this: `$result = Process::run('export PATH=/opt/homebrew/bin:$PATH; export COMPOSER_HOME="$HOME/.config/composer"; composer outdated -D -f json');` **Suggestion:** maybe...

This uses the Pulse built-in Throttling trait rather than hard-coding the time to run the check. This will allow it to run when it is first started without waiting for...