[PR #1005] [CLOSED] Bump filp/whoops from 2.3.1 to 2.4.0 #1516

Closed
opened 2026-02-26 03:31:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1005
Author: @dependabot-preview[bot]
Created: 6/24/2019
Status: Closed

Base: masterHead: dependabot/composer/filp/whoops-2.4.0


📝 Commits (1)

  • eab033b Bump filp/whoops from 2.3.1 to 2.4.0

📊 Changes

1 file changed (+11 additions, -11 deletions)

View changed files

📝 composer.lock (+11 -11)

📄 Description

Bumps filp/whoops from 2.3.1 to 2.4.0.

Changelog

Sourced from filp/whoops's changelog.

2.4.0

  • Allow to prepend and append handlers.

2.3.2

  • Various fixes from the community.
Commits
  • 1a1a104 Changelog for 2.4.0
  • 3eec353 Merge pull request #630 from tflori/append-handler
  • 5fa7623 style: rename handlerStack to handlerQueue
  • f41c4a2 feat!: add append and prepend handler instead of reverse execution
  • a28d5ce Changelog for 2.3.2
  • d1f91d7 Mark PHPStorm as working outside Mac, fix #561
  • 51c2de8 Show traces for non-fatal ErrorExceptions, close #562, #524
  • 114a8f0 Fix tab switcher, close #573
  • b5483e7 Document replaying errors
  • 96b5407 Merge pull request #609 from tflori/plaintext-previous
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1005 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/24/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/filp/whoops-2.4.0` --- ### 📝 Commits (1) - [`eab033b`](https://github.com/koel/koel/commit/eab033b2125f1c3b9f03688a74197b3d41cb9883) Bump filp/whoops from 2.3.1 to 2.4.0 ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+11 -11) </details> ### 📄 Description Bumps [filp/whoops](https://github.com/filp/whoops) from 2.3.1 to 2.4.0. <details> <summary>Changelog</summary> *Sourced from [filp/whoops's changelog](https://github.com/filp/whoops/blob/master/CHANGELOG.md).* > # 2.4.0 > > * Allow to prepend and append handlers. > > # 2.3.2 > > * Various fixes from the community. </details> <details> <summary>Commits</summary> - [`1a1a104`](https://github.com/filp/whoops/commit/1a1a1044ad00e285bd2825fac4c3a0443d90ad33) Changelog for 2.4.0 - [`3eec353`](https://github.com/filp/whoops/commit/3eec3537beb591fd7ddc3cfb534dac2c397a30a9) Merge pull request [#630](https://github-redirect.dependabot.com/filp/whoops/issues/630) from tflori/append-handler - [`5fa7623`](https://github.com/filp/whoops/commit/5fa762324687bdd793b07a08b876c1c32f71926c) style: rename handlerStack to handlerQueue - [`f41c4a2`](https://github.com/filp/whoops/commit/f41c4a2a5ae7646d11776c9845388369ca367eb9) feat!: add append and prepend handler instead of reverse execution - [`a28d5ce`](https://github.com/filp/whoops/commit/a28d5cef33627c069a2bd8fbb35ebe1a54881d35) Changelog for 2.3.2 - [`d1f91d7`](https://github.com/filp/whoops/commit/d1f91d76dbcf379f2a4bd303080299e57135bea4) Mark PHPStorm as working outside Mac, fix [#561](https://github-redirect.dependabot.com/filp/whoops/issues/561) - [`51c2de8`](https://github.com/filp/whoops/commit/51c2de83976959854be255432858d5878eb6630b) Show traces for non-fatal ErrorExceptions, close [#562](https://github-redirect.dependabot.com/filp/whoops/issues/562), [#524](https://github-redirect.dependabot.com/filp/whoops/issues/524) - [`114a8f0`](https://github.com/filp/whoops/commit/114a8f04c178d091de059d54885467df58794619) Fix tab switcher, close [#573](https://github-redirect.dependabot.com/filp/whoops/issues/573) - [`b5483e7`](https://github.com/filp/whoops/commit/b5483e7edfbba84dc7f832bec09386e15679a580) Document replaying errors - [`96b5407`](https://github.com/filp/whoops/commit/96b540726286e4d8f64f68efe6b260c8b4a00d6d) Merge pull request [#609](https://github-redirect.dependabot.com/filp/whoops/issues/609) from tflori/plaintext-previous - Additional commits viewable in [compare view](https://github.com/filp/whoops/compare/2.3.1...2.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=filp/whoops&package-manager=composer&previous-version=2.3.1&new-version=2.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=filp/whoops&package-manager=composer&previous-version=2.3.1&new-version=2.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:19 +03:00
Sign in to join this conversation.
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
starred/koel-koel#1516
No description provided.