[PR #1893] [CLOSED] build(deps): bump nesbot/carbon from 2.72.3 to 2.72.6 #1938

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1893
Author: @dependabot[bot]
Created: 1/9/2025
Status: Closed

Base: masterHead: dependabot/composer/nesbot/carbon-2.72.6


📝 Commits (1)

  • d72fb24 build(deps): bump nesbot/carbon from 2.72.3 to 2.72.6

📊 Changes

1 file changed (+66 additions, -65 deletions)

View changed files

📝 composer.lock (+66 -65)

📄 Description

Bumps nesbot/carbon from 2.72.3 to 2.72.6.

Release notes

Sourced from nesbot/carbon's releases.

2.72.6

Complete commits list: https://github.com/CarbonPHP/carbon/compare/2.72.5...2.72.6

Summary:

  • Validate locale earlier
Commits
  • 1e9d506 Validate locale earlier
  • 4df0fdd Merge pull request #3035 from briannesbitt/fix/better-reflection-compatibility
  • 4c9c39b Exclude ondrejmirtes/better-reflection 6
  • afd4658 Fix PHP 7.4 compatibility
  • 117671b Fix issue with is month check
  • ae20e2b Merge pull request #3030 from Luoti/fix-new-zealand-time-zone
  • 57f944f Fix New Zealand daylight saving time format to pass hasFormat.
  • 57fbbf8 Mute expected PHPStan issue in tests
  • b53dbc3 Update actions version
  • 2b55c50 Mute expected PHPStan issue in tests
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/1893 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/nesbot/carbon-2.72.6` --- ### 📝 Commits (1) - [`d72fb24`](https://github.com/koel/koel/commit/d72fb24ad10bd587c55bf3dd2aaea1226dfe483d) build(deps): bump nesbot/carbon from 2.72.3 to 2.72.6 ### 📊 Changes **1 file changed** (+66 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+66 -65) </details> ### 📄 Description Bumps [nesbot/carbon](https://github.com/CarbonPHP/carbon) from 2.72.3 to 2.72.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CarbonPHP/carbon/releases">nesbot/carbon's releases</a>.</em></p> <blockquote> <h2>2.72.6</h2> <p>Complete commits list: <a href="https://github.com/CarbonPHP/carbon/compare/2.72.5...2.72.6">https://github.com/CarbonPHP/carbon/compare/2.72.5...2.72.6</a></p> <p>Summary:</p> <ul> <li>Validate locale earlier</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CarbonPHP/carbon/commit/1e9d50601e7035a4c61441a208cb5bed73e108c5"><code>1e9d506</code></a> Validate locale earlier</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/4df0fdd3dcaf1f70477705d0770f8e1a0db53066"><code>4df0fdd</code></a> Merge pull request <a href="https://redirect.github.com/CarbonPHP/carbon/issues/3035">#3035</a> from briannesbitt/fix/better-reflection-compatibility</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/4c9c39b6848a858c8a767a95dc6f3a515222723d"><code>4c9c39b</code></a> Exclude ondrejmirtes/better-reflection 6</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/afd46589c216118ecd48ff2b95d77596af1e57ed"><code>afd4658</code></a> Fix PHP 7.4 compatibility</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/117671bd1a44c819b941dcd152bd0268466464e0"><code>117671b</code></a> Fix issue with is month check</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/ae20e2bd09b81e9a98d42d0ba32f3fb33cd339d0"><code>ae20e2b</code></a> Merge pull request <a href="https://redirect.github.com/CarbonPHP/carbon/issues/3030">#3030</a> from Luoti/fix-new-zealand-time-zone</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/57f944ffc48bfebfce1baba1130259824eb4e188"><code>57f944f</code></a> Fix New Zealand daylight saving time format to pass hasFormat.</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/57fbbf88ce332f6da4e5aa1ea7524ef1caebb9e4"><code>57fbbf8</code></a> Mute expected PHPStan issue in tests</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/b53dbc3443a7f239e3ff36f4e87dd5f29f4d73d0"><code>b53dbc3</code></a> Update actions version</li> <li><a href="https://github.com/CarbonPHP/carbon/commit/2b55c50c0e6b73a2d3abb045d5762cf2ca1b66d3"><code>2b55c50</code></a> Mute expected PHPStan issue in tests</li> <li>Additional commits viewable in <a href="https://github.com/CarbonPHP/carbon/compare/2.72.3...2.72.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nesbot/carbon&package-manager=composer&previous-version=2.72.3&new-version=2.72.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/koel/koel/network/alerts). </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:32:49 +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#1938
No description provided.