Bump barryvdh/laravel-ide-helper from 2.15.1 to 3.0.0 #494

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/barryvdh/laravel-ide-helper-3.0.0 into main
dependabot[bot] commented 2024-04-05 00:38:11 +00:00 (Migrated from github.com)

Bumps barryvdh/laravel-ide-helper from 2.15.1 to 3.0.0.

Release notes

Sourced from barryvdh/laravel-ide-helper's releases.

v3.0.0: Support Laravel 11 & Remove Doctrine

Added

Changed

Removed

  • Support for Laravel 9 and use of doctrine/dbal #1512 / barryvdh With this functionality gone, a few changes have been made:
    • support for custom datatypes has been dropped (config custom_db_types) unknown data types default to string now and to fix the type, add a proper cast in Eloquent
    • You might have top-level dependency on doctrine/dbal. This may have been in the past due to ide-helper, we suggest to check if you still need it and remove it otherwise
    • Minimum PHP version, due to Laravel 10, is now PHP 8.1
Changelog

Sourced from barryvdh/laravel-ide-helper's changelog.

2024-03-01, 3.0.0

Added

Changed

Removed

  • Support for Laravel 9 and use of doctrine/dbal #1512 / barryvdh With this functionality gone, a few changes have been made:
    • support for custom datatypes has been dropped (config custom_db_types) unknown data types default to string now and to fix the type, add a proper cast in Eloquent
    • You might have top-level dependency on doctrine/dbal. This may have been in the past due to ide-helper, we suggest to check if you still need it and remove it otherwise
    • Minimum PHP version, due to Laravel 10, is now PHP 8.1
Commits

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)
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.15.1 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/barryvdh/laravel-ide-helper/releases">barryvdh/laravel-ide-helper's releases</a>.</em></p> <blockquote> <h2>v3.0.0: Support Laravel 11 &amp; Remove Doctrine</h2> <h3>Added</h3> <ul> <li>Support for Laravel 11 <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1520">#1520 / KentarouTakeda</a></li> </ul> <h3>Changed</h3> <ul> <li>Make <code>--reset</code> always keep the text and remove <code>--smart-reset</code>. Always skip the classname <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1523">#1523 / barryvdh</a> &amp; <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1525">#1525 / mfn</a></li> <li>Use short types (<code>int</code> and <code>bool</code> instead of <code>integer</code> and <code>boolean</code>) <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1524">#1524 / barryvdh</a></li> </ul> <h3>Removed</h3> <ul> <li>Support for Laravel 9 and use of doctrine/dbal <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1512">#1512 / barryvdh</a> With this functionality gone, a few changes have been made: <ul> <li>support for custom datatypes has been dropped (config <code>custom_db_types</code>) unknown data types default to <code>string</code> now and to fix the type, add a proper cast in Eloquent</li> <li>You <em>might</em> have top-level dependency on doctrine/dbal. This may have been in the past due to ide-helper, we suggest to check if you still need it and remove it otherwise</li> <li>Minimum PHP version, due to Laravel 10, is now PHP 8.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md">barryvdh/laravel-ide-helper's changelog</a>.</em></p> <blockquote> <h2>2024-03-01, 3.0.0</h2> <h3>Added</h3> <ul> <li>Support for Laravel 11 <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1520">#1520 / KentarouTakeda</a></li> </ul> <h3>Changed</h3> <ul> <li>Make <code>--reset</code> always keep the text and remove <code>--smart-reset</code>. Always skip the classname <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1523">#1523 / barryvdh</a> &amp; <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1525">#1525 / mfn</a></li> <li>Use short types (<code>int</code> and <code>bool</code> instead of <code>integer</code> and <code>boolean</code>) <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1524">#1524 / barryvdh</a></li> </ul> <h3>Removed</h3> <ul> <li>Support for Laravel 9 and use of doctrine/dbal <a href="https://redirect.github.com/barryvdh/laravel-ide-helper/pull/1512">#1512 / barryvdh</a> With this functionality gone, a few changes have been made: <ul> <li>support for custom datatypes has been dropped (config <code>custom_db_types</code>) unknown data types default to <code>string</code> now and to fix the type, add a proper cast in Eloquent</li> <li>You <em>might</em> have top-level dependency on doctrine/dbal. This may have been in the past due to ide-helper, we suggest to check if you still need it and remove it otherwise</li> <li>Minimum PHP version, due to Laravel 10, is now PHP 8.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/bc1d67f01ce8c77e3f97d48ba51fa1d81874f622"><code>bc1d67f</code></a> Prepare 3.0 release (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1530">#1530</a>)</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/8eab699835abad5bed053611364c72fe991b4fed"><code>8eab699</code></a> phpunit --migrate-configuration (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1526">#1526</a>)</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/49ac75d805293d4696889e51a1e1a0c237fd8c83"><code>49ac75d</code></a> Remove <code>--smart-reset</code> completely (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1525">#1525</a>)</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/02af2a278a9d3186e431022f46e10c87598eeec9"><code>02af2a2</code></a> Merge reset/smart reset, don't set class (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1523">#1523</a>)</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/d7ed749f3e1bf3ca2c28c79e3247b550b04198aa"><code>d7ed749</code></a> Use int/bool instead of longer variant (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1524">#1524</a>)</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/9af62e243de64e0fddc782fb1d125ddfc24dfea9"><code>9af62e2</code></a> Bump minimum PHP version to 8.1 &amp; misc maintenance (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1521">#1521</a>)</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/05259b695d18744adb307035d8303457d78aa8ba"><code>05259b6</code></a> Add support for Laravel 11 (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1520">#1520</a>)</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/8bfe918f656e9a1a6d01b1a2085eeaad951c798f"><code>8bfe918</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/6579c0332b15970be66e86d4fe4950d59af59ee6"><code>6579c03</code></a> Remove doctrine (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1512">#1512</a>)</li> <li><a href="https://github.com/barryvdh/laravel-ide-helper/commit/ed39977a303cb38952bbbe42c63abb7c14233b0b"><code>ed39977</code></a> Switch to 3.0 tag (<a href="https://redirect.github.com/barryvdh/laravel-ide-helper/issues/1519">#1519</a>)</li> <li>Additional commits viewable in <a href="https://github.com/barryvdh/laravel-ide-helper/compare/v2.15.1...v3.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.15.1&new-version=3.0.0)](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) </details>
dependabot[bot] commented 2024-04-22 08:17:21 +00:00 (Migrated from github.com)

Looks like barryvdh/laravel-ide-helper is no longer a dependency, so this is no longer needed.

Looks like barryvdh/laravel-ide-helper is no longer a dependency, so this is no longer needed.

Pull request closed

Sign in to join this conversation.