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.15 #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 22, 2021

Bumps nunomaduro/larastan from 0.6.13 to 0.7.15.

Release notes

Sourced from nunomaduro/larastan's releases.

0.7.15

What changed?

Fixed

  • Removed tags from conditional rules.

Full Changelog: larastan/larastan@v0.7.14...v0.7.15

0.7.14

What's Changed

Fixed

  • Fixed template resolution when flatMap's callback returns an Enumerable (#970) Thanks @​bastien-phi

Added

  • Detection of fields added/modified a migration $table->after() method (Added in Laravel 8.27). (#972) Thanks @​jimohalloran
  • Add new rule NoModelMake to prevent inefficient model instantiation (#976) Thanks @​spawnia

New Contributors

Full Changelog: larastan/larastan@v0.7.13...v0.7.14

0.7.13

Fixed

Added

  • Support global macros on the eloquent query builder.
  • Partial support for defining columns with foreignIdFor in migrations. (#932) Thanks @​Josh-G
  • Extension for collect helper and Collection::make (#904)
  • Support for scopes defined in model docblocks (88422fb)
  • rescue helper stub (#961) Thanks @​jrmajor
  • Added trait_exists to ensure orchestra/testbench is installed for packages. (#957) Thanks @​rajyan
  • Larastan now finds Laravel app even if it's not in the current working directory

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

... (truncated)

Changelog

Sourced from nunomaduro/larastan's changelog.

[0.7.15] - 2021-10-26

Fixed

  • Removed tags from conditional rules.

[0.7.14] - 2021-10-25

Fixed

  • Fixed template resolution when flatMap's callback returns an Enumerable (#970) Thanks @​bastien-phi

Added

  • Detection of fields added/modified a migration $table->after() method (Added in Laravel 8.27). (#972) Thanks @​jimohalloran
  • Add new rule NoModelMake to prevent inefficient model instantiation (#976) Thanks @​spawnia

[0.7.13] - 2021-10-14

Fixed

Added

  • Support global macros on the eloquent query builder.
  • Partial support for defining columns with foreignIdFor in migrations. (#932) Thanks @​Josh-G
  • Extension for collect helper and Collection::make (#904)
  • Support for scopes defined in model docblocks (88422fb)
  • rescue helper stub (#961) Thanks @​jrmajor
  • Added trait_exists to ensure orchestra/testbench is installed for packages. (#957) Thanks @​rajyan

[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

... (truncated)

Commits
  • fffd371 docs: prepare release 0.7.15
  • b78d796 fix: removes tags from rules
  • af14aa5 docs: prepare 0.7.14 release
  • c7e41a8 feat: add new rule NoModelMake to prevent inefficient instantiation (#976)
  • 4f54a8b feat: support after method with clsorue in migrations (#972)
  • d4766ed fix: Collection::flatMap callback can return Enumerable (#970)
  • 60f19f8 docs: prepare release 0.7.13
  • 92e474d Update README.md
  • df67616 docs: fixes installation process
  • dfd4687 feat adds rescue helper stub (#961)
  • 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.15.
- [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.15)

---
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 Nov 22, 2021

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

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