Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump nunomaduro/larastan from 0.6.13 to 0.7.12 #156

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Bumps nunomaduro/larastan from 0.6.13 to 0.7.12.

Release notes

Sourced from nunomaduro/larastan's releases.

0.7.12

Added

  • Support for AsArrayObject and AsCollection model casts.
  • Use bleeding edge config to run tests.

Fixed

  • Corrected stubs from bleeding edge feedback.
  • Changed EloquentBuilder stub to fix several relation builder methods return types when custom builder is used. (#899) Thanks @​fragkp
  • Changed EloquentBuilder stub to fix whereHas return type when custom builder is used. (#896) Thanks @​fragkp

Changed

  • Refactored tests to separate Laravel 8 specific tests.

0.7.11

Added

Changed

  • Laravel 9 tests cannot run on PHP 7.4

0.7.9

Fixed

  • Fixed an issue where accessing dateClass property directly causing issues. (#865)

0.7.8

Fixed

  • Revert "fix bootstrap path (#852)" #858

0.7.7

Added

  • Use checkExplicitMixed PHPStan option when running tests (#844)
  • Added .github folder to the export list (#849) Thanks @​dingo-d
  • Added support for detecting nested trait usage for SoftDeletes trait (#838) Thanks @​IAmRGroot
  • Added support for vendor-dir (#850) Thanks @​rajyan

Fixed

  • Correct return type for restore method
  • Nullable properties should not be overwritten when applying model casts
  • Fixed suggest in Composer config (#846) Thanks @​szepeviktor
  • Fixed bootstrap path (#852) Thanks @​rajyan

... (truncated)

Changelog

Sourced from nunomaduro/larastan's changelog.

[0.7.12] - 2021-07-26

Added

  • Support for AsArrayObject and AsCollection model casts.
  • Use bleeding edge config to run tests.

Fixed

  • Corrected stubs from bleeding edge feedback.
  • Changed EloquentBuilder stub to fix several relation builder methods return types when custom builder is used. (#899) Thanks @​fragkp
  • Changed EloquentBuilder stub to fix whereHas return type when custom builder is used. (#896) Thanks @​fragkp

Changed

  • Refactored tests to separate Laravel 8 specific tests.

[0.7.11] - 2021-07-22

Added

Changed

  • Laravel 9 tests cannot run on PHP 7.4

[0.7.10] - 2021-07-07

Fixed

  • Fixed an issue when using return null in PHPDocs forced the return keyword on the code. (1e85de7)

[0.7.9] - 2021-07-05

Fixed

  • Fixed an issue where accessing dateClass property directly causing issues. (#865)

[0.7.8] - 2021-07-02

Fixed

  • Revert "fix bootstrap path" (#858)

[0.7.7] - 2021-07-01

Added

  • Use checkExplicitMixed PHPStan option when running tests (#844)

... (truncated)

Commits
  • b2da312 docs: prepare release 0.7.12
  • ab50705 fix: add missing relation builder method stubs (#899)
  • 62f3cd5 trigger GitHub actions
  • e45b550 fix: dont import Laravel 8 specific class names
  • 3b34c7e refactor: move Laravel 8 tests into its own test case
  • 0f0103b refactor: move analyze method into the trait
  • 885a3da refactor: dont run Laravel 8 tests
  • 068a930 refactor: extract ExecutesLarastan trait for test cases to use
  • ff55edb Fix typo
  • 4cc75b9 fix: customer eloquent builder return wrong type when whereHas is used (#896)
  • 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 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 [nunomaduro/larastan](https://github.com/nunomaduro/larastan) from 0.6.13 to 0.7.12.
- [Release notes](https://github.com/nunomaduro/larastan/releases)
- [Changelog](https://github.com/nunomaduro/larastan/blob/master/CHANGELOG.md)
- [Commits](larastan/larastan@v0.6.13...v0.7.12)

---
updated-dependencies:
- dependency-name: nunomaduro/larastan
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 2, 2021

The following labels could not be found: php, dependencies, auto-squash.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 22, 2021

Superseded by #217.

@dependabot dependabot bot closed this Nov 22, 2021
@dependabot dependabot bot deleted the dependabot/composer/nunomaduro/larastan-0.7.12 branch November 22, 2021 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants